@charset "UTF-8";
/* CSS Document */

/* site colors:
	#ffff33 - yellow
	#d7d76b - lite yellow
	#a1a15d - moss green
	#110919 - black
	#afafa3 - grey
	#6f6777 - purple-ish grey
*/

* {
	margin: 0;
	padding: 0;
	}
	
html {
	margin-bottom: 1px;
	min-height: 100%;
	overflow-x: hidden;
	overflow-y: scroll;
	}
	
body {
	-x-system-font: none;
	background-color: #afafa3;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 11px;
	}
	
h1 {
	-x-system-font: none;
	color: #110919;
	margin-bottom: 8px;
	margin-right: 26px;
	text-align: right;
	letter-spacing: 2px;
	font: normal 30px/32px Georgia, "Times New Roman", Times, serif;
	text-transform: lowercase;
	margin-top: 12px;
	}
	
h4 {
	-x-system-font: none;
	color: #afafa3;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 18px;
	line-height: 26px;
	margin-bottom: 6px;
	margin-top: 16px;
	margin-left: 36px;
	margin-right: 36px;
	}
	
p {
	-x-system-font: none;
	color: #6f6777;
	font-size: 12px;
	line-height: 18px;
	}
	
#wrapper {
	color: #fefefe;
	margin-left: auto;
	margin-right: auto;
	margin-top: 8px;
	width: 960px;
	}
	
/*navigation*/
#nav {
	width: 100%;
	margin-top: 0px;
	padding-bottom: 8px;
	padding-top: 10px;
	text-align: right;
	}

#nav ul {
	list-style-type: none;
	}

#nav li {
	display: inline;
	margin-right: 7px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 2px;
	text-decoration: none;
	text-transform: uppercase;
	}

#nav a:link, #nav a:visited {
	color: #fefefe;
	padding: 4px 16px 4px 26px;
	text-decoration: none;
	}
	
#nav a:hover {
	background-image: url(images/rg-24x24.png);
	background-position: left center;
	background-repeat: no-repeat;
	color: #6f6777;
	}
	
#nav .current a:link, #nav .current a:visited {
	background-image: url(images/rg-24x24.png);
	background-position: left left;
	background-repeat: no-repeat;
	color: #ffff33;
	}
#leftcol/*home page layout*/

 {
	/*float: left;*/
	width: 170px;
	margin-top: 6px;
	float: left;
	margin-left: 30px;
	}

/*#main {
	width: 700px;
	float: right;
	padding-right: 20px;
}*/
	
#content {
	background: #fefefe;
	float: left;
	width: 700px;
	margin-top: 10px;
	margin-left: 35px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
	
#content  p {
	font: 11px/17px "Trebuchet MS", Arial, sans-serif;
	color: #6f6777;
	letter-spacing: 2px;
	padding-right: 24px;
	padding-left: 36px;
	width: 600px;
	padding-bottom: 18px;
}

DL DT {
	padding-right: 24px;
	padding-left: 36px;
	padding-bottom: 4px;
	width: 600px;
}

DL DD {
	padding-right: 24px;
	padding-left: 36px;
	padding-bottom: 8px;
	width: 600px;
}

#content img {
	margin-bottom: 2px;
	border: 1px solid #ccc;
	}

	
/*home page crossfade slides*/
		
#slides {
	background-color: #fefefe;
	height: 475px;
	margin-left: 26px;
}

#gallery {
	list-style-type: none;
	position: relative;
	display: block;
	background-color: #FFFFFF;
}
	
#gallery li {
	width: 100%;
	display: block;
}

#gallery img {
	margin-top: 18px;
	margin-left: 12px;
}
	
#footer {
	clear: both;
	width: 940px;
	height: 16px;
}
	
#footer p {
	color: #525245;
	letter-spacing: 2px;
	font: 10px/12px "Trebuchet MS", Arial, sans-serif;
	padding-bottom: 12px;
	padding-top: 8px;
	text-align: right;
}
	
.tiny {
	font-size: 8px;
	line-height: 9px;
}
.photoright {
	font: 11px Georgia, "Times New Roman", Times, serif;
	color: #525245;
	letter-spacing: 2px;
	text-align: right;
	float: right;
	border: 1px solid #666666;
	padding: 6px 6px 8px;
	margin: 2px 10px 5px;
}
	
.photoleft {
	color: #525245;
	float: left;
	border: 1px solid #666666;
	padding: 6px 6px 8px;
	margin: 2px 10px 10px 28px;
	display: inline;
}
 
.gold {
	color: #d7d76b;
	font-weight: normal;
	font-variant: normal;
}
.special  {
	font: 11px/13px "Trebuchet MS", Arial, sans-serif;
	color: #110919;
	margin-top: 12px;
}

.striderpowered {
	font-style: italic;
	font-weight: normal;
	font-variant: small-caps;
	color: #110919;
}
a {
	color: #110919;
	text-decoration: underline;
}

ol li { 
	list-style-type: decimal;
	font: 11px/17px "Trebuchet MS", Arial, sans-serif;
	color: #6f6777;
	letter-spacing: 2px;
	padding-right: 24px;
	padding-left: 36px;
}
.racereport           {
	display: block;
	color: #666666;
	margin-right: 24px;
	letter-spacing: 2px;
	text-decoration: none;
	font: normal 11px/17px "Trebuchet MS", Arial, sans-serif;
	margin-left: 24px;
	margin-top: 8px;
	margin-bottom: 10px;
	list-style: circle inside;
	}
.grey a {
	-x-system-font: none;
	color: #afafa3;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 18px;
	line-height: 26px;
	}	
