/***********************************************/
/* StefanWidmer.com Template                   */
/***********************************************/

/* Purpose: undo some of the default styling of common (X)HTML browsers */
:link,:visited { text-decoration:none }
ul,ol { list-style:none }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,img
{ margin:0; padding:0 }
a img,a:link img,a:visited img {
border:none;
padding:0px;
margin:0px;
}
address { font-style:normal }
/* fix 3px padding to images in the crappiest browser ever: IE. */
.blockIMG{  display:block; margin:0;}



/****************** HTML STYLES *********************/


html, form, body{
	padding: 0;
	margin: 0;
}

body{
	color: #40230E;
	font-size: 90%;
	font-family: "Trebuchet MS", Trebuchet, "Lucida Grande", Arial, Helvetica, sans-serif;
	background-color: #40230E;
	line-height: 1.5em;
}

p{
	color: #40230E;
	line-height: 1.4em;
	margin-bottom: 1.1em;
}

a {
	color:#5D932B;
	font-weight:bold;
}

a:hover{
	color: #40230E;
}

h1{
	font-size: 1.6em;
	margin-bottom: 20px;
	margin-top: -2px;
	color: #5D932B;
	letter-spacing: -1px;
}


h2{
	font-size: 1.4em;
	font-weight: bold;
	color: #000000;
	padding-bottom: 0px;
    line-height: 1.25em;
    margin-bottom: 2px;
}

h2 a:hover{
	color: #990000;
	text-decoration: none;
}

h2 a:link, h2 a:visited{
	color: #22346E;
	text-decoration: none;
}

h3{
	font-weight: bold;
	font-size: 1.6em;
	margin-bottom: -7px;
	margin-top: -18px;
	color: #5D932B;
	letter-spacing: -1px;
}

h4 {
	margin-bottom: 15px;
	padding-top: 10px;
	font-size: 0.9em;
	font-weight: bold;
	color: #40230E;
	text-transform: uppercase;
	letter-spacing: 1px;
}

h5 {
	margin-bottom: 0px;
	padding-top: 10px;
	font-size: 0.8em;
	font-weight: bold;
	color: #40230E;
	text-transform: uppercase;
	letter-spacing: 1px;
}

h6{
	font-size: 0.8em;
	margin-top: 0px;
	color: #666666;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}

hr{
	margin-top: 10px;
}

ul{
	padding-left: 0px;
	margin-left: 0px;
	margin-top: 0px;
}

li{
	padding-bottom: 0px;
}

td {
	font-size: 0.9em;
	border-color: #333333;
	border-top: 1px;
	border-top-style: solid;
}

th {
	color: #252525;
	padding-bottom: 5px;
	padding-top: 10px;
	text-transform: uppercase;
}




/***************** LAYOUT DIVS ********************/

#frame {
	position: relative;
	width:820px;
	margin-right: auto;
	margin-left: auto;
	}

#header{
	width:820px;
	height: 170px;
	position: relative;
	background-image: url(../images/header_10.gif);
}

#page{
	background-image: url(../images/page_bg.gif);
}

#pageTop{
	height: 85px;
	background-image: url(../images/page_top.gif);
}


#mainCol{
	margin-top: -25px;
	float: left;
    width: 500px;
	padding-bottom: 50px;
}

#leftCol{
	font-size: 0.9em;
	float: left;
	width: 200px;
	padding-left: 40px;
	padding-right: 38px;
	padding-bottom: 50px;
}

#footer{
	clear: both;
	background-repeat: no-repeat;
	height: 190px;
	text-align: center;
	background-image: url(../images/footer.gif);
	margin-top: 0px;
	padding-bottom: 0px;

}




/************************ NAV ************************/


#nav {	
	padding: 0;
	margin: 0;
	width: 531px;
	height: 25px;
	position: absolute;
	left: 25px;
	top: 142px;
	background-image: url(../images/nav_star.gif);
	background-position: top right;
	background-repeat: no-repeat;
}

#nav ul {
	float: left;
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}


#nav li {
    float: left;
	padding: 0px;
	margin: 0px;
	display: inline;
}

#nav li a {
    display: block;
	height: 25px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
	overflow: hidden;
}


#nav .news, #nav .news_on {
	width: 60px;
	background: url(../images/nav_news.gif);
}

