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

body{
	background-color: #f9e8a7;
	background-image: url(images/bg.gif);
	background-position: center top;
	background-repeat: repeat-y;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #fff;
	
	margin:0;
}
a{
	color:	#f79c42;
	font-weight:bold;
	text-decoration:none;
}
a:hover{
	color:#873f06;
}

.content{
	background-color:#00afbb;
	border:1px #00c0d3 solid;
	padding:10px;
	margin:0 auto 20px;
	width:750px;
	text-align: center;
}

.navs{
	margin: 20px 0 0 0;	
}

.navs a{
	color: #FFF;
	font-weight: bold;
	font-size: 0.8em;
	
	margin: 0 10px 0 0;
}

.navs a:hover{
	color: #D8D8D8;
}

.dates{
	font-size: 1.8em;
	font-weight: bold;
	
	margin-top: 20px;
}


.blurb{
	width: 560px;
	
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	
	text-align: justify;
	
	font-size: 0.8em;
	
	
}

.lineup-cont{
	width: 560px;
	
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	
	display: block;	
}

.artist-title{
	margin-bottom: 10px;
}


.artist_cont{
	width: 170px;
	height: 140px;
	
	background-color: #00a3a9;
	padding: 10px 0 10px 0;	
	
	border:1px #00c0d3 solid;
	
	float: left;
	
	margin-right: 20px;
	margin-bottom: 20px;
}

.end{
	
	float: right;
	margin-right: 0px;
	
}

.artist-link{
	margin-top: 5px;
	display: block;
}

.artist-link a{
	color: #FFF;
}

.artist-link a:hover{
	color: #CCC;
}
.video{
	margin-top: 40px;
	
	width: 560px;
	
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	
	
	display: block;		
}

.sign-up-cont{
	margin-top: 20px;
	
	font-size: 0.8em;
}

label{
	color:#fff;	
	font-size:1.2em;
}
form{
	
}
fieldset{
	border:0 none;
}
.wrapper .content h1 {
	text-align: center;
}
.wrapper{
	background:#00afbb url(images/bg.gif) repeat-y top center;
	min-height:400px;
	margin:0 auto;
	width:960px;
}	
.footer{
	text-align:center;	
}

.lightbox-overlay{
	background-image: url(images/lightbox-bg.png);
	
	position: absolute;
	top: 0px;
	left: 0px;
	
	display: none;	
}

.artist-detail-cont{
	width: 600px;
	height: 5px;
	
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	margin-bottom: 40px;
	
	padding: 20px;
	
	background-color: #00a3a9;
	border:1px #00c0d3 solid;
	
	color: #fff;
	font-size: 0.8em;
	text-align: justify;
}

.artist-detail-image{
	margin-top: 20px;	
}

.artist-detail-text{
	margin-top: 20px;
}

.close{
	text-align: right;
}

.close a{
	color: #00c0d3;	
	text-decoration: none;
}

.close a:hover{
	color: #fff;	
}

.artist-detail-header{
	font-weight: bold;
	font-size: 2.2em;	
}


.sponsors{
	text-align: center;
	margin: 0 0 10px 0;
}

.clear{
	clear: both;
}


.route-cont{
	font-size: 0.8em;
	
	margin: 20px 0 0 0;
}

.route-cont a{
	color: #FFF;
}

.route-cont a:hover{
	color: #CCC;
}

.route-date{
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;	
}




