/* ------------------------------------------------------------------------
CSS sheet for Tim Springstroh.
Date Created: 8/7/2007

All inquiries for this document should be directed to information@virtualtech.com.

--------------------------------------------------------------------------

COLORS

Charcoal  - #131313;
Orange - #F2AA31;
Red - #830606;

------------------------------------------------------------------------ */


/* -----------------------------------------------------------------------
MAIN DESIGN ELEMENTS
-------------------------------------------------------------------------*/
*{
	margin: 0px;
	padding: 0px;
}
a{
	outline: none;
}
body{
	background: url(images/bodybg.jpg) top center no-repeat #131313;
	text-align: center;
	font: 12px/1.5em Arial, sans-serif;
	color: #ADADAD;
}
#wrap{
	width: 780px;
	text-align: left;
	margin: 0px auto;
}
/* -----------------------------------------------------------------------
HEADER ELEMENTS
-------------------------------------------------------------------------*/
#header{
	display: block;
	width: 100%;
}
#header h1{
	display: block;
	background: url(images/name.gif) no-repeat;
	width: 314px;
	height: 85px;
	text-indent: -9999px;
	margin-top: 70px;
	margin-left: 170px;
	font-size: 75%;
}
#header #flash{
	float: right;
	height: 201px;
	width: 605px;
	margin-top: 50px;
}
/* -----------------------------------------------------------------------
NAVIGATION ELEMENTS
-------------------------------------------------------------------------*/
ul.navigation{
	float: left;
	width: 171px;
	height: 300px;
	list-style-type: none;
	margin: 0;
	position: relative;
	display: inline;
}
ul.navigation a{
	display: block;
	text-indent: -9999px;
	position: absolute;
	right: 0px;
}
ul.navigation li{
	height: 30px;
	display: block;
}
ul.navigation li a{
	width: 171px;
	background: url(images/nav.jpg) no-repeat;
	display: block;
	text-indent: -9999px;
}
ul.navigation li.home a{
	height: 29px;
	background-position: 0px 0px;
}
ul.navigation li.home a:hover{
	background-position: -171px 0px;
}
ul.navigation li.about a{
	height: 31px;
	background-position: 0px -29px;
}
ul.navigation li.about a:hover{
	background-position: -171px -29px;
}
ul.navigation li.meet a{
	height: 30px;
	background-position: 0px -60px;
}
ul.navigation li.meet a:hover{
	background-position: -171px -60px;
}
ul.navigation li.fanclub a{
	height: 25px;
	background-position: 0px -90px;
}
ul.navigation li.fanclub a:hover{
	background-position: -171px -90px;
}
ul.navigation li.upcoming a{
	height: 33px;
	background-position: 0px -121px;
}
ul.navigation li.upcoming a:hover{
	background-position: -171px -121px;
}
ul.navigation li.results a{
	height: 26px;
	background-position: 0px -150px;
}
ul.navigation li.results a:hover{
	background-position: -171px -150px;
}
ul.navigation li.news a{
	height: 22px;
	background-position: 0px -180px;
}
ul.navigation li.news a:hover{
	background-position: -171px -180px;
}
ul.navigation li.photos a{
	height: 20px;
	background-position: 0px -208px;
}
ul.navigation li.photos a:hover{
	background-position: -171px -208px;
}
ul.navigation li.sponsors a{
	height: 22px;
	background-position: 0px -238px;
}
ul.navigation li.sponsors a:hover{
	background-position: -171px -238px;
}
ul.navigation li.links a{
	height: 22px;
	background-position: 0px -265px;
}
ul.navigation li.links a:hover{
	background-position: -171px -265px;
}
/* -----------------------------------------------------------------------
CONTENT ELEMENTS
-------------------------------------------------------------------------*/
#content{
	display: block;
	clear: both;
	padding-top: 1.5em;
	padding-bottom: 1.2em;
	float: left;
}
#additional{
	float: left;
	width: 200px;
}
.races{
	margin-bottom: 2em;
}
.races h3{
	height: 21px;
	padding: 45px 5px 15px 5px;
	background: url(images/raceh3.gif) no-repeat;
	color: #fff;
	letter-spacing: .01em;
	font-size: 140%;
	line-height: 1.4em;
	font-family: Georgia, serif;
	font-weight: normal;
}
.races dl{
	padding: 0 5px;
	font-size: 90%;
}
.races dt{
	color: #F2AA31;
	width: 100%;
}
.races dd{
	border-bottom: 1px dashed #6C6C6C;
	padding-bottom: .2em;
	width: 100%;
}
.about dl{
	padding: 0 5px;
	font-size: 90%;
}
.about dt{
	color: #F2AA31;
	width: 100%;
	margin-left:20px;
}
.about dd{
	border-bottom: 1px dashed #6C6C6C;
	padding-bottom: .2em;
	width: 65%;
	margin-left:20px;
}
.races a{
	color: #F2AA31;
}
a.joinclub{
	display: block;
	color: #F2AA31;
	text-indent: -9999px;
	background: url(images/joinclub.gif) top center no-repeat;
	height: 75px;
	width: 100%;
	clear: both;
}

h2.facebook{
	display: block;
	color: #D5962B;
	margin: 15px 25px 0 35px;
	line-height: 35px;
	font-size: 18px;
}
	
h2.facebook img{
	text-decoration: none;
	border: none;
	float: left;
	margin: 10px 0 0 40px;
}
	