#nav .about, #nav .about_on {
	width: 68px;
	background: url(../images/nav_about.gif);
}

#nav .races, #nav .races_on {
	width: 146px;
	background: url(../images/nav_races.gif);
}

#nav .photos, #nav .photos_on {
	width: 76px;
	background: url(../images/nav_photos.gif);
}

#nav .sponsors, #nav .sponsors_on {
	width: 93px;
	background: url(../images/nav_sponsors.gif);
}

#nav .links, #nav .links_on {
	width: 64px;
	background: url(../images/nav_links.gif);
}

#nav a:hover {
	background-position: 0px -25px;
}

#nav .news_on,
#nav .about_on,
#nav .races_on,
#nav .photos_on,
#nav .sponsors_on,
#nav .links_on {
	background-position: 0px -25px;
}





/********************** SUBNAV **********************/

#leftCol h1{
	font-size: 1.2em;
	font-weight: bold;
	color: #1E1E1E;
	margin-bottom: 0px;
	letter-spacing: 1px;
}

#leftCol h1 a{
	color: #1E1E1E;
}

#leftCol h1 a:hover{
	color: #918A62;
}

#subnav{
	padding: 0px;
	margin-left: 20px;
	margin-bottom: 15px;
	list-style-image: url(../images/star_list.gif);
	list-style-type: none;
	list-style-position: outside;
}

#subnav li {
	color: #40230E;
	margin-bottom: 5px;
	font-size: 1.0em;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#subnav a{
	color: #5D932B;
}


#subnav a:hover{
	color: #40230E;
}



/******************* HOME ELEMENTS *******************/

#homeCol{
	margin-top: -50px;
	padding-top: 0px;
	margin-left: 40px;
	float: left;
    width: 340px;
	height: 430px;
	display: table;
	#position: relative;
	overflow: hidden;
}

.homeIntro {
	display: table;
	height: 400px;
	width: 400px;
	#position: relative;
	overflow: hidden;
}

#stefHead {	
	padding: 0;
	margin: 0;
	width: 147px;
	height: 78px;
	position: absolute;
	left: 552px;
	top: 92px;
	background-image: url(../images/home_stefHead.jpg);
	background-repeat: no-repeat;
}

#stef {	
	padding: 0;
	margin: 0;
	width: 320px;
	height: 465px;
	position: absolute;
	left: 434px;
	top: 170px;
	background-image: url(../images/home_stefBody.jpg);
	background-repeat: no-repeat;
}





/****************** LAYOUT CLASSES *********************/


#mainCol p {
	margin-right: 20px;
	line-height: 1.5em;
}

.postStar {
	padding: 0;
	margin: 0;
	width: 17px;
	height: 15px;
	position: relative;
	left: -25px;
	background-image: url(../images/star.gif);
	background-repeat: no-repeat;
}

.postBreak {
	height: 30px;
}

.introImage {
	margin-bottom: 20px;
}

.titleImage {
	margin-top: -15px;
	margin-bottom: 20px;
}

.newsPhotoStrip {
	float: left;
	width: 100px;
}
 

.newsPhoto {
	float: left;
	padding: 5px;
	margin-right: 15px;
	margin-bottom: 8px;
	background-color: #F7F7F7;
	border: 1px solid #CCCCCC;
}


.inline {
	margin-bottom: -1px;
	margin-left: 5px;
}


.imgLeft {
	float: left;
	margin-right: 5px;
    margin-bottom:5px;
}

.imgRight {
	float: right;
	margin-left: 5px;
}

.rule{
	height: 3px;
	background: url(../images/rule.gif);
	background-repeat: no-repeat;
	margin-bottom: 10px;
	margin-top: 0px;
}



/****************** TEXT CLASSES ********************/

.intro {
	font-size: 1.1em;
	margin-top: 10px;
}

.subTitle {
	font-weight: bold;
	font-size: 1em;
	color: #40230E;
	text-transform: uppercase;
	letter-spacing: 1px;
}


.small {
	font-size:.85em;
}

/***********************************************/
/* Misc Classes                                */
/***********************************************/

.prop {
    height:450px;
    float:right;
    width:1px;
}

.clear {
    clear:both;
    height:1px;
    overflow:hidden;
}

.imgPad{
  margin-bottom: 8px;
}
