/************************************************************************ /* /* NatesDawgs.com Coaches styling rules /* /* Rules on this page will govern the styling for the head coaches page /* /* INCLUDE SITE WIDE VARIABLES /* /************************************************************************ /* /* define css VARIABLES /* /************************************************************************/ /************************************************************************ /* /* end VARIABLES /* /************************************************************************/ /* /************************************************************************/ #head_coach_list { width:825px; float:left; margin: 0px; } #coach_capsule { float:left; border:1px red solid; background-color:#D4D4D4; padding: 10px 15px; margin: 30px 10px; text-align:left; width:315px; } #head_coach_list table { width:99%; text-align:center; font: 10pt 'Molengo', Verdana, sans-serif; color: #333333; border-collapse:collapse; } #head_coach_list table thead { color: #888888; font: 9pt 'Molengo', Verdana, sans-serif; font-weight:bold; font-style:italic; border-bottom:1px #333333 dashed; cursor:pointer; } .hc_name { cursor:pointer; text-decoration:none; color:red; } .coach_bio { text-align:justify; } .hc_pic { width:125px; float:right; border:1px solid black; margin:0px 0px 15px 10px; }