@charset "UTF-8";
/* CSS Document */

/*****************************************************************************/
/*                            Colors CSS FILE                                */
/*                  Class Types Used For Inheritability                      */
/*                       Jared Fortner - 12/04/2007                          */
/*                             .page#{speed}                                 */
/*                          .container#{yellow}                             */
/*****************************************************************************/

/* Color Set Stylings */

 body {
    background: url("nascar_body_bg.png") repeat-x scroll left top #252525;
}

.header_gap {
    background: url("yellow_gap_bg.jpg") no-repeat scroll center top transparent;
}

.header_toolbar .color_gap {
    background: #ffdd01;
}
/*
body {
    background: #252525 url(/_assets/img/header_bg/all-star_2010_body_bg.jpg) fixed top center no-repeat;
}

.header_toolbar .color_gap {
    background: #252525;
}
*/
#yellow {}

.sub .tier2 {
    background: #ffdd01;
    color: black;
}
#nascar #nascar {
    background: #ffdd01;
    color: #000;
}
li#nascar a.nasL {
    color: #000;
} 

#nascar .sub .tier2 li { border-left: 1px solid #000; }
#nascar .sub .tier2 a { color: #000; }
#nascar .sub .tier2 li:hover { color: #000; background: #FFECB3}
.tier2 a:hover{ color: #000; background: #FFECB3 }
/* Nascar */

.page#nascar .community a {
    color: #2b2b2b;
}
.page#nascar .community .community_view {
    display: none;
}
.page#nascar .community .community_discussions .recent_discussions div#title {
    display: none;
}
.page#nascar .community .community_header {
    background: url(nascar_header_bg.gif) top left no-repeat;
}
.page#nascar .community .recent_discussions {
    background-color: #FCE16C;
}
.page#nascar .community .community_discussions .recent_discussions div {
    color: #252525;
    border-top: 1px solid #E0B808;
}
.page#nascar .community .community_discussions .recent_discussions div.alt {
    background-color: #FFD200;
}



#yellow #standings h3.open { background: url(standings_active_yellow.png) top left no-repeat !important; }
#yellow #results h3.open { background: url(results_active_yellow.png) top left no-repeat !important; } 
#yellow #headlines h3.open { background: url(latest_headlines_active_yellow.png) top left no-repeat !important; }

#arrow, .headlines_more a {
    color: #B00000;
    background: url(redArrow_yellowBG.gif) center left no-repeat;
}
.headlines .headlines_gallery {
    background: url(nascar_headlines_bg.gif) top left repeat-x;
}

.headlines_gallery .headlines_cells#pos0 {
    background-image: url(nascar_pos1.gif);
}
.headlines_gallery .headlines_cells#pos1 {
    background-image: url(nascar_pos2.gif);
}
.headlines_gallery .headlines_cells#pos2 {
    background-image: url(nascar_pos3.gif);
}
.headlines_gallery .headlines_cells#pos3 {
    background-image: url(nascar_pos4.gif);
}
.headlines_gallery .headlines_cells#pos4 {
    background-image: url(nascar_pos5.gif);
}
.headlines_gallery .headlines_cells#pos5 {
    background-image: url(nascar_pos6.gif);
}

/* New Article Tertiary Nav */
#article_tertiary_nav ul.article_nav li a:hover{
    background: url(nascar-article_nav-bg.png) no-repeat top right;
	color: #000;
}

#article_tertiary_nav ul.article_nav li a:hover span{
    background: url(nascar-article_nav-bg.png) no-repeat top left;
}
/* End new article nav */

#yellow .hub_header, .contributor_logo {
    border-bottom: 1px solid #f8c200;
}
#yellow .hub_header #active.forums a {
    background: url(boards.png) top left no-repeat;
}
#yellow .hub_header #active.drivers a {
    background: url(drivers.png) top left no-repeat;
}
#yellow .hub_header #active.teams a {
    background: url(teams.png) top left no-repeat;
}
#yellow .hub_header #active.standings a {
    background: url(standings-1.png) top left no-repeat;
}
#yellow .hub_header #active.results a {
    background: url(results-1.png) top left no-repeat;
}
#yellow .hub_header #active.tracks a {
    background: url(tracks.png) top left no-repeat;
}
#yellow .hub_header #active.wiki a {
    background: url(wiki.png) top left no-repeat;
}
/*
body { 
background: #252525 url(/_assets/img/allstar_bg_top.jpg) fixed top center no-repeat;
}
*/
