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

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: #333;
	background: #000 url(../../media/images/bg.jpg) center -35px no-repeat;
	font-family: arial, tahoma, sans-serif;
	font-size: 13px;
}
ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
object {
	line-height: 0px;
}

strong { font-weight: bold; }

.cb { clear: both; }

/* Default Typography */
h1 {
	font-weight: bold;
	font-size: 19px;
	margin-bottom: 12px;
	color: #000;
	line-height: 160%;
}

h2 {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 10px;
	color: #000;	
}

h3 {
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 10px;
	color: #000;	
}

p {
	line-height: 160%;
	font-size: 13px;
}
strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

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

a:hover {}
a:visited {}
a:active {}

/* 1. Layout */
#page-wr {
	width: 100%;
	
}
	#page {
		width: 960px;
		margin: 20px auto 0px auto;
	}

		
		#header {
			text-align: center;
			margin-bottom: 40px;
		}
			
			#header #col-1, #header #col-2, #header #col-3 {
				width: 319px;
				float: left;
				margin-bottom: 40px;
			}
			
			#header #col-1 { padding-top: 25px; }
			#header #col-3 { padding-top: 15px; }
				
			#header ul { clear: both; }
			#header ul li { 
				display: inline;
				margin: 20px 18px;
			}
			
				#header ul li a {
					color: #fff;
					font-weight: bold;
					text-decoration: none;
					border-bottom: none;
					font-size: 15px;
				}
				
				#header ul .selected a { color: #f00; }

				#header ul li a:hover { text-decoration: underline; }
				
				
		#body-content {
			width: 660px;
			float: left;
			margin-right: 20px;
		}
		
			#body-content #banner {
				margin-bottom: 20px;
			}
				
				#body-content .box-outer {
					clear: both;
					padding-top: 5px;
					background: url(../../media/images/curved-top.png) top center no-repeat;
					margin-bottom: 20px;				
				}

					#body-content .box-inner {
						padding-bottom: 5px;
						background: url(../../media/images/curved-bottom.png) bottom center no-repeat;
					}	
						
						#body-content .box {
							padding: 5px 10px;
							background: #fff url(../../media/images/curved-middle.png) top center no-repeat;
						}
						
						#body-content .min-box { min-height: 726px; }
	
							#body-content .box img { float: right; margin-left: 10px; }
							
							#body-content .box p { margin-bottom: 15px; }
							
							#body-content ul { margin-bottom: 20px; }
							#body-content ul li { margin-bottom: 10px; line-height: 150%; }
							
		#sidebar {
			width: 278px;
			float: left;
		}
		
		
				#sidebar .box-outer {
					clear: both;
					padding-top: 5px;
					background: url(../../media/images/sidebar-top.png) top center no-repeat;
					margin-bottom: 20px;				
				}

					#sidebar .box-inner {
						padding-bottom: 5px;
						background: url(../../media/images/sidebar-bottom.png) bottom center no-repeat;
					}	
						
						#sidebar .box {
							padding: 5px 10px;
							background: #fff url(../../media/images/sidebar-middle.png) top center no-repeat;
						}
						
				#sidebar #facebook iframe { margin-bottom: 10px;}
						


			#countdown #countdown-swf {
				margin-top: 5px;
				margin-bottom: 27px;
			}
			
				#countdown #register {
					display: block;
					width: 260px;
					height: 45px;
					margin: 0;
					padding: 0;
					text-indent: -9999px;
					background: url(../../media/images/register-now.png) 0px 0px no-repeat;
				}
				
					#countdown #register:hover { background: url(../../media/images/register-now.png) 0px -45px no-repeat; }
			
			#sidebar #newsletter .g {
				width: 100%;
				float: left;
				margin-bottom: 15px;
			}
	
				#newsletter .g label {
					font-weight: bold;
					float: left;
					width: 40px;
					margin: 4px 0px 0px 0px;
					padding: 0px;
				}
			
				#sidebar #newsletter input {
					float: left;
					width: 150px;
					margin: 0px;
					padding: 0px;
				}
								
					/* Form Validation */
					#newsletter .g label.error {
						width: 135px; 
						float: left; 
						clear: both;
						text-align: center;
						font-size: 11px;
						padding: 4px;
						margin: 2px 0px 0px 45px;
						font-weight: bold; 
						background-color: #feffd5;
						border: 1px solid #ccc;
					}
			
			#sponsors, #charity { text-align: center; }
			
			#sponsors h2, #charity h2  { text-align: left; margin-bottom: 20px; }
			#sponsors img, #charity img { display: block; margin: 25px auto; }

		#footer-wr {
			text-align: center;
			margin-top: 10px;
			padding-top: 60px;
			padding-bottom: 15px;
			background: #000 url(../../media/images/bg.jpg) top center no-repeat;
		}
		
			#footer { text-align: center; width: 960px; margin: 0px auto;  }
			
			#footer ul { text-align: center; }
			
			#footer ul li {
				width: 140px;
				float: left; 
				margin: 0px 20px;
			}
			
			#footer .push-up { margin-bottom: 25px; }
			
			#footer #smallprint {
				clear: both;
				width: 100%;
				float: left;
				margin: 45px auto 0px auto;
				color: #fff;
				font-size: 13px;
			}
			
			#footer #smallprint a { color: #fff; text-decoration: underline; }
			
			
