/* CSS Document */

* {
	padding: 0;
	margin: 0;
}

body {
	background: #100e0f;

	font: normal 11px Tahoma, Arial, Verdana, Arial, sans-serif;
	color: #f2983a;
	padding: 0 0 30px 0;
}

#blue-top {
background: #5f0706;
border-bottom: 2px solid #fff;
height: 28px;
text-align: center;
font-weight: bold;
padding: 12px 0 0 0;
color: #fff;
}
	#blue-top a { color: #fff; text-decoration: none; font-size: 12px; margin: 0 5px; }
	#blue-top a:hover { text-decoration: underline; }

a,
a:link,
a:visited {
	color: #3d3d3d;
	text-decoration: none;
}
a:hover,
a:active {
	color: #3d3d3d;
	text-decoration: underline;
}

a img { border: 0; }
.clear { clear: both; }

#wrapper {
	width: 552px;
	margin: 30px auto 0 auto;
}
	h1 {
	width: 330px;
	height: 240px;
	background: url(http://watch.theboondocksfiles.com/images/logo.png) no-repeat center center;
	margin: 0 auto;
	margin-bottom: 30px;
	}
		h1 a {
			display: block;
			height: 244px;
			text-indent: -9999px;
			outline: none;
		}
	
	h2 {
		text-indent: -9999px;
	}
		h2 a { outline: none; }
	#onetofour {
		float: left;
	}
		#onetofour h2 {
			width: 255px;
			height: 169px;
			float: left;
			margin-right: 13px;
			margin-bottom: 13px;
			
		}
			#onetofour h2 a {
				display: block;
				height: 169px;
			}
		#season-1 {
	background: url(http://watch.theboondocksfiles.com/images/season-1.gif) no-repeat center center #e4972d;
		}
		#season-2 {
	background: url(http://watch.theboondocksfiles.com/images/season-2.gif) no-repeat center center #f8e06c;
		}
		#season-3 {
	background: url(http://watch.theboondocksfiles.com/images/season-3.gif) no-repeat center center #4c78b9;
		}
		#season-4 {
	background: url(http://watch.theboondocksfiles.com/images/season-4.gif) no-repeat center center #fae39d;
	margin-right: 0 !important;
		}
		
	.seasonList {
		position: absolute;
		width: 220px;
		float: left;
	}
	.listTop {
	display: block;
	height: 10px;
	background: url(http://watch.theboondocksfiles.com/images/listtop.gif) no-repeat top left;
	font-size: 1px;
	}
	.seasonList ul {
		background: #ffffff;
		padding: 15px;
		padding-left: 20px;
	}
	
	.seasonList h3 {
	color: #c34338;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 6px;
	}
	
		.seasonList li {
			list-style: none outside;
			margin-bottom: 5px;
		}
		
		#season-1-episodes {
			top: 516px;
			left: 50%;
			margin-left: -276px;
		}
		#season-2-episodes {
			top: 516px;
			left: 50%;
			margin-left: -8px;
		}
		#season-3-episodes {
			top: 698px;
			left: 50%;
			margin-left: -276px;
		}
		#season-4-episodes {
			top: 698px;
			left: 50%;
			margin-left: -8px;
		}
		
	#footer {
		text-align: right;
		color: #494949;
	}
		#footer a {
			margin: 0 2px;
		}
