/* RESOURCES CSS FILE */

.feature_bg{background:url(/resources/features/images/BKG_gradient.jpg) top repeat-x;}

/* LATEST FEATURE //////////////////////////////////////////////////////////////*/

#latest_feature{
	width:588px;
	padding:10px 20px;}
	
#latest_feature .picture{
	border:#454545 1px solid;
	float:left;
	margin-right:6px;}
	
/* LATEST FEATURE CONTENT //////////////////////////////////////////////////////*/

#latest_feature .content{
	width:354px;
	float:left;}
	
#latest_feature .header, #latest_feature .date{
	font:Arial, Helvetica, sans-serif;
	color:#FFFFFF;}
	
#latest_feature .header {font-size:20px; margin-bottom:10px; letter-spacing:-1px; text-transform:uppercase; line-height:22px;}
	
#latest_feature p{
	margin-bottom:5px;
	font-size:11px;
	line-height:16px;
	}
	
#latest_feature p a {text-decoration:none;}	

#latest_feature p a:hover{color:#ba1f0a; background:none;}
	
/* ARCHIVED FEATURES //////////////////////////////////////////////////////////*/

h1.archive_header {
	width:605px;
	margin:0;
	padding:0 0 0 5px;
	background:#000000;
	border-bottom:#b02827 1px solid;}

#other_features{
	width:590px;
	padding:0 20px 10px 20px;
	clear:both;
	}
	
/* FEATURES  ////////////////////////////////////////////////////////////////////*/
	
#other_features .feature_single{
	position:relative;
	width:590px;
	padding:15px 0; 
	border-top:1px solid #404040; }
	
img.feature_img{
	width:50px;
	height:45px;
	overflow:hidden;
	float:left; 
	margin:5px 10px 0 0;
	border:#454545 solid 1px;}
	
#other_features p {font-size:11px; margin:4px 0 0 0; overflow:hidden;}
#other_features a {font-size:11px; margin-bottom:5px;}
#other_features .type { position: absolute; top:2px; right:2px; color:#595959; font-size:10px;}
		
/* FEATURE LIST HEADER ///////////////////////////////////////////////////////////*/

#list_header{
	width:610px;
	height:25px;
	background-color:#202020;
	position:relative;
	
}

.list_title{position:absolute; left:10px; top:5px; font-size:11px; font-weight:bold; letter-spacing:.05em;}
.list_type{
	position:absolute;
	right:10px;
	top:5px;
	height: 14px;
	font-size:11px;
	font-weight:bold;
	letter-spacing:.05em;
	color:#595959;
	}

/* FEATURE LIST /////////////////////////////////////////////////////////////////*/	
	
#feature_list{width:610px;margin-left:10px;padding-bottom:10px;}

.list_wrapper{
 	width:608px;
 	border-width:0 1px 1px 1px;
	border-color:#252525;
	border-style:solid;
	font-size:11px;
	}
			
.title{position:relative;}
.title span{position:absolute;right:10px;top:10px; color:#595959;}
.title a:link, .title a:visited {text-decoration:none;}
	
.list_wrapper a:link, .list_wrapper a:visited{
	width:588px;
	display:block;
	padding:10px;
	background-color:#000;
	font-weight:normal;
	cursor:pointer;
	}
	
.list_wrapper a:hover{background-color:#141414; color:#FFFFFF;}
	
	
div.series_list{
	border-left: 1px solid #252525;
	width:612px;
	height:100%;
    overflow:hidden;
    /* for IE */
    zoom:1;

}

.series_list span{
	width:607px; 
	float:left; 
	color: #FF0000;
	font-size:12px;
	border-width:0 1px 1px 0px;
	border-color:#252525;
	border-style:solid;
	text-align:center;
	height: auto;
}

.series_list div{
	width:303px; 
	float:left; 
	color: #CECECE;
	font-size:11px;
	border-width:0 1px 1px 0px;
	border-color:#252525;
	border-style:solid;
	text-align:center;
	height: auto;
}

.series_list p{
	font-size:11px;
	text-align:left;
	margin:0 auto;
}

.series_list a:link, .series_list a:visited {
	display:block;
	padding:10px;
	background-color:#000;
	font-weight:normal;
	cursor:pointer;
	text-decoration:none;
}

.series_list a:hover{background-color:#141414; color:#FFFFFF;}

.series_list img {text-decoration:none; padding:5px;}
	
	
	
	

