/*------------------------------------------------
CSS for Kellevie 12/24hr MTB endurance event 2008 

Version:	2.0 September 07
Author:		Nick Lancaster, Foot & Playsted
Email:		studio@footandplaysted.com.au
Website:	www.footandplaysted.com.au
-----------------------------------------------*/

/* General Styles
-----------------------------------------------*/
* {
	margin: 0;
	padding: 0;
}

ul, ol {
	list-style: none;
}

ul.bullet {
	list-style: disc inside;
}

ul.bullet li {
	Margin: 5px 0 0 0;
}

body {
	font-size: 12px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", geneva, verdana, sans-serif;
	background: url(images/blueBG.png) center;
}

a {
	text-decoration: none;
	margin: 0;
	padding: 0;
}

h1, h2, h3, p {
	margin: 0 0 0 0;
}

/* Specific Div's
-----------------------------------------------*/
#wrapper {
	width: 740px;
	margin: 0 auto;
	border-top: 10px solid #FFDD00;
	background: #fff url(images/grass.png) no-repeat bottom;
	padding: 0 0 56px 0;
}

#navigation {
	height: 100px;
	padding: 20px 0;
	float: left;
	width: 100%;
	display: inline;
	position: relative;
	background-image: url(images/bannerBG.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

#masthead {
	display: inline;
	width: 242px;
/*	height: 760px; */
	float: left;
	margin: -7px 25px 0;
}

#trackDays {
	background: url(images/trackBG.png) no-repeat top;
	width: 230px;
	height: 243px;
	margin: 0 0 20px 4px;
	border: 1px solid #FFDD00;
	position: relative;
}

#content {
	display: inline;
	margin: 20px 0 20px 0;
	float: left;
	width: 420px;
}

#footer {
	padding: 10px 20px;
	clear: both;
	margin: 10px 0 0 272px;
	background: url(images/dots.png) no-repeat top;
}

.clear {
	clear: both;
}

/* Custom header & paragraph styles (images replacements)
-----------------------------------------------*/

#premierEvent {
	text-indent: -9999px;
	background: url(images/tasPremHdr.png) no-repeat -5px;
	height: 60px;
	margin: 0 0 10px 0;
}

#getThere {
	text-indent: -9999px;
	background: url(images/getThereHdr.png) no-repeat -5px;
	height: 30px;
	margin: 25px 0 10px 0;	
}

#firstPara {
	text-indent: -9999px;
	background: url(images/n1Para.png) no-repeat 290px;
	height: 118px;
	margin-top: 10px;
}

#masthead h1 {
	background: url(images/sideBarN.jpg) no-repeat top;
	text-indent: -9999px;
	height: 465px;
	margin-top: -5px;
} 

/* Paragraph styles
-----------------------------------------------*/
#content h3 {
	color: #FFDD00;
	font-weight: lighter;
	line-height: 20px;
	border: 1px solid #000;
	padding: 5px 5px 0 5px;
}

#content h4 {
	color: #FFDD00;
	font-weight: lighter;
	font-size: 18px;
	margin: 20px 0 0 0;
}

#content p {
	margin: 8px 100px 0 0;
}

#content a {
	color: #666;
	font-weight: bold;
}

#content a:hover {
	color: #FFDD00;
}

/* Trackday styles
-----------------------------------------------*/
#trackDays h5 {
	margin: 8px 0 0 8px;
}

#trackDays p {
	text-align: center;
	font-size: 12px;
	margin: 15px 5px 5px 78px;
}

#trackDays p#final {
	display: block;
	position: absolute;
	width: 201px;
	background: #FFDD00;
	text-align: center;
	left: 11px;
	bottom: 9px;
	font-size: 12px;
	padding: 5px;
	margin: 0;
}

/* Email form (currently not used)
-----------------------------------------------*/
/* #mailForm {
	width: 210px;
	margin: 0 0 20px 4px;
	border: 1px solid #FFDD00;
	padding: 10px;
	position: relative;
}

#mailForm p {
	text-align: center;
	padding: 5px 15px;
	margin: 0 0 10px;
	background: #FFF8D9;
}

#mailForm fieldset {
	border: none;
	background: #FFDD00;
	padding: 5px;
}

#mailForm input.required {
	width: 130px;
	margin-right: 5px;
} */

