/*
* @Website          StrangerThings
* @Creation Date    12-6-2007
* @Modified Date    12-11-2007
* @Author           CPC Designs
* @url              http://cpcdesigns.com
*/

/* General Layout Styles */
body {
	background-color: #000;
	margin: 0;
}
#container{
	width: 880px;
	margin-left: auto;
	margin-right: auto;
	font-family: Arial;
	color: #FFF;
	font-size: 12px;
}
#container #header{
	width: 860px;
	float: left;
	height: 354px;
	margin-top: 20px;
	border-left: 10px solid #FFF;
	border-right: 10px solid #FFF;
	border-top: 10px solid #FFF;
	background: #232323 url('../images/headers/header2.png') no-repeat top left;
}
#container #divider{
	width: 860px;
	float: left;
	height: 10px;
	border-left: 10px solid #FFF;
	border-right: 10px solid #FFF;
	background-color: #0F0F0F;
}
#container #divider2{
	width: 860px;
	float: left;
	height: 30px;
	border-left: 10px solid #FFF;
	border-right: 10px solid #FFF;
	background: #131313 url('../images/d2bg.png') repeat-x top left;
}
#container #body{
	width: 860px;
	float: left;
	min-height: 600px;
	border-left: 10px solid #FFF;
	border-right: 10px solid #FFF;
	background-color: #1B1B1B;
}
#container #footer{
	width: 860px;
	float: left;
	height: 50px;
	border-left: 10px solid #FFF;
	border-right: 10px solid #FFF;
	border-bottom: 10px solid #FFF;
	background-color: #131313;
}
#container #spacer{
	width: 860px;
	float: left;
	height: 50px;
}

/* Header Styles */
#container #header #container2{
	float: left;
	width: 220px;
	height: 350px;
}
#container #header #container2 .logo{
	float: left;
	width: 184px;
	height: 70px;
	margin-left: 8px;
	margin-top: 8px;
	text-decoration: none;
}
#container #header #container2 .logo a{
	text-decoration: none;
}
#container #header #container2 #menu{
	float: left;
	width: 200px;
	height: 210px;
	margin-left: 10px;
	margin-top: 38px;
}
#container #header #container2 #menu .item1{
	float: left;
	width: 186px;
	height: 20px;
	margin-top: 1px;
	background-color: #503c3c;
	font-size: 14px;
	font-family: Verdana;
	text-indent: 7px;
	line-height: 21px;
	font-variant: small-caps;
}
#container #header #container2 #menu .item1e{
	float: left;
	width: 13px;
	height: 20px;
	margin-top: 1px;
	margin-left: 1px;
	background-color: #6c2121;
}
#container #header #container2 #menu .item1 a, #container #header #container2 #menu .item2 a{
	color: #FFF;
	text-decoration: none;
}
#container #header #container2 #menu .item1:hover{
	background-color: #604c4c;
	width: 172px;
}
#container #header #container2 #menu .item2{
	float: left;
	width: 172px;
	height: 20px;
	margin-top: 1px;
	background-color: #604c4c;
	font-size: 14px;
	font-family: Verdana;
	text-indent: 7px;
	line-height: 21px;
	font-variant: small-caps;
}
#container #header #banner{
	float: left;
	width: 285px;
	height: 76px;
	margin-left: 18px;
	margin-top: 263px;
	border: 2px solid #660000;
	background-color: #4e0101;
}

/* menu2 */
#container #divider2 #menu{
	float: left;
	width: 836px;
	height: 20px;
	margin-left: 10px;
	margin-top: 4px;
}
#container #divider2 #menu .item{
	float: left;
	height: 10px;
	font-size: 12px;
	margin-right: 8px;
	padding: 4px;
}
#container #divider2 #menu .item a{
	color: #FFF;
	text-decoration: none;
}
#container #divider2 #menu .item a:hover{
	color: #FFF;
	text-decoration: underline;
}


