@charset "UTF-8";
/* CSS Document */


/* Reset
********************************************************************************************************/
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, pre, form, fieldset, table, th, td {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
}

html {
	background-image: url('images/bg-noise.gif');
}

body {
	background-color: transparent;
	background-image: url('images/dotted-bg.png');
	background-position: top center;
	background-repeat: no-repeat;
	font-family: Helvetica, Arial, sans-serif;
}

a img {
	border: 0px;
}

p {
	color: #2C2921;
	font-size: 14px;
	line-height: 1.5em;
	margin-bottom: 20px;
}

#content p:last-child {
	margin-bottom: 0px !important;
}

.red-link {
	color: #BD2A26 !important;
}

.red-link:hover {
	color: #8F1D1A !important;
}

#content a {
	color: #912825;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 1px 1px 1px #FFFFFF;
}

#content a:hover {
	color: #661E1C;
}

/* IE Warning
********************************************************************************************************/
.ie6Warning {
	color: #333333;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.4em;
	margin: 0 auto;
	padding: 10px 1px;
	width: 960px;
}

.ie6Warning h4 {
	background: transparent url(images/ie6-warning.gif) no-repeat scroll 0 50%;
	color: #D13236;
	font-family: Georgia, serif;
	font-size: 23px;
	font-weight: normal;
	line-height: 40px;
	padding-left: 40px;
}

.ie6Warning-wrap {
	background: #E3E3E3 none repeat scroll 0 0;
	border: 1px solid #BBBBBB;
	width: 100%;
	text-align: left !important;
}

span.red {
	color: #D13236;
	font-weight: bold;
}

/* Wrap
********************************************************************************************************/
.wrap {
	margin: 0 auto;
	width: 950px;
}

#push-wrap {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -238px;
}


/* Header
********************************************************************************************************/
#header {
	background-image: url('images/crowd-repeat.jpg');
	background-position: bottom center;
	background-repeat: repeat-x;
	height: 325px;
	position: relative;
	width: 100%;
}

.relative {
	position: relative;
}

#vote-btn {
	position: absolute;
	background: url(/design/images/button-map.png) no-repeat -105px -226px;
	display: block;
	height: 38px;
	width: 91px;
	text-indent: -999em;
	right: 0;
	top: 10px;
}

#logo {
	position: absolute;
	top: 40px;
}

#header .signup {
	background-image: url('images/button-map.png');
	background-position: -105px -227px;
	display: block;
	height: 37px;
	position: absolute;
	right: 10px;
	text-indent: -999em;
	top: 20px;
	width: 91px;
}

#header .signup:hover {
	background-position: -105px -277px;
}

#navigation {
	float: right;
	margin: 120px 0px 0px 0px;
}

#navigation li {
	float: left;
	list-style: none;
	margin: 0px 12px;
}

#navigation li a {
	background-image: url('images/navigation.png');
	display: block;
}

#navigation #judges {
	background-position: 0px -30px;
	height: 72px;
	width: 76px;
}

#navigation #judges:hover {
	background-position: 0px -128px;
}

#navigation #rules {
	background-position: -100px -30px;
	height: 72px;
	width: 76px;
}

#navigation #rules:hover {
	background-position: -100px -128px;
}

#navigation #schedule {
	background-position: -198px -30px;
	height: 72px;
	width: 112px;
}

#navigation #schedule:hover {
	background-position: -198px -128px;
}

#navigation #directions {
	background-position: -332px -30px;
	height: 72px;
	width: 118px;
}

#navigation #directions:hover {
	background-position: -332px -128px;
}

/* Content
********************************************************************************************************/
#content {
	background-image: url('images/woodbg.jpg');
}

#content .wrap {
	padding: 110px 0px 100px 0px;
}

#content p, #content h1, #content h2, #content h3, #content h4, #content h5, #content h6, #content li {
	text-shadow: -1px 1px 1px #F0ECE0;
}

.framed {
	background-color: #F8F6F1;
	border: 1px solid #938B76;
	padding: 7px;
}

/* Lists
********************************************************************************************************/
ol.places li {
	background-image: url('images/button-map.png');
	background-repeat: no-repeat;
	list-style: none;
	padding: 9px 9px 9px 45px;
}

ol.places .first {
	background-position: -494px -75px;
}

ol.places .second {
	background-position: -494px -114px;
}

ol.places .third {
	background-position: -494px -153px;
}

ol.places .fourth {
	background-position: -494px -192px;
}

ol.places .fifth {
	background-position: -494px -231px;
}

span.block-ol-list {
	background-image: url('images/button-map.png');
	background-repeat: no-repeat;
	display: block;
	height: 32px;
	width: 33px;
}

span.first {
	background-position: -454px -75px;
}

span.second {
	background-position: -454px -115px;
}

span.third {
	background-position: -454px -155px;
}

span.fourth {
	background-position: -454px -195px;
}

span.fifth {
	background-position: -454px -235px;
}

span.sixth {
	background-position: -454px -275px;
}

span.seventh {
	background-position: -454px -315px;
}

span.eighth {
	background-position: -454px -355px;
}

span.nineth {
	background-position: -454px -395px;
}

span.tenth {
	background-position: -454px -435px;
}

span.eleventh {
	background-position: -454px -475px;
}

span.twelfth {
	background-position: -454px -515px;
}

.block-ol-list-item {
	float: right;
	margin-left: 10px;
	width: 95%;
}

/* Footer
********************************************************************************************************/
#footer-push {
	height: 280px;
}

#footer {
	background-image: url('images/wood-footer.jpg');
	background-repeat: repeat-x;
	height: 238px;
}

#footer .wrap {
	padding: 15px 0px 0px 0px;
}

#footer-navigation {
	float: left;
	padding: 30px 0px 0px 0px;
}

#footer-navigation li {
	float: left;
	list-style: none;
	padding: 3px;
}

#footer-navigation li a {
	color: #FFFFFF;
	display: inline;
	font-size: 10px;
	font-weight: bold;
	padding: 5px;
	text-decoration: none;
	text-shadow: 1px 1px 1px #000000;
	text-transform: uppercase;
}

#footer-navigation li a:hover {
	color: #DFDFDF;
}

#footer-credits {
	float: right;
}

#footer-credits li {
	float: left;
	list-style: none;
	padding: 13px 11px;
}

#footer-credits li a {
	background-image: url('images/button-map.png');
	background-repeat: no-repeat;
	display: block;
}

#footer-credits #star883 {
	background-position: -159px 0px;
	height: 42px;
	width: 113px;
}

#footer-credits #huntington {
	background-position: -300px 0px;
	height: 51px;
	width: 113px;
}

#footer-credits #reusserdesign {
	background-position: -425px 0;
	height: 51px;
	width: 147px;
}

#footer-credits #sweetwatersound {
	background-position: -592px 0;
	height: 51px;
	width: 120px;
}

/* Common
********************************************************************************************************/
.relative {
	position: relative;
}

.clear-both {
	clear: both;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.screen {
	width: 100%;
	height: 100%;
	background: #000;
	position: absolute;
	top: 0px;
	left: 0px;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	opacity: .5;
	z-index: 9999;
}

.email-window h3 {
	font-size: 16px;
	margin: 0 0 5px;
}

.email-window p {
	font-size: 12px;
}

.email-window {
	position: absolute;
	font-size: 12px;
	background: #fff;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	width: 500px;
	z-index: 10000;
}

#get-email-window {
	display: none;
}

.window-padding {
	margin: 15px 20px;
}
.voted {
	color: #327D24;
}
