
/* Main
========================================================================================== */
body {
	background: #FFF url(/img/bg-main.jpg) fixed repeat-x 50% 30%;
	margin: 60px 0;
}
#wrap {
	width: 996px;
	margin: 0 auto;
	position: relative;
	left: -8px;
}
#head-left {
	background: url(/img/bg-head-left.png) no-repeat;
	position: absolute;
	width: 180px;
	height: 575px;
	top: -10px;
	left: -170px;
	z-index: 1;
}
#head-right {
	background: url(/img/bg-head-right.png) no-repeat;
	position: absolute;
	width: 405px;
	height: 605px;
	top: -55px;
	left: 730px;
	z-index: 1;
}
#head-straight-on {
	background: url(/img/bg-head.png) no-repeat;
	height: 285px;
	position: relative;
	z-index: 2;
}
#main {
	background: url(/img/bg-center.png) repeat-y;
	position: relative;
	overflow: hidden;
	z-index: 2;	
	padding: 0 30px;
	zoom: 1;
}
#foot {
	background: url(/img/bg-foot.png) no-repeat;
	height: 19px;
	position: relative;
	z-index: 2;
	
}
div.message,
div.flash_success{
	clear: both;
	font-size: 0.812em;
	font-weight: bold;
	text-align: center;
	border: solid 2px #933;
	color: #933;
	padding: 10px;
	margin: 0 50px 10px;
}
div.flash_success {
	color: #090;
	border-color: #090;
}

/* Head
========================================================================================== */
#logo {
	position: absolute;
	left: -93px;
	top: -35px;
	width: 268px; /*548px;*/
	height: 134px; /*314px;*/
	overflow: hidden;
	font-size: 1em;
	padding: 100px 180px 80px 100px;
	z-index: 2;
}
#logo span {
	background: url(/img/logo.png) no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	width: 548px;
	height: 314px;	
}

#sold-out {
	background: url(/img/sold-out.png) no-repeat;
	position: absolute;
	left: 130px;
	top: 195px;
	width: 229px;
	height: 110px;
	overflow: hidden;
	text-indent: -8888px;
}
#sold-out-2 {
	background: url(/img/sold-out-sml.png) no-repeat;
	position: absolute;
	left: 15px;
	top: 130px;
	width: 171px;
	height: 31px;
	overflow: hidden;
	text-indent: -8888px;
	z-index: 3;
}

#quote {
	position: absolute;
	left: 380px;
	top: 40px;	
	width: 224px;
	margin: 0;
	padding: 10px 20px 0 10px;
	background: url(/img/quote-top.png) no-repeat 0 0;	
}
#quote .box-btm {
	background: url(/img/quote-btm.png) no-repeat 0 0;
	position: relative;
	top: 43px;	
	width: 254px;
	height: 43px;
	margin: -43px -10px 0;
}
#quote p {
	font-size: 1em;
	color: #353535;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#quote em {
	display: block;
	color: #868686;
	font-size: 0.687;
}


#tickets {
	position: absolute;
	left: 635px;
	top: 35px;	
}
#camping {
	position: absolute;
	left: 805px;
	top: -20px;	
}
#date {
	position: absolute;
	left: 430px;
	top: 135px;
	width: 533px;
	height: 30px;
	overflow: hidden;
	font-size: 0.687em;
	padding-top: 100px;
	padding-left: 4px;
}
#date span {
	background: url(/img/bnr-date.png) no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	width: 537px;
	height: 130px;	
}
/*
#social {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	display: none;
}
#social li {
	position: absolute;
	overflow: hidden;
}
#social li em {
	position: absolute;
	left: 0;
	top: 0;
}
#social li.twitter {
	left: 398px;
	top: 230px;
	width: 34px;
	height: 28px;
	text-indent: -8888px;
}
#social li.twitter em {
	background: url(/img/twitter-head.png) no-repeat 0 0;
	width: 34px;
	height: 28px;	
}
#social li.youtube {
	left: 440px;
	top: 200px;
	width: 52px;
	height: 23px;
}
#social li.youtube em {
	background: url(/img/youtube-head.gif) no-repeat 0 0;
	width: 52px;
	height: 23px;	
}
#social li.facebook {
	left: 500px;
	top: 200px;
	width: 60px;
	height: 23px;
}
#social li.facebook em {
	background: url(/img/facebook-head.gif) no-repeat 0 0;
	width: 60px;
	height: 23px;
}*/



