

body {
    background-color: #1a1716 !important;
}

#feedbar {
    background: #ccc;
}

.content_body_container {
    background: #000 url(http://cache.g4tv.com/static/events/2009/aee/aee_footer.gif) no-repeat scroll 0 bottom;
    color: #fff;
    min-height: 450px;
    padding: 0 0 100px 0;
}


#aee_header h2 {
    background: transparent url(http://cache.g4tv.com/static/events/2009/aee/aee_header.jpg) no-repeat scroll 0 0;
    height: 325px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-indent: -900em;
    width: 960px;
}
#aee_header h3 {display: none;}

#aee_content h4,
#aee_sidebar h4 {
    border-bottom: 1px solid #666;
    color: #fff;
    font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande";
    font-size: 120%;
    margin: 0 0 10px 0;
    padding: 0 0 4px 0;
    text-transform: uppercase;
}

#aee_content {
    float: left;
    width: 580px;
    margin: 0 45px 0 60px;
}

#aee_videos {
    list-style: none;
    margin: 0;
    padding: 0;
}
    #aee_videos li {
        float: left;
        height: 175px;
        margin: 0 5px 55px 0;
        padding: 0 3px 3px 3px;
        position: relative;
        width: 133px;
    }
        #aee_videos li h5 {font-size: 115%; margin: 117px 0 0 0; padding: 0;}
        #aee_videos li h5 a {
            color: #e0d384;
            font-weight: bold;
            text-decoration: none;
        }
        #aee_videos p {
            color: #fff;
            font-size: 90%;
            margin: 0;
            padding: 0;
        }
        #aee_videos img {
            position: absolute;
            top: 3px;
        }
            
        #aee_videos li:hover,
        #aee_videos li.hover {
            background: #861317;
        }
            #aee_videos li.hover {cursor: pointer;}
            #aee_videos li:hover h5 a,
            #aee_videos li.hover h5 a{
                color: #000;
            }


#aee_sidebar {
    float: left;
    width: 240px;
}
    #aee_sidebar ul {
        background: #0f0f0f;
        display: block;
        list-style: none;
        margin: 0;
        padding: 20px 28px 40px 28px;
    }
        #aee_sidebar ul li {
            margin: 0 0 18px 0;
            padding: 0;
        }
        #aee_sidebar ul li a img {
            border: 1px solid #dace81;
            height: 144px;
            width: 183px;
        }
            #aee_sidebar ul li a:hover img {
                border-color: #861317;
            }
    
    #aee_sidebar li.more a {
        display: block;
        color: #fff;
        text-align: right;
        text-decoration: none;
    }
        #aee_sidebar li.more a:hover {color: #7F1316;}
        #aee_sidebar li.more a span { color: #7f1316; }