/* Body Styles */
/* left container */
#container #body #left{
	float: left;
	width: 200px;
	min-height: 600px;
	margin-left: 8px;
	margin-bottom: 10px;
}
/* right container */
#container #body #right{
	float: left;
	width: 630px;
	min-height: 600px;
	margin-left: 10px;
	margin-bottom: 10px;
}

/* left banner styles */
#container #body #left .bannert1{
	float: left;
	width: 200px;
	height: 50px;
	margin-top: 10px;
	background-color: #131313;
	border: 2px #0E0E0E solid;
}
#container #body #left .bannert2{
	float: left;
	width: 200px;
	height: 400px;
	margin-top: 10px;
	background-color: #131313;
	border: 2px #0E0E0E solid;
}

/* right recent styles*/
#container #body #right .recent{
	float: left;
	width: 630px;
	height: 150px;
	margin-top: 10px;
	background-color: #131313;
	border: 2px #0E0E0E solid;
}
#container #body #right .recent .image{
	float: left;
	width: 216px;
	height: 118px;
	margin-top: 10px;
	margin-left: 10px;
	border: 2px solid #252525;
}
#container #body #right .recent .image:hover{
	border: 2px #757575 solid;
}
#container #body #right .recent .title{
	float: left;
	width: 370px;
	height: 15px;
	margin-top: 10px;
	margin-left: 10px;
	font-size: 14px;
	color: #b0b0b0;
}
#container #body #right .recent .description{
	float: left;
	width: 370px;
	height: 70px;
	margin-top: 4px;
	margin-left: 10px;
	font-size: 12px;
	color: #9F9F9F;
}
#container #body #right .recent .description a{
	color: #b1b1b1;
	text-decoration: none;
}
#container #body #right .recent .btn{
	float: left;
	width: 144px;
	height: 22px;
	margin-top: 7px;
	margin-left: 10px;
	font-size: 14px;
	color: #FFF;
	text-indent: 3px;
	line-height: 22px;
	border: 2px solid #252525;
	background-color: #1b1b1b;
}
#container #body #right .recent .btn a{
	text-decoration: none;
	color: #FFF;
}
#container #body #right .recent .btn:hover{
	border: 2px #757575 solid;
	background-color: #000;
}
/* right top4 styles*/
#container #body #right .top4{
	float: left;
	width: 630px;
	min-height: 120px;
	margin-top: 10px;
	background-color: #131313;
	border: 2px #0E0E0E solid;
}
#container #body #right .top4 .more{
	float: right;
	width: 25px;
	height: 12px;
	background-color: #0f0f0f;
	border-left: solid 1px #0E0E0E;
	border-top: solid 1px #0E0E0E;
	margin-top: 107px;
	font-size: 10px;
	text-indent: 1px;
	color: #b1b1b1;
}
#container #body #right .top4 .more a{
	text-decoration: none;
	color: #b1b1b1;
}
#container #body #right .top4 .items{
	float: left;
	width: 125px;
	height: 112px;
	margin-left: 26px;
	margin-top: 4px;
}
#container #body #right .top4 .items a{
	color: #b0b0b0;
	text-decoration: none;
}
#container #body #right .top4 .items .image{
	float: left;
	width: 115px;
	height: 63px;
	margin-top: 4px;
	border: 2px solid #252525;
}
#container #body #right .top4 .items .image:hover{
	border: 2px #757575 solid;
}
#container #body #right .top4 .items .title{
	float: left;
	width: 115px;
	height: 40px;
	color: #b0b0b0;
	text-align: center;
	font-size: 11px;
	margin-top: 4px;
}
/* right news styles*/
#container #body #right .news_title{
	float: left;
	width: 630px;
	height: 20px;
	margin-top: 10px;
	font-size: 16px;
	color: #CCC;
	line-height: 26px;
	margin-bottom: -6px;
}
#container #body #right .news_item{
	float: left;
	width: 630px;
	min-height: 100px;
	margin-top: 10px;
	background-color: #131313;
	border: 2px #0E0E0E solid;
}
#container #body #right .news_item .title{
	float: left;
	width: 620px;
	height: 16px;
	font-size: 14px;
	color: #FFF;
	margin-top: 4px;
	margin-left: 6px;
}
#container #body #right .news_item .title a{
	color: #FFF;
	text-decoration: none;
}
#container #body #right .news_item .date{
	float: left;
	width: 580px;
	height: 11px;
	font-size: 10px;
	margin-top: 4px;
	margin-left: 6px;
}
#container #body #right .news_item .content{
	float: left;
	width: 620px;
	height: 66px;
	font-size: 12px;
	color: #b1b1b1;
	margin-top: 4px;
	margin-left: 6px;
}
#container #body #right .news_item .content a{
	color: #b1b1b1;
	text-decoration: underline;
}
#container #body #right .news_item .more{
	float: right;
	width: 25px;
	height: 12px;
	background-color: #0f0f0f;
	border-left: solid 1px #0E0E0E;
	border-top: solid 1px #0E0E0E;
	margin-top: 4px;
	font-size: 10px;
	text-indent: 1px;
	color: #b1b1b1;
}
#container #body #right .news_item .more a{
	text-decoration: none;
	color: #b1b1b1;
}

