/* Nolan Fans: Year Two CSS */

@font-face {
	font-family: 'GothamBook';
	src: url('http://cdn.nolanfans.com/library/fonts/GothamBook.eot'),
		 url('http://cdn.nolanfans.com/library/fonts/GothamBook.woff') format('woff'),
		 url('http://cdn.nolanfans.com/library/fonts/GothamBook.ttf') format('truetype'),
		 url('http://cdn.nolanfans.com/library/fonts/GothamBook.svg#webfontsAAVXGKM') format('svg');
}

@font-face {
	font-family: 'GothamMedium';
	src: url('http://cdn.nolanfans.com/library/fonts/GothamMedium.eot'),
		 url('http://cdn.nolanfans.com/library/fonts/GothamMedium.woff') format('woff'),
		 url('http://cdn.nolanfans.com/library/fonts/GothamMedium.ttf') format('truetype'),
		 url('http://cdn.nolanfans.com/library/fonts/GothamMedium.svg#webfont2cAN74F9') format('svg');
}

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


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

img {border: 0px;}

a {
	color: #333;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
}

a:hover {
	color: #4881ca;
}

a:active {
	color: #4881ca;
}

a:visited {}

.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;}

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

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

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


/*============== Master Layout Styles ==================*/


.header {
	margin: 0px auto;
	width: 900px;
	height: 36px;
	background-color: #ffffff;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
}
	
	.nolanfans {
		float: left;
		margin-top: 5px;
		margin-left: 20px;
	}

	.navigation {
		float: right;
		text-align: right;
		padding-right: 20px;
		line-height: 2.3em;
		/*font-size: 1.3em;*/
		font-size: 16px;
		font-family: 'GothamBook', Helvetica, Tahoma, Verdana, sans-serif;
		font-weight: normal;
	}
	
	/*zOLD .navigation {
		float: right;
		text-align: right;
		padding-right: 50px;
		line-height: 2.4em;
		font-size: 1.3em;
		font-family: Helvetica, Tahoma, Verdana, sans-serif;
		font-weight: normal;
	}*/
	
	.navigation-lvl2-wrapper {
		margin: 0px auto;
		width: 900px;
		height: 30px;
	}
	
	.navigation-lvl2 {
		width: 900px;
		float: right;
		text-align: right;
		padding-right: 5px;
		line-height: 2.3em;
		font-size: 13px;
		font-family: 'GothamBook', Helvetica, Tahoma, Verdana, sans-serif;
	}

		a.nav {
			color: #636363;
			margin-left: 20px;
			text-decoration: none;
		}
		
			a.nav:hover {
				color: #76aef1;
			}
			
			a.nav:active {
				color: #4881ca;
			}
			
		a.active {
			color: #4881ca;
		}
		
			a.nav-selected:hover {
				color: #76aef1;
			}
			
			a.nav-selected:active {
				color: #4881ca;
			}

		
.maincontentwrapper {
	margin: 0px auto;
	width: 1000px;
}

	.announcement {
		text-align: center;
		height: 30px;
		line-height: 2.5em;
		font-size: 12px;
		font-family: 'GothamBold', 'Lucida Grande', Verdana, Arial, sans-serif;
		color: #333;
	}

	.maincontentarea {
		padding: 8px;
		background-color: #cfcfcf;
	}

.ads {
	margin: 0px auto;
	width: 1000px;
	text-align: center;
	margin-top: 15px;
}

.ads-google {
	padding-top: 10px;
}

.footer {
	margin: 0px auto;
	margin-top: 15px;
	width: 900px;
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: 20px center;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px;
	color: #636363;
	text-align: center;
}

	.copyright {
		line-height: 2em;
		font-size: 16px;
		font-family: Lucida Grande, Tahoma, Verdana, sans-serif;
	}
	
	a.footerlinks {
		color: #636363;
		text-decoration: none;
		font-size: 10px;
		line-height: 2em;
		padding-bottom: 0px;
	}
		
/*============== WordPress Styles ==================*/

.wp-content {
	float: left;
	width: 784px;
	maring-right: 4px;
}

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

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


.wp-theloop {}

