/* This style sheet and the images to which it refers to
may not be reused, resold or redistributed by any means necessary
================================================================
Style Sheet Developed by Erik Lineback © 2009
Client: AWS Sports
Component Styles
=============== Site Colors ====================================
*/

    /* HOME PAGE LATEST NEWS */
    #latest_news {
        position:relative;
        top:30px;
        left:10px;
        width:283px;
        height:106px;
        margin:0 0 0 5px;
        overflow:hidden;
    }
    h3#latest_news_header {
        margin:0;
        padding:0;
        height:4px;
        line-height:0px;
        text-indent:-9999px;
        width:100%;
    }
    .news_post {
        margin:0 0 7px 0;
        float:right;
    }
    .news_post a { color:#000; }
    .news_post a:hover { color:#000; }
    a.latest_news_title {
        display:block;
        width:215px;
        float:right;
        clear:right;
        margin:0 0 0 4px;
        font-size:10px;
        line-height:1.3em;
/*         font-size:10px;
        line-height:1.2em;
 */    }    
    span.latest_news_date {
        display:block;
        font-size:10px;
        /* font-weight:bold; */
        float:left;
        padding:1px 0 0 0;    
/*         font-size:10px;
        line-height:1.2em;
 */    }    
  
    
    /* HOME PAGE BLOG * /
    #home_blog {
        position:relative;
        width:100%;
        height:94px;
        margin:0 0 0 5px;
        padding:5px 0 0 0;
        overflow:hidden;
    }
    .home_blog_post {
        margin:0 0 8px 0;
        color:#fff;
    }
    .home_blog_post span {
        font-size:10px;
        line-height:1.2em;
        font-weight:bold;
    }
    .home_blog_post a {
        font-size:12px;
        line-height:1.2em;
        font-weight:bold;
        color:#fff;
    }
    .home_blog_post a:hover {
        color:#ccc;
    }
    /* #home_blog_wrapper a.view_more_button {
        position:relative;
        float:right;
    } */
    
    
    /* Home Video Controls */
    ul#video_control {
        width:185px;
        height:30px;
        list-style:none;
        padding:0;
        margin:10px 0 0 0;
        background: url('../images/home_video_controls.jpg') 0 0 no-repeat;
    }
    ul#video_control li {
        margin:0;
        padding:0;
        float:left;
        text-indent:-9999px;
        cursor:pointer;
    }
    #video_control_play,
    #video_control_pause,
    #video_control_stop { width:44px; height:25px; }
    #video_control_prev,
    #video_control_next { width:28px; height:20px; }
    ul#video_control li#video_control_play { margin-right:5px; }
    ul#video_control li#video_control_pause{ margin-right:5px; }
    ul#video_control li#video_control_stop { margin-right:8px; }            
            
