@charset "utf-8";
/*  CSS */

a,
a:link,
a:visited,
a:hover,
a:active	{color:#184c2d; outline: none;}

.left		{float:left;}
.right		{float:right;}
.clear		{clear:both;}
.clrright	{clear:right;}
.clrleft	{clear:left;}

h1			{font:1.6em Arial, Helvetica, sans-serif;margin:0;padding:0}
h2			{font:1.5em Arial, Helvetica, sans-serif;margin:0;padding:0}
h3			{font:1.4em Arial, Helvetica, sans-serif;margin:0;padding:0}

.pad5		{padding:5px;}
.sm9		{font-size:0.63em;}
.sm10		{font-size:0.69em;}

img {behavior: url(inc/pngbehavior.htc);}
#map img {behavior:none !important;}
#map {line-height:15px;}

.white	{color:#fff;}

/******   LAYOUT   ******/
* {outline-style: none;}

html,body	{
	height:100%;
	width: 100%;
	margin: 0 auto;
	}
	
body	{
	margin:0 auto;
	text-align:center;
	padding:0;
	font: 62.5% Verdana, Arial, Helvetica, sans-serif;
	color: #184c2d;
	background:#276E44 url(../images/bg.jpg) repeat-x;
	}
	
#wrapper	{
	width:954px;
	height:auto;
	margin: 0 auto;
	padding: 0 23px;
	text-align:left;
	background: url(../images/wrapper.png) repeat-y;
	behavior: url(inc/pngbehavior.htc);
	font: 1.3em/1.4em Verdana, Arial, Helvetica, sans-serif;
	}
	
#header	{
	width:701px;
	height:350px;
	float:left;
	background:#e7f5e1 url(../images/headerbg.jpg) no-repeat;
	}

html>/**/body #header	{width:698px;float:none;} /*FF*/


#homepage #header		{background:#e7f5e1 url(../images/headerbg-home.jpg) no-repeat;height:349px;}

#content	{
	width:671px;
	margin:-50px 0 0 0;
	padding:0 10px; 
	min-height:150px;
    height:auto !important;
    height:150px;
	float:left;
	}

* html #content	{position:relative;}

#contenthome {padding-left:10px;}

.year  	 {position:relative; font:1.8em Arial, Helvetica, sans-serif; color:#ccdfc4;margin: 15px 0 0 95px;width:320px;height:105px;float:left;text-indent:12px;}
.yeardate  {position:relative; font:bold 1.8em Arial, Helvetica, sans-serif; color:#ccdfc4;margin: 0px 0 0 90px;width:320px;height:100px;float:left;text-transform:uppercase;}



.year span, .yeardate span {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 100%;
  height: 100%;
}
.year span.top, .yeardate span.top {
  top: 2px;
  left: 2px;
  color: #272a25;
}


#rightcol	{
	float:right;
	width:279px;
	}




ul#homebands	{margin:0;padding:0;}
ul#homebands li	{
	list-style:none;
	width:206px;
	border:5px solid #779e67;
	display:block;
	background:#779e67;
	float:left;
	margin:5px 2px 5px 2px;
	height:180px;
	}
ul#homebands li img	{margin:-4px -4px 5px -4px;display:block;border:3px solid #c69d09;}
ul#homebands li a	{
	display:block;
	font:bold 14px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#0e2819;
	text-decoration:none;
	padding:4px 4px 0px 4px;
	}
ul#homebands li:hover		{border:5px solid #286f44;background:#286f44;}
ul#homebands li a:hover		{color:#fff;}
ul#homebands li span		{font-size:10px;margin: 0 0 0 4px;color:#fff;}


 
#bands td a	{
	list-style:none;
	display:block;
	border:9px solid #779e67;
	background:#779e67;
	margin:35px auto 0 auto;
	width:205px;
	height:190px;
	padding:0;
	text-decoration:none;
	}

#bands td a.nowebsite:hover	{border:9px solid #779e67;background:#779e67;}

#bands td					{color:#990000;font-weight:bold;line-height:13px;vertical-align:top;text-align:center;width:221px;}	
#bands td span				{height:38px;display:block;font:bold 13px Arial, Helvetica, sans-serif;text-decoration:none;}

#bands td img				{margin:0 0 5px 0;display:block;border:3px solid #fff;}
#bands td a:hover			{border:9px solid #286f44;background:#286f44;color:#fff;}
#bands td a:hover	span	{color:#fff;}



ul#bands span				{font:10px Arial, Helvetica, sans-serif;color:#000;}



.sponsors a:link	{text-decoration:none;}