/* Nav
========================================================================================== */
#nav {
	margin: 0;
	padding: 10px 0;
	list-style: none;
	width: 936px;
	float: left;
}
#nav li {
	float: left;
}
#nav li a {
	position: relative;
	height: 20px;
	display: block;
	text-decoration: none;
	font-weight: bold;
}
#nav li a span {
	position: absolute;
	height: 20px;
	left: 0;
	top: 0;
	background-position: 0 0;	
	background-repeat: no-repeat;
}
#nav li a:hover span,
#body-news #nav li#nav-news a span,
#body-about #nav li#nav-about a span,
#body-lineup #nav li#nav-lineup a span,
#body-attractions #nav li#nav-attractions a span,
#body-gallery #nav li#nav-gallery a span,
#body-tickets #nav li#nav-tickets a span,
#body-info #nav li#nav-info a span,
#body-contact #nav li#nav-contact a span,
#body-groups #nav li#nav-groups a span,
#body-faq #nav li#nav-faq a span {
	background-position: 0 -24px;	
}

#nav li#nav-news a,
#nav li#nav-news a span {
	width: 67px;
}
#nav li#nav-news a span {
	background-image: url(/img/nav-news.gif);
}
#nav li#nav-about a,
#nav li#nav-about a span {
	width: 104px;
}
#nav li#nav-about a span {
	background-image: url(/img/nav-about.gif);
}
#nav li#nav-lineup a,
#nav li#nav-lineup a span {
	width: 91px;
}
#nav li#nav-lineup a span {
	background-image: url(/img/nav-lineup.gif);
}
#nav li#nav-attractions a,
#nav li#nav-attractions a span {
	width: 131px;
}
#nav li#nav-attractions a span {
	background-image: url(/img/nav-attractions.gif);
}
#nav li#nav-gallery a,
#nav li#nav-gallery a span {
	width: 93px;
}
#nav li#nav-gallery a span {
	background-image: url(/img/nav-gallery.gif);
}
#nav li#nav-tickets a,
#nav li#nav-tickets a span {
	width: 93px;
}
#nav li#nav-tickets a span {
	background-image: url(/img/nav-tickets.gif);
}
#nav li#nav-info a,
#nav li#nav-info a span {
	width: 140px;
}
#nav li#nav-info a span {
	background-image: url(/img/nav-info.gif);
}
#nav li#nav-contact a,
#nav li#nav-contact a span {
	width: 130px; /*136px;*/
}
#nav li#nav-contact a span {
	background-image: url(/img/nav-contact.gif);
}
#nav li#nav-groups a,
#nav li#nav-groups a span {
	width: 76px;
}
#nav li#nav-groups a span {
	background-image: url(/img/nav-groups.gif);
}
#nav li#nav-faq a,
#nav li#nav-faq a span {
	width: 74px;
}
#nav li#nav-faq a span {
	background-image: url(/img/nav-faq.gif);
}

#nav #nav-lineup em {
	position: absolute;	
	width: 91px;
	left: 0px;
	top: -15px;
	white-space: nowrap;
	
	font-size: 0.9em;
	font-weight: bold;
	font-style: normal;
	color: #000;
	text-decoration: none;
	text-align: center;
}

/* Content
========================================================================================== */
#content,
#home {	
	overflow: hidden;
	position: relative;
	clear: both;
	float: left;
	width: 680px;
	padding: 35px 20px 50px;
}
#content {
	width: 640px;	
}
#home {	
	padding: 0 0 50px;	
	overflow: visible;
}
#content h1 {
	color: #FFF;
	background: #861823;
	padding: 0.4em 10px 0.2em;
	margin: 0 -20px 20px;
	font-size: 1.6em;
}
#content h1 span {
	display: block;
}
#content h1 em {
	display: block;
	color: #FBC00A;
	white-space: nowrap;
	font-size: 0.7em;	
}

.col {
	background: url(/img/grass.png) repeat-x 0 -20px;
	padding-top: 35px;
}
#left {
	float: left;
	width: 218px;
}
#feature {
	float: right;
	width: 440px;
}
#right {
	float: right;
	width: 232px;
	padding-bottom: 50px;
}
/*
#body-home #right {
	padding-bottom: 200px;
}
*/


/* Foot
========================================================================================== */
#footer {
	clear: both;
	position: relative;
}
ul#footer-links {
	float: left;
	width: 936px;
}
ul#footer-links li {
	float: left;
	list-style: none;
	margin: 0 27px;
}



ul#footer-links li.beer {
}
ul#footer-links li.water {
}
ul#footer-links li.cider {
}
ul#footer-links li.barefoot {
	position: relative;
	top: -10px;
	margin-top: -10px;
}
ul#footer-links li.vision {
	margin-right: 0;
}
ul#footer-links li.size12 {
	margin-right: 0;
}


