/* directories main content: events/shows/topics 
order of css: 
1) layout/structure 
2) formatting in order of appearance 
*/
/* layout  */
#featured {
 	min-height:225px;
	height:auto !important; 
	height:225px; /*need height for ie to show border */
	border-bottom:1px solid #7a7a7a;
	}

#featured_rc {
	margin-left:536px;
	width:439px;
	padding-top:5px;
	min-height:256px;
	height:auto !important; 
	height:257px;
	}

#featured_rc h5 {
	margin:8px 0 4px 10px;
	width:368px;
	border-bottom:1px solid #999;
	padding: 0 27px 5px 0;
	font-size:85%;
	color:#999;
	}
#featured_rc h6 {
	margin:1px 0 2px 10px;
	padding-right:27px;
	font-size:77%;
	font-weight:bold;
	color:#999;
	}
#featured_rc .clipmod1 {
	padding-left:11px;
	}
#featured_rc .cliptext {
	padding-right:25px;
	font-size:85%;
	color:#999;
	}
#featured_rc .cliptext a {
	font-weight:bold;
	color:#f96;
	}

/* bottom section listings */
#chnl_listing {
	background:#2d2d2d url(../images/global/main_bg3.jpg) repeat-x 0 0;
	padding:25px 23px;
	min-height:700px;
	height:auto !important; 
	height:700px;
	}
.clip_row_dir {
	width:460px;
	position:relative;
	float:left;
	padding-bottom:20px;
	color:#a6a6a6;
	}
#chnl_listing .cliptext {
	line-height:150%; 
	position:relative;
	width:265px;
	float:left;
	font-size:85%;
	} 
.clip_row_dir .cliptext a {
	font-size:123.1%;
	font-weight:bold;
	color:#f96;
	display:block;
	padding-bottom:4px;
	}
	