/* Message */

#message_box { 
	display: none;
	position: absolute; 
  top: 0; left: 0; 
  z-index: 10; 
	background:#ffc;
	padding:5px;
  border:1px solid #CCCCCC;
  text-align:center; 
  font-weight:bold; 
  width:99%;
}


#close_message {
	float:right;
	cursor:pointer;
}


/* Homepage */

#body-content .prizes { margin-bottom: 40px;}
.first, .second, .third { color: #000; padding: 2px 0px 5px 25px; margin: 0px 0px 5px 20px; }

.box .first,
.box .second,
.box .third {
	 list-style-type: none;

}

.first { font-size: 16px; background: url(../../media/images/icons/trophy.png) top left no-repeat;  }
.second { font-size: 14px; background: url(../../media/images/icons/trophy-silver.png) top left no-repeat; }
.third { font-size: 14px; background: url(../../media/images/icons/trophy-bronze.png) top left no-repeat; }

.author { font-size: 11px; color: #666; margin-bottom: 10px; }
.blog h1 { margin-bottom: 0px;}
.blog p { margin-bottom: 39px;}

/* Terms */
#privacy #body-content h2, #terms #body-content h2, #faqs #body-content h2 { margin-top: 20px; margin-bottom: 5px;}

/* Table */
table { border-collapse: collapse; margin-bottom: 30px; }
table caption { display: none; }
table td, table th { padding: 10px 5px; text-align: center; width: 75px; vertical-align: middle; }
table th { font-weight: bold; }
table #top { background: #292929 url(../../media/images/table-top.jpg) top left no-repeat; color: #fff; font-weight: bold; border-bottom: none; }
table #bottom { background: #292929 url(../../media/images/table-bottom.jpg) bottom left no-repeat; color: #fff; font-size: 12px; border: none;}
table #bottom td { text-align: left; }
table .even { background: #ffeaea; }
table tr { border-bottom: 1px dotted #f8cccb; }
table .week { background-color: #f5f5f5; font-weight: bold; }
table .even .week { background-color: #efdddc; font-weight: bold; }

/* Training */
#training #body-content ul {
	margin-left: 20px;
	margin-bottom: 40px;
}

	#training #body-content ul li {
		margin-left: 10px;
		list-style-type: disc;
	}


/* Register */

#home #hm-register,
#register-now #hm-register {
	display: block;
	width: 260px;
	height: 45px;
	margin-left: 380px;
	padding: 0;
	text-indent: -9999px;
	background: url(../../media/images/btn-hm-35.jpg) 0px 0px no-repeat;
}

	#home #hm-register:hover, #register-now #hm-register:hover { background: url(../../media/images/btn-hm-35.jpg) 0px -45px no-repeat; }
	
#home #rr-register, #register-now #rr-register {
	display: block;
	width: 260px;
	height: 45px;
	margin-left: 380px;
	padding: 0;
	text-indent: -9999px;
	background: url(../../media/images/btn-10k-25.jpg) 0px 0px no-repeat;
}

	#home #rr-register:hover, #register-now #rr-register:hover { background: url(../../media/images/btn-10k-25.jpg) 0px -45px no-repeat; }
	
#register-now #relay-register {
	display: block;
	width: 260px;
	height: 45px;
	margin-left: 380px;
	padding: 0;
	text-indent: -9999px;
	background: url(../../media/images/btn-relay-40.jpg) 0px 0px no-repeat;
}

	#register-now #relay-register:hover { background: url(../../media/images/btn-relay-40.jpg) 0px -45px no-repeat; }

#local-runners h2 { margin-bottom: 20px; }
#local-runners .athlete { 
	float: right;
	width: 210px;
	padding: 10px; 
	background: url(../../media/images/bg.jpg) center -35px no-repeat; 
	margin: 0px 0px 20px 20px;
}
#local-runners .athlete img { border: 1px solid #333; margin-bottom: 10px; }
#local-runners .caption { 
	float: right; 
	clear: right;
	color: #fff; 
	font-size: 12px;
	line-height: 150%;
}