/* Footer Styles */
#container #footer .text{
	float: left;
	width: 860px;
	height: 14px;
	color: #6b6b6b;
	text-align: center;
	margin-top: 4px;
}
#container #footer .text a{
	color: #6b6b6b;
	text-decoration: none;
}
#container #footer .top{
	float: right;
	width: 35px;
	height: 12px;
	background-color: #0f0f0f;
	border-left: solid 1px #0E0E0E;
	border-top: solid 1px #0E0E0E;
	font-size: 10px;
	text-indent: 1px;
	color: #b1b1b1;
	line-height: 15px;
}
#container #footer .top a{
	text-decoration: none;
	color: #b1b1b1;
}

/* admin menu */
#container .amenu{
	float: left;
	width: 836px;
	min-height: 20px;
	margin-left: 10px;
	color: #b1b1b1;
	border-bottom: 1px solid #0E0E0E;
	border-left: 1px solid #0E0E0E;
	border-right: 1px solid #0E0E0E;
	padding-bottom: 4px;
}
#container .amenu .litem{
	float: left;
	height: 10px;
	font-size: 11px;
	margin-right: 8px;
	padding: 2px 4px 2px 4px;
}
#container .amenu .litem a{
	color: #b1b1b1;
	text-decoration: none;
}
#container .amenu .litem a:hover{
	color: #b1b1b1;
	text-decoration: underline;
}


