/*
-----------------------------------------------------------
BEGIN RESET
-----------------------------------------------------------
*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,td{
	margin:0;
	padding:0;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,
	border:0;
}

ol,ul{
	list-style:none;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
li{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
caption,th {
	text-align:left;
}

a{
	text-decoration:none;
	color:#990000;
}
.clearall{
	clear:both;
	height:1px;
	line-height:1px;
	overflow: hidden;
	width: 100%;
	font-size:1px;
}
/*
-----------------------------------------------------------
GENERAL
-----------------------------------------------------------
*/
body,td,th,textarea {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
}
body {
	background-color: #000000;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	
	background-image:url(../img/body_bg.jpg);
	background-repeat:no-repeat;
	background-position:top center;
}



/*
-----------------------------------------------------------
LAYOUT
-----------------------------------------------------------
*/

#shadow{
	width:960px;
	margin:0px auto 0px auto;
	padding:0px 20px 0px 0px;
	background-image:url(../img/shadow_right.png);
	background-repeat:repeat-y;
	background-position:960px 0px;
}

#home_header{
	width:960px;
	height:433px;
	margin:0px auto 0px auto;
	background-color:#000000;
}

#sub_header{
	width:960px;
	height:304px;
	margin:0px auto 0px auto;
	background-color:#000000;
}

#home_wrapper{
	width:960px;
	margin:0px auto 0px auto;
	padding-top:10px;
	background-image:url(../img/content_bg.jpg);
}


#sidebar_one{
	width:230px;
	float:left;
	padding:0px 0px 0px 5px;
}
#home_content,
#sub_content{
	width:479px;
	float:left;
	padding:10px 0px 0px 0px;
	background-image:url(../img/center_content_bg.jpg);
	background-repeat:repeat-y;
	background-position:top right;
}
#home_content img,
#sub_content img{
	float:left;
	margin:20px 15px 10px 0px;
}
#sub_content h3{
	padding:0px 0px 5px 0px;
	color:#ffffff;
	font-size:16px;
	font-weight:normal;
	line-height:18px;
}

#home_content div.wrap,
#sub_content div.wrap{
	background-color:black;
	margin:0px 17px 6px 22px;
	padding:0px 10px 10px 10px;
	background-image:url(../img/module_wrap_bg.jpg);
}

#home_content div.foot,
#sub_content div.foot{
	background-image:url(../img/center_content_foot.jpg);
	background-position:top right;
	height:17px;
	background-repeat:no-repeat;
	
}
#sidebar_two{
	width:230px;
	float:left;
	padding:0px 0px 0px 5px;
}

#footer{
	clear:both;
	width:1000px;
	height:0px;
	padding:20px 0;
	margin:0px auto 20px auto;
	background-image:url(../img/shadow_bottom.png);
	background-repeat:no-repeat;
	background-position:20px 0px;

}

#footer ul{
	margin:0px 0px 0px 40px;
}

#footer ul li{
	display:inline;
	font-size:10px;
	margin:0px 15px 0px 0px;
}
#footer ul li a{
	text-decoration:none;
	color:#cccccc;
}

#footer p{
	color:#868686;
	font-size:10px;
	padding:2px 0;
	margin:0px 0px 0px 40px;
}


div.module{
	margin:0px 0px 20px 0px;
	padding:10px 0px 0px 0px;
	width:230px;
	background-image:url(../img/module_bg.gif);
	background-repeat:repeat-y;
	background-position:top right;
	
	
}
div.module div.foot{
	background-image:url(../img/module_div.gif);
	background-position:top right;
	height:17px;
	background-repeat:no-repeat;
	
}

div.module img.adblock{
	margin:12px 0px 5px 12px;
}

div.module img.sponsor{
	margin:0px 0px 5px 0px;

}

div.module img.ad{
	margin:0px 0px 0px 0px;
	float:left;
}