h1, h2 {
	line-height: 1.1em;
	margin: 5px 0px 0px 0px;
	/*padding-left: 10px;*/
	color: #4881ca;
	font-family: 'GothamMedium', Lucida Grande, Tahoma, Verdana, sans-serif;
	font-weight: bold; /* doesn't matter because of the font */
}


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 {
	/*margin-left: 10px;*/
	color: #DDD;
	font-size: 10px; 
	background-color: #333;
	padding: 1px 5px 2px 5px;
	text-decoration: none;
	font-family: "Lucida Grande", Tahoma, Verdana, sans-serif;
} 

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 - Pagination =========*/


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

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

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

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

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

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

ul.pagination 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;
}

	
/*========= Side bar styles =========*/

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

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


.wp-sidebar {
	float: right;
	width: 180px;
	padding: 5px;
	background-color: #aaa;
}

.wp-sidebar-pretty-buttons {
	text-align: center;
	padding-bottom: 15px;
	padding-top: 10px;

}

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

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

/*WP Core edit style*/
a.wp-sidebar-links {
	color: #333;
}

a.wp-sidebar-links:hover {
	color: #4481ca;
}
/*end*/

.wp-sidebar-header {
	text-align: center;
	padding-bottom: 10px;
}

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

.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 */
}



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

.wp-tweetmeme {
	float: left; 
	margin: 5px 10px 5px 10px;
}

.wp-facebook {
	float: left; 
	margin: 5px 15px 5px 0px;
}

.fb_share_count_nub_top_override {
	background-image: url(http://cdn.nolanfans.com/images/facebooknub.png);
	background-repeat: no-repeat;
	border: none;
	display: block;
	height: 7px;
	left: 7px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 35px;
	width: 6px;
}

/*=========== Comments =============*/

.wp-comment-header {
	padding-top: 10px;
	padding-left: 10px;
}

.wp-comment-author {
	font-weight: bold;
	font-style: normal;
}

.wp-comment-edit {
	float: right;
	font-style: normal;
	padding-right: 10px;
}

h3.wp-leave-a-reply, h3.related-posts {
	padding-left: 5px;
}

.wp-comment-form {
	padding-left: 10px;
}

.wp-inputbox {
	background-color: #e4e4e4; 
	border: 1px solid #333; 
	color: #333;
	font-size: 12px;
	margin-top: 5px;
	margin-left: 5px;
}

.wp-post-comment {
	background-color: #e4e4e4; 
	border: 1px solid #333; 
	color: #333;
	font-size: 12px;
	margin-top: 5px;
	margin-left: 5px;
	font-family: "Lucida Grande", Tahoma, Verdana, sans-serif;
}

.wp-hr-comment {
	border-bottom: 1px solid #333;
	margin-left: -30px;
	margin-right: 10px;
	margin-bottom: 7px;
}

.wp-hr-leave-reply {
	padding-top: 5px;
	border-top: 1px solid #333;
	margin-left: 10px;
	margin-right: 10px;
	padding-bottom: 5px;
}

.wp-hr-related-posts {
	padding-bottom: 5px;
	padding-top: 5px;
	border-top: 1px solid #333;
	margin-left: 10px;
	margin-right: 10px;
}

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

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

/*=========== Film Pages and Such =============*/

.white {
	font-family: Verdana, Arial, Helvetica, sans-serif; color: #FFFFFF;
}



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

a.podcastlink {
	font-size: 20px;
	font-weight: bold;
	font-family: 'GothamMedium', "Lucida Grande", Tahoma, Verdana, sans-serif;
}

a.podcastlink {
	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;
}

.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 {
	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;
}



/*** Films Pages Sidebar Styles ***/

.films-main {
	width: 775px;
}

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

.films-poster {
	padding-bottom: 5px;
	width: 200;
}

.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: 764px;
	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-thedarkknight {
					width: 405px;
				}
				
				.awesome-theprestige {
					width: 393px;
				}
				
				.awesome-batmanbegins {
					width: 376px;
				}
				
				.awesome-insomnia {
					width: 326px;
				}
				
				.awesome-memento {
					width: 405px;
				}
				
				.awesome-following {
					width: 355px;
				}
				
	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: 2px;
	}
	
		.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;
}

		

	
		

	