/* 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 © 2006
Client: AWS Sports
Component Styles
=============== Site Colors ====================================
*/
    /* More Button */
    a.view_more_button {
        display:block;
        width:54px;
        height:15px;
        background: url('../images/more_button.jpg') 0 0 no-repeat;
        text-indent:-9999px;
        text-decoration:none;
        margin:5px;
    }
    a.view_more_button:hover {
        background-position: 0 -15px;
    }

    /* HOME PAGE LATEST NEWS */
    #latest_news {
        position:relative;
        width:174px;
        height:150px;
        margin:0 0 0 5px;
        overflow:hidden;
    }
    h3#latest_news_header {
        margin:0;
        padding:0;
        height:26px;
        line-height:0px;
        text-indent:-9999px;
        width:100%;
    }
    .news_post {
        margin:0 0 8px 0;
    }
    a.news_title {
        font-size:10px;
        line-height:1.2em;
        color:#999;
    }
    #latest_news_wrapper a.view_more_button {
        position:relative;
        float:right;
    }
    
    
    /* HOME PAGE BLOG */
    #thomas_blog {
        position:relative;
        width:405px;
        height:94px;
        margin:0 0 0 5px;
        padding:23px 0 0 0;
        overflow:hidden;
    }
    .blog_post {
        margin:0 0 8px 0;
    }
    .blog_post a {
        font-size:10px;
        line-height:1.2em;
        color:#999;
    }
    #home_blog_wrapper a.view_more_button {
        position:relative;
        float:right;
    }
    
            
            
