/* Start of CMSMS style sheet 'bvstyle' */
/* Burning Vision CSS Document */

body {
	background:url(images/bg_repeat.jpg) #000000 repeat-y top center;
	font-family:"Trebuchet MS", Verdana, sans-serif;
	color:#eeeeee;
	font-size:10pt;
	margin:0px; padding:0px;
	}
	
	
#container {
	width:900px;
	margin:0 auto;
	overflow:auto;
	}
	
#header {

	width:900px;
	height:241px;
	background:url(images/studios_header.jpg) #000000 no-repeat center top;
	margin-top: 0px;
	margin-bottom:0px;
	}
	
/*     
		Main Navigation Style
*/

a:link,a:visited {
	color:#27a517;
	text-decoration:none;
	}
	
a:active,a:hover {
	color:#47ff2f;
	text-decoration:none;
	}


/*     
		Main Navigation Style
*/
	
#nav {
	width:900px;
	position:absolute;
	margin-top:165px;
	height:30px;
	background:url(images/nav_bg.png) repeat-x;
	margin-bottom:0px;
	
	}

#nav ul {
	text-align:center;	
	margin-top:5px;
	margin-right:55px;
	}
	
#nav li {
	display:inline;
	margin-left:20px;
	border-right:#757575 2px solid;
	padding-right:20px;
	}
	
#nav li.last {
	display:inline;
	margin-left:10px;
	margin-right:10px;
	border-right:none;
	}
	
#nav li a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-size:8pt;
	text-decoration:none;
	color:#efefef;
	font-weight: bold;
	}
	
#nav li a:hover, #nav li a:active {

	color:#27a517;
	}
	
/*     
		Sidebar Style
*/
	
#sidebar {
	width:250px;
	background:url(images/bg_side.jpg) repeat-y ;
	float:left;
	height:auto;
	margin-top:-45px;
	position:relative;
	padding-top:15px;
	min-height:600px;
	}
	
#sidebar p {
	padding:0 30px 0 15px;
	font-size:9pt;
	color:#aeaeae;
	}
	
#latest_proj {
	border:#00501a 1px double;
	}
	
	
/*     
		Main Content Style
*/
	
#content_frame {
	width:650px;
	float:right;
	height:auto;
	margin-top:-45px;
	position:relative;
	}
	
#content {
	padding: 10px 20px 0 20px;
	}
	
.news {
	border-bottom:#3c3c3c dotted 2px;
	}
	
#films {
	background:#111111;
	height:327px;
	padding:15px 15px 15px 15px;
	margin-bottom:20px; margin-top:20px;
	}
	
#films img {
	border:#00501a 1px double;
	margin-right:25px;
	float:left;
	
	}
	
#films p {
	text-align:justify;
	}
	
#download {
	font-size:12pt;
	}
	
#history {
	border:#00501a 1px double;
	margin-left:15px;
	margin-bottom:15px;
	}
	
#crew {
	width:600px;
	margin:0 auto;
	}
	
#crew_ind {
	width:230px;
        height:100px;
	background:#111111;
	float:left;
	margin-left:25px; margin-right:25px;
	padding:10px 10px 10px 10px;
	margin-bottom:30px;
	}

#join {
        width:600px;
        margin:0 auto;
        float:left;
        }

blockquote {

        margin:15px 0 15px 30px;
        padding:15px 15px 15px 15px;
        background:#0e0e0e url(http://www.burningvision.net/images/quote.jpg) top left no-repeat;
        border:#343434 1px solid;
        font-size:8pt;
       }

        
	
/*     
		Footer Style
*/
	
#footer {
	color:#666666;
	font-family:"Trebuchet MS", Verdana, sans-serif;
	font-size: 8pt;
	background:#141414;
	height:200px;
	margin: 0 auto;
	}
	
#footer_container {
	width:900px;
	margin:0 auto;
	}
	
#footer_column {
	width:400px;
	float:left;
	margin:0 auto;
	margin-right:50px;
	margin-left:100px;
	}
	
#footer h3 {
	text-transform:uppercase;
	color:#999999;
	font-size:9pt;
	}
	
.footer_links {
	width:150px;
	float:left;
	}
	
#footer li, #footer ul {
	margin:0;
	list-style:none;
	padding:0;
	}
		
/*     
		Text Style
*/

h1 {                                   /*This is the header for the sup pages */
	font-size:16pt;
	font-family:"Trebuchet MS", Verdana, sans-serif; 
	margin-bottom:30px;
	color:#f3f3f3;
	border-bottom:#006000 solid 1px;
	text-transform:lowercase;
	}
	
h2 {                                  /*This is the header for the news */
	font-size:14pt;
	font-family:"Trebuchet MS", Verdana, sans-serif;
	margin-bottom:-5px;
	color:#f3f3f3;
	}
	
h3 {                                  /*This is the header for news subcontent (date, posted by, etc.) */
	font-size:8pt;
	font-family:"Trebuchet MS", Verdana, sans-serif;
	margin-bottom:10px;
	color:#818181;
	font-style:oblique;
	background:#232323;
	height:8px;
	}
	
h4 {                                 /*This is the header for the film titles, etc. */
	font-size:12pt;
	color:#049500;
	border-right:#005e00 dotted 1px;
	padding-right:2px;
	margin-top:0px;
	margin-bottom:0px;
	}
	
h5 {                                /*This is the header for the footer stuff */
	font-size:9pt;
	font-family:"Trebuchet MS", Verdana, sans-serif;
	margin-bottom:10px;
	color:#adadad;
	font-weight:bold;
	text-transform:uppercase;
	}
	
h6 {                                  /*This is the header for small font stuff */
	font-size:8pt;
	font-family:"Trebuchet MS", Verdana, sans-serif;
	margin-bottom:0px; margin-top:0px;
	color:#818181;
	font-style:oblique;
	}
	

	
/* End of 'bvstyle' */

/* Start of CMSMS style sheet 'bvtop' */
/* BV Community Header CSS Document */

#bvtop {
	background:url(images/bvtop_repeat.jpg) repeat-x top;
	height:30px;
	}
	
#bvtop img {
	float:left;
	}
	
 #right {
	float:right;
	height:30px;
	margin-top:-5px;
	}
	
#right a:link,#right a:visited {
	font-family:Arial, Helvetica, sans-serif;
	color:#6ba8db;
	text-decoration:none;
	text-transform:uppercase;
	font-size:8pt;
	font-weight:bold;
	}
	
#right a:hover,#right a:active {
	font-family:Arial, Helvetica, sans-serif;
	color:#376994;
	text-decoration:none;
	text-transform:uppercase;
	}
	
#right ul {
	margin-right:10px;
	}
	
#right li {
	display:inline;
	padding-left:10px;
	margin-right:10px;
	border-left:#565656 solid 1px;
	}


/* End of 'bvtop' */

