@charset "UTF-8";
/* CSS Document */

body {
	background: #DF3737 url(images/red_grad.jpg) no-repeat top center;
}

body.blue_bg {
	background: #5195CE url(images/blue_grad.jpg) no-repeat top center;	
}

/*.blue_bg {
	background-color:#5195CE;
}*/

a img {
	border: none;
}

a:active {
	outline: none;
}

* {
	margin:0;
	padding:0;
}

#container {
	width: 790px;
	margin: 0 auto;
}

#banner {
	margin: 0 auto;
	padding: 20px 0 0 0;
	height: 177px;
	width: 700px;
}		

#ribbon {
	padding-top:10px;
	width: 250px;
	float:left;
}

#movie, #bigbox {
	text-align:center;
	width: 700px;
	margin:0 auto;
	/* border:#666666 solid thin; */
	padding-top: 10px;
	background-color:#000000;
}

#movieName {
	font-family: futura, Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:1.2em;
	padding:5px 0 5px 20px;
}

#sharing {
	color:#FFFFFF;
	padding:10px 0 10px 25px;
	line-height:20px;
	}
	#sharing a {
		font-family:Arial, Helvetica, sans-serif;
		font-size:11px;
		color:#ddd;
		text-decoration:none;
		padding-right:10px;
		}
		#sharing a:hover {
			text-decoration: underline;
		}
	#sharing .bold {
		font-weight:bold;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
	}
	#sharing .subscribe{
		border-bottom:#999999 thin solid;
	}	

.look_facebook {
	position: absolute;
	top: 571px;
	left: 50%;
	margin-left: -482px;
}
/* -----------REEL--------------------------- */

#secondary_nav {
	width: 780px;
	margin: 20px auto 0;
}

#season_nav {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#season_nav li {
	float: left;
	margin: 0 7px;

}

#season_nav a{
	display: block;
	color: #bbb;
	font-size: 40px;
	text-decoration: none;
	background: #000;
	padding: 1px 10px 5px;
	border: solid 1px #666;
}

#season_nav a:hover{
	color: #FEFF5F;
}

#season_nav a.current{
	border-bottom: 1px solid #000;
	color: yellow	;
}

.reeltitle {
	border:#666666	 solid thin;
	border-bottom:none;
	text-align:center;
	font-weight:bold;
	font-family:"Courier New", Courier, monospace;
	color:#663300;
	font-size:16px;
	margin:10px auto 0 auto;
	padding:10px 0 0 0;
	background-color:#000000;
	clear:both;
	width: 780px;
	border-top: 0;
}

.reeltitle .subtitle{
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	font-weight:normal;
}
	
	
.reel {
	text-align:center;
	margin:0 auto 10px auto;
	padding:10px 0 10px 0;
	border:#666666 solid thin;
	border-top:none;
	background-color:#000000;
	width: 780px;
	clear: both;
	}
	
.no_scroll{
	overflow:hidden;
	overflow-x:hidden;
	}	
	
	.reel a {
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:10px;
	font-weight:bold;
	text-decoration: none;
	border:none;
		}
		.reel a:hover {
		color:#3366FF;
		}
	.item {
		display: inline;
		float:left;
		margin-left: 10px;
	}
	.new {
		color:#FF0000;
		font-size:12px;
		font-family:Arial, Helvetica, sans-serif;
	}
.movieReelTable td{
	text-align: center;

}	

.iconTitle {
	font-style:italic;
	text-transform:uppercase;

}


/* -----------Main Nav--------------------------- */

#main_nav a {
	color: yellow;
	font-size: 20px;
	font-weight: bold;
	margin-right: 25px;
	text-decoration: none;
}

a.font_journal{
	visibility:hidden;
}
a.font_journal:hover {
	border-bottom: 2px solid yellow;
	background: #0002AF;
}

a:active
{
  outline: none;
}


#main_nav {
	background: #000;
	width: 700px;
	margin: 1px auto;
	padding: 5px 0;
	text-align: center;
}

/* -----------STATIC PAGE--------------------------- */

#static_wrapper {
	background: #000;
	width: 640px;
	padding: 10px 30px 30px;
	margin: 0 auto 20px;
	color: #bdc9ee;
}

#static_wrapper p{

	font-family: verdana, arial, sans-serif;
	font-weight: normal;
	margin-bottom: 15px;
}

#static_wrapper h1{
	font-family: Verdana, sans-serif;
	color: yellow;
	font-weight: normal;
	margin-bottom: 20px;
}

#static_wrapper h2{
	color: yellow;
	font-family: verdana, sans-serif;
	font-weight: normal;
	font-size: 20px;
}

div.static_page {
	min-height: 300px;
	color: #eee;
}

div.static_page h1{
	font-family: georgia, times;
	font-weight: normal;
}

div.static_page p{
	font-family: arial;
	font-size: 85%;
	color: white;
	padding-top: 20px;
}

/* ------- team ------- */

#static_wrapper p.bio {
	font-size: 13px;
}

#static_wrapper p.bio img {
	margin: 5px;
}

#team h2 {
	clear: left;
	padding-top: 25px;
}

/* ------- blog ------- */

div.blog_post {
	padding: 20px;
	border-top: 1px solid #999;
}

.blog_post img {
	margin: 5px;
	border: 1px solid #999;
}

.blog_post a, #static_wrapper a {
	color: yellow;
	text-decoration: none;
}

.blog_post a:hover, #static_wrapper a:hover {
	text-decoration: underline;
}
#static_wrapper p.date {
	color: #eee;
	font-size: 13px;
	font-family: times;
	padding-top: 3px;
	margin-bottom: 3px;
}

#static_wrapper p.by {
	color: #eee;
	font-size: 13px;
	font-family: times;
	padding-top: 3px;
	margin-bottom: 15px;
}
/* -----------FOOTER--------------------------- */

#footer {
	margin:0 auto;
	width:400px;
	font-family:"Courier New", Courier, monospace;
	font-size:11px;
	padding-bottom:10px;
	color:#000000;
	}
	#footer a {
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#990000;
		text-decoration:none;
		}
		#footer a:hover {
			color:#FFFF00;
			text-decoration:none;
		}
		
#test_nav {
background-color: #000; 
width: 700px;
margin: 0 auto 5px auto; 
padding: 3px 0;
}

#test_nav a {
	display: block;
	padding: 2px 10px;
	background: #333;
}

#test_nav a:hover {
	background: #000;
}

#test_nav ul li {
	float: left;
	margin: 0 10px;
	color: yellow;
	list-style-type: none;
}

#test_nav ul {
		width: 60%;
		margin: 0 auto;
}