/***************************************
   sports/marchmadness07/home.css for EA.com
   edited by: allan.chang[at]blastradius[dot]com
   v.0.0.5
****************************************/

/***********************
   PAGE BACKGROUND
************************/
body { background-color:#3f0606; }

#page {
   background: url(../_img/bg_home.jpg) 0px 30px no-repeat #2a0909;
   height: 1200px;
   }

.blockBg{
   display:none;
   opacity: 0.0;
   -moz-opacity: 0.0;
   -khtml-opacity: 0.0;
   filter: alpha(opacity=0.0);
}


/***********************
   NEWS & FEATURES EDITORIAL
************************/
div#comp_11 { height: 200px; background: url(../_img/bg_promo_events.jpg) no-repeat top left transparent; }
div#comp_3 { height: 200px; background: url(../_img/bg_promo_features.jpg) no-repeat top left transparent; }


.C_editorial_list .comphdr { height: 24px !important; margin: 0; }
.C_editorial_list .comphdr div { visibility:hidden; }

.C_editorial_list .compbody { margin-left: 7px !important; }

.C_editorial_list .content { border: 0; padding: 5px 0 15px 0; margin: 0 !important; background: url(../_img/line.gif) no-repeat bottom left transparent; }
.C_editorial_list .content .hdr { position: static; padding: 0 !important; margin-top: 0 !important; width: 240px; color: #fff; font-size: 11px; }
.C_editorial_list .content .date{ position: static; padding: 0 !important; margin-top: 0 !important; width: 240px; color: #999; text-align: left; font-style: italic; float: none; }

.C_editorial_list .content a { display: inline; top: 0 !important; color: #e5c989; text-decoration: none; font-size: 10px; }
.C_editorial_list .content a:link, .C_editorial_list .content a:visited { color: #e5c989; text-decoration: none; }
.C_editorial_list .content a:hover { text-decoration: underline; }




/***********************
   FLASH COMPONENT
************************/
.FLASH { border: 0; padding: 0; margin: 0; }




/***********************
   PROMO LIST COMPONENT
************************/
.C_promo_list .compbody { margin-top: 0; }

div#btn-promo-news { display: block; float: none; width: 290px; height: 75px; background: url(../_img/btn_promo_email.gif) no-repeat 0px 0px transparent; }
   div#btn-promo-news a    { display: block; width: 290px; height: 75px; }
   div#btn-promo-news span { position: absolute; left: -9999px; font-size: small; }

div#btn-promo-video { display: block; float: none; width: 290px; height: 75px; background: url(../_img/btn_promo_media.gif) no-repeat 0px 0px transparent; }
   div#btn-promo-video a    { display: block; width: 290px; height: 75px; }
   div#btn-promo-video span { position: absolute; left: -9999px; font-size: small; }










