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

/* padding: 10 10 10 10 == top right bottom left*/


/*Size & position*/
/*appearance*/
/*text*/

* {margin:0;padding:0; font-family:Arial, Helvetica, sans-serif;} 

html, body {height: 100%;}

#wrap {min-height: 100%; /*background-color:#f9f0c3;*/
background-image:url(../images/site-images/bg.jpg);
background-repeat:repeat-y;}


#main {overflow:auto;
	padding-bottom: 91px;}  /* must be same height as the footer */

/*Opera Fix*/
body:before {/* thanks to Maleika (Kohoutec)*/
content:"";
height:100%;
float:left;
width:0;
margin-top:-32767px;/* thank you Erik J - negate effect of float*/
}


/*
/*
/***** Header ***/
/*
/*/

#header {
	width:100%;
	height:90px;
	background-image:url(../images/site-images/banner-bg.png);
	background-repeat:repeat-x;
	border-bottom:solid 1px #666;
}

#header-wrap {
	width:1010px;
	margin:0 auto;
}

#logo {
	width:395px;
	height:60px;
	float:left;
	margin:15px 0 15px 5px;
	margin-left:5px;
	display:block;
}

h1 {
	display:block;
	float:left;
	text-indent:-9999px;
}

h1 a{
	background:url("../images/site-images/logo.png")
	no-repeat scroll 0 0 transparent;
	width:395px;
	height:60px;
	overflow:hidden;
	display:block;
}




/*
/*
/***** Naviagtion Menus ***/
/*
/*/ 

#nav-wrap {
	height:91px;
	width:1010px;
	margin:0 auto;
	position:relative;
}


#global-nav {
	/*Size & position*/
	width:285px;
	height:20px;
	float:right;
	margin-top:10px;
	/*appearance*/
	/*text*/
	font-family:Arial, Helvetica, sans-serif;
	font-size:.92em;
	font-weight:bold;
	color:#fff;
}

#global-nav ul {
	list-style:none;
	margin-top:15px;
	margin-right:5px;
	padding:0;
}

#global-nav ul li {
	float:left;
	margin-right:7px;
	margin-top:-10px;
}

#global-nav ul li a {
	color:#ffffff;
	text-decoration:none;
	display:block;
}

#global-nav ul li a:hover {
	color:#ff1a00;
	text-decoration:underline;
}

#logged-in-nav {
	/*Size & position*/
	width:370px;
	float:right;
	margin-left:650px;
	margin-top:81px;
	clear:right;
	position:absolute; 
	/*appearance*/
	/*text*/
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	font-weight:bold;
	color:#fff;
}

#logged-in-nav ul {
	list-style:none;
	margin-top:38px;
	margin-right:5px;
	padding:0;
}

#logged-in-nav ul li {
	float:left;
	height:33px;
    padding:0;
}

#logged-in-nav ul li a {
	color:#ffffff;
	text-decoration:none;
	padding-left:10px;
	height:33px;
	display:block;
} 

#logged-in-nav #current {
	background:url("../images/site-images/nav-tab-white-left.png")
    no-repeat left top;
    padding:5px 5px;
}

#nav-border {
	height:1px;
	width:340px;
	margin-top:25px;
	margin-right:5px;
	border-bottom:solid 1px #EEEEEE;
	float:right;
	clear:right;
}


#content-wrap{
	width:990px;
	min-height:250px;
	margin:60px auto;
	padding: 25px 25px;
	background-color:#fff;
	color:#36393d;
	border:solid 1px #999;
	-moz-border-radius: 5px;
	clear:both;
}


#wrap #yellow-lines {
	width:86px;
	min-height:100%;
	background-image:url(../images/site-images/yellow-lines.jpg);
	background-repeat:repeat-y;
	background-size:100%;
}

/*Login Menu*/
#login {
	width:auto;
	height:30px;
	clear:right;
}


