/*=========> CSS Blockx 69 Racing <===========*/
/*=========> copyright Robarov <===========*/

*{
/* all fonts to a uniform size, including form fields,headings etc. */
	font-size:100%;
	margin:0;
	padding:0;
}

body{
	font-family: Arial, Verdana, Helvetica, Geneva, sans-serif;
	font-size: 70%; /* relative fonts; 70% ~ 11pt */
	line-height: 1.5em;
	color:#333;
	text-align:center; /*IE 5 center */
	background:#3a3a3a url(../i/layout/bg-body.jpg) 0 0 repeat-x;
}

.hide, hr, #sponsors h2{
/* When you want to hide your elements use this. (NOT display:none;) search engine friendlyness ;) */
	position:absolute;
	left:-9999px;
	width:0px;
	overflow:hidden;
}

acronym, abbr{
	border-bottom: 1px dotted #333;
	cursor: help;
}

p{margin:0 0 1em 0;}
img{border:none;}

/*=========> Main Headings <===========*/
h1{
	font-size: 1.8em;
	margin:0 0 .3em 0;
	padding:.6em 0 0 0;
	color:#000;
	text-transform:uppercase;
}
#content h2, #sidebar h2{
	font-size: 1.5em;
	margin:0 0 .3em 0;
	color:#fff;
	text-transform:uppercase;
}
#content h3{
	font-size:1.3em;
	color:#fff;
}
.tagline{
	font-size:1.2em;
	font-weight:bold;
	margin:0 0 .6em 0;
	color:#fff;
	text-transform:uppercase;
}

/*=========> Lists : ol ul dl <===========*/
ol,#content ul{margin:1em 0 1.3em 0;}
ul{list-style-type:none;}

dl{float:left;}
dt{
	width: 5em;
	padding: .3em 0;
	float: left;
	margin: 0;
	font-weight: bold;
}

dd{
	margin: 0 0 0 6em;
	padding: .3em 0;
	width:auto;
}

dl.calendar{
	width:100%;
	margin:0 0 1em 0;
	float:left;
}
.calendar dt{
	width: 11em;
	float: left;
	background: #fff;
	border-bottom:2px solid #79b9fe;
	padding:.2em;
}

.calendar dd{
	margin-left: 12em;
	padding:.2em;
	border-bottom:2px solid #79b9fe;
	width:auto;
	background: #fff;
}

/*=========> Links <===========*/
a{
	color:#fff;
	outline:none;
}
a:hover{color:#c0deff;}
#contact a:hover{color:#ceeb6a;}
/*=========> Container <===========*/
#container{
	width:760px;
	margin:0 auto; /* Center it */
	text-align:left;
	background: url(../i/layout/bg-container.jpg) 0 0 no-repeat;
}

/*=========> Header <===========*/
#header{
	position:relative;
	height:310px;
}
#header h2{
	position:absolute;
	top:0px;
	right:0px;	
}

#header h2 a {
	width:215px;
	height: 100px;
	text-indent: -5000px;
	text-decoration:none;
	display:block;
	overflow:hidden;
}

/*=========> navigation <===========*/
#nav{
	width:760px;
	height:28px;
	list-style:none;
	z-index:10;
	background: url(../i/layout/bg-nav.jpg);
	bottom:0px;
	position:absolute;
}

#nav li{display:inline;}
#nav li a{
	position: absolute;
	float:left;
	display:block;
	top: 0;
	text-decoration: none;
	padding: 28px 0 0 0;
	overflow: hidden;
	height: 0px !important;
}
#nav1 a{background: url(../i/layout/bg-nav.jpg) 0px 0px no-repeat;left:0px;width:120px;}
#nav1 a:hover, #nav1 a.active{background-position: 0px -28px;}
#nav2 a{background: url(../i/layout/bg-nav.jpg) -120px 0px no-repeat;left:120px;width:90px;}
#nav2 a:hover, #nav2 a.active{background-position: -120px -28px;}
#nav3 a{background: url(../i/layout/bg-nav.jpg) -210px 0px no-repeat;left:210px;width:80px;}
#nav3 a:hover, #nav3 a.active{background-position: -210px -28px;}
#nav4 a{background: url(../i/layout/bg-nav.jpg) -290px 0px no-repeat;left:290px;width:60px;}
#nav4 a:hover, #nav4 a.active{background-position: -290px -28px;}
#nav5 a{background: url(../i/layout/bg-nav.jpg) -350px 0px no-repeat;left:350px;width:95px;}
#nav5 a:hover, #nav5 a.active{background-position: -350px -28px;}
#nav6 a{background: url(../i/layout/bg-nav.jpg) -445px 0px no-repeat;left:445px;width:95px;}
#nav6 a:hover, #nav6 a.active{background-position: -445px -28px;}
#nav7 a{background: url(../i/layout/bg-nav.jpg) -540px 0px no-repeat;left:540px;width:65px;}
#nav7 a:hover, #nav7 a.active{background-position: -540px -28px;}
#nav8 a{background: url(../i/layout/bg-nav.jpg) -605px 0px no-repeat;left:605px;width:105px;}
#nav8 a:hover, #nav8 a.active{background-position: -605px -28px;}



