body {
	font-size: 12px;
	margin: 0px;
	background: #303030;
	color: #161616;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


/* ==================================== [ GLOBAL LAYOUT ] ==================================== */
#superWrapper {
	position: relative;
	width: 1055px;
}

#headerWrapper {
	position: absolute;
	top: 0px;
	left: 0px;
	background-color:#000000;
	width: 1055px;
	height: 203px;
	}
	

#contentWrapper {
	position: absolute;
	background-color:#262626;
	top: 203px;
	left: 0px;
	width: 1055px;
	}
	
	#postAndLeftBar {
		position:relative;
		width: 750px;
		float: left;
	}
	
		#leftBar {
			position: relative;
			/*top: 0px;
			left: 0px;*/
			width: 150px;
			text-align: left;
			background: #0d4856 url("http://www.watchmojo.com/images/blog_images/sidebarbg2.jpg") repeat-y right;
			float:left;
		}
		
		#postCol {
			position: relative;
			top:0px;
			/*left:130px;*/
			width: 590px;
			float: right;
		}
	
	#rightBar {
		position: relative;
		width: 300px;
		top: 0px;
		/*left:720px;*/
		background: url("http://www.watchmojo.com/images/blog_images/striped_bg.jpg") repeat-y;
		text-align: center;
		padding-bottom:35px;
		float:right;
		clear:right;
		}

	#footerWrapper {
		position: relative;
		width: 1025px;
		background-color:#262626;
		text-align:center;
		clear: both;
	}
		


/* ==================================== [ FOOTER ] ==================================== */

#footer1{
	position: relative;
	width:100%;
	margin: auto;
	border-top: 7px solid #202020;
	background: #262626;
	text-align:center;
}

#footer2 {
	position: relative;
	height: 102px;
	padding-top: 20px;
	background: url("http://www.watchmojo.com/images/blog_images/footer.jpg") repeat-x;
	display: block;
	text-align: center;
	clear: both;
}

.footfloater {
	position: relative;
	margin-right:30px;
	padding: 0 0 20px 0px;
	width: 310px;
	background: #1f1f1f;
	text-align:left;
	float: left;
}

.footfloater a:link, .footfloater a:visited {
	position: relative;
	display: block;
	/*padding: 2px 0px 2px 10px;*/
	text-align: left;
	color: #ff9900;
	text-decoration: none;
}

.footfloater a:hover {
	/*background: #191919;*/
	color: #ff9900;
	text-decoration:underline;
}

.footfloater ul {
	padding: 0 5px;
	}
	
	
/* ==================================== [ TOP NAV ] ==================================== */
#topAds{
		position: relative;
		height: 155px;
		/*margin-left: 250px;*/
		/*width: 1025px;*/
		text-align: right;
		float: right;
}	
#headerWrapper img {float:left;}

#topNav {
	position: relative;
	height: 50px;
	width: 100%;
	min-width: 600px;
	background: url("http://www.watchmojo.com/images/blog_images/navinactive.jpg") repeat-x;
	clear: both;
}


#topNav li{
	margin: 0px;
	float: left;
}

#topNav a:link, #topNav a:visited {
	float: left;
	padding: 13px 20px 21px 20px;
	/*height: 14px;*/
	font-size: 12px;
	background: url("http://www.watchmojo.com/images/blog_images/navinactive.jpg") repeat-x;
	color: #ffffff;
	text-decoration: none;
	border-right: 1px solid #464646;
}

#topNav a:hover {
	background: url("http://www.watchmojo.com/images/blog_images/navactive.jpg") center repeat-x;
}


/* ==================================== [ LEFT SIDEBAR ] ==================================== */
ul.list {
	list-style-type: none;
	margin: -10px 0px 20px 0px;
	padding: 0px;
	}
	
	.list li {
		margin:  2px 0px 0px 0px;
		font-size: 10px;
	}
	
	.list a:link, .list a:visited {
		position: relative;
		/*display: block;*/
		padding: 2px;
		color: #ff9900;
		text-decoration: none;
	}
	
	.list a:hover {
		background: #0d6a57;
		text-decoration: underline;
	}