/* Masthead links
-----------------------------------------------*/
table {
	border: 1px solid #FFDD00;
	padding: 0 5px;
	margin-left: 4px;
	width: 232px;
}

table a {
	color: #999;
	text-align: left;
	padding: 5px 0 5px 4px;
	display: block;
	font-size: 12px;
}

table a:hover {
	color: #FFF;
	background: #FFDD00;
}

table td:hover {
	background: #FFDD00;
}

td.shade {
	background: #FFF8D9;
}

#masthead th {
	text-align: left;
	color: #FFDD00;
	font-size: 23px;
	padding: 3px 0;
	font-weight: lighter;
}

/* Navigation
-----------------------------------------------*/
#navigation ul {
	margin: 0 0 0 300px;
}

#navigation ul li {
/*	float: left; */
	margin: 0;
}

#navigation ul li a {
/*	float: left; */
	margin: 10px 20px 0 0;
	display: inline;
	text-indent: -9999px;
}

#navigation ul#buttons {
	clear: left;
	margin: 0 0 0 330px;
	display: inline;
/*	float: left; */
}

#navigation ul#homePage li a#hp {
	position: absolute;
	background: url(images/homeButton.png) no-repeat center;
	top: -32px;
	right: 60px;
	margin: 0;
	width: 680px;
	height: 80px;
}

#village {
	width: 128px;
	height: 41px;
	background: url(images/villageBtn.png) no-repeat top;
	position: absolute;
	left: 295px;
	top: 81px; 
}

#village:hover {
	background: url(images/villageBtn.png) no-repeat bottom;
	height: 48px;
}

#course {
	width: 120px;
	height: 41px;
	background: url(images/courseBtn.png) no-repeat top;
	position: absolute;
	left: 423px;
	top: 81px; 
}

#course:hover {
	background: url(images/courseBtn.png) no-repeat bottom;
	height: 48px;
}

#prizes {
	width: 73px;
	height: 41px;
	background: url(images/prizesBtn.png) no-repeat top;
	position: absolute;
	left: 543px;
	top: 81px; 
}

#prizes:hover {
	background: url(images/prizesBtn.png) no-repeat bottom;
	height: 48px;
}

#email {
	width: 97px;
	height: 41px;
	background: url(images/emailBtn.png) no-repeat top;
	position: absolute;
	left: 612px;
	top: 81px; 
}

#email:hover {
	background: url(images/emailBtn.png) no-repeat bottom; 
	height: 48px;
}

#signUp {
	position: absolute;
	width: 105px;
	height: 34px;
	background: url(images/signUp.png) no-repeat top;
	left: 291px;
	top: 26px;
}

#signUp:hover {
	background: url(images/signUp.png) no-repeat bottom;
}

#register {
	position: absolute;
	width: 287px;
	height: 34px;
	background: url(images/register.png) no-repeat top;
	left: 423px;
	top: 26px;
}

#register:hover {
	background: url(images/register.png) no-repeat bottom;
}

/* Footer
-----------------------------------------------*/
#footer ul, #footer ul li, #footer ul li a  {
	float: left;
}

#footer ul {
	margin: 0 0 20px;
}
/* Sorell City Council
#footer ul li a#sc {
	width: 44px;
	height: 57px;
	background: url(images/scLogo.png) no-repeat center;
	margin: 5px 20px 0 7px;
	text-indent: -9999px;
}
*/
#footer ul li a#dd {
	width: 150px;
	height: 60px;
	text-indent: -9999px;
	background-image: url(images/endorfun_logosm.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

#footer p {
	float: left;
	width: 290px;
	margin: 15px 0 0 10px;
}


/* Sponsors logo's
-----------------------------------------------*/
#sponsors {
	border: 1px solid #FFDD00;
	float: left;
	padding: 8px 8px 30px;
	margin: 15px 0 0 4px;
	width: 214px;
	background: url(images/grass.png) no-repeat bottom;
}