/*=========> Content <===========*/
#content{
	width:400px;
	padding:0 20px 20px 20px;
	float:left;
	background:#5d98d8 url(../i/layout/bg-content.jpg) 0 0 repeat-y;
	margin:1em 0;
}
#content h1{
	background: url(../i/layout/content-top.jpg) top center no-repeat;
}


/*=========> Sidebar <===========*/
#sidebar{
	margin:1em 0 1em 10px;
	width:280px;
	float:left;
}
#image img, .border{
	border:15px solid #fff;
}

#contact{
	background:#798e31 url(../i/layout/bg-contact.jpg) 0 0 no-repeat;
	height:100px;
	padding:10px 0 0 20px;
	margin:10px 0 0 0;
}
#contact p{margin:0;}

/*=========> Profile <===========*/
.profile{
	width:100%;
	float:left;
	margin:0 0 1em 0;
}
.profile img, .car{
	float:left;
	margin-right:2em;
	border:5px solid #fff;
}

/*=========> Sponsors <===========*/
#sponsors{
	clear:both;
	float:left;
	background:url(../i/layout/bg-sponsors.jpg) 0 0 no-repeat; 
	padding:40px 40px 0 80px;
	width:640px;
}
#sponsors ul{
	float:left;
	padding-bottom:40px;
}
#sponsors ul li{
	background:transparent;
	padding:0px;
	margin:0px;
	float:left;
}
/*=========> Reports <===========*/
#reports img{
	margin:0 10px 0 0;
	border:5px solid #fff;
	float:left;
}
#reports li {
	width: 100%;
	height: 80px;
	font-size: 1.2em;
}
#reports a {text-decoration: none;line-height: 60px;display: block;}

/*=========> Guestbook <===========*/
form{background:#79b9fe;padding:1em 0;}
fieldset{border:none;}
input, textarea{
	font-family: Arial, Verdana, Helvetica, Geneva, sans-serif;
	font-size:1em;
	border:1px solid #fff;
	margin:.2em 0;
}
input{width:100px;}
form label {
	float: left;
	display: block;
	width: 50px;
	cursor: pointer;
	text-align:right;
	margin:0 10px 0 0;
	color:#fff;
}
.error{color:red;}
#message{
	
}
#msglist li{
	padding:1em;
	margin:0 0 .6em 0;
	background:#79b9fe;
}
#msglist li p.info{
	background:#79b9fe;
	margin:0 0 .3em 0;
	padding:0px;
}
#msglist li p{
	background:#fff;
	margin:0;
	padding:.6em;
}
#submit{
	margin-left: 60px;
	background:#507CA9;
	color:#fff;
}

/*=========> Gallery <===========*/
#galleryNav {
	_height: 1%
	overflow: auto;
}
#galleryNav li {
	float: left;
	font-size:1.2em;
	margin: 0 5px;
}
#galleryNav li a{
	text-decoration: none;
	display: block;
	float: left;
	padding: 0 5px;
}
#galleryNav li a:hover, #galleryNav li a.active {
	background: #fff;
	color: #333;
}

#gallery img{
	border:5px solid #fff;
}
#gallery{
	margin:0 0 1em 0;.
	clear: both;
}
#gallery li{
	float:left;
	padding: 3px 5px;
}
.clear {clear:both;}

/*=========> Lightbox <===========*/
#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../i/layout/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../i/layout/prevlabel.gif) left 50% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../i/layout/nextlabel.gif) right 50% no-repeat; }


#imageDataContainer{
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 90px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}


/*=========> Footer <===========*/
#footer{
	clear:both;
	text-align:center;
	font-size:.9em;
	color:#999;
}
