@charset "utf-8";
/* Color Palette 


#3f3121 - col_1 and col_3 bg
#56432c - col_2 bg

#36291b - col_1 and col_3 bottom border
#706041 - col_2 and page wrapper border

#d6b574 - font color

#365f25 - news item date
#d24021 - news item links
#352818 - news item bottom border
#fcd406 - news item bg and col_2 links
#352818 - news item font color
*/

@import "reset.css";
/*---------------------------------------------------------------GENERAL CONTENT--*/
body {
	background:#077039 url(../images/bg_main.gif) repeat;
	color:#d6b574;
}

body, h1, h2, h3, h4, h5, h6,ol, ul, li, p, input, textarea, select {
	font-family:Arial, Helvetica, sans-serif;
}

input {
	font-size:1em;
	font-weight:bold;
	color:#352818;
}
p {
	font-size:.85em;
	line-height:1.2em;
}

h1, h2, h3 {font-weight:bold; color:97c93c;}
h3{margin-bottom:5px;}

a img{
	border:none;
}

ul.greenList { margin:18px;  }
ul.greenList li { list-style-type:square;  margin-bottom:8px;}


a:link {
	color:#fcd406;
}
a:visited {
	color:#fcd406;
}
a:hover {
	text-decoration:none;
}

img.right {

	float:right;
	margin: 0 0 10px 10px;
}

img.left {

	float:left;
	margin: 0 10px 10px 0;
}

a.pdf{
   padding-right:18px;
   background:transparent url(../images/PDF_Icon.gif) no-repeat center right;
   display:inline;
   
}
/*-------------------------------------------H1 Backgrounds--*/
h1.title, h2.title, h3.title{
	text-indent: -235157px;
}

/*special titles*/	
.h1_news {
	height:42px;
	width:161px;
	background:transparent url(../images/H1_news.gif) no-repeat;	
	margin: 5px 0 8px 80px;
}

.h1_schedule {
	height:56px;
	width:247px;
	background:transparent url(../images/H1_2009Schedule.gif) no-repeat;	
	margin: 0 0 10px 0;
}

.h1_theartists {
	height:55px;
	width:248px;
	background:transparent url(../images/H1_theartists.gif) no-repeat;	
	margin: 0 0 10px 0;
}

.h1_lineup {
	height:42px;
	width:161px;
	background:transparent url(../images/H1_lineup.gif) no-repeat;	
	margin: 5px 0 8px 28px;
}

.h1_feedthehungry {
	height:55px;
	width:247px;
	background:transparent url(../images/H1_feedthehungry.gif) no-repeat;
	margin-bottom:10px;
}

.h1_communityoutreach {
	height:55px;
	width:298px;
	background:transparent url(../images/H1_communityoutreach.gif) no-repeat;
	margin-bottom:10px;
}

.h1_tickets{
	height:53px;
	width:224px;
	background:transparent url(../images/H1_tickets.gif) no-repeat;
	margin-bottom:10px;
}

.h1_emailupdates{
	height:55px;
	width:241px;
	background:transparent url(../images/H1_emailupdates.gif) no-repeat;
	margin-bottom:20px;
	
}

.h1_ponderosa{
	height:56px;
	width:276px;
	background:transparent url(../images/H1_ponderosa.gif) no-repeat;	
	margin-bottom:20px;
}

.h1_thursdayparty{
	height:76px;
	width:300px;
	background:transparent url(../images/H1_thursdaypreparty.gif) no-repeat;	
	padding-bottom:20px;}

.h1_suwanee{
	height:75px;
	width:256px;
	background:transparent url(../images/H1_suwanee.gif) no-repeat;	
	padding-bottom:20px;}

.h1_artists {
	height:55px;
	width:248px;
	background:transparent url(../images/H1_artists.gif) no-repeat;	
	padding-bottom:20px;}

/*default titles*/
#col_center h1{
	height:55px;
/*	width:281px;*/
	background-repeat:no-repeat;
	margin-bottom:10px;	
}

.h1_location{
	background:transparent url(../images/H1_location.gif);
}

.h1_visualarts{
	background:transparent url(../images/H1_visualarts.gif);
}

.h1_vendorsvolunteers {
	background:transparent url(../images/H1_vendorsvolunteers.gif);
}

.h1_lineup2{
	background:transparent url(../images/H1_lineup2.gif);
}

.h1_privacy{
	background:transparent url(../images/H1_privacy.gif);
}

.h1_lineup3{
	background:transparent url(../images/H1_lineup3.gif);
}

.h1_volunteer{
	background:transparent url(../../images/H1_volunteer.gif);
}

.h1_contact{
	background:transparent url(../images/H1_contact.gif);
}

.h1_vendors{
	background:transparent url(../images/H1_vendors.gif);
}

.h1_sponsors{
	background:transparent url(../images/H1_sponsors.gif);
}

.h1_eventinfo{
	background:transparent url(../images/H1_eventinfo.gif);
}

.h1_volunteers{
	background:transparent url(../images/H1_volunteers.gif);
}

.h1_greenprogram{
	background:transparent url(../images/H1_greenprogram.gif);
}

.h3_FAQ{
	color:#ff9763;
	font-weight:bold;
}

h2 span.tagline { font-size:14px; font-weight:normal; }

/*---------------------------------------------------------------WRAPPER--*/
#wrapper{
	width:988px;
	margin:0 auto;
	border-left:3px solid #706041;
	border-right:3px solid #706041;
	border-top:3px solid #706041;
}


/*---------------------------------------------------------------HEADER--*/
#header{
	height:445px;
	width:988px;
	background: transparent url(../images/flash_content.jpg) no-repeat;
}