#login ol {
	list-style:none;
	float:right;
	margin-top:25px;
}


#login ol li {
	float:left;
	display:inline;
	margin-right:5px;
}


#search {
	float:right;
	width:250px;
	margin-right:-155px;
	margin-top:25px;
}


#footer {
	/*Size & Position*/
	position: relative;
	margin-top: -91px; /* negative value of footer height */
	height: 90px;
	clear:both;
	background-image:url(../images/site-images/banner-bg.png);
	background-repeat:repeat-x;
	border-top:solid 1px #999; 
	/*Text*/
	color:#fff;
	text-align:center;
}

.footer-text {
	width:300px; 
	text-align:center; 
	margin:0 auto;
	padding-top:20px;
	color:#fff;
}

#footer a {
	color:#FFF;
	text-decoration:none;
}

#footer a:hover {
	color:#ff1a00;
	text-decoration:underline;
}

/*Text Classes*/
.centered-grey {
	text-align:center;
	color:#666;
}

.right-ads {
	margin-top:20px;
}


/*Home Page Special's*/
.homepage-image {
	width:365px;
	height:247px;
	background-image:url(../images/site-images/cyclists3.png);
	background-repeat:no-repeat;
	float:right; 
	clear:left;

}
.homepage-content {font-size:95%;width:500px;text-align:justify; margin-bottom:30px;}
.homepage-content h2{color:#ff1a00; margin:0;}
.homepage-content p{padding-top:15px;}

.homepage-content-two{width:100%;margin-left:auto;margin-right:auto;margin-top:60px;}
.homepage-content-two h3{color:#ff1a00;margin:0;}

#quick-stats {
	width:175px;
	height:200px;
	margin-top:15px;
	margin-right:1px;
	margin-bottom:10px;
	padding-top:33px;
	padding-left:8px;
	font-size:.75em;
	font-family:"Comic Sans MS", cursive;
	float:right;
	text-align:center;
	color:#333;
	/*border:solid 1px #000;*/
	background-image:url(../images/site-images/post-it-note.jpg);
	background-repeat:no-repeat;
}

#quick-stats a {
	color:red;
	text-decoration:none;
}
#quick-stats a:hover {
	color:#999;
	text-decoration:underline;
}



/*Registration*/
/*Registration Page*/
#register {
	width:700px;
	/*background-image:url(../images/site-images/registration-bg.png);
	background-repeat:repeat-x;*/
	border:solid 1px #333;
	background-color:#e1e1e2;
	margin:0 auto;
	font-family:Arial, Helvetica, sans-serif;
	color:;
}
#register ul li {list-style:none; padding:10px 45px;}
#register submit { margin-left:0px;}
#register fieldset {border:none; padding:0; margin:0;}
#register legend {
	font-weight:bold; 
	text-align:center;
	background-color:#36393d; 
	color:#fff;
	width:100%;
	padding:0;
	margin:0;
	}
#register fieldset label{display:inline-block; width:300px; margin:0;}


#lostpw {
	width:550px;
	/*background-image:url(../images/site-images/registration-bg.png);
	background-repeat:repeat-x;*/
	border:solid 1px #333;
	background-color:#e1e1e2;
	font-family:Arial, Helvetica, sans-serif;
	clear:both;
}
#lostpw ul li {list-style:none; padding:5px 15px; float:left;}
#lostpw submit { margin-left:0px;}
#lostpw fieldset {border:none; padding:0; margin:0;}
#lostpw legend {
	font-weight:bold; 
	text-align:center;
	background-color:#36393d; 
	color:#fff;
	width:550px;
	padding:0;
	margin:0;
	}
#lostpw fieldset label{ width:300px; margin-right:5px;}