/* body content styles */
#container #body #content{
	float: left;
	width: 860px;
	min-height: 600px;
	margin-bottom: 10px;
}
#container #body #content .heading{
	float: left;
	width: 840px;
	height: 18px;
	margin-left: 8px;
	margin-top: 10px;
	font-size: 16px;
	color: #FFF;
	text-indent: 2px;	
}
#container #body #content .heading a{
	text-decoration: none;
	color: #FFF;
}
#container #body #content .item1{
	float: left;
	width: 836px;
	min-height: 50px;
	margin-left: 8px;
	margin-top: 4px;
	border: 2px solid #0E0E0E;
	background-color: #131313;
	padding: 2px;
	color: #b1b1b1;
}
#container #body #content .item1 a{
	color: #b1b1b1;
	text-decoration: underline;
}
#container #body #content .item1 .title{
	float: left;
	width: 830px;
	height: 14px;
	margin-left: 1px;
	margin-top: 2px;
	margin-bottom: 4px;
	font-size: 14px;
	color: #FFF;
}
#container #body #content .item1 .image{
	float: left;
	width: 200px;
	height: 80px;
	margin: 4px;
	border: 2px solid #0E0E0E;
}
#container #body #content .item1 .image:hover{
	border: 2px solid #757575;
}
#container #body #content .item1 .image3{
	float: left;
	width: 200px;
	height: 40px;
	margin: 2px;
	border: 2px solid #0E0E0E;
}
#container #body #content .item1 .image3:hover{
	border: 2px solid #757575;
}
#container #body #content .item1 .image2{
	margin: 4px;
	border: 2px solid #0E0E0E;
}
#container #body #content .item1 .image2:hover{
	border: 2px solid #757575;
}
#container #body #content .item1 fieldset{
	float: left;
	width: 400px;
	height: 80px;
	margin: 2px;
	border: 2px solid #0E0E0E;
	background-color: #101010;
}
#container #body #content .item1 .paypal{
	float: left;
	width: 400px;
	height: 35px;
	margin-left: 6px;
}
#container #body #content .item1 .paypal a{
	text-decoration: none;
}
#container #body #content .item1 .video{
	float: left;
	width: 368px;
	height: 214px;
	margin: 6px;
	border: 2px solid #0E0E0E;
}
#container #body #content .item2{
	float: left;
	width: 860px;
	height: 150px;
	margin-top: 20px;
	margin-bottom: 10px;
}
#container #body #content .item2 .image{
	float: left;
	width: 150px;
	height: 150px;
	margin-left: 8px;
	margin-top: 4px;
	border: 2px solid #0E0E0E;
}
#container #body #content .item2 .title{
	float: left;
	width: 674px;
	height: 16px;
	margin-left: 8px;
	margin-top: 4px;
	font-size: 16px;
}
#container #body #content .item2 .content{
	float: left;
	width: 674px;
	min-height: 104px;
	margin-left: 8px;
	margin-top: 4px;
	border: 2px solid #0E0E0E;
	background-color: #131313;
	padding: 2px;
	color: #b1b1b1;
}
#container #body #content .item2 .content a{
	color: #b1b1b1;
	text-decoration: underline;
}
#container #body #content .item2 .btn{
	float: left;
	padding: 2px;
	margin-top: 2px;
	margin-left: 8px;
	font-size: 11px;
	color: #FFF;
	border: 2px solid #0E0E0E;
	background-color: #1b1b1b;
}
#container #body #content .item2 .btn a{
	text-decoration: none;
	color: #FFF;
}
#container #body #content .item2 .btn:hover{
	background-color: #000;
}

#container #body #content .item3{
	float: left;
	width: 836px;
	min-height: 50px;
	margin-left: 8px;
	margin-top: 4px;
	border: 2px solid #0E0E0E;
	background-color: #131313;
	padding: 2px;
	color: #b1b1b1;
	font-size: 11px;
}
#container #body #content .item3 .image{
	float: left;
	width: 115px;
	height: 63px;
	margin: 4px;
	border: 2px solid #252525;
}
#container #body #content .item3 .image:hover{
	border: 2px #757575 solid;
}
#container #body #content .item3 a{
	color: #FFF;
	text-decoration: none;
}
#container #body #content .item3 .title{
	float: left;
	width: 600px;
	height: 15px;
	color: #FFF;
	font-size: 14px;
	margin-top: 4px;
	margin-left: 2px;
}
#container #body #content .item3 .content{
	float: left;
	width: 700px;
	min-height: 30px;
	color: #b1b1b1;
	font-size: 11px;
	margin-left: 2px;
	margin-top: 4px;
}
#container #body #content .item3 .btn{
	float: left;
	padding: 2px;
	margin-top: 2px;
	margin-left: 2px;
	font-size: 11px;
	color: #FFF;
	border: 2px solid #0E0E0E;
	background-color: #1b1b1b;
}
#container #body #content .item3 .btn a{
	text-decoration: none;
	color: #FFF;
}
#container #body #content .item3 .btn:hover{
	background-color: #000;
}


#container #body #content .item4{
	float: left;
	width: 836px;
	min-height: 10px;
	margin-left: 4px;
	margin-top: 4px;
	padding: 2px;
	color: #b1b1b1;
	font-size: 11px;
}
#container #body #content .item4 .btn{
	float: left;
	padding: 2px;
	margin-top: 2px;
	margin-left: 2px;
	font-size: 11px;
	color: #FFF;
	border: 2px solid #0E0E0E;
	background-color: #1b1b1b;
}
#container #body #content .item4 .btn a{
	text-decoration: none;
	color: #FFF;
}
#container #body #content .item4 .btn:hover{
	background-color: #000;
	text-decoration: none;
}