/*--------------------------------------------------------------CONTENT COLUMNS--*/
#col_wrapper{
	background-color:#3f3121;
	width:988px;

}
.bg_one_col{
	/*background:transparent url(../images/bg_lineup.gif) top left no-repeat;*/
	background:transparent url(../images/bg_lineup2.gif) top left no-repeat;
}
	
	.item_box{
		width:269px;
		height:640px;
		background: #4c3b27 url(../images/bg_itembox.gif) repeat-x;
		border-bottom:3px solid #36291b;
	}
	
	.scroll{
		overflow:auto;
	}
	
	#col_left, #col_center, #col_right{
		float:left;
	}
	
	#col_left, #col_right{color:#352818;}
	
	
	/*--------------------------------------------------------------LEFT COLUMN--*/
	#col_left{
		width:269px;
		padding:0 13px 0 12px;
		font-size:.85em;
	}
	
		#col_left ul{ font-size:.85em; }
		#col_left ul li { margin-bottom:5px; }
		#col_left ul strong { font-weight:bold; }
	
		.news_item{
			background:#fcd406 url(../images/bg_newsitem.gif) top repeat-x;
			border:1px solid #36291b;
			border-bottom:3px solid #36291b;
			margin:10px 10px 15px 10px;
			padding:10px;
		}
				
		.news_item span{
			font-size:.8em;
			color:#365f25;
			margin-bottom:3px;
			font-weight:bold;
			display:block;
		}
		.news_item p{}
		
		.news_item a { font-size:inherit; }
	
		
		#col_left a:link, #col_left a, #col_left a:visited {
			color:#d24021;
			font-weight:bold;
		}
		
		
	/*--------------------------------------------------------------MIDDLE COLUMN--*/
	#col_center{
		width:372px;
		border-left:3px solid #706041;
		border-right:3px solid #706041;
		background:#56432c;	
		padding:10px 10px 0 10px;

	}
	
	#col_center p{
		margin:10px 0 30px 0px;

	}
	
	#col_center form{
		margin-bottom:10px;

	}
	
	#col_center h2 {
		margin-bottom:10px;
	}
	
	#btn_submit{
		
	}
	#Email{
		padding:5px 0 0 5px;
		height:25px;
		margin:5px 10px 5px 15px;
	}
	
	
	/*--------------------------------------------------------------RIGHT COLUMN--*/
	#col_right{
		width:269px;
		padding:0 0 0 13px;
	}
	
		
		
		#col_right ul{
			margin: 10px 0 0 15px;
			padding-top: 10px;
		}
		#col_right li{
			background:#fcd406 url(../images/bg_artist.jpg) top left no-repeat;
			width:216px;
			height:158px;
			padding:10px 0 0 23px;
			margin-bottom:10px;
			border-bottom:3px solid #36291b;
			display:inline-table;
					
		}
		
	
/*---------------------------------------------------------------FOOTER--*/
#footer{
	width:988px;
	height:298px;
	background:#077039 url(../images/bg_footer.jpg) no-repeat;
	
}
	#footer a{font-size:.85em; font-weight:bold;}
	
	#sponsors_box {
		width:400px;
		margin-left:308px;

	}
	
	#sponsors_box ul{
		width:393px;
	}
	#sponsors_box li {
		display:block;
		float:left;
		width:181px;
		padding:0 10px 10px 0;
	}
	
	#imprint_box{
		display:inline;
		margin:50px 0 0 20px;
		float:left;
		width:750px;
	}
	
	#imprint_box p{
		padding: 3px 0 0 0;
	}
	#designfarm_box{
		display:inline;
		margin-top:50px;
		float:left;
		width:120px;
		text-align:right;
		font-size:1.2em;
	}
	#designfarm_box a {
		color:#9fa374;
		font-size:16px;
		font-family:Georgia, 'Times New Roman', Times, serif;
	}

/*---------------------------------------------------------------SPECIAL CASES--*/
/*--------------------------------------------------------LineUp Page--*/
#title_box{
	padding:0px 0 0 320px;
	margin:0px 0 10px 0;
}
#title_box h1 {
	float:left;
	padding:0 40px 5px 0;
	height:55px;
	width:241px;
	background-repeat:no-repeat;
	
	}

#title_box ul {
	list-style-image:url(../images/bullet.gif);
}

.lineup h2{text-align:center; font-size:1.5em;}

#title_box a:link, #title_box a, #title_box a:visited {
			/*color:#d24021;*/
			font-weight:bold;
			font-size:.85em;
		}


#lineupList { margin:0 0 30px 0; padding:0; text-align:center; }
#lineupList  li { list-style-type:none; margin:0 0 5px 0;; padding:0; }

/* 10.16.07
.lineup li {
	display:inline;
	color:#3f3121;
	font-weight:bold;
	
}*/

.nav_lineup{
	
/* 10.16.07
	width:988px;
	text-align:center;
	line-height:30px;*/
}

.nav_lineup h2 {
	color:#d6b574 ;
	display:inline;
	font-size:1em;
}


.elk{color:#df5c00;}

.ponderosa{color:#97ca3f;}
#reconnect{
	height:100px;
	width:988px;
	background:transparent url(../images/bg_reconnect.gif) top no-repeat;
	margin-top:-20px;
}

#reconnect ul{
	width:988px;
	padding:30px 0 0 0;
	text-indent:-2000px
}

#reconnect li {
	margin-left:395px;
} 

/*--------------------------------------------------------Volunteer Page--*/

.form_volunteer {
width:100%;
}

.form_volunteer label{
	
}

.form_volunteer input{
margin:5px 0;
width:inherit;
}

ul.AmmenitiesList  { list-style:outside square; font-size:14px; margin:0 0 0 15px }
ul.AmmenitiesList li { padding:0 0 5px; }