div.module h2{
	font-size:18px;
	padding:10px 10px 5px 10px;
	font-weight:normal;
	color:#979246;
}
div.module p{
	color:#ffffff;
	font-size:11px;
	padding:0px 10px 7px 10px;
}
div.module div.wrap{
	background-color:black;
	margin:0px 15px 0px 12px;
	padding:0 0 5px 0;
	background-image:url(../img/module_wrap_bg.jpg);
}
div.module form div{
	margin:0px 0px 10px 10px;
	clear:both;
}

div.module form div input.radio{
	float:left;
}


div.module form label{
	color:#ffffff;
	font-size:11px;
	margin:0px 0px 10px 0px;
	line-height:18px;
	padding:0px 0px 0px 10px;
	font-size:11px;
	display:block;
	float:left;
}



#home_content h2,
#sub_content h2{
	font-size:18px;
	padding:0px 10px 5px 0px;
	font-weight:normal;
	color:#979246;
}

#home_content div.standard_entry,
#sub_content div.standard_entry{
	padding:10px 20px 5px 0px;
	margin:0px 0px 0px 0px;
	
}



#home_content div.standard_entry h3,
#sub_content div.standard_entry h3{
	padding:0px 0px 0px 0px;
	color:#ffffff;
	font-size:16px;
	font-weight:normal;
	line-height:18px;
}

#home_content div.standard_entry p,
#sub_content div.standard_entry p{
	padding:0px 0px 5px 0px;
	color:#ffffff;
	font-size:12px;
	line-height:18px;
}

#home_content div.standard_entry p.date,
#sub_content div.standard_entry p.date{
	display:block;
	width:200px;
	padding:0px 0px 3px 0px;
	color:#959595;
	font-size:10px;
}

#home_content div.standard_entry img,
#sub_content div.standard_entry img{
	float:left;
	margin:3px 5px 5px 0px;
}

#blog_archive{
	padding:0px 20px 5px 0px;
	margin:0px 0px 10px 0px;
}

#blog_archive h3{
	font-size:12px;
	padding:0px 10px 5px 0px;
	font-weight:bold;
	color:#959595;
}

#blog_archive td{
	padding:5px 0px 5px 0px;
	color:#868686;
	font-size:11px;
}
#blog_archive td.label{
	width:150px;
	color:#FFFFFF;
}
div.sidebar_newsentry{
	margin:4px 0px 4px 0px;
}

div.sidebar_newsentry p{
	color:#ffffff;
	font-size:11px;
	line-height:14px;
}
div.sidebar_newsentry p.date{
	color:#959595;
	padding:0px 0px 3px 10px;
}

a.btn{
	font-size: 11px;
	text-decoration:none;
	line-height:14px;
}
a.btn b {
	float: left;
	display: block;
	position: relative;
	margin: 0 1px 3px 0;
	border-style:solid;
  	border-width: 1px 0;
	padding: 0;
  	font-weight: normal;
	background-image:url(../img/btn/shade.png);
	background-position:bottom;
	background-repeat:repeat-x;
	
	border-color:#990000;
	background-color:#ff0000;
	color: #ffffff;
}

a.btn:hover b { 
	border-color:#990000;
	background-color:#990000;
	color: #ffffff;
	background-image:url(../img/btn/shade.png);
}

a.btn b b {
	background: none;
	margin: 0 -1px;
	padding: 0;
	border-width: 0 1px;
}

a.btn b b b {
	margin: 0;
	padding: 3px 5px 3px 5px;
	border-width: 0;
	cursor: pointer;
	font-weight: bold;	
	text-decoration: none;
	text-align: center;
	
}
















/*

NEW 

*/

#panel_content{
	float:left;
	width:713px;
	padding:0px 0px 30px 10px;
}


#blog_select{
	float:right;
	z-index:77777;
	margin:-25px 10px 0px 0px;
	color:#ff0000;
	font-size:10px;
}


div.module img.noad{
	margin:0px 0px 5px 0px;
	float:left;
}


#sub_content p{
	font-size:12px;
	padding:0px 10px 15px 0px;
	font-weight:normal;
	line-height:18px;
	color:#ffffff;
}


div.module form div textarea{
	border:1px solid #dcdcdc;
	padding:0;
	margin:0;
	color:#ff0000;
	width:185px;
	height:80px;
	font-size:10px;
}