#container #body #content .item5{
	float: left;
	width: 410px;
	min-height: 50px;
	margin-left: 8px;
	margin-top: 4px;
	border: 2px solid #0E0E0E;
	background-color: #131313;
	padding: 2px;
	color: #b1b1b1;
	font-size: 11px;
}
#container #body #content .item5 .image{
	float: left;
	width: 217px;
	height: 120px;
	margin: 4px;
	border: 2px solid #252525;
}
#container #body #content .item5 .image:hover{
	border: 2px #757575 solid;
}
#container #body #content .item5 a{
	color: #FFF;
	text-decoration: none;
}
#container #body #content .item5 .title{
	float: left;
	width: 170px;
	min-height: 18px;
	color: #FFF;
	font-size: 14px;
	margin-top: 4px;
	margin-left: 2px;
	margin-bottom: 2px;
}
#container #body #content .item5 .content{
	float: left;
	width: 170px;
	min-height: 80px;
	color: #b1b1b1;
	font-size: 11px;
	margin-left: 2px;
	margin-top: 4px;
}
#container #body #content .item5 .btn{
	float: left;
	padding: 2px;
	margin-top: 2px;
	margin-left: 2px;
	font-size: 11px;
	color: #FFF;
	border: 2px solid #0E0E0E;
	background-color: #1b1b1b;
}
#container #body #content .item5 .btn a{
	text-decoration: none;
	color: #FFF;
}
#container #body #content .item5 .btn:hover{
	background-color: #000;
}










#container #body #content .news_item{
	float: left;
	width: 836px;
	min-height: 20px;
	margin-left: 8px;
	margin-top: 4px;
	border: 2px solid #0E0E0E;
	background-color: #131313;
	padding: 2px;
	color: #b1b1b1;
}
#container #body #content .news_item .title{
	float: left;
	width: 820px;
	height: 16px;
	font-size: 14px;
	color: #FFF;
	margin-top: 4px;
	margin-left: 6px;
}
#container #body #content .news_item .title a{
	color: #FFF;
	text-decoration: none;
}
#container #body #content .news_item .date{
	float: left;
	width: 820px;
	height: 11px;
	font-size: 10px;
	color: #999999;
	margin-top: 4px;
	margin-left: 6px;
}
#container #body #content .news_item .date a{
	color: #999999;
	text-decoration: underline;
}
#container #body #content .news_item .content{
	float: left;
	width: 820px;
	min-height: 15px;
	font-size: 11px;
	color: #b1b1b1;
	margin-top: 4px;
	margin-left: 6px;
}
#container #body #content .news_item .content a{
	color: #b1b1b1;
	text-decoration: underline;
}
#container #body #content .news_item .more{
	float: right;
	width: 25px;
	height: 12px;
	background-color: #0f0f0f;
	border-left: solid 1px #0E0E0E;
	border-top: solid 1px #0E0E0E;
	margin-top: 4px;
	font-size: 10px;
	text-indent: 1px;
	color: #b1b1b1;
}
#container #body #content .news_item .more a{
	text-decoration: none;
	color: #b1b1b1;
}


#container #body #content #comments{
	float: left;
	width: 846px;
	min-height: 400px;
	margin-top: 6px;
	margin-left: 8px;
	margin-bottom: 10px;
}
#container #body #content #comments .heading{
	float: left;
	width: 840px;
	height: 15px;
	font-size: 16px;
	color: #FFF;
	margin-left: 2px;
}
#container #body #content #comments #comment{
	float: left;
	width: 826px;
	margin-top: 10px;
}
#container #body #content #comments .comment{
	float: left;
	width: 826px;
	min-height: 30px;
	margin-left: 5px;
	margin-top: 6px;
	border: 2px solid #0E0E0E;
	background-color: #131313;
	padding: 2px;	
}
#container #body #content #comments .comment .title{
	float: left;
	width: 826px;
	height: 14px;
	font-size: 13px;
	color: #FFF;
}
#container #body #content #comments .comment .title a{
	color: #FFF;
	text-decoration: none;
}
#container #body #content #comments .comment .title a:hover{
	color: #FFF;
	text-decoration: underline;
}
#container #body #content #comments .comment .desc{
	float: left;
	width: 826px;
	min-height: 30px;
	font-size: 11px;
	color: #9F9F9F;
	margin-top: 4px;
}
#container #body #content #comments .comment .desc a{
	color: #9F9F9F;
	text-decoration: underline;
}
#container #body #content #comments .comment .desc a:hover{
	color: #9F9F9F;
	text-decoration: none;
}
#container #body #content #comments .comment .info{
	float: left;
	width: 826px;
	height: 10px;
	font-size: 10px;
	color: #9f9e9e;
	margin-top: 6px;
}