ul#footer-info {
	list-style: none;
	overflow: hidden;
	padding: 10px;
	clear: both;
}
ul#footer-info li {
	font-size: 0.687em;
	color: #999;
}
ul#footer-info li a {
	text-decoration: none;
	color: #999;
}
ul#footer-info #copyright {
	float: left;
	width: 40%;
}
ul#footer-info #copyright strong {
	padding: 0 30px;	
}
ul#footer-info #credits {
	float: right;
	width: 40%;
	text-align: right;
}


ul#social {
	margin-left: 5px;	
}
ul#social li {
	float: left;
	list-style: none;
	margin: 20px 15px 20px 0;
}
ul#social li.youtube,
ul#social li.facebook {
	margin-top: 27px;	
}
ul#social li.myspace {
	margin-right: 0;	
}

/*
#body-home #footer-links {
	position: absolute;
	left: 710px;
	top: -180px;
}
#body-home ul#footer-links li.youtube {
	left: 15px;
	top: 110px;
}
#body-home ul#footer-links li.twitter {
	left: 150px;
	top: 90px;
}
#body-home ul#footer-links li.facebook {
	top: 10px;
	left: 0;
}
#body-home ul#footer-links li.myspace {
	top: 0;
	left: 150px;
}
#body-home ul#footer-links li.tickets {
	display: none
}
*/

/* Admin
========================================================================================== */
#content ul.actions {
	clear: both;
	list-style: disc;
	background: url(/img/box-top-cream.gif) no-repeat top left;
	margin: 0 0 19px;
	padding: 22px 30px 0;
}
#content ul.actions li.box-btm {
	background: url(/img/box-btm-cream.gif) no-repeat bottom left;	
	height: 19px;
	width: 232px;
	position: relative;
	top: 19px;
	margin: -19px -30px 0;
	list-style: none;
}
#content ul.actions li {
	font-size: 0.812em;
	font-weight: bold;
}
#content ul.actions a {
	color: #000;
	border-color: #000;
}

/* Forms
========================================================================================== */
div.form {
	width: 620px;
	background: url(/img/box-top-dark.gif) no-repeat top left;
	margin: 0 -20px 50px;
	padding: 30px 30px 0;
}
div.form .box-btm {
	background: url(/img/box-btm-dark.gif) no-repeat bottom left;	
	height: 10px;
	width: 680px;
	position: relative;
	top: 10px;
	margin: -10px -30px 0;
}


div.form div.input,
div.form div.submit {
	overflow: hidden;
	padding: 10px;
}
div.form div.submit input {
	float: right;
	margin: 20px;	
}
div.form div.input label {
	float: left;
	width: 140px;
	font-weight: bold;
	font-size: 0.75em;
	text-align: right;
	margin-right: 10px;
	color: #FFF;
}
div.form div.input input {
	float: left;
	font-size: 0.75em;
}
div.form div.text input {
	width: 200px;
	border: solid 1px #ccc;
}
div.form div.text input.sml-text {
	width: 30px;
}
div.form div.textarea textarea {
	width: 300px;
	height: 150px;
	border: solid 1px #ccc;	
}
div.form div.checkbox input {
	float: none;
}
div.form div.file input {	
}
div.form div.file img {
	clear: both;
	display: block;
	margin: 0 0 10px 150px;
}

div.form div.error {
	border: solid 2px #933;
}
div.form div.error-message {
	clear: both;
	font-weight: bold;
	color: #933;
	font-size: 0.75em;
	margin-left: 150px;
}
#recaptcha {
	margin: 40px 0 40px 160px;
}
#recaptcha p,
#recaptcha p a:link,
#recaptcha p a:visited,
#recaptcha p a:hover,
#recaptcha p a:focus,
#recaptcha p a:active {
	color: #FFF;
	border-color: #FFF;
}

/* Admin tables
========================================================================================== */
.data_table {
	border: solid 1px #CCC;	
	border-collapse: collapse;
	width: 100%;
}
.data_table td,
.data_table th {
	border: solid 1px #CCC;	
	padding: 5px;
	font-size: 0.67em;
}

.paging {
	font-size: 0.67em;
	text-align: center;	
	overflow: hidden;
	padding: 20px 50px;
}
.paging .next {
	float: right;
}
.paging .prev {
	float: left;
}



/* Content tables
========================================================================================== */
#content table.content_table {
	border: solid 2px #6F6731;
	border-collapse: collapse;
	width: 90%;
	margin: 20px auto;
}
#content table.content_table td,
#content table.content_table th {
	border: solid 1px #6F6731;
	text-align: left;
	padding: 10px;
	font-size: 0.75em;
}
#content table.content_table td *,
#content table.content_table th * {
	font-size: 1em;	
}
#content table.content_table th {
	font-size: 0.875em;	
	background: #6F6731;
	color: #FFF;
	border: solid 1px #FFF;
}
