@font-face {
	font-family: "GothamBook";
	src: url("http://www.nolanfans.com/library/fonts/GothamBook.ttf") format("truetype"),
		 url("http://www.nolanfans.com/library/fonts/GothamBook.svg#webfontsAAVXGKM") format("svg");
}
  
@font-face {
	font-family: "GothamMedium";
	src: url("http://www.nolanfans.com/library/fonts/GothamMedium.ttf") format("truetype"),
		 url("http://www.nolanfans.com/library/fonts/GothamMedium.svg#webfont2cAN74F9") format("svg");
}

/*@font-face {
	font-family: "GothamBold";
	src: url("http://www.nolanfans.com/library/fonts/GothamBold.ttf") format("truetype"),
		 url("http://www.nolanfans.com/library/fonts/GothamBold.svg#webfont0fyyOszu") format("svg");
}*/

/* For browsers that don't support HTML5 tags */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}



/************ Structural Elements ************/

body {
	margin: 0px;
	background-color: #eee; /*#E4E4E4;*/
	font-family: Lucida Grande, Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #333333;
}

.bluewedge {background-color: #4881CA; height: 5px;}

header {
	height: 75px;	
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0.2, #E8E8E8), color-stop(0.8, #FFFFFF));
	background: -moz-linear-gradient(bottom, #E8E8E8 40%, #FFFFFF 100%);
	background: url(http://cdn.nolanfans.com/images/header-gradient.png); /* fall-back */
	background-position: top;
}

.nolanfans {
	float: left;
	margin-top: 12px;
}

nav#L1 {
	float: right; /* debatable */
	margin-right: 10px;
	font-family: "GothamBook", Helvetica, Tahoma, Verdana, sans-serif;
	font-size: 16px;
	line-height: 1.8em;
	text-transform: uppercase;
}

nav#L2 {
	float: right; /* debatable */
	margin-top: 5px;
	margin-right: 10px;
	font-family: "GothamBook", Helvetica, Tahoma, Verdana, sans-serif;
	font-size: 12px;
	line-height: 1.8em;
	text-transform: lowercase;
}

div.wrapperx1000 {
	width: 1000px;
	margin: 0px auto;
}

div.rotatebanners {
	height: 200px;
	background-color: #D8D8D8; /*#ddd*/ /* <- new lighter gray; old: #CECECE;*/
}

.announcement {
	text-align: center;
	height: 30px;
	line-height: 2.7em;
	font-size: 12px;
	font-family: "GothamMedium", Helvetica, Tahoma, Verdana, sans-serif;
	color: #333;
}

div.maincontent {
	padding: 8px;
	background-color: #D8D8D8;
}

footer.ads {
	text-align: center;
	margin-top: 15px;
}

footer.ads-google {
	text-align: center;
	margin-top: 5px;
}

footer.main {
	margin-top: 15px;
	padding: 10px;
	text-align: center;
	font-size: 10px;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0.2, #E8E8E8), color-stop(0.8, #FFFFFF));
	background: -moz-linear-gradient(bottom, #E8E8E8 40%, #FFFFFF 100%);
}

div.copyright {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 5px;
}
 
 
 
 
 
 
/*******/
 
 
a {color: #333; -webkit-transition: all 0.2s; -moz-transition: all 0.2s;}
a:hover {color: #4881ca;}
a:active {color: #4881ca;}
a:visited {}

a.navL1 {
	-webkit-transition: none; 
	-moz-transition: none;
	text-decoration: none;
	margin: 0px 7px 0px 7px;
	color: #636363;
}

a.navL1Selected {
	-webkit-transition: none; 
	-moz-transition: none;
	text-decoration: none;
	margin: 0px 2px 0px 2px;
	padding: 5px 5px 3px 5px;
	color: #FFFFFF;
	background-color: #4881ca;
	border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
}
		
a.navL1:hover {
	margin: 0px 2px 0px 2px;
	padding: 5px 5px 3px 5px;
	color: #636363;
	background-color: #ddd;
	border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
}	
	
a.navL1:active {color: #4881ca;}	



a.navL2 {
	-webkit-transition: none; 
	-moz-transition: none;
	text-decoration: none;
	margin: 0px 5px 0px 5px;
	color: #636363;
}

a.navL2Selected {
	-webkit-transition: none; 
	-moz-transition: none;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	padding: 4px 5px 3px 5px;
	color: #FFFFFF;
	background-color: #4881ca;
	border-radius: 20px;
	-moz-border-radius: 20px;
}
		
a.navL2:hover {
	margin: 0px 0px 0px 0px;
	padding: 4px 5px 3px 5px;
	color: #636363;
	background-color: #ddd;
	border-radius: 20px;
	-moz-border-radius: 20px;
}	
	
a.navL2:active {color: #4881ca;}	
	

 
 
 
 
 
 



/************ Bit Bucket ************/

img {border: 0px; vertical-align: bottom;}

/* div img {vertical-align: bottom;}  
Fixes HTML5 image weirdness. Not sure about needing the div part */

.floatleft {float: left;}
.floatright {float: right;}
.alignleft {text-align: left;}
.alignright {text-align: right;}
.aligncenter {text-align: center;}
.center {margin: 0px auto;}
.nodecor {text-decoration: none;}
.caps {text-transform: uppercase;}
.nocaps {text-transform: lowercase;}

div.table {display: table;}
div.row {display: table-row;}
div.cell {display: table-cell;}

.galleryimage {border: #FFF 3px solid; margin: 3px;}
.galleryimageinception {border: #FFF 3px solid; margin-bottom: 3px;}

.padtop5 {padding-top: 5px;}
.padbottom10 {padding-bottom: 10px;}
.padbottom20 {padding-bottom: 20px;}
.padleft10 {padding-left: 10px;}

p.indent {text-indent: 30px;}

.green {color: green;}
.red {color: red;}

p.headerimage {text-align: center; margin-top: 7px;}





/************ WordPress Stylization ************/





/************ WP - Sidebar ************/

.wp-pre-sidebar {
	float: left;
	width: 200px;
	height: 27px;
}

.wp-search {
	float: right;
	margin: 0px;
	margin-left: 0px;
	background-color: #e4e4e4; 
	border: 1px solid #333; 
	color: #333;
	font-size: 12px;
	width: 240px;
}

.wp-sidebar {
	float: right;
	width: 192px;
	padding: 0px;
	background-color: #aaa;
	background-origin: border-box;
}

.wp-sidebarelement {
	padding: 8px;
}

.wp-sidebarsocialites {
	padding-top: 5px;
	padding-left: 8px;
}

.wp-sidebar-navigation {
	padding-top: 10px;
	text-align: right;
}

.wp-sidebar-archives {
	list-style-type: none;
	padding-left: 15px;
	padding-bottom: 10px;
	text-align: right;
}

.wp-sidebar-header {
	text-align: center;
}

.ctc-tag-cloud {
	list-style-type: none;
	text-align: center;
	padding: 0px 8px 8px 8px;
}

.ctc-tag-li {
	display: inline;
}

a.ctc-tag {
	vertical-align: middle;
}

a.ctc-tag:hover {
	color: #4481ca; /* not working, being overwritten by style="" in anchor tag */
}





/*** Clean Line ***/





/*============== WordPress Styles ==================*/

.wp-content {
	float: left;
	/*width: 784px;*/
	width: 784px;
	/**/
	background-color: #D8D8D8;
}

.wp-footer {
	clear: both;
	padding-top: 5px;
	padding-left: 10px;
	border-top: 1px solid #aaa;
	margin-left: 0px;
	margin-right: 0px;
	/**/
	background-color: #D8D8D8;
}

/*========================*/


.wp-theloop {}

h1, h2 {
	line-height: 1.1em;
	margin: 5px 0px 0px 0px;
	/*padding-left: 10px;*/
	color: #4881ca;
	font-family: "GothamMedium", Helvetica, Tahoma, Verdana, sans-serif;
	font-weight: normal;
}


h1.normal {
	text-align: center;
	margin-bottom: 10px;
}

h2.sidebar {
	color: #333;
}

	a.wp-newstitle-link {
		text-decoration: none;
		color: #4881ca;
	}
	
	a.wp-newstitle-link:hover {
		color: #76aef1;
	}
	
.wp-newspostinfo {
	padding-left: 10px;
}

/*WP Core edit style*/
a.wp-category {
	position: relative;
	bottom: 1px;
	color: #DDD;
	font-size: 11px; 
	background-color: #333;
	padding: 2px 5px 2px 5px;
	-moz-padding: 2px 5px 1px 5px;
	text-decoration: none;
	font-family: "GothamBook", Helvetica, Tahoma, Verdana, sans-serif;
	font-weight: normal;
} 

a.wp-category:hover {
	background-color: #555;
}
/*end*/

.wp-multi-category {
	line-height: 1.0em;
}

.wp-hr {
	border-top: 1px solid #333;
	margin-right: 0px;
}

.wp-postfooter {
	padding-top: 5px;
	text-align: right;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-right: 5px;
}

.wp-search-ads {
	text-align: center;
	padding-bottom: 10px;
}

.wp-bq {
	padding-top: 15px;
	padding-left: 17px;
	padding-bottom: 10px;
	padding-right: 15px;
	background-image: url(http://cdn.nolanfans.com/images/quoty-start.png), url(http://cdn.nolanfans.com/images/quoty-end.png);
	background-repeat: no-repeat;
	background-position: 0px 0px, right bottom;
	font-style: italic;
}


.wp-bq-v3 {
	padding-top: 15px;
	padding-left: 17px;
	padding-bottom: 10px;
	padding-right: 15px;
	background-image: url(http://cdn.nolanfans.com/images/sprites-wordpress.png), url(http://cdn.nolanfans.com/images/sprites-wordpress.png);
	background-repeat: no-repeat;
	background-position: -304px 0, -363px 0;
	font-style: italic;
}

/*

.sprite-wordpress{background-image:url(http://cdn.nolanfans.com/images/sprites-wordpress.png);background-color:transparent;background-repeat:no-repeat;}
#quoty-end_png{height:50px;width:59px;background-position:-304px 0;}
#quoty-start_png{height:50px;width:59px;background-position:-363px 0;}

*/

.wp-bq-author {
	font-style: italic;
	font-weight: bold;
	position: relative;
	top: 7px;
	left: 570px;
}



/*========= WP - Pagination =========*/


ul.pagination {
	/*margin: 20px 0px 0px 0px;*/
	padding: 20px;
	list-style-type: none;
}

ul.pagination li.older {
	float: left;
	text-indent: -9999px;
}

li.older a {
	background: url("http://cdn.nolanfans.com/images/olderposts.png");
	width: 190px;
	display: block;
	height: 20px
}

li.older a:hover {
	background: url("http://cdn.nolanfans.com/images/olderposts.png") 0 20px;
}

/*ul.pagination li.olderv2 {
	float: left;
	text-indent: -9999px;
}

ul.pagination li.olderv2 a {
	background: url("http://cdn.nolanfans.com/images/read-more.png");
	width: 650px;
	display: block;
	height: 100px;
}*/

ul.pagination li.newer {
	float: right;
	text-indent: -9999px;
}

li.newer a {
	background: url("http://cdn.nolanfans.com/images/newerposts.png");
	display: block;
	width: 197px;
	height: 20px;
}

li.newer a:hover {
	background: url("http://cdn.nolanfans.com/images/newerposts.png") 0 20px;
	
}



/*===old===*/


.wp-next-post-single {
	text-align: center;
	margin-top: 35px;
}

.wp-next-post-main {
	text-align: center;
	margin-top: 20px;
	padding-bottom: 15px;
}

	



/*========= Social Stuffs ===========*/

.wp-social-container {
	display: block; 
	float: left; 
	margin-top: 5px;
}

.wp-twitter-push {
	display: inline; 
	position: relative; 
	top: 3px;
}



/*=========== Archives =============*/

h1.archive {
	padding-bottom: 10px;
}













/*=========== Podcast v3 =============*/

.podcast-main {
	float: left;
	width: 718px;
	background-color: #D8D8D8;
}

.podcast-sidebar {
	float: right;
	width: 256px;
	padding: 0px;
	margin-bottom: 20px;
	background-color: #aaa;
}

	.podcast-sidebar-content {
		padding: 8px;
	}

.podcast-footer {
	clear: both;
}

h1.podcast-header {
	padding-bottom: 10px;
}

div.hr-podcast {
	border-top: 1px solid #333;
	margin-right: 0px;
	padding-bottom: 10px;
}



/* Pagination
---------------------------------------- */
.podcast-pagination {
	/*height: 1%;  IE tweak (holly hack) */
	margin-top: 5px;
}

.podcast-pagination span strong {
	padding: 0 2px;
	margin-left: 1px;
	margin-right: 3px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #4481CA;
	border: 1px solid #4481CA;
	font-size: 0.9em;
}

.podcast-pagination span a, .podcast-pagination span a:link, .podcast-pagination span a:visited, .podcast-pagination span a:active {
	font-weight: normal;
	text-decoration: none;
	color: #5C758C;
	margin-left: 1px;
	margin-right: 3px;
	padding: 0 2px;
	background-color: #ECEDEE;
	border: 1px solid #B4BAC0;
	font-size: 0.9em;
	line-height: 1.5em;
}

.podcast-pagination span a:hover {
	border-color: #4481CA;
	background-color: #4481CA;
	color: #FFF;
}

.row .podcast-pagination span a, li.pagination span a {
	background-color: #FFFFFF;
}

.row .podcast-pagination span a:hover, li.pagination span a:hover {
	background-color: #368AD2;
}















/*=========== Old Podcast Styles =============*/

a.podcastlink {
	font-size: 20px;
	font-family: "GothamMedium", Helvetica, Tahoma, Verdana, sans-serif;
	text-decoration: none;
	padding-left: 10px;
	line-height: 1em;
	color: #4881ca;
}

a.downlinks {
	text-decoration: none;
	color: #4881ca;
}

.podcastinfo {
	padding-left: 30px;
	font-weight: bold;
	font-size: 10px;
}

.podcastsummary {
	padding-left: 15px;
}

/*****dev*****/
.podcast-hr {
	border-top: 1px solid #333;
	margin-right: 0px;
	width: 727px;
}

.podcast-tag-explicit {
	color: #ff4949;
	font-size: 11px; 
	background-color: #333;
	padding: 1px 5px 2px 5px;
	text-decoration: none;
	font-family: "GothamBook", Helvetica, Tahoma, Verdana, sans-serif;
} 

.podcast-tag-clean {
	color: #DDD;
	font-size: 11px; 
	background-color: #333;
	padding: 1px 5px 2px 5px;
	text-decoration: none;
	font-family: "GothamBook", Helvetica, Tahoma, Verdana, sans-serif;
} 

.podcast-tag-live {
	color: #a458dc;
	font-size: 11px; 
	background-color: #333;
	padding: 1px 5px 2px 5px;
	text-decoration: none;
	font-family: "GothamBook", Helvetica, Tahoma, Verdana, sans-serif;
} 


.explicit2 {
	font-size: 10px;
	background-color: #c72c2c;
	color: #DDDDDD;
	margin-left: 10px;
	vertical-align: 35%;
	
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 3px;
	padding-right: 2px;
}

/*******end-dev*******/

.explicit {
	color: #B50000;
	font-size: 10px;
}

.live {
	color: #a458dc;
	font-size: 10px;
}

.podcastheader {
	color: #4881ca;
	line-height: 1.1em;
	margin: 10px 0px 0px 15px;
	text-align: center;
}

.podcast-sidebar-old {
	float: right;
	width: 240px;
	padding: 5px;
	margin-bottom: 20px;
	margin-left: 20px;
	background-color: #aaa;
}

	.podcast-sidebar-cell {
		vertical-align: top;
		text-align: left;
	}













.shirt-sidebar {
	float: right;
	width: 190px;
	padding: 5px;
	margin-bottom: 20px;
	margin-left: 20px;
	background-color: #aaa;
}




.chatroom-main {
	width: 810px;
}

.chatroom-sidebar {
	float: right;
	width: 165px;
	padding: 5px;
	margin-bottom: 20px;
	margin-left: 20px;
	background-color: #aaa;
}













/*=========== Film Page Styles =============*/

.films-footer {
	clear: both;
}

.films-main {
	float: left;
	width: 768px;
	background-color: #D8D8D8;
}

.films-sidebar {
	float: right;
	width: 216px;
	padding: 0px;
	margin-bottom: 20px;
	background-color: #aaa;
}

.films-sidebar-content {
	padding: 8px;
}

.films-poster {
	width: 200;
}

.mini-zon {
	padding: 8px 0px 10px 0px;
}

.films-sidebar-info {
	padding-left: 10px;
}

ul.films-sidebar-info-list {
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
}

	li.film-info-header {
		font-weight: bold;
		padding-top: 10px;
	}

	li.film-info {
		padding-left: 15px;
	}

.films-sidebar-ads {
	text-align: center;
	margin-top: 75px;
	margin-bottom: 15px;
}

.films-sidebar-ads-short {
	text-align: center;
	margin-top: 75px;
}



ul.films-timeline {
	list-style-type: none;
	font-size: 1.0em;
}

	.films-timeline-date {
		line-height: 15px;
		display: block;
		font-weight: bold;
	}
	
		.films-timeline-date-production-starts {
			font-weight: bold;
			color: green;
		}
		
		.films-timeline-date-production-ends {
			font-weight: bold;
			color: red;
		}

	.films-timeline-headline {
		line-height: 15px;
		display: block;
	}

ul.films-cast-actor {
	list-style-type: none;
	padding: 5px;
	text-align: right;
}

ul.films-cast-dots {
	list-style-type: none;
	padding: 5px;
	text-align: right;
}

ul.films-cast-character {
	list-style-type: none;
	padding: 5px;
	text-align: left;
}

table.films-awesometable {
	border: 0px;
	width: 768px;
	margin-bottom: 25px;
	background-color: #aaaaaa;
}

	td.awesomescalecell {
	/*margin-top: 2px; */
	color: #ffffff;
	/*vertical-align: top;*/
	}
	
		.awesomescale {
 			background-image: url(http://cdn.nolanfans.com/images/filmratings/awesome-bg.png);
 			height: 57px; 
 			width: 440px;
 			margin-top: 5px;
		}
		
		.awesometext {
			padding-top: 8px;
			padding-left: 10px;
		}
		
		.awesomepercentage {
			float: right;
			padding-right: 15px;
		}
		
		.awesomebar { 
			width: 420px; 
			height: 20px; 
			margin-left: 9px; 
			margin-top: 5px; 
			overflow: hidden; 
			white-space: nowrap; 
			background: url(http://cdn.nolanfans.com/images/filmratings/awesome-empty.png) no-repeat left top; 
		}
		
			.awesomerating {
				background-image: url(http://cdn.nolanfans.com/images/filmratings/awesome-middle.png); 
				background-repeat: repeat-x;
				height: 20px; 
				margin-left: 2px;
			}
			
			/** 418 = 100% **/

				.awesome-inception {
					width: 405px;
				}
				
				.awesome-thedarkknight {
					width: 401px;
				}
				
				.awesome-theprestige {
					width: 397px;
				}
				
				.awesome-batmanbegins {
					width: 376px;
				}
				
				.awesome-insomnia {
					width: 322px;
				}
				
				.awesome-memento {
					width: 405px;
				}
				
				.awesome-following {
					width: 347px;
				}
				
	td.bomojocell {
		/*vertical-align: top;*/
		padding-top: 2px;
	}
	
		.boxofficenumbers {
			background-image: url(http://cdn.nolanfans.com/images/filmratings/boxofficemojobg.png);
			width: 400px; /* 440-40=400*/
			height: 44px; /* 57-13=44 */
			padding-top: 13px;
			padding-right: 40px;
			text-align: right;
		}
	
	td.rtflixcell {
		/*vertical-align: top;
		padding-top: 1px;*/
	}
	
		.rtrating {
		 	width: 335px;
		 	height: 57px;
		 }
		 
		.flixsterrating {
			width: 102px;
			height: 57px;
			padding-left: 1px;
		}

div.awards {
	padding-left: 15px;
}

.awardskey {
	font-size: 10px;
	font-style: italic;
}

ul.awardlisting {
	list-style-type: none;
	padding-left: 15px;
}

.awards-won {
	font-weight: bold;
	color: green;
}


/********/






h4 {
	font-size: 18px;
	font-weight: normal;
	margin: 0px;
}

.screenshotgalleryboxes {
	width: 310px; 
	height: 560px; 
	vertical-align: middle;
}

	
.galleryid-2187 {
	position: relative;
	top: 15px;
}
		
		
		

		
		
		
		
.sweepstakes {
	padding-bottom: 5px;
}

.sweepstakes-entry-form {
	
}

.bundle {
	padding-bottom: 25px;
	text-align: center;
}

h6.arv {
	margin: 0px;
	font-size: 12px;
	padding-bottom: 5px;
}

h5.twitteronly {
	margin: 0px;
	font-size: 14px;
	padding-bottom: 5px;
	color: #de0e26;
}

		
		
		
		
		
		