#pwreset {
	width:550px;
	/*background-image:url(../images/site-images/registration-bg.png);
	background-repeat:repeat-x;*/
	border:solid 1px #333;
	background-color:#e1e1e2;
	margin:0 auto;
	font-family:Arial, Helvetica, sans-serif;
	color:;
}
#pwreset ul li {list-style:none; padding:10px 45px;}
#pwreset submit { margin-left:0px;}
#pwreset fieldset {border:none; padding:0; margin:0;}
#pwreset legend {
	font-weight:bold; 
	text-align:center;
	background-color:#36393d; 
	color:#fff;
	width:550px;
	padding:0;
	margin:0;
	}
#pwreset fieldset label{display:inline-block; width:300px; margin:0;}


.reg-image {
	float:left;
	padding-top:50px;
	margin-left:50px;
	margin-right:30px;
	width:250px;
	height:234px;
	background-image:url(../images/site-images/reg-image.jpg);	
	background-repeat:no-repeat;
}

#race-list h2 {
	text-align:center;
	background-color:#c60000;
	color:#fff;
	margin-bottom:0px;
	margin-top:0px;
	margin-left:-1px;
	font-family:"Arial Black", Gadget, sans-serif;
}

#race-list {
	margin-left:auto;
	margin-right:auto;
	clear:both;
	max-width:800px;
	min-width:700px;
	margin-top:20px;
	margin-bottom:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
}

#race-list table {border-collapse: collapse; min-width:800px;}

#race-list table, tr, td{
	color:#333; 
	width:auto; 
	padding:2px 3px 2px 3px; 
	text-align:center;
	border-bottom:solid 1px #333;
	border-right:solid 1px #333;
	}

#race-list table,tr{
	text-align:center;
	width:auto;
	border: solid 1px #333;
}



	

#save-race {
	width:400px;
	margin-top:15px;
	margin-bottom:10px;
	font-family:Arial, Helvetica, sans-serif;
}

#save-race ol li {text-indent:5px;list-style:none;}
#save-race submit { margin-left:0px;}
#save-race fieldset {background-color:#eeecec;}
#save-race legend {font-weight:bold; background-color:#C60000; color:#fff; border: solid 1px #000;}
#save-race fieldset label{display:inline-block; width:140px; }
#save-race fieldset input {}

#my-race-content {
	width:380px;
	float:right;
	margin: 15px 10px;
}

#table {
	margin-left:auto;
	margin-right:auto;
	clear:both;
	max-width:800px;
	min-width:700px;
	margin-top:20px;
	margin-bottom:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
}

#table table {border-collapse: collapse; min-width:800px;}

#table table, tr, td{
	color:#333; 
	width:auto; 
	padding:2px 3px 2px 3px; 
	text-align:center;
	border-bottom:solid 1px #333;
	border-right:solid 1px #333;
	}

#table table,tr{
	text-align:center;
	width:auto;
	border: solid 1px #333;
}

#table h2 {
	text-align:center;
	background-color:#c60000;
	color:#fff;
	margin-bottom:0px;
	margin-top:0px;
	margin-left:-1px;
	font-family:"Arial Black", Gadget, sans-serif;
}

#profile {
	width:300px;
}

#profile ul li {
	list-style:none;
}

#profile ul li em {
	font-size:x-small;
}

/*Sitewide Content Classes*/
h2{color:#ff1a00; margin:0;}
.alert {color:#F00; font-size:small;}
.info-text {color:#f00; font-size:x-small;}
.list-style {
	margin-left:40px;
}
.list-style ul li {margin-top:10px;}

.border-top-light {
	border-top:solid 1px #ccc;
	}
.small {font-size:small;}
.links a{color:#ff1a00; text-decoration:none;}
.links a:hover {color:#36393d; text-decoration:underline;}

.lone-text {width:700px; text-align:justify; font-size:small; margin-bottom:30px;}
.lone-text p{padding-top:15px;}
.float-left {float:left;}
.float-right {float:right;}
.width550 {width:550px;}
.center {margin: 0 auto;}
.center-text {text-align:center;}

