#story-pad{ /* overwrite */
	padding: 0;
	}

#blog_content{
	margin: 0;
	padding: 0;
	width: 100%;
	}

#blog_content a{
	color: #002469 !important;
	text-decoration: none !important;
	}
	
#blog_content a:hover{
	color: #45546F !important;
	
	/*
	filter: alpha(opacity = 50);
	opacity: 0.5 !important;
	-moz-opacity: .50;
	*/
	text-decoration: none !important;
	}


#blog_content .col-left{
	float: left;
	margin: 5px;
	padding: 0 0 0 10px;
	width: 600px;
	padding-right:10px;
	}

#blog_content .col-right{
	float: left;
	margin: 0;
	padding: 20px 0 0 0;
	width: 300px;
	}

/*
#blog_content h1{
	font-size:12px;
}

#blog_content h2{
	color:#fff;
}
*/

#blog_content #h_blog{
	width: 500px;
	height: 146px;
	background: url(http://grfx.cstv.com/schools/marq/graphics/marq-blog-hdr-10.jpg);
}

#blog_content ul,
#blog_content ul li{
	margin: 5px 0 0 0px;
	padding: 0 0 0 0;
	list-style: none;
	}
#blog_content .module{
	margin-bottom: 25px;
}

#blog_content .entry-asset{
	line-height: 16px;
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: 1px dashed #333; /* added 5/21/09 */
}

#blog_content .asset-header{
	margin-bottom: 2em;
}

#blog_content .asset-body a,
#blog_content .asset-body a:hover{
	text-decoration: underline !important;
}

#blog_content .entry-title{
	margin-bottom: .5em;
	font-size: 16px;
	color: #002469;
}


/* tags */
.entry-tags h4,
.entry-tags ul,
.entry-tags ul li{ display: inline !important;}


/* categories */
.entry-categories h4,
.entry-categories ul,
.entry-categories ul li{ display: inline !important;}


#blog_content .module #tags li{
	line-height: 15px;
	display:inline;
}



#blog_content img.header{
	display: block;
	margin: 0 0 20px 0; /* updated 5/21/09 - margin: 0 auto 20px; */
	
}

/* form fields */
#comments-open-data div, #comments-open-captcha{
	margin-top: 8px;
}

#comments-open-captcha{
	font-family: inherit;
}

/* rss feeds */

#blog_content .feed-button {
  padding: 10px 0;
}

#blog_content .feed-button a {
	color: #666;
	padding: 10px 15px 10px 36px;
	background: url(http://cstv.collegesports.com/mt/i/feed-icon-24x24.gif) no-repeat 0px 50%;
	text-decoration: none;
}

#blog_content .feed-button a:hover {
	color: #444;
	background: url(http://cstv.collegesports.com/mt/i/feed-icon-24x24.gif) no-repeat 0px 50%;
	text-decoration: none;
} 


/*search*/
#blog_content .hidden{
	display: none;
}


/* icons social links */			
#blog_content .feed-button {
  padding: 10px 0;
}

#blog_content .feed-button a {
	color: #666;
	padding: 10px 15px 10px 36px;
	background: url(http://cstv.collegesports.com/mt/i/feed-icon-24x24.gif) no-repeat 0px 50%;
	text-decoration: none;
}

#blog_content .feed-button a:hover {
	color: #444;
	background: url(http://cstv.collegesports.com/mt/i/feed-icon-24x24.gif) no-repeat 0px 50%;
	text-decoration: none;
} 		

#blog_content .icon{
	height: 26px;
	line-height: 26px;
	text-indent: 35px;
	background-position: 0 0;
}


#blog_content .icon a{
	color: #666;
}		

#blog_content .icon a:hover{
	color: #444
}

#blog_content .module .twitter{
	background: url(http://cstv.collegesports.com/mt/i/icons/twitter-24x24.png) no-repeat;		
}

#blog_content .module .facebook{
	background: url(http://cstv.collegesports.com/mt/i/icons/facebook-24x24.png) no-repeat;		
}

#blog_content .module .rss{
	background: url(http://cstv.collegesports.com/mt/i/icons/rss-24x24.gif) no-repeat;		
}
		