a{
	color: #FFF;
	text-decoration: none;
}
a:hover{
	color: #FFF;
	text-decoration: underline;
}

#container #body #episode{
	float: left;
	width: 860px;
	min-height: 600px;
	margin-bottom: 10px;
	margin-top: 6px;
}

#container #body #episode .episode{
	float: left;
	width: 836px;
	min-height: 310px;
	margin-left: 8px;
	margin-top: 4px;
	border: 2px solid #0E0E0E;
	background-color: #131313;
	padding: 2px;
	padding-bottom: 5px;	
}
#container #body #episode .episode .info-bar{
	float: left;
	width: 832px;
	min-height: 16px;
	margin-bottom: 4px;
	font-size: 12px;
	line-height: 18px;
	padding: 2px;
	background-color: #202020;
}
#container #body #episode .episode .player{
	float: left;
	width: 466px;
	min-height: 260px;
	margin-top: 6px;
}
#container #body #episode .episode .player .player_container{
	float: left;
	width: 461px;
	min-height: 260px;
	margin-left: 5px;
}
#container #body #episode .episode .player .player_container .image{
	float: left;
	width: 380px;
	height: 214px;
	border: 2px solid #252525;
	margin-top: 15px;
	margin-left: 20px;
}
#container #body #episode .episode .player .player_container .image:hover{
	border: 2px solid #757575;
}
#container #body #episode .episode .player .player_container .mp3player{
	float: left;
	width: 300px;
	height: 26px;
	margin-left: 40px;
	margin-top: 10px;
}
#container #body #episode .episode .player .btn{
	float: left;
	width: 373px;
	height: 15px;
}
#container #body #episode .episode .player .btn img{
	float: left;
	width: 124px;
	height: 13px;
	margin-left: 130px;
}
#container #body #episode .episode .content{
	float: right;
	width: 330px;
	min-height: 300px;
	margin-top: 5px;
	margin-right: 10px;
}
#container #body #episode .episode .content .title{
	float: left;
	width: 330px;
	height: 18px;
	color: #bebebe;
	font-size: 14px;
}
#container #body #episode .episode .content .desc{
	float: left;
	width: 330px;
	min-height: 100px;
	color: #9F9F9F;
	font-size: 12px;
	margin-bottom: 4px;
}
#container #body #episode .episode .content .desc a{
	color: #b1b1b1;
	text-decoration: none;
}
#container #body #episode .episode .content .button{
	float: left;
	width: 170px;
	height: 15px;
	padding: 2px;
	margin-left: 4px;
	margin-bottom: 4px;
	color: #FFF;
	font-size: 15px;
	border: 2px solid #313131;
	background-color: #242424;
	line-height: 14px;
}
#container #body #episode .episode .content .button a{
	text-decoration: none;
	color: #FFF;
}
#container #body #episode .episode .content .button:hover{
	background-color: #202020;
}
#container #body #episode .episode .content .button2{
	float: left;
	width: 170px;
	height: 15px;
	padding: 2px;
	margin-left: 4px;
	margin-bottom: 4px;
	color: #404040;
	font-size: 15px;
	border: 2px solid #212121;
	background-color: #161616;
	line-height: 14px;
}
.right{
	float: right;
	text-align: right;
}
.small{
	font-size: 10px;
	color: #9f9e9e;
}
.medium{
	font-size: 12px;
}
.italic{
	font-style: italic;
}
.red{
	color: #FF0000;
}
.green{
	color: #00FF00;
}