.borderbottom	{border-bottom: 1px dotted #696969;}


.vendors	{
	width:238px;
	height:336px;
	background:url(../images/menubg.jpg) no-repeat;
	float:left;
	margin:0 25px;
	}
.vendors h1	{
	font: bold 14px/19px "Comic Sans MS", Arial, Helvetica, sans-serif;
	color:#2a7044;
	width:160px;
	height:75px;
	margin:0 auto;
	text-align:center;
	}
	
.vendors .text	{
	padding:32px 17px 0 17px;
	font: bold 13px/18px "Comic Sans MS", Arial, Helvetica, sans-serif;
	color:#fff; 
		}
	
.vendors ul.menulist	{
	list-style:url(../images/arrow.gif);
	margin:0 0px 0 8px;
	padding:0 0px 0 8px;
	}

.green	{
	background:#afc4a6;
	border:1px solid #849c7a;
	padding:6px;
	}

.platinum 	{
	background:#adacac;
	border:1px solid #ccc;
	padding:6px;
	}
	
.gold 	{
	background:#f1e6a4;
	border:1px solid #c2b461;
	padding:6px;
	}
	
/******* FOOTER *******/
#footer	{
	height:50px;
	font-size:.85em;
	line-height:1.3em;
	background: #aac1a0;
	margin-top:15px;
	padding: 0 15px;
	clear:both;
	}
#footer a	{text-decoration:none;}

#footer #credit				 {float:right;width:115px;}
#footer #credit a 	 		 {color:#508c36;text-decoration:none;}
#footer #credit a:hover 	 {color:#000;text-decoration:none;}






/******* VERTICAL NAV MENU  ***********/
#navblock	{width:279px;float:right;margin-right:-23px;}
* html #navblock	 {margin-right:-12px;}

#nav .menu {	
	behavior: url(inc/pngbehavior.htc);
	padding:0;
    overflow: hidden;
    height: 0px !important;
    height /**/:34px;
	float:left;
	width:232px;
	}
	
#nav	{
	width:232px;
	float:left;
	}
*html #nav	{
	position:absolute;
	z-index:500;
	width:232px; 
	} /*IE 6*/ 

	
#nav a#home						{background:url(../images/nav-home.jpg) no-repeat;height:34px;padding-top:34px;}
#nav a#home:HOVER				{background:url(../images/nav-home-over.jpg) no-repeat;}

#nav a#about					{background:url(../images/nav-about.jpg) no-repeat;height:39px;padding-top:39px;}
#nav a#about:HOVER				{background:url(../images/nav-about-over.jpg) no-repeat;}
		
#nav a#festival					{background:url(../images/nav-festival.jpg) no-repeat;height:38px;padding-top:38px;}
#nav a#festival:HOVER			{background:url(../images/nav-festival-over.jpg) no-repeat;}

#nav a#bluegrass				{background:url(../images/nav-bluegrass.jpg) no-repeat;height:42px;padding-top:42px;}
#nav a#bluegrass:HOVER			{background:url(../images/nav-bluegrass-over.jpg) no-repeat;}

#nav a#tickets					{background:url(../images/nav-tickets.jpg) no-repeat;height:33px;padding-top:33px;}
#nav a#tickets:HOVER			{background:url(../images/nav-tickets-over.jpg) no-repeat;}

#nav a#bands					{background:url(../images/nav-bands.jpg) no-repeat;height:43px;padding-top:43px;}
#nav a#bands:HOVER				{background:url(../images/nav-bands-over.jpg) no-repeat;}

#nav a#camping					{background:url(../images/nav-camping.jpg) no-repeat;height:36px;padding-top:36px;}
#nav a#camping:HOVER			{background:url(../images/nav-camping-over.jpg) no-repeat;}

#nav a#food						{background:url(../images/nav-food.jpg) no-repeat;height:36px;padding-top:36px;}
#nav a#food:HOVER				{background:url(../images/nav-food-over.jpg) no-repeat;}

#nav a#directions				{background:url(../images/nav-directions.jpg) no-repeat;height:39px;padding-top:39px;}
#nav a#directions:HOVER			{background:url(../images/nav-directions-over.jpg) no-repeat;} 

#nav a#sponsors					{background:url(../images/nav-sponsors.jpg) no-repeat;height:39px;padding-top:39px;}
#nav a#sponsors:HOVER			{background:url(../images/nav-sponsors-over.jpg) no-repeat;}

#nav a#memorabilia				{background:url(../images/nav-memorabilia.jpg) no-repeat;height:35px;padding-top:35px;}
#nav a#memorabilia:HOVER		{background:url(../images/nav-memorabilia-over.jpg) no-repeat;}

#nav a#photo					{background:url(../images/nav-photo.jpg) no-repeat;height:39px;padding-top:39px;}
#nav a#photo:HOVER				{background:url(../images/nav-photo-over.jpg) no-repeat;}

#nav a#bluegrassradio			{background:url(../images/nav-bluegrassradio.jpg) no-repeat;height:39px;padding-top:39px;}
#nav a#bluegrassradio:HOVER		{background:url(../images/nav-bluegrassradio-over.jpg) no-repeat;}

