/* @override http://dev.navrasdesign.com/redrock/css/style.css */

/*=== Setup ===*/

* {
	border: 0;
	margin: 0;
	padding: 0
}

body {
	font: .7em Arial,Verdana,Helvetica,Sans-Serif;
	background-color: #000005;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-attachment: fixed;
	color:#FFF;
	height: 100%;
}

a {
	color: #fef1da;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

input,select,textarea {
	border: #999999 1px solid;
	font-size: 11px;
	padding: 2px;
}

li {
	list-style: none;
}

h1 {
	font-size: 1.5em;
	margin: 0 0 .5em;
	color: #daca7d;
	font-style: italic;
	letter-spacing: .125em;
}

h2 {
	font-size: 11px;
	margin: 0 0 .5em;
	color: #daca7d;
	font-style: italic;
	letter-spacing: .125em;
}

h3 {
	font-size: 1.1em;
	font-style: italic;
	margin: 0 0 .2em;
	text-transform: uppercase;
}

h4 {
	font-size: 1em;
}

p {
	line-height: 1.8em;
	padding: 0 0 1.3em;
}

/*=== Layout ===*/

#page {
	border-top: 0;
	margin: 0 auto;
	width: 904px;
	background-image: url(../images/glass-bg.png);
	background-repeat: repeat-y;
	height: 100%;
}

/*=== Header ===*/

.hdr-racetri {
	height: 174px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: top;
	margin: 0;
}
.hdr-salem {
	height: 174px;
	background-image: url(../images/hdr-salem.jpg);
	background-repeat: no-repeat;
	background-position: top;
	margin: 0;
}
.hdr-black {
	height: 174px;
	background-image: url(../images/hdr-black.jpg);
	background-repeat: no-repeat;
	background-position: top;
	margin: 0;
}
.hdr-ice {
	height: 174px;
	background-image: url(../images/hdr-ice.jpg);
	background-repeat: no-repeat;
	background-position: top;
	margin: 0;
}
.hdr-utahalf {
	height: 174px;
	background-image: url(../images/hdr-utahalf.jpg);
	background-repeat: no-repeat;
	background-position: top;
	margin: 0;
}
.hdr-yuba {
	height: 174px;
	background-image: url(../images/hdr-yuba.jpg);
	background-repeat: no-repeat;
	background-position: top;
	margin: 0;
}

#header .login {
	float: right;
	padding: 10px 37px 0 0;
	text-align: right;
	width: 480px;
}

/*- Logo -*/

#header h1 {
	float: left;
	text-indent: -9999px;
	width: 374px;
}

#header h1 a {
	display: block;
	height: 174px;
	text-decoration: none;
}

#header h1 a:hover {
	text-decoration: none;
}

#header h2 {
	float: right;
	text-indent: -9999px;
	width: 100px;
}

#header h2 a {
	display: block;
	height: 174px;
	text-decoration: none;
}

#header h2 a:hover {
	text-decoration: none;
}

#countdown {
	padding-top: 10px;
}
#timer {
	padding-top: 68px;
	padding-right: 32px;
	position: relative;
	float: right;
}
/*=== Navigation ===*/

/*- Nav1 -*/

.nav1 {
	font-size: 11px;
	font-weight: bold;
	height: 29px;
	padding: 0 24px 0 0;
	text-transform: uppercase;
}

.nav1 ul {
	border-right: 1px solid #bb8760;
	float: right;
	height: 29px;
	padding: 0 0 0 500px;
}

.nav1 li {
	border-left: 1px solid #daca7d;
	float: left;
	line-height: 29px;
}

.nav1 li .select a {
	background-color: #999;
}

.nav1 li a {
	color: #fef1da;
	display: block;
	float: left;
	padding: 0 10px;
	text-decoration: none;
}

.nav1 li a:hover,
.nav1 li.active a {
	color: #ffffff;
	text-decoration: underline;
}

/*- Nav2 -*/

.nav2 {
	font-size: 10px;
	font-weight: bold;
	height: 23px;
	padding: 0 37px 0 0;
	text-transform: none;
}

.nav2 ul {
	border-right: 1px solid #bb8760;
	float: right;
	height: 23px;
	background-color: #a0704c;
}

.nav2 li {
	border-top: 1px solid #bb8760;
	border-left: 1px solid #bb8760;
	float: left;
	line-height: 22px;
}

.nav2 li a {
	color: #fef1da;
	display: block;
	float: left;
	padding: 0 10px;
	text-decoration: none;
}

.nav2 li a:hover,
.nav2 li.active a {
	color: #ffffff;
	text-decoration: underline;
}

/*- Breadcrumbs -*/
.crumb {
	padding: 0 0 0 37px;
	position: relative;
	top: -16px;
	color: #a0704c;
	font-weight: bold;
	width: 25%;
	text-transform: uppercase;
}

.crumb a {
	color: #a0704c;
}

/*=== All Columns ===*/

#columns {
	height: 1%;
	margin: 0;
	padding: 0px 24px 15px 24px;
}

/*=== Center Column ===*/

#centercol {
	float: left;
	width: 636px;
}

/*=== Right Column ===*/

#rightcol {
	float: right;
	width: 205px;
	margin: 20px 0 0;
}

/*=== Sub Columns ===*/

.subcols {
	height: 1%;
	margin: 10px 0 20px;
}

.col1 {
	float: left;
	width: 308px;
}

.col2 {
	float: left;
	margin: 0 0 0 24px;
	width: 280px;
}

/*=== Styling Boxes ===*/

/*- Box1 -*/

.box {
	background: url(../images/transp.png);
	border: 1px solid #675f56;
	clear: both;
	height: 1%;
	margin: 0 0 20px 0;
	text-align: center;
}

