/* CSS Document */

html {
	top:0px;
	margin-top:0;
	padding-top:0;
	}

body {
	background-color:#000000;
	color:#b49d98;
	background-image:url(../images/background.jpg);
	background-position:center top;
	font-family:Verdana, sans-serif;
	font-size:12px;
	text-align:center;
	top:0px;
	margin-top:0;
	padding-top:0;
	}

a {
	color:#f6cd5d;
	text-decoration:none;
	font-size:12px;
	}
	
a:hover {
	text-decoration:underline;
	}
	
#container img { display: block; z-index:1;position:relative;}
	
/*layout elements*/	

/*centers layout*/

#container {
	margin:0 auto;
	width:1022px;
	text-align:left;
	position:relative;
	}
	
#container a {
	z-index:10;	
	background-image: url(../images/transparent.gif); 
}
	
a.season1 {
	width:240px;
	height:48px;
	top:90px;
	left:700px;
	display:block;
	text-decoration:none;
	position:absolute;
	background-color:transparent;
}

a.buydvd {
	width:300px;
	height:224px;
	top:512px;
	left:10px;
	display:block;
	text-decoration:none;
	position:absolute;
}

a.itunes {
	width:323px;
	height:189px;
	top:750px;
	left:10px;
	display:block;
	text-decoration:none;
	position:absolute;
}

a.watchonline {
	width:300px;
	height:48px;
	top:800px;
	left:654px;
	display:block;
	text-decoration:none;
	position:absolute;
}
	
#footer {
	color:#4a413e;
	font-size:10px;

	text-align:center;
	line-height:18px;
	}
	
#footer a {
	color:#4a413e;
	font-size:10px;
	text-decoration:none;
	text-align:center;
	}
	
#footer a:hover {
	text-decoration:underline;
	}


/*content*/


		
/*text elements */
h1, h2, h3, h4, h5, h6 {
	color:#ffffff;
	margin-top:5px;
	margin-bottom:5px;
	}
	
h1 {
	font-size:36px;
	}
	
h1.toppadding {
	margin-top:0px;
	padding-top:0px;
	}
	
h2.toppadding {
	padding-top:0px;
	margin-top:0px;
	}
	
h3.toppadding {
	padding-top:0px;
	margin-top:0px;
	}
	
h2 {
	font-size:34px;
	}
	
h3 {
	font-size:30px;
	}
	
h4 {
	font-size:26px;
	}
	
h2.bottompadding {
	padding-bottom:15px;
	margin-bottom:0px;
	}
	
h4.bottompadding {
	padding-bottom:0px;
	margin-bottom:0px;
	}
	
h5 {
	font-size:20px;
	}
	
h6 {
	font-size:18px;
	}


.bold {
	font-weight:bold;
	}
	
.italic {
	font-style:italic;
	}
	
.underline {
	text-decoration:underline;
	}
	
.allcaps {
	text-transform:uppercase;
	}
	
.small {
	font-size:10px;
	}
	
/*misc elements	*/

hr {
	height:1px;
	border:1px solid #4a413e;
	color:#4a413e;
	}

/*class for clearing floats*/

.clear {
	clear:both;
	height:0;
	margin:0;
	padding:0;
	overflow: hidden;
	}
	
/* Wordpress stuff */

.post .date {
	width:115px;
	margin:10px;
	float:left;
}

.post .date {
	text-transform:uppercase;
	font-size:35px;
	color:#ff7200;
	line-height:23px;
}

.post .date span.month {
	color:#ff7200;
	float:right;
}

.post .date span.year {
	color:#ec4e25;
	display:block;
	float:right;
}

.post .post_content {
	float:right;
	width:465px;
}

#leftcol .post_content p {
	padding:0;
}

.post h3 a{
	font-size:30px;
}

/* wordpress */
#sidenav {
	width:300px;
}

#wp-content {
	width:620px;
}

#wp-content .post_content {
	width:530px;
}
#sidebar ul {
	margin:0;
	list-style:none;
}

#sidebar ul ul {
	margin:0;
	padding:0;
}

#sidebar ul li {
	margin:5px 0;
	float:left;
	padding:0;
}
#respond {
	display:block;
	margin:15px 0;
	width:500px;
}
h3#comments {
	font-size:20px;
}

ol.commentlist {
	list-style:none;
	margin:0;
	padding:0;
}
ol.commentlist li {
	padding:15px;
	border:1px solid #2f201c;
	margin:10px 0;
}
.comment-author {
	font-style:normal;
	font-size:16px;
	color:#fff;
}
ol.commentlist li.odd {
	background:#2f201c;
}
#respond #comment {
	width:100%;
}