#nav a#contact					{background:url(../images/nav-contact.jpg) no-repeat;height:39px;padding-top:39px;}
#nav a#contact:HOVER			{background:url(../images/nav-contact-over.jpg) no-repeat;}


#nav a#empty				{background:url(../images/nav-empty.jpg) no-repeat;height:36px;padding-top:36px;}


ul#vrtnav,
ul#vrtnav li,
ul#vrtnav ul {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 232px; /*For KHTML*/
  list-style: none;
  float:left;
	}

ul#vrtnav li {
  display: block !important; /*For GOOD browsers*/
  display: inline; /*For IE*/
  position: relative;
	}


/* 2nd Menu */
ul#vrtnav li:hover li a,
ul#vrtnav li.iehover li a {
  background: #fcd073;
  color: #886721;
  padding: 1px 6px;
  font: bold 12px/20px Verdana, Arial, Helvetica, sans-serif;
  }

/* 2nd Menu Hover Persistence */
ul#vrtnav li:hover li a:hover,
ul#vrtnav li:hover li:hover a,
ul#vrtnav li.iehover li a:hover,
ul#vrtnav li.iehover li.iehover a {
  background: #e8bd62;
  color: #886721;
	}

ul#vrtnav ul,
ul#vrtnav ul ul,
ul#vrtnav ul ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 232px;
	}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#vrtnav li:hover ul ul,
ul#vrtnav li:hover ul ul ul,
ul#vrtnav li.iehover ul ul,
ul#vrtnav li.iehover ul ul ul {
  display: none;
	}

ul#vrtnav li:hover ul,
ul#vrtnav ul li:hover ul,
ul#vrtnav ul ul li:hover ul,
ul#vrtnav li.iehover ul,
ul#vrtnav ul li.iehover ul,
ul#vrtnav ul ul li.iehover ul {
  display: block;
	}


.emailsignup	{
	width:230px;border:1px solid red;
	background:#93bb82;
	border:1px solid #769b67;
	padding:3px;
	margin-right:30px;
	float:right;
	height:75px;
	}
	
* html .emailsignup,
* html #flyer		{margin-right:15px;float:right;width:220px;}

.emailsignup form {margin:0;padding:8px 5px;}


#flyer	{
	width:230px;
	height:45px;
	padding:3px;
	background:#4b8845;
	border:1px solid #33632f;
	margin:0 30px 15px 0;
	float:right;
	}

#flyer a:link	{
	color:#fff;
	}


/* SUBMIT BUTTON */

.button a.submit, button.submit{
    display:block;
    float:left;
    margin:0 7px 0 0;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;
    font-size:100%;
    text-decoration:none;
    cursor:pointer;
	background-color:#f5f5f5;
	font:bold 12px/18px "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	height:23px;
	color:#565656;
}
.button a.submit:hover, button.submit:hover{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
	cursor:pointer;
}
.button a.submit:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}	 
	
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}	


/**********  CONTACT FORM   **********/
form#contact 	{
	margin:0;
	padding: 5px;
	float:right;
	width: 275px;
	background:#a2b29c;
	border: 1px solid #848f80;	
	}	

#contact label,#contact input {
	display: block;
	width: 150px;
	float: left;
	margin-bottom: 10px;
	}

#contact label {
	text-align: right;
	width: 75px;
	padding-right: 5px;
	}

#contact br {clear: left;}

#contact fieldset	{
	margin:0px 0px 10px 0px;
	position:relative;
	display:block;
	padding: 0px 10px 10px 10px;
	} 
	
#contact legend	{
	color:#821e0c;
	font-variant:small-caps;
	font:bold 1.0em Verdana, Arial, Helvetica, sans-serif;
	padding:2px 5px;
	position: relative;  
	}

#contact span.state	{width:130px;float:left;text-align:right;}
	
#contact #zip {
	width: 60px;
	margin-right:12px;
	float: left;
	}
#contact #zipname	{width:27px;margin-left:13px;float:left;}
	
#contact #comments	{
	display: block;
	width: 240px;
	height:70px;
	margin-bottom: 15px;
	}

textarea{overflow:auto;}
	
#contact #submit	{
	width: 85px;
	height:32px;
	margin-left:90px;
	}

#contact .shhhh, .shhhh {display:none;}
table.photogallery td img	{border:3px solid #fff;}


div.product {width:90%; margin: 0 auto; border: 2px solid #276E44; padding:5px;  margin-bottom:10px;}
div.product h2 {margin-bottom: 10px;}
div.product img {float:right; padding:5px; margin: 5px; background:#98AF8E; border: 2px solid #fff;}
span.productdesc {text-align: left;}
span.productlink {float: right; font-style:italic;}
span.productprice {float:left; font-weight:bold;}