#container #body #episode #left{
	float: left;
	width: 400px;
	min-height: 400px;
	margin-top: 6px;
	margin-left: 5px;
	margin-bottom: 10px;
}
#container #body #episode #right{
	float: left;
	width: 430px;
	min-height: 400px;
	margin-top: 6px;
	margin-left: 10px;
	margin-bottom: 10px;
}


#container #body #episode #left .heading{
	float: left;
	width: 400px;
	height: 15px;
	font-size: 16px;
	color: #FFF;
	margin-left: 3px;
}
#container #body #episode #left #comment{
	float: left;
	width: 390px;
	margin-top: 10px;
}
#container #body #episode #left .comment{
	float: left;
	width: 390px;
	min-height: 30px;
	margin-left: 3px;
	margin-top: 6px;
	border: 2px solid #0E0E0E;
	background-color: #131313;
	padding: 2px;	
}
#container #body #episode #left .comment .title{
	float: left;
	width: 390px;
	height: 14px;
	font-size: 13px;
	color: #FFF;
}
#container #body #episode #left .comment .title a{
	color: #FFF;
	text-decoration: none;
}
#container #body #episode #left .comment .title a:hover{
	color: #FFF;
	text-decoration: underline;
}
#container #body #episode #left .comment .desc{
	float: left;
	width: 390px;
	min-height: 30px;
	font-size: 11px;
	color: #9F9F9F;
	margin-top: 4px;
}
#container #body #episode #left .comment .desc a{
	color: #9F9F9F;
	text-decoration: underline;
}
#container #body #episode #left .comment .desc a:hover{
	color: #9F9F9F;
	text-decoration: none;
}
#container #body #episode #left .comment .info{
	float: left;
	width: 390px;
	height: 10px;
	font-size: 10px;
	color: #9f9e9e;
	margin-top: 6px;
}
#container #body #episode #right .heading{
	float: left;
	width: 430px;
	height: 15px;
	font-size: 16px;
	color: #FFF;
	margin-left: 6px;
}
#container #body #episode #right .notes{
	float: left;
	width: 420px;
	min-height: 300px;
	margin-left: 6px;
	margin-top: 6px;
	border: 2px solid #0E0E0E;
	background-color: #131313;
	padding: 2px;	
	font-size: 11px;
	color: #9F9F9F;
}
#container #body #episode #right .notes a{
	color: #9F9F9F;
	text-decoration: underline;
}
#container #body #episode #right .notes a:hover{
	color: #9F9F9F;
	text-decoration: none;
}


.comment-form{
	padding: 4px;
	color: #9F9F9F;
	float: left;
	width: 390px;
}
.comment-form span.input-title{
	margin: 2px 0 0;
	padding: 2px;	
	font-size: 11px;
	color: #9F9F9F;
}
.comment-form input[type='text'], .comment-form input[type='password']{
	border: 1px solid #0E0E0E;
	background-color: #161616;
	padding: 2px;	
	font-size: 11px;
	color: #9f9e9e;
	width: 100%;
	margin-bottom: 6px;
}
.comment-form input[type='submit'], .comment-form .forgot{
	border: 1px solid #0E0E0E;
	background-color: #161616;
	padding: 2px;	
	font-size: 11px;
	color: #9f9e9e;
	width: 100px;
	margin-bottom: 6px;
	cursor: pointer;
}
.comment-form textarea, .textarea{
	border: 1px solid #0E0E0E;
	background-color: #161616;
	padding: 2px;	
	font-size: 11px;
	color: #9f9e9e;
	width: 100%;
	margin-bottom: 6px;
}
.comment-form .captcha{
	float: left;
	width: 200px;
	height: 65px;
	margin: 4px;
	border: 2px solid #252525;
}
.comment-form .captcha:hover{
	border: 2px #757575 solid;
}
.comment-form .captcha2{
	float: left;
	width: 390px;
}