* html .box {
	background: #0c0602
}

.box img {
	padding: 10px;
}

/*- News -*/

.news {
	border-bottom: 1px solid #736858;
	font-size: .9em;
	margin: 0 0 1em;
}

.news li {
	border-top: 1px solid #736858;
	height: 1%;
	padding: 5px 0;
}

.news .ndate, .news .ndate a {
	color: #c4c2c2;
}

/*=== Pics, Thumbs, Ads etc. ===*/

.pic img {
	display: block;
	margin: 0 0 .3em;
}

.signup {
	display: block;
	margin: 0;
	background:#f1f1f1 url(../images/sign-up-bg.jpg) repeat-x;
	color:#3e658a
	width: 205px;
}
.register-box {
	display: block;
	margin: 0;
	background:#f1f1f1 url(../images/sign-up-bg.jpg) repeat-x;
	color:#3e658a;
	width: 205px;
}
.register-box .signup-title {
	background-attachment: scroll;
	background-image: url(../images/download-title.png);
	background-repeat: no-repeat;
	text-indent: -9000px;
	position: relative;
	background-position: center;
	overflow: visible;
	height: 60px;
	margin: 0;
}

.register-box a {
	color: #3e658a;
	text-decoration: underline;
}
.signup a {
	color: #3e658a;
	text-decoration: underline;
}

.signup a:hover {
	text-decoration: none;
}

.ad {
	background: url(../images/ad.png) no-repeat top;
	height: 110px;
	margin: -50px 0 30px 588px;
	position: relative;
	width: 491px;
}

* html .ad {
	background: url(../images/ad.gif) no-repeat top;
	position: absolute;
}

.ads {
	text-align: left;
}

.ads img {
	margin: 0 25px;
}

/*=== Race Buttons ===*/
.btn-ice {
	display: block;
	width: 308px;
	height: 75px;
	
	background-image: url(../images/btn-icebreaker.png);
	background-position: bottom;
}
.btn-ice:hover {
	background-position: 0 0;
}
.btn-salem {
	display: block;
	width: 308px;
	height: 75px;
	
	background-image: url(../images/btn-salem.png);
	background-position: bottom;
}
.btn-salem:hover {
	background-position: 0 0;
}
.btn-black {
	display: block;
	width: 308px;
	height: 75px;
	
	background-image: url(../images/btn-black.png);
	background-position: bottom;
}
.btn-black:hover {
	background-position: 0 0;
}
.btn-utahalf {
	display: block;
	width: 308px;
	height: 75px;
	
	background-image: url(../images/btn-utahalf.png);
	background-position: bottom;
}
.btn-utahalf:hover {
	background-position: 0 0;
}
.btn-yuba {
	display: block;
	width: 308px;
	height: 75px;
	
	background-image: url(../images/btn-yuba.png);
	background-position: bottom;
}
.btn-yuba:hover {
	background-position: 0 0;
}
.btn-register {
	display: block;
	width: 308px;
	height: 75px;
	background-image: url(../images/btn-register.png);
	background-position: bottom;
}
.btn-register:hover {
	background-position: 0 0;
}
.btn-register-ice {
	display: block;
	width: 308px;
	height: 43px;
	background-image: url(../images/btn-register-ice.png);
	background-position: bottom;
}
.btn-register-ice:hover {
	background-position: 0 0;
}
.btn-register-salem {
	display: block;
	width: 308px;
	height: 43px;
	background-image: url(../images/btn-register-salem.png);
	background-position: bottom;
}
.btn-register-salem:hover {
	background-position: 0 0;
}
.btn-register-salem-yuba {
	display: block;
	width: 308px;
	height: 43px;
	background-image: url(../images/btn-register-salem-yuba.png);
	background-position: bottom;
}
.btn-register-salem-yuba:hover {
	background-position: 0 0;
}
.btn-register-black {
	display: block;
	width: 308px;
	height: 43px;
	background-image: url(../images/btn-register-black.png);
	background-position: bottom;
}
.btn-register-black:hover {
	background-position: 0 0;
}
.btn-register-utah {
	display: block;
	width: 308px;
	height: 43px;
	background-image: url(../images/btn-register-utah.png);
	background-position: bottom;
}
.btn-register-utah:hover {
	background-position: 0 0;
}
.btn-register-yuba {
	display: block;
	width: 308px;
	height: 43px;
	background-image: url(../images/btn-register-yuba.png);
	background-position: bottom;
}
.btn-register-yuba:hover {
	background-position: 0 0;
}

/*=== Misc. ===*/

.fix {
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	overflow: hidden;
}

.ac {
	text-align: center;
}

.ar {
	text-align: right;
}
ol {
	margin-left: 20px;
	line-height: 16px;
}
.twitterPrefix {
	font-size: 9px;
}
.twitterStatus {
}
.twitterTime {
	font-size: 9px;
}
#tweet ul li {
	padding: 5px;
}
#cd {
	margin-left: 35px;
	padding-top: 5px;
}
.signup ul {
	color: #3e658a;
	font-size: 12px;
	line-height: 20px;
	padding: 0 25px 25px 25px;
}
.register-box ul {
	color: #3e658a;
	font-size: 12px;
	line-height: 20px;
	padding: 10px 20px 20px 20px;
}
.signup .signup-title {
	background-attachment: scroll;
	background-image: url(../images/signup-title.png);
	background-repeat: no-repeat;
	text-indent: -9000px;
	position: relative;
	background-position: center;
	overflow: visible;
	height: 60px;
	margin: 0;
}
.update {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #daca7d;
}
.col2 .follow-us {
	text-align: right;
}
.photo-table td {
	padding: 1px 0 15px 0;
}