#sponsors ul{ 
witdth: 214px; 
overflow: hidden; 
} 
#sponsors li{ 
text-indent: -9000px; 
float: left; 
margin: 0; 
} 

#sponsors ul li#ayup {
	background: url(images/sponsors/ayup.png) no-repeat center;
	width: 200px;
	height: 110px;
	margin: 0 0 0 8px;
}

#sponsors ul li#kenSelf {
	background: url(images/sponsors/kenSelf.png) no-repeat center;
	width: 90px;
	height: 79px;
	margin: 10px 0 0 10px;
}

#sponsors ul li#statewide {
	background: url(images/sponsors/statewide.png) no-repeat center;
	width: 100px;
	height: 45px;
	margin: 10px 0 0 0;
}

#sponsors ul li#jeanneret {
	background: url(images/sponsors/jeanneret.png) no-repeat center;
	width: 100px;
	height: 30px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10px;
}

#sponsors ul li#treadlies {
	background: url(images/sponsors/treadlies.png) no-repeat center;
	width: 100px;
	height: 30px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 20px;
}

#sponsors ul li#bikeRide {
	background: url(images/sponsors/bikeRide.png) no-repeat center;
	width: 95px;
	height: 80px;
	margin-left: 15px;
}

#sponsors ul li#pinecrest {
	width: 100px;
	height: 41px;
	margin: 10px 0 0 0;
	background-image: url(images/sponsors/TASIMAGES-LOGO.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

#sponsors ul li#mcbain {
	background: url(images/sponsors/mcbain.png) no-repeat center;
	width: 90px;
	height: 67px;
	margin: 10px 0 0 10px;
}

#sponsors ul li#appleby {
	background: url(images/sponsors/avanti_logo.png) no-repeat center;
	width: 100px;
	height: 35px;
	margin: 10px 0 0 10px;
}

#sponsors ul li#fp { 
background: url(images/sponsors/fp.png) no-repeat center; 
width: 100px; 
height: 92px; 
margin: 10px 0 0 30px; 
} 

#sponsors ul #fourlunch {
	clear: left;
	width: 100px;
	height: 30px;
	background-image: url(images/sponsors/Shotz_sml.png);
	background-repeat: no-repeat;
	background-position: right;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 15px;
}

#sponsors ul li#endura {
	width: 90px;
	height: 45px;
	background-image: url(images/sponsors/Macpac.png);
	background-repeat: no-repeat;
	background-position: center;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10px;
}

#sponsors ul li#ride {
	background: url(images/sponsors/ride.png) no-repeat center;
	width: 110px;
	height: 50px;
	margin: 10px 0 0;
	clear: left;
}

#sponsors ul li#sleepmonsters {
	background: url(images/sponsors/sleepmonsters.png) no-repeat center;
	width: 110px;
	height: 52px;
	margin: 10px 0 0 0;
}

#sponsors ul li#geardcycles {
	background: url(images/sponsors/geardcycles.png) no-repeat center;
	width: 100px;
	height: 41px;
	margin: 10px 0 0 0;
}

#sponsors h5 {
	margin: 0 0 10px;
}

/* sIFR styles
-----------------------------------------------*/
/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced */

.sIFR-hasFlash h2 {
	visibility: hidden;
	letter-spacing: 0;
	font-size: 35px;
}

.sIFR-hasFlash h3 {
	visibility: hidden;
	letter-spacing: 2px;
	font-size: 18px;
	padding: 0;
}

.sIFR-hasFlash h4 {
	visibility: hidden;
	letter-spacing: 0;
	font-size: 22px;
	padding: 0 0;
}

.sIFR-hasFlash h5 {
	visibility: hidden;
	letter-spacing: 0;
	font-size: 22px;
	padding: 0 0;
}

.sIFR-hasFlash #masthead th {
	visibility: hidden;
	letter-spacing: 0;
	font-size: 18px;
}

.sIFR-hasFlash #footer p {
	visibility: hidden;
	letter-spacing: 0;
	font-size: 12px;
}