div.center_hr{
	background-image:url(../img/content_div.gif);
	background-repeat:no-repeat;
	margin:0;
	padding:5px 0px 5px 0px;
}


div.module_hr{
	padding:0px 0px 0px 0px;
	margin:0px 0px 10px 0px;
	background-image:url(../img/module_div.gif);
	background-repeat:no-repeat;
	background-position:bottom right;
}

#sub_content p.blogentrydate{
	font-weight:bold;
	color:#959595;
	font-size:10px;
	padding:10px 0px 10px 0px;
}

#sub_content p.blogentrydate span{
	color:#990000;
	
}
#sub_content h3.blogentrytitle{
	font-size:16px;
	font-weight:bold;
	color:#FFFFFF;
	margin:0;
	padding:0 0 5px 0;
}
img.floaterthumb{
	float:left;
	margin:0px 10px 10px 0px;
}

#sub_content h3.commentstitle{
	font-size:14px;
	color:#595959;
	font-weight:bold;
	padding:0px 0px 10px 0px;
}

#sub_content form input.standard{
	border:1px solid #dcdcdc;
	padding:3px;
	margin:0;
	color:#ff0000;
	width:200px;
	font-size:10px;
}

#sub_content form .textarea{
	border:1px solid #dcdcdc;
	padding:3px;
	margin:0;
	color:#ff0000;
	width:400px;
	height:100px;
	font-size:10px;
}

#sub_content form div{
	margin:0px 0px 10px 0px;
}

#sub_content p.small{
	font-size:10px;
	padding:0px 0px 5px 0px;
}	


#sub_content div.blog_entry{
	padding:0px 25px 5px 0px;
	margin:0px 0px 5px 0px;
}

#sub_content div.blog_entry h3{
	padding:0px 0px 0px 0px;
	color:#595959;
	font-size:14px;
	font-weight:normal;
	line-height:18px;
}

#sub_content div.blog_entry p{
	padding:0px 0px 5px 0px;
	color:#FFFFFF;
	font-size:11px;
	line-height:18px;
}

#sub_content div.blog_entry p.date{
	display:block;
	width:200px;
	padding:0px 0px 0px 0px;
	color:#959595;
	font-size:11px;
}



#sub_content div.event_entry{
	padding:0px 25px 5px 0px;
	margin:0px 0px 5px 0px;
	background-image:url(../img/content_div.gif);
	background-repeat:no-repeat;
	background-position:bottom right;
}

#sub_content div.event_entry h3{
	padding:0px 0px 0px 0px;
	color:#595959;
	font-size:14px;
	font-weight:normal;
	line-height:18px;
}

#sub_content div.event_entry p{
	padding:0px 0px 5px 0px;
	color:#FFFFFF;
	font-size:12px;
	line-height:18px;
}

#sub_content div.event_entry p.date{
	display:block;
	width:200px;
	padding:0px 0px 0px 0px;
	color:#959595;
	font-size:12px;
}


div.blognav{
	height:30px;
}
div.blognav select{
	float:left;
	color:#ff0000;
	font-size:10px;
}
#sub_content div.blognav p{
	float:right;
	font-size:10px;
}

#sub_content div.blognav p a{
	color:#990000;
	padding-left:5px;
}

#sub_content div.standard_entry p.author{
	color:#959595;
	font-size:10px;
	font-weight:bold;
	margin:0;
	padding:5px 0 0 0;
	line-height:14px;
}

#sub_content div.standard_entry p.copyright{
	color:#959595;
	margin:0;
	padding:2px 0 10px 0;
	font-size:10px;
	line-height:14px;
}


div.paging{
	padding:10px 0px 0px 0px;
	color:#ffffff;
	font-size:14px;
}
#mp3_player{
	margin:10px 0px 10px 0px;
}

#home_content ul li,
#sub_content ul li{
	color:#ffffff;
	margin:0px 0px 0px 20px;
	padding:0 0 5px 0;
	list-style-type:disc;
}