.comment-form3{
	color: #9F9F9F;
	float: left;
}
.comment-form3 input[type='submit']{
	float: left;
	width: 178px;
	height: 23px;
	padding: 2px;
	margin-left: 4px;
	margin-bottom: 4px;
	color: #FFF;
	font-size: 15px;
	border: 2px solid #313131;
	background-color: #242424;
	line-height: 14px;
	text-align: left;
	cursor: pointer;
}
.comment-form3 input[type='submit'] a{
	text-decoration: none;
	color: #FFF;
}
.comment-form3 input[type='submit']:hover{
	background-color: #202020;
}

.comment-form2{
	padding: 4px;
	color: #9F9F9F;
	float: left;
	width: 820px;
}
.comment-form2 span.input-title{
	margin: 2px 0 0;
	padding: 2px;	
	font-size: 11px;
	color: #9F9F9F;
}
.comment-form2 input[type='text'], .comment-form2 input[type='password']{
	border: 1px solid #0E0E0E;
	background-color: #161616;
	padding: 2px;	
	font-size: 11px;
	color: #9f9e9e;
	width: 100%;
	margin-bottom: 6px;
}
.comment-form2 input[type='submit']{
	border: 1px solid #0E0E0E;
	background-color: #161616;
	padding: 2px;	
	font-size: 11px;
	color: #9f9e9e;
	width: 100px;
	margin-bottom: 6px;
	cursor: pointer;
}
.comment-form2 textarea, .textarea{
	border: 1px solid #0E0E0E;
	background-color: #161616;
	padding: 2px;	
	font-size: 11px;
	color: #9f9e9e;
	width: 100%;
	margin-bottom: 6px;
}
.comment-form2 select{
	border: 1px solid #0E0E0E;
	background-color: #161616;
	padding: 2px;	
	font-size: 11px;
	color: #9f9e9e;
	width: 100%;
	margin-bottom: 6px;
}
.comment-form2 .captcha{
	float: left;
	width: 200px;
	height: 65px;
	margin: 4px;
	border: 2px solid #252525;
}
.comment-form2 .captcha:hover{
	border: 2px #757575 solid;
}
.comment-form2 .captcha2{
	float: left;
	width: 820px;
}


.error_msg {
	clear: both;
	margin-top: 3px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 3px;
	padding: 2px;
	background-color:#ffdfdf;
	color:#993333;
	border:1px #c38686 solid;
	font-weight: bold;
}


#container #body #tof{
	float: left;
	width: 860px;
	min-height: 600px;
	margin-bottom: 10px;
}
#container #body #tof .heading{
	float: left;
	width: 860px;
	height: 18px;
	margin-left: 8px;
	margin-top: 10px;
	font-size: 16px;
	color: #FFF;
	text-indent: 2px;	
}
#container #body #tof .heading a{
	text-decoration: none;
	color: #FFF;
}
#container #body #tof .item1{
	float: left;
	width: 400px;
	min-height: 110px;
	margin-left: 8px;
	margin-top: 4px;
	border: 2px solid #0E0E0E;
	background-color: #131313;
	padding: 2px;
	color: #b1b1b1;
}
#container #body #tof .item1 a{
	color: #b1b1b1;
	text-decoration: underline;
}
#container #body #tof .item1 .title{
	float: left;
	width: 400px;
	height: 20px;
	font-size: 14px;
}
#container #body #tof .item1 .digg{
	float: left;
	margin-left: 4px;
	width: 390px;
	height: 30px;
}
#container #body #tof .item1 .mp3player{
	margin: 6px;
}
#container #body #tof .button{
	float: left;
	width: 170px;
	height: 15px;
	padding: 2px;
	margin-left: 4px;
	margin-bottom: 4px;
	color: #FFF;
	font-size: 15px;
	border: 2px solid #313131;
	background-color: #242424;
	line-height: 14px;
}
#container #body #tof .button a{
	text-decoration: none;
	color: #FFF;
}
#container #body #tof .button:hover{
	background-color: #202020;
}
