@charset "utf-8";

/* reset for browser compatibility */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {  
	margin: 0; 
	padding: 0;
} 


body {
	background-image: url(../images/page-background.gif);
	background-color: #074179;
	background-repeat: repeat;
	background-position: left top;
	font-size: 62.5%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


#wrapper {
	width: 1024px;
	margin: 20px auto;
	border: 0px solid #999;
	background-color: #074179;
	color: #fff;
}


#header {
	
}

#countdown {
	text-align: center;
	font-size: 1.2em;
}
#nav-wrapper {
	background-color: #fff;
}

#content {

}
#content h1 {
	padding: 10px 60px;
	font-size: 2em;

}
#content h2 {
	padding: 10px 60px;
	font-size: 1.7em;

}
#content h3 {
	padding: 10px 60px 5px 60px;
	font-size: 1.4em;

}
#content p {
	padding: 10px 60px;
	font-size: 1.2em;
	line-height: 1.4em;
}
#content ol, #content ul {
	padding: 20px 80px;
	font-size: 1.2em;
	line-height: 1.4em;
	font-weight: bold;
}
#content ol li, #content ul li {
	padding: 5px 0;
}

#content a {
	color:#f90;
}

.highlight {
	color:#f90;
}

#footer {
	margin: 20px 0;
	border-top: 1px solid #999;
}
#footer p {
	padding: 10px 60px;
	font-size: 1.2em;
	line-height: 1.4em;
}

.clear-it {
	clear: both;
}

table.runners-profile {
	width: 760px;
	margin: 10px auto;
	border: 2px solid #ccc;
	padding: 0;
	font-size: 1.2em;
}
table.runners-profile th {
	width: 120px;
	font-weight: bold;
	text-align: right;
	padding: 5px;
	vertical-align: top;
	background-color: #003;
	white-space: nowrap;
}
table.runners-profile td {
	padding: 5px;
	vertical-align: top;
	background-color: #003;
}

table.tableCentredForm {
	width: 760px;
	margin: 10px auto;
	border: 2px solid #ccc;
	padding: 0;
	font-size: 1.2em;
}
table.tableCentredForm th {
	text-align: right;
	width: 120px;
	font-weight: bold;
	text-align: right;
	padding: 5px;
	vertical-align: top;
	background-color: #003;
	white-space: nowrap;
}
table.tableCentredForm td {
	padding: 5px;
	vertical-align: top;
	background-color: #003;
}


table#wonga-squares {
	border-collapse: collapse;
}
table#wonga-squares td {
	width: 128px;
	height: 64px;
	text-align: center;
	vertical-align: middle;
}
table#wonga-squares td.available {
	font-size: 20px;
	color: #999;
	background-color: #003;
}
table#wonga-squares td.available a {
	font-size: 20px;
	color: #999;
}
table#wonga-squares td img {
	border: 0;
	width: 128px;
	height: 64px;
}
p.boxout {
	margin: 10px 50px;
	border: 2px solid #245b90;
	padding: 10px 30px;
	background-color: #003;
	text-align: center;
	font-weight: bold;
}
table.timetable {
	margin: 20px auto;
	font-size: 1.2em;
}
table.timetable th {
	
}
table.timetable td {
	padding: 3px;
	background-color: #003;
}

div#map_location {
	width: 500px;
	height: 300px;
	float: right;
	margin: 10px;
	border: 2px solid #003;
}

#content div.supporters h2 {
	padding: 10px 60px 0 60px;
}
#content div.supporters p {
	padding: 5px 60px 0 60px;
}