/* -----------------------------------------------------------------------
PICTURE GALLERY ELEMENTS
-------------------------------------------------------------------------*/
.gallerythumbs img{
	float: left;
	border:1px solid #F2AA31;
	margin: 4px 4px;
}
.main .gallerythumbs{
	overflow: hidden;
	margin-left: 40px;
}
.main .gallerythumbs img{
	margin: 4px 7px;
}
.mainphoto{
	height:333px;
	width:500px;
	margin-bottom:15px;
}
img.mainpic{
	border:1px solid #F2AA31;
	margin: 10px 0px 0px 15px;
}
#overflow {
	height: 170px;
	width:95%;
	overflow-y:scroll;
	margin-left:10px;
}
/* -----------------------------------------------------------------------
SPONSORS ELEMENTS
-------------------------------------------------------------------------*/
.main ul{
	margin-left: 10px;
	list-style-type: none;
}
/* -----------------------------------------------------------------------
MEET THE CREW ELEMENTS
-------------------------------------------------------------------------*/
.main dl{
	clear: both;
	padding-left: 2px;
	margin-bottom: 1.5em;
}
.main dl dt{
	color: #F2AA31;
	padding-left: 5px;
	font-weight: bold;
}
.main dl dd{
	padding-left: 5px;
}
.main dl dd img{
	border: 1px solid #F2AA31;
	float: left;
	margin: 5px;	
}
/* -----------------------------------------------------------------------
INNERWRAP ELEMENTS
-------------------------------------------------------------------------*/
#innerwrap{
	float: right;
	width: 532px;
	padding-top: 15px;
	margin-right: 10px;
	display: inline;
}
.main{
	display: block;
	width: 100%;
	color: #fff;
	background: url(images/mainbg.gif) bottom left no-repeat #830606;
	padding-bottom: 100px; /* As more photos are added to the CREW page, increase padding-bottom to have the bottom
	graphic clear the content due to the float on the crew images. */
}
.main a{
	color: #ADADAD;
}
.main h2{
	padding: 30px 5px 0px 5px;
	font-size: 140%;
	line-height: 1.5em;
	font-family: Georgia, serif;
	font-weight: normal;
	letter-spacing: 0.01em;
	color: #F2AA31;
	background: url(images/mainh2.gif) no-repeat;
}
.main h3{
	padding: 30px 5px 0px 5px;
	font-size: 140%;
	line-height: 1.5em;
	font-family: Georgia, serif;
	font-weight: normal;
	letter-spacing: 0.01em;
	color: #F2AA31;	
	clear: both;

}
.main p{
	padding: 0 5px;
	margin: 1.5em 0;
}

.latest{
	display: block;
	width: 100%;
	margin-top: 1.5em;
}
.latest h2{
	padding: 0 5px;
	font-size: 140%;
	margin: 1.4em 0;
	line-height: 1.5em;
	font-family: Georgia, serif;
	font-weight: normal;
	letter-spacing: 0.01em;
	color: #F2AA31;
	border-bottom: 1px dashed #6C6C6C;
}
.latest dl{
	padding: 0 5px;
}
.latest dt{
	color: #fff;
	font-size: 120%;
	font-family: Georgia, serif;
	letter-spacing: .01em;
	margin: 1em 0;
}
.latest dd{
	margin: 1em 0;
}
.latest a{
	color: #ADADAD;
}
.latest dd.image{
	clear: right;
	float: right;
	margin: 0;
}
.latest dd img{
	border: 3px solid #ADADAD;
}

/* -----------------------------------------------------------------------
RESULTS ELEMENTS
-------------------------------------------------------------------------*/
dl.results dd p{
	margin: 0;
	padding: 0;
}
/* -----------------------------------------------------------------------
FOOTER ELEMENTS
-------------------------------------------------------------------------*/
#footer{
	display: block;
	width: 100%;
	clear: both;
	border-top: 1px dashed #6C6C6C;
	font-size: 90%;
	line-height: 1.4em;
	padding-top: .5em;
}
#footer a{
	color: #ADADAD;
}
#footer ul{
	list-style-type: none;
	float: right;
}
#footer li{
	display: inline;
	margin-right: 10px;
}
/* --------------------------------------------------------------
BOARD ELEMENTS
----------------------------------------------------------------*/
#board h2{
	padding: 30px 5px 0px 5px;
	font-size: 140%;
	line-height: 1.5em;
	font-family: Georgia, serif;
	font-weight: normal;
	letter-spacing: 0.01em;
	color: #F2AA31;
}
#board dl{
	padding: 0 5px;
	margin-top: 1em;
	color: #D8D7D7;
}
#board dt{
	margin-bottom: .8em;
}
#board dd{
	margin-bottom: 1.5em;
	text-align: right;
	padding-bottom: .3em;
	border-bottom: 1px dashed #F2AA31;
	font-style: italic;
}
.leaveMessage label{
	display: block;
	padding: 15px 5px 5px 5px;
	color: #D8D7D7;
}
.leaveMessage input.text, .leaveMessage textarea{
	margin: 0 5px;
	border: 1px solid #707070;
	background: #ADADAD;
	display: block;
	padding: .2em .3em;
	width: 515px;
}
.leaveMessage textarea{
	height: 70px;
}
.leaveMessage input.submit{
	background: #F2AA31;
	color: #000;
	width: 250px;
	border: 1px solid #000;
	float: right;
	margin-top: 10px;
}
p.subscribe{
	clear: both;
}
.leaveMessage p.subscribe input{
	width: 15px;
	height: 15px;
	padding: 0;
	float: left;
	border: 1px solid #000;
}
p.subscribe{
	padding-top: 10px;
}
.leaveMessage p.subscribe label{
	display: inline;
}
#board p.approve{
	margin-top: -1em;
	padding: 0;
	padding-bottom: 2em;
}
#board p{
	margin: 1em 5px;
}
#board a{
	color: #D8D7D7;
}


.logintable{
	padding: 10px 5px;
}
.logintable td{
	padding: 10px 10px 0 0;
}
 