#local-runners .profile { margin-bottom: 55px; }
#local-runners .profile h3 { margin-bottom: 20px; }
#local-runners .profile h4 { clear: both; font-weight: bold; display: inline; color: #000; }
#local-runners .profile div { margin-bottom: 8px; }
#local-runners h3 { margin: 35px 0px 4px 0px; line-height: 150%;}




#local-runners .thanks { font-weight: bold; }


.box ul li {
margin-left: 20px;
list-style-type: disc;
}

#body-content .main-pic { border: 1px solid #ccc; margin: 0px 0px 20px 20px;}



/* Results */

#results #hm-results {
	display: block;
	width: 260px;
	height: 45px;
	margin-left: 380px;
	padding: 0;
	text-indent: -9999px;
	background: url(../../media/images/btn-results-hm.jpg) 0px 0px no-repeat;
}

#results #hm-results:hover { background: url(../../media/images/btn-results-hm.jpg) 0px -45px no-repeat; }


#results #tenk-results {
	display: block;
	width: 260px;
	height: 45px;
	margin-left: 380px;
	padding: 0;
	text-indent: -9999px;
	background: url(../../media/images/btn-results-10k.jpg) 0px 0px no-repeat;
}

#results #tenk-results:hover {
	background: url(../../media/images/btn-results-10k.jpg) 0px -45px no-repeat;
}

#btn-winners {
	display: block;
	width: 260px;
	height: 45px;
	padding: 0;
	text-indent: -9999px;
	background: url(../../media/images/btn-winners.jpg) 0px 0px no-repeat;
	margin-bottom: 20px;
}

#btn-tenk-results:hover {
	background: url(../../media/images/btn-winners.jpg) 0px -45px no-repeat;
}

#btn-hm-results {
	display: block;
	width: 260px;
	height: 45px;
	padding: 0;
	text-indent: -9999px;
	background: url(../../media/images/btn-results-hm.jpg) 0px 0px no-repeat;
	margin-bottom: 20px;
}
#btn-results:hover { background: url(../../media/images/btn-results-hm.jpg) 0px -45px no-repeat; }


#btn-tenk-results {
	display: block;
	width: 260px;
	height: 45px;
	padding: 0;
	text-indent: -9999px;
	background: url(../../media/images/btn-results-10k.jpg) 0px 0px no-repeat;
	margin-bottom: 20px;
}

#btn-tenk-results:hover {
	background: url(../../media/images/btn-results-10k.jpg) 0px -45px no-repeat;
}


#results-table { clear: both; border: 1px solid #b6b6b6; }
#results-table .striped { background: #f6f6f6;}	

	
