/* CSS Document */

html, body { 
  font-family: arial, helvetica, sans serif; 
  font-size: 12px; 
  line-height: 16px;
  font-style: normal;
  color: #999999;
  margin: auto;
  text-align: left;
}

#nav-main {
  text-align: center;
  width: 870px;
  height: 16px;
  margin: 0;
  text-align: left;
  padding-top: 195px;
  padding-bottom: 20px;
}
#nav-sub {
  width: 875px;
  height: 16px;
  margin: 0;
  text-align: left;
  padding-top: 195px;
  padding-bottom: 20px;
}

#main {
  width: 870px;
  margin: 0 auto;
}
#content {
  width: 540px;
  text-align: left;
  padding: 0px 0px 0px 15px;
  margin: 20px 0px 0px 0px;
}
#content-photos {
  width: 570px;
  text-align: left;
  padding: 20px 0px 0px 0px;
}

#footer {
  width: 870px;
  margin: 0;
  color: #999999;
  text-align: center;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
  padding: 47px 0px 0px 0px;
}

#footer span.links a { color: #999999; text-decoration: none; }
#footer span.links a:hover { color: #FFCC00; text-decoration: none; }

#footer-sub {
  width: 875px;
  margin: 10px 0px 0px 0px;
  color: #999999;
  text-align: left;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
  padding: 0px 0px 0px 0px;
  background: url('/images/bg-sub-footer.jpg') top center no-repeat;
}

#sponsors {
    width: 870px;
	height: 91px;
    margin: 0px;
	background: url('/images/bg-sub-footer.jpg') bottom center no-repeat;
}
#sponsors-sub {
    width: 875px;
	height: 91px;
    margin: 0px;
	background: url('/images/bg-sub-footer.jpg') bottom center no-repeat;
}

