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

html,
body {
	margin:0;
	padding:0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	background-image:url(../media/grass_bg.jpg);
	font-size:13px;
	line-height:21px;
	color:#FFF;
	height: 100%;
}

h1 {
  display: none;
  height: 0px;
}

h2 {
	margin-top:30px;
	margin-bottom:30px;
}

a, a:visited {
	color:#FFF;
	text-decoration:underline;
}

a:hover {
	color:#F1E500;
}

.top_piece {
	height:400px;
	background-color:#09F;
}

.clear {
	clear:both;
}

#page {
  min-height:100%;
  position:relative;
}

#content_area {
  padding-bottom: 70px;
}

#content_area,
#footer_content {
	width:922px;
	margin:auto;
}

.nav_holder {
	margin-top:5px;
}

.nav_quail a {
	width:68px;
	height:35px;
	background-image:url(../media/nav_sprite.gif);
	background-position:0 0;
	display:block;
	float:left;
	text-indent:-1000em;
}

.nav_quail a:hover {
	background-position:0 -35px;
}

.nav_home a {
	width:59px;
	height:35px;
	background-image:url(../media/nav_sprite.gif);
	background-position:-68px 0;
	display:block;
	float:left;
	text-indent:-1000em;
}

.nav_home a:hover {
	background-position:-68px -35px;
}

.nav_event a {
	width:89px;
	height:35px;
	background-image:url(../media/nav_sprite.gif);
	background-position:-127px 0;
	display:block;
	float:left;
	text-indent:-1000em;
}

.nav_event a:hover {
	background-position:-127px -35px;
}

.nav_farmers a {
	width:75px;
	height:35px;
	background-image:url(../media/nav_sprite.gif);
	background-position:-216px 0;
	display:block;
	float:left;
	text-indent:-1000em;
}

.nav_farmers a:hover {
	background-position:-216px -35px;
}

.nav_chefs a {
	width:56px;
	height:35px;
	background-image:url(../media/nav_sprite.gif);
	background-position:-291px 0;
	display:block;
	float:left;
	text-indent:-1000em;
}

.nav_chefs a:hover {
	background-position:-291px -35px;
}

.nav_wineries a {
	width:79px;
	height:35px;
	background-image:url(../media/nav_sprite.gif);
	background-position:-347px 0;
	display:block;
	float:left;
	text-indent:-1000em;
}

.nav_wineries a:hover {
	background-position:-347px -35px;
}

.nav_sponsors a {
	width:85px;
	height:35px;
	background-image:url(../media/nav_sprite.gif);
	background-position:-426px 0;
	display:block;
	float:left;
	text-indent:-1000em;
}

.nav_sponsors a:hover {
	background-position:-426px -35px;
}

.nav_charities a {
	width:85px;
	height:35px;
	background-image:url(../media/nav_sprite.gif);
	background-position:-511px 0;
	display:block;
	float:left;
	text-indent:-1000em;
}

.nav_charities a:hover {
	background-position:-511px -35px;
}

.nav_contact a {
	width:103px;
	height:35px;
	background-image:url(../media/nav_sprite.gif);
	background-position:-596px 0;
	display:block;
	float:left;
	text-indent:-1000em;
}

.nav_contact a:hover {
	background-position:-596px -35px;
}

.nav_updates a {
	width:107px;
	height:35px;
	background-image:url(../media/nav_sprite.gif);
	background-position:-699px 0;
	display:block;
	float:left;
	text-indent:-1000em;
}

.nav_updates a:hover {
	background-position:-699px -35px;
}

.nav_clm a {
	width:116px;
	height:35px;
	background-image:url(../media/nav_sprite.gif);
	background-position:-806px 0;
	display:block;
	float:left;
	text-indent:-1000em;
}

.nav_clm a:hover {
	background-position:-806px -35px;
}

.content {
	margin-top:20px;
}



.buy a {
	width:172px;
	height:62px;
	background-image:url(../media/buy_tickets.gif);
	background-position:0 0;
	display:block;
	float:left;
	text-indent:-1000em;
	margin-top:20px;
}

.buy a:hover {
	background-position:0 -62px;
}

.buy2 a {
	width:172px;
	height:62px;
	background-image:url(../media/buy_tickets.gif);
	background-position:0 0;
	display:block;
	float:left;
	text-indent:-1000em;
	margin-top:5px;
}

.buy2 a:hover {
	background-position:0 -62px;
}

.buy3 a {
	width:172px;
	height:62px;
	background-image:url(../media/buy3.gif);
	background-position:0 0;
	display:block;
	float:left;
	text-indent:-1000em;
	margin-top:5px;
}

.buy3 a:hover {
	background-position:0 -62px;
}

.harvest_info {
	float:left;
	margin-left:14px;
	margin-top:26px;
}

.headline {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:33px;
	line-height:40px;
	text-transform:uppercase;
	color:#D8A577;
}

.event_heading {
	border-bottom:1px solid #508928;
	color:#F1E500;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:23px;
	margin-bottom:10px;
	margin-top:10px;
	padding-bottom:5px;
	text-transform:uppercase;
	width:100%;
}

.event_left {
	float:left;
	width:235px;
	margin-right:25px;
	margin-bottom:20px;
}

.event_right {
	float:left;
	padding-top:30px;
	font-style:italic;
	font-size:18px;
	width:650px;
}
.event_right p, .event_heading p {
  margin: 0;
  padding: 0;
}
.charities_right {
	float:left;
	width:650px;
}

h4 {
	font-size:24px;
	display:block;
	color:#FFF;
	margin-bottom:7px;
	font-weight:normal;
	font-style:italic;
	font-size:18px;
}

.event_heading_sub {
	font-size:14px;
	font-style:italic;
	text-transform:none;
}

.chef_name {
	font-size:17px;
	color:#FFF;
	font-style:italic;
	margin-top:5px;
}

#wineries ul li {
  list-style-type: none;
  list-style-image: none;
}

p.callout {
  font-size: 1.5em;
  color:#FFF;
}

#footer {
  position: absolute;
  bottom: 0;
  height: 50px;
  background-image:url(../media/footer_bg.gif);
  width: 100%;
  color: #FFF;
}

.copyright {
  float: left;
  font-size:11px;
  width: 50%;
  padding-top: 12px;
}

.credits {
  float: right;
  text-align: right;
  padding-top: 15px;
  
}

.credits a img {
  border: none;
}

#updates fieldset {
  border: none;
}

#updates label {
  width: 10em;
  float: left;
}

#updates label.error {
  float: none;
  color: red;
  padding-left: .5em;
  vertical-align: top;
}

#updates form p {
  clear: both;
}

#updates .submit {
  margin-left: 12em;
}

#updates form em {
  font-weight: bold;
  padding-right: 1em;
  vertical-align: top;
}

#updates #form_message {
  padding: 5px;
  background: #382A1D;
  color: #A09493;
  text-align: center;
  border: #000 1px solid;
}


.tickets_module {
}

.tickets_module_header {
	border-bottom:1px solid #F1E500;
	margin-bottom:10px;
	margin-top:20px;
	padding-bottom:5px;
	width:100%;
}

.tickets_module_left {
	float:left;
	width:440px;
	margin-right:42px;
}

.tickets_module_right {
	float:left;
	width:440px;
}

.buy_container {
	margin-top:25px;
}

.buy_left {
	float:left;
	margin-right:20px;
}

.buy_right {
	float:left;
}

.tickets_module_bottom {
	margin-top:20px;
	margin-bottom:20px;
}

