/* --------------------------------------------------
 * RESET
 * -------------------------------------------------- */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}


/* --------------------------------------------------
 * UTILITY STYLES
 * -------------------------------------------------- */
.clearfix:after{clear:both;content:'.';display:block;visibility:hidden;height:0}.clearfix{display:inline-block}* html .clearfix{height:1%}.clearfix{display:block}


/* --------------------------------------------------
 * GRID LAYOUT
 * -------------------------------------------------- */
body {
/*	border-top: 20px solid #FFF;*/
/*	border-left: 20px solid #FFF;*/
	background: #FFED45 url('../images/run-for-change-bg.png') no-repeat -20px 120px;
	color: #59C33F;
	font-family: Arial, Helvetica, sans-serif;
}
body a {
	color: #59C33F;
}
.column {
	display: inline;
	float: left;
}
#wrapper {
	width: 850px;
	margin: 0 25px;
	padding: 20px 0 60px;
}


/* --------------------------------------------------
 * HEADER
 * -------------------------------------------------- */
#header {
	position: relative;
	z-index: 2;
	height: 220px;
}
#host {
	position: absolute;
	left: 0;
	top: 0;
	width: 147px;
	height: 49px;
	overflow: hidden;
	background: url('../images/freed-logo.png') no-repeat left top;
}
#host a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -3000px;
}
#run {
	/* split this background image off the main background */
	display: none;
}
#event {
	position: absolute;
	left: 410px;
	top: -5px;
	width: 277px;
	height: 277px;
	background: url('../images/river-fest-09.png') no-repeat left top;
	text-indent: -3000px;
}
#menu {
	position: absolute;
	left: 165px;
	top: 0px;
	width: 290px;
	height: 20px;
	overflow: visible;
	background: #59C33F;
	color: #FFF;
	font-size: 12px;
	line-height: 22px;
}
#menu ul {
	display: inline;
	float: left;
}
#menu li {
	display: inline;
	float: left;
	padding: 0 4px 0 8px;
}
#menu a {
	color: #FFF;
	text-decoration: none;
}


/* --------------------------------------------------
 * CONTENT
 * -------------------------------------------------- */
#content {
	position: relative;
	z-index: 1;
	font-size: 12px;
	line-height: 18px;
}
#content h3 {
	margin-bottom: 10px;
	font-size: 16px;
}
#content p {
	margin-bottom: 10px;
}
#main {
	display: inline;
	float: left;
	width: 390px;
	min-height: 380px;
	margin: 0 14px 0 35px;
	padding: 15px;
	background: #FFED45;
}
* html #main {
	/* IE BOX MODEL */
	width: 420px;
}
#main .section {
	margin-bottom: 10px;
	border-bottom: 3px solid #59C33F;
	padding-bottom: 10px;
}
#main .last {
	margin: 0;
	border: 0;
	padding: 0;
}
#main .error {
	padding: 0 5px;
	background: #FC9300;
	color: #FFF;
}
#main th, #main td {
	text-align: left;
	vertical-align: top;
}
#main ul {
	margin-bottom: 10px;
	padding-left: 20px;
	list-style-type: disc;
}
#home #main th {
	padding-right: 20px;
}
#home #sponsors img {
	margin: 5px;
}
#register form p {
	overflow: hidden;
	clear: left;
	margin-bottom: 15px;
}
#register form label,
#register form input {
	float: left;
	margin-right: 10px;
}
#register label.left {
	clear: left;
	width: 120px;
}
#register form p.inline label,
#register form p.inline input {
	float: none;
	margin-right: auto;
}
#sidebar {
	display: inline;
	float: left;
	width: 190px;
	margin-top: 70px;
}
#sidebar .section {
	margin-bottom: 10px;
	padding: 10px 5px 10px 10px;
	background: #59C33F;
	color: #FFF;
}
#sidebar .section a {
	color: #FFF;
}
#sidebar #registration {
	padding-right: 10px;
}
#sidebar #registration li {
	position: relative;
	left: -5px;
	padding: 5px 0 5px 40px;
	line-height: 16px;
}
#sidebar #registration li.mail-in {
	background: url('../images/icon-pdf.png') no-repeat 5px center;
}
#sidebar #registration li.on-line {
	background: url('../images/icon-arrow.png') no-repeat 8px center;
}
#sidebar #directions {
	padding: 0;
	background: #FFF;
	color: #59C33F;
}
#sidebar #directions a {
	display: block;
	border: 3px solid #59C33F;
	padding: 0 6px;
	background: url('../images/icon-arrow-small.png') no-repeat 165px center;
	color: #59C33F;
	font-size: 11px;
	line-height: 26px;
	font-weight: bold;
	text-decoration: none;
}
#sidebar #results {
	padding-right: 10px;
}
#sidebar #results li {
	position: relative;
	left: -5px;
	padding: 5px 0 5px 40px;
	background: red;
}
#sidebar #results li.download {
	background: url('../images/icon-no1.png') no-repeat 5px center;
}
#sidebar #results li.photos {
	background: url('../images/icon-photos.png') no-repeat left center;
}


/* --------------------------------------------------
 * FOOTER - NO FOOTER INCLUDED
 * -------------------------------------------------- */


