/* /////////////////////////////////
	Great Race CSS 
	by Benek Lisefski
	http://www.benek.co.nz
///////////////////////////////// */

/* reset whitespace */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,hr,table { 
	margin:0;
	padding:0;
}

/* /////////////////////////////////
	LAYOUT
///////////////////////////////// */

body {
	font: normal 13px arial, verdana;
	color: #fff;
	background: #171614 url('../i/bg.jpg') repeat center top;
	line-height: 18px;
}

#center {
	width: 868px;
	margin: 0 auto;
	background: transparent url('../i/bg-content.jpg') repeat-y left top;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear { 
	clear: both; 
	height: 0; 
	line-height: 0px;
	font-size: 0px;
	text-indent: -5000px;
}

.narrowCol {
	width: 196px;
	float: left;
	height: 100px;
}

.centerCol {
	width: 410px;
	float: left;
	padding: 0px 33px 0px 33px;
}

#header {
	height: 222px;
	background: transparent url('../i/header.jpg') no-repeat center top;
	position: relative;
}

#content {
	padding: 1px 0px 0px 0px;
	background: transparent url('../i/bg-cols.jpg') repeat-y center top;
}

#footer {
	clear: both;
	padding-left: 229px;
}

/* /////////////////////////////////
	TEXT + HTML
///////////////////////////////// */

/* first page heading */
h1 {
	font: bold 15px arial, tahoma, verdana;
	color: #f18626;
	margin: 18px 0px 12px 0px;
	text-transform: uppercase;
}

/* additional page headings */
h2 {
	font: bold 15px arial, tahoma, verdana;
	color: #f18626;
	margin: 18px 0px 12px 0px;
}

/* homapage race names/times */
h3 {
	font: bold 16px arial, tahoma, verdana;
	font-weight: bold;
	color: #fff;
	margin: 10px 0px 8px 0px;
}

h3 strong {
	color: #f18626;
	text-transform: uppercase;
	font-size: 18px;
}

p {
	margin: 12px 0px;
}

ul {
	margin: 12px 0px 12px 20px;
}

/* /////////////////////////////////
	LINKS
///////////////////////////////// */

a img { border: none }

a,
a:visited,
a:active {
	color: #f18626;
	text-decoration: none;
}

a:hover {
	color: #f18626;
	text-decoration: underline;
}

/* /////////////////////////////////
	NAV
///////////////////////////////// */

ul#nav {
	height: 30px;
	margin: 0px 0px;
	padding-top: 192px;
	list-style-type: none;
	text-align: center;
	line-height: 30px;
}

ul#nav li {
	display: inline;
}

ul#nav li a,
ul#nav li a:visited {
	text-decoration: none;
	font: bold 12px arial;
	text-transform: uppercase;
	padding: 5px 9px 5px 9px;
	color: #fff;
}

ul#nav li a:hover {
	text-decoration: none;
	color: #f18626;
}

ul#nav li.current a,
ul#nav li.current a:visited {
	color: #f18626;
}

/* /////////////////////////////////
	CONTENT
///////////////////////////////// */

.logos {
	padding-top: 30px;
	text-align: center;
	width: 182px;
	padding-left: 14px;
}

.logo {
	display: block;
	margin: 24px auto;
}

.logo-uleisure {
	display: block;
	margin: 6px auto 24px auto;
}

.ads {
	width: 180px;
	padding-left: 16px;
}

.ad {
	display: block;
	margin: 0px auto 14px;
}

.ad img {
	display: block;
	padding: 13px;
	background: transparent url('../i/bg-ads.jpg') repeat left top;
}

.topPhoto {
	display: block;
	padding: 14px 0px 0px 0px;
	margin: 0px 0px 24px 0px;
}

.divider { 
	clear: both; 
	height: 5px; 
	line-height: 0px;
	font-size: 0px;
	text-indent: -5000px;
	background: transparent url('../i/line.jpg') no-repeat center top;
}

/* /////////////////////////////////
	FOOTER
///////////////////////////////// */

#footer p {
	margin: 0px 0px 0px 0px;
	font-size: 11px;
	padding: 20px 0px;
}