/***********
 FEATURED ARTICLE TODAY
************/
#BrowseByCat.module {
    margin-top:-20px;
}
#BrowseByCat.module h2.block-header {
    font-size:1.1em;
    background:none;
    color:#000;
}
/*********
 Blog Posts 
**********/
#blog-posts a.seeall {
	font-size: 13px;
	font-weight: bold;
	float: right;
	background: url(../images/right-arrow.gif) no-repeat right center;
	padding-right: 15px;
}
/** CSS for video layover **/
.video-icon-wrapper{
    width:167px;
    height: 95px;
    float:left;
    position:relative;
    overflow:hidden;
}
.video-icon {
    background:url("/images/video-overlay.png") no-repeat scroll right bottom transparent;
    width:48px;
    height:48px;
    position:absolute;
    bottom:0;
    right:0;
}
