/* 
==========================================
	css author > steve scavo > 35mm design
	
		main brown		bfb7ad
		lite brown		d9d0c5
		dark brown		4e3b23
==========================================
*/


/* --------- ELEMENTS ----------- */


div, ol, ul {
	font-size: 1.1em;
	font-family: arial, helvetica, verdana, sans-serif;
	line-height: 160%;
	margin: 0;
	padding: 0;
	}



/* ---------- ELEMENT STYLES ----------- */


html, body {height: 100%;}

html {
	margin: 0px;
	padding: 0px;
	color: #000000;
	}
	
body {
	background:#000 url(../img/bg_grass.jpg) repeat top left fixed;
	overflow: -moz-scrollbars-vertical;
	font-size:62.5%;
	}

h1 {
	margin: 0;
	font-family: helvetica, arial, sans-serif;
	font-size:2em;
	letter-spacing:-1px;
	color:#4e3b23;
	}

h2 {
	margin-top:2em;
	font-size:1.6em;
	}
	
h3 {
	margin:0;
	font-size:1.4em;
	color:#4e3b23;
	padding:7px 20px;
	}

img {
	border: 0;
	padding:0;
	margin:0;
	}
	
code {
	font-size:1em;
	font-family:"Courier New", Courier, monospace;
	color:#111;
	}

table {
	background: transparent;
	width: 100%;
	font-size: 1em;
	}

th {
	background:#d33308 url(/img/bg_gradient.gif) repeat-x top left;
	color: #ffffff;
	text-decoration: none;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1em;
	text-align: left;
	padding: 5px;
	margin: 0;
	}
	
td {line-height: 1.5;}
	
th.subheader_date {width:25%;}

th.subheader_place {width:15%;}

th.subheader {background:#4e3b23;}

tr {vertical-align: middle;}

td.pad {
	border-bottom:1px dotted #666;
	padding:3px 5px;
	}
td.pad_winner {
	border-bottom:1px dotted #666;
	padding:3px 5px;
	font-weight:bold;
	font-size:1.25em;
	letter-spacing:-1px;
	}
	

/* --------- FORM ------------- */

form {}

form .wrap {
	 width:100%;
	 clear:both;
	 font-size:.9em;
	 line-height:1em;
	 }
	 
form .wrap .left {
	float:left;
	width:20%;
	}
	
form .wrap .right {
	float:right;
	width:75%;
	}

input {
	background: #d33308;
	color: #ffffff;
	font-size: 1em;
	border: 1px solid #ffffff;
	padding: 1px;
	margin: 0;
	line-height: 1em;
	}

input.big {
	font-size:1.25em;
	}
	
input.bigbutton {
	font-size:.8em;
	background:#000;
	padding:4px 4px;
	margin:0px 0px 2px 0px !important;
	margin:0px 0px 0px 0px;
	line-height:1.5em !important;
	line-height:1.2em;
	cursor: pointer;
	}

select {
	color: #ffffff;
	background: #444;
	font-family: "andale mono", "courier new", courier, monospace;
	font-size: .8em;
	letter-spacing:.05em;
	border: 1px solid #ffffff;
	padding: 1px 1px;
	margin:0px;
	line-height: 2em;
	height: 2em;
	float:right;
	}



/* --------- BASIC FONTS ---------- */

a {
	color: #d33308;
	text-decoration: none;
	font-weight: bold;
	outline: none;
	background: transparent;
	cursor: pointer;
	}
	
a:link {background: transparent;}

a:visited {
	color: #b2500b;
	background:transparent;
	}

a:hover {
	color: #ffffff;
	background: #d33308;
	}

a:active {
	color: #ffffff;
	background: #d33308;
	}


p {
	color: #000000;
	line-height: 160%;
	text-decoration: none;
	text-align: left;
	width: 97%;
	}
	
/* ---------- GENERAL STYLES + CLASSES ------------- */

.big {font-size:120%;}

.small {font-size:80%;}

.nifty_box {
	width:350px;
	margin:20px;
	display:block;
	}