.searchBox {
	border: none;
	margin-left: 2px;
	background-color:#242424;
	color:#CCCCCC;
	width: 100px;
	display:block;
}
.subscribe li{margin:  2px 0px 7px 0px;}

.subscribe a:link, .subscribe a:visited {
	padding-left: 20px;
	color: #949494;
	text-decoration: none;
	background: url("http://www.watchmojo.com/images/blog_images/feed.gif") left no-repeat;
}
.subscribe a:hover{
	background: url("http://www.watchmojo.com/images/blog_images/feed.gif") left no-repeat;
	text-decoration: underline;
}

/* ==================================== [ RIGHT SIDEBAR ] ==================================== */
#links {
	position: relative;
	width:280px;
	margin: 20px 10px 20px 0px;
	float:right;
	}
	#links .top {
		position: relative;
		background:url("http://www.watchmojo.com/images/blog_images/section_dark_top.gif");
		height: 11px;
	} 
	#links .main {
		position: relative;
		padding: 5px 15px 20px 15px;
		background:url("http://www.watchmojo.com/images/blog_images/section_dark_background.gif") repeat-y;
		text-align:left;
	} 
	#links .sepLine {
		position: relative;
		width: 100%;
		background:url("http://www.watchmojo.com/images/blog_images/section_dark_division_line.gif") no-repeat center;
		margin: 15px 0px 15px 0px;
	}
	#links .bottom {
		position: relative;
		background:url("http://www.watchmojo.com/images/blog_images/section_dark_bottom.gif") no-repeat;
		height: 11px;
	} 
	
#links a:link, #links a:visited {
	font-size: 10px;
	color: #ff9900;
	text-decoration: none;
}
#links a:hover {
	text-decoration:underline;
}
#links h3 {
	position: relative;
	background-repeat: no-repeat;
	background-position: left;
	display: block;
	height: 15px;
	margin: 0 0 5px 0;
	}
	#links h3 span {
		display: none;
		}
	#links h3.recent {
		background-image: url("http://www.watchmojo.com/images/blog_images/h_recent.gif");
		}
	#links h3.contests {
		background-image: url("http://www.watchmojo.com/images/blog_images/h_smcontests.gif");
		}
	#links h3.top10 {
		background-image: url("http://www.watchmojo.com/images/blog_images/h_top10.gif");
		}
	#links h3.video {
		background-image: url("http://www.watchmojo.com/images/blog_images/h_latestVideos.gif");
		}
	#links h3.recentComments {
		background-image: url("http://www.watchmojo.com/images/blog_images/h_comments.gif");
	}
	#links h3.tags {
		background-image: url("http://www.watchmojo.com/images/blog_images/h_tags.gif");
	}

ul.links {
	color: #ff9900;
	list-style-position: inside;
	list-style-type: square;
	}
	ul.links li {
		margin: 0 0 5px 0px;
		padding-left: -20px;
	}


/* ==================================== [ POST STYLES ] ==================================== */
.apost{
	position: relative;
	border: 7px solid #313131;
	padding: 0 8px 8px 8px;
	background: #ffffff;
}
.apost a{color: #ff8e01;}


.postheader {
	position: relative;
	padding-bottom: 7px;
	height: auto;
}
#feedflare a {color:#1C96B1;}

#readMore{
	text-align:left;
	margin: -10px 0px 10px 0px;
}

#postNav {
	text-align:center;
	color:#ff9900;
	} 


ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

h4 {
	padding-top: 3px;
	font-size: 12px;
	font-weight: normal;
	color: #999999;
	text-align: left;
}

h3 {
	padding: 0;
	margin: 15px 0;
	text-transform: uppercase;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #19aecd;
	display:block;
}

h2 {
	position: relative;
	margin-top: 2px;
	font-size: 18px;
	font-weight: normal;
	color: #1C96B1;
	text-align: left;
}

h2 a:link, h2 a:visited {
	color: #1C96B1;
} 

#ajrotator a {
	color: #1C96B1;
	}