A:link { TEXT-DECORATION: none; color: #CC0000; }
A:active { TEXT-DECORATION: none; color: #CC0000; }
A:visited { TEXT-DECORATION: none;	color: #CC0000; }
A:hover { TEXT-DECORATION: underline; COLOR: #FFFFFF; }

.hotshot-main-date {
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #CC0000;
	padding: 15px 0px 0px 15px;
}
.hotshot-main-teaser {
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	padding: 0px 0px 12px 15px;
}
.hotshot-image {
	border-style:solid; 
	border-color: #666666; 
	border-width: 1px;
	margin: 0px 0px 18px 0px;
}
#nextrace {
	padding: 10px 0px 0px 23px;
}
#nextrace-sub {
	width: 220px;
	padding: 33px 0px 90px 22px;
}
#nextrace-sub-fullsched {
	font-size: 8px;
	line-height: 9px;
	font-weight: normal;
	text-transform: uppercase;
	color: #333333;
	padding: 20px 20px 32px 90px;
}
.nextrace-main-countdown {
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #CC0000;
	padding: 39px 0px 0px 35px;
}
.nextrace-main-date {
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #CC0000;
}
.nextrace-main-venue {
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
}
.nextrace-main-location {
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #666666;
}
.nextrace-main-fullsched {
	font-size: 8px;
	line-height: 9px;
	font-weight: normal;
	text-transform: uppercase;
	color: #333333;
	padding: 3px 0px 8px 0px;
}
.blog-main-date {
	font-size: 11px;
	line-height: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #CC0000;
	margin: 28px 0px 0px 0px;
}
.blog-main-teaser{
	font-size: 11px;
	line-height: 12px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px 5px 0px 0px;
}
.blog-sub-date {
	width: 
	font-size: 11px;
	line-height: 15px;
	font-weight: bold;
	text-transform: uppercase;
	color: #CC0000;
	margin: 0px 20px 0px 15px;
}
.blog-sub-teaser{
	font-size: 11px;
	line-height: 15px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px 28px 35px 15px;
}
.story-headline {
	font-size: 12px;
	line-height: 14px;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0px 0px 0px 0px;
}
/* To support old site style of headlines */
.headline {
	font-size: 12px;
	line-height: 14px;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0px 0px 0px 0px;
}
.story-date {
	font-size: 12px;
	line-height: 14px;
	color: #CC0000;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0px 0px 0px 0px;
}
.story-teaser {
	font-size: 12px;
	line-height: 14px;
	color: #666666;
	padding: 0px 0px 0px 0px;
}

.gallery-title {
	font-size: 12px;
	line-height: 14px;
	color: #CC0000;
	font-weight: bold;
	text-transform: uppercase;
}
.gallery-title A:link { TEXT-DECORATION: none; color: #CC0000; }
.gallery-title A:active { TEXT-DECORATION: none; color: #CC0000; }
.gallery-title A:visited { TEXT-DECORATION: none;	color: #CC0000; }
.gallery-title A:hover { TEXT-DECORATION: underline; COLOR: #FFFFFF; }

.gallery-date {
	font-size: 11px;
	line-height: 13px;
	color: #FFFFFF;
	font-weight: normal;
	text-transform: uppercase;
	padding: 0px 0px 10px 0px;
}

.gallery-desc {
	font-size: 12px;
	line-height: 18px;
	color: #666666;
	font-weight: normal;
	padding: 0px 15px 0px 0px;
}
.photo-links {
	font-size: 12px;
	line-height: 18px;
	color: #666666;
	font-weight: normal;
	padding: 10px 0px 0px 10px;
}

.photo-links A:link { TEXT-DECORATION: underline; color: #CC0000; }
.photo-links A:active { TEXT-DECORATION: underline; color: #CC0000; }
.photo-links A:visited { TEXT-DECORATION: underline;	color: #CC0000; }
.photo-links A:hover { TEXT-DECORATION: underline; COLOR: #FFFFFF; }

.body-text {
	font-size: 12px;
	line-height: 18px;
	color: #999999;
	font-weight: normal;
}

.body-text A:link { TEXT-DECORATION: underline; color: #CC0000; }
.body-text A:active { TEXT-DECORATION: underline; color: #CC0000; }
.body-text A:visited { TEXT-DECORATION: underline;	color: #CC0000; }
.body-text A:hover { TEXT-DECORATION: underline; COLOR: #FFFFFF; }

.body-text-small {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	line-height: 15px;
	color: #999999;
}
.schedule-row {
	background: #000000;
	background-repeat: repeat-x; 
}
.schedule-row-past {
	background-color: #999999;
}
.schedule-date {
	font-size: 12px;
	line-height: 14px;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	padding: 25px 0px 0px 5px;
}
.schedule-date-current {
	font-size: 12px;
	line-height: 14px;
	color: #CC0000;
	font-weight: bold;
	text-transform: uppercase;
	padding: 25px 0px 0px 5px;
}
.schedule-venue {
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	text-transform: uppercase;
	color: #999999;
	padding: 0px 0px 0px 5px;
}
.schedule-location {
	font-size: 8px;
	line-height: 10px;
	color: #666666;
	text-transform: uppercase;
	padding: 0px 0px 0px 5px;
}
.schedule-results {
	font-size: 11px;
	line-height: 14px;
	color: #FFFFFF;
	text-align: center;
	padding: 30px 0px 0px 0px;
}
.photo-border {
	border-style:solid; 
	border-color: #666666; 
	border-width: 1px;
}
.topstories-rr {
	font-size: 10px;
	line-height: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #333333;
	padding: 45px 25px 25px 22px;
}
.topstories-rr A:link { TEXT-DECORATION: underline; color: #CC0000; }
.topstories-rr A:active { TEXT-DECORATION: underline; color: #CC0000; }
.topstories-rr A:visited { TEXT-DECORATION: underline;	color: #CC0000; }
.topstories-rr A:hover { TEXT-DECORATION: underline; COLOR: #FFFFFF; }

.gallery-head {
	font-size: 12px;
	line-height: 14px;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	padding: 35px 25px 0px 22px;
}

.galleries-rr {
	font-size: 10px;
	line-height: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #333333;
	padding: 10px 25px 25px 22px;
}
.galleries-rr A:link { TEXT-DECORATION: underline; color: #CC0000; }
.galleries-rr A:active { TEXT-DECORATION: underline; color: #CC0000; }
.galleries-rr A:visited { TEXT-DECORATION: underline;	color: #CC0000; }
.galleries-rr A:hover { TEXT-DECORATION: underline; COLOR: #FFFFFF; }

.page-head {
	font-size: 14px;
	line-height: 16px;
	color: #CC0000;
	font-weight: bold;
	text-transform: uppercase;
}
.page-subhead {
	font-size: 12px;
	line-height: 14px;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
}
.wp-image {
	 border-width: 1px 1px 0 1px; 
	 border-style: solid;
	 border-color: #666666;
	 background-color: #CCCCCC;
}
.wp-links {
	border-width: 1px 1px 1px 1px;
    border-style: solid;
    border-color: #666666;
	background-color: #CCCCCC;
	font-size: 11px;
	line-height: 18px;
	color: #CC0000;
	font-weight: bold;
	text-align: center;
}
.wp-links A:link { TEXT-DECORATION: none; color: #CC0000; }
.wp-links A:active { TEXT-DECORATION: none; color: #CC0000; }
.wp-links A:visited { TEXT-DECORATION: none; color: #CC0000; }
.wp-links A:hover { TEXT-DECORATION: underline; COLOR: #FFFFFF; }

/* Photo gallery overlay support */
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(/images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink, #prevLink:hover, #prevLink:visited:hover { background: url(/images/prevlabel.gif) 0 15% no-repeat; border: none;}
#nextLink, #nextLink:hover, #nextLink:visited:hover { background: url(/images/nextlabel.gif) 100% 15% no-repeat; border: none; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}