/* 
/	GLOBAL
------------------------------------------*/
body { 
    /* @comment: this background image is now set with landing.background.js */
    background-repeat:no-repeat;
    background-attachment: fixed;
    float: left;
    width: 100%;    
    }
form { width: 960px; margin-left: 40px; }
a { text-decoration: none; color: #fff; }
a:hover { text-decoration: underline; }
    
h1#logo  {
	/* @comment: this background image is now set with landing.background.js */
    background-color:Transparent;
    background-repeat:no-repeat;
    background-position:0 0;
	display: block;
	float: left;
	height: 70px;
	text-indent: -9999px;
	width: 190px;
	}

.border { border: 1px solid #095aa5; }
span.em			{ color: #46c146; }
.ContentNav ul li.active a { color: #e81836; }

.landingTopNav { position:relative; }

/* 
/	CONTENT
------------------------------------------ */

#banner { margin: 21px 0 0 0; float: left; }

#home-content-wrap { 
    background: url('../images/landing/content_bg_top.png') no-repeat top left;
    width: 960px;
    float: left;
    margin-top: 32px;
    }


.home-content { 
    background: url('../images/landing/content_bg.png') repeat-y;
    width: 960px;
    margin-top: 10px;  
    float:left;
    }

    
#home-header-box {
    background: url('../images/landing/content_penta_header.png') no-repeat bottom left;
    width: 960px;
    height: 44px;
    float: left;
    }
    #home-header-box h2 {
    width: 174px;
    height: 33px;
    padding-top: 11px;
    float: left;
    display: inline;
    }
    #home-header-box h2 a {
    height: 33px;
    display: block;
    text-indent: -9999px;
    }
    #home-header-box h2#summer-header { margin-left: 22px; }
    #home-header-box h2#winter-header { margin-left: 13px; }
    #home-header-box h2#espys-header { margin-left: 13px; }
    #home-header-box h2#gridiron-header { margin-left: 12px; }
    
div#home-content-box {
    background: url('../images/landing/content_penta_bg.png') no-repeat left bottom;
    width: 960px;
    float: left;
    padding-bottom: 30px;
    }
    div#home-content-box div#summer, 
    div#home-content-box div#winter, 
    div#home-content-box div#espys,
    div#home-content-box div#gridiron,
    div#home-content-box div#next {
    width: 174px;
    float: left;
    display: inline;
    color: #fff;
    }
    div#home-content-box div#summer { margin-left: 22px; }
    div#home-content-box div#winter { margin-left: 13px; }
    div#home-content-box div#espys { margin-left: 13px; }
    div#home-content-box div#gridiron { margin-left: 12px; }
    div#home-content-box div#next { margin-left: 12px; }
    div#home-content-box a img { _position: relative; _top: -1px; }
    div#home-content-box p { 
    width: 164px; 
    display:inline; 
    float:left; 
    padding-left: 9px; 
    margin-top: 5px;
    margin-bottom: 0;
    }
    div#home-content-box a.push { 
    margin-left: 9px; 
    font-weight: bold;
    display: block;
    width: 70px;
    }
    div#home-content-box hr { 
    width: 164px; 
    border-bottom: dashed 1px #fff; 
    border-style: none none dashed; 
    }
    div#home-content-box h3, div.archive {
    width: 164px;
    display: inline;
    float: left;
    margin-left: 9px;
    }
    div.archive img {
    display: block;
    float: left;
    margin-right: 9px;
    margin-bottom: 13px;
    }
    div#espys h3 { background: url('../images/landing/espys_archive_header.png') no-repeat 0 0; height: 18px; text-indent: -9999px; }
    div#summer h3 { background: url('../images/landing/summer_archive_header.png') no-repeat 0 0; height: 18px; text-indent: -9999px; }
    div#winter h3 { background: url('../images/landing/winter_archive_header.png') no-repeat 0 0; height: 18px; text-indent: -9999px; }
    
#home-content-wrap #footer { 
    background: url('../images/landing/content_bg_bottom.png') no-repeat bottom left;
    color: #fff;
    width: 960px;
    height: 36px;
    float: left;
    line-height: 36px;
    padding: 0;
    }
    #home-content-wrap #footer ul { margin: 0 0 0 13px; }
    #home-content-wrap #footer ul li { margin-right: 10px; }
    