@charset "utf-8";
/* CSS Document */
/*general*/
.right {
	float:right;
	}

/* RESETS */
img {border:none;}

ul{
	list-style-type:none;
	padding:0;
	margin:0;
	}
li{
	list-style-type:none;
	padding:0;
	margin:0;
}
/* FONTS */

h1, h2, h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#ddd;
	}
h1 {
	font-size:17px;
}

h3 {
	font-size:13px;
}
p, a {
	font-family:Verdana, Geneva, sans-serif;
	color:#ddd;
	font-size:12px;
	}
.footer {
	text-align:center;
	font-size:10px;
	color:#ccc;
	}
body {
	padding:0;
	margin:0;
	background-color:none;
	background:#455b68 url(images/bodyBG.jpg) repeat-x;
	}
label {
	display:block;
	width:20px;
	height:30px;
	text-align:right;
	color:#ccc;
	clear:left;
	float:left;
	margin-right:18px;
	}
.inputfield {
	background:#EBFAFC;
	border:none;
	border-bottom:1px solid #036;
	margin-left:18px;
	float:left;
	width:200px;
	}
	
	.queryfield {
		height:120px;
		margin-top:5px;
	}
	
	
.submitbutton  {
	clear:both;
	float:left;
	margin-left:60px;
	margin-top:18px;
	}
/*SITEWIDE DIVS */

#wrapper {
	margin:auto;
	width:1000px;
	}

#header {
	height:100px;
	width:1000px;
	background:url(images/banner.jpg) 0 15px  no-repeat;
	}
	
#mainnav {
	width:830px;
	padding-left:170px;
	height:40px;
	margin:auto;
	}
#maincontent {
	width:100%;
	height:480px;
	margin-top:30px;
	}
#pageCycle {
	width:1000px;
	height:480px;
	margin-top:0;
	background:none;
	}
#maincontentCycle {
	width:1000px;
	height:480px;
	padding-top:20px;
	}
div.home {
	background:url(images/mainnavCycleBG.jpg) 209px 0 no-repeat;
		}
div.about {
	background:url(images/mainnavCycleBG.jpg) 339px 0 no-repeat;
		}
.shows {
	background:url(images/mainnavCycleBG.jpg) 469px 0 no-repeat;
		}
.contact {
	background:url(images/mainnavCycleBG.jpg) 602px 0 no-repeat;
		}
#leftsection {
	float:left;
	width:25%;
	b
	}
	
	#imageholder {
	margin-top:40px;
	width:100%;	
	}
		
		div#imageholder img {
			border:none;
			}
			
#rightsection {
	float:left;
	width:60%;
	margin-left:8%;
	}
	#textholder {
	margin-top:40px;
	width:95%;
	padding-left:5%;
	
	}

#clear {
	clear:both;
	}
/* PAGE divs */	
/*CONTACT*/
#formholder {
	padding-top:60px;
	width:400px;
	height:275px;
	height:auto;
	}	

#rightsectioncontact {
	float:left;
	width:50%;
	margin-left:8%;
	}

#leftsectioncontact {
	float:left;
	width:40%;
	}
/* SHOWS */

#showtiles {
	width:100px;
	margin:1em;
	float:left;
	text-align:center;
	}
#rightsectionshows {
	float:left;
	width:57%;
	padding-left:3%;
	margin-left:8%;
	}	
#thumbholder {
	width:100px;
	height:100px;
	float:left;
	text-align:center;
	margin-top:12px;
}

#press {
	clear:left;
	float:left;
	height:280px;
	width:100%;
	}
	
/* SCRIPT DIVS inc Cycle */
#Cyclephotos {
	width:300px;
	height:480px;
	background:none;
	}
#cyclewrap {
	width:300px;
	height:480px;
	background:none;
	}
	
/* LINKS */
a {
	text-decoration:none;
	color:#fff;
	font-family:inherit;
	font-size:inherit;
	border:none;
	}
a.mainnav:link, a.mainnav:visited, a.mainnav:hover, a.mainnav:active,
a.current:link, a.current:visited, a.current:hover, a.current:active {
	display:block;
	float:left;
	padding:5px;padding-top:15px;padding-bottom:0;
	width:80px;
	height:20px;
	text-align:center;
	color:#ddd;
	text-decoration:none;
	margin-left:40px;	
}
a.mainnav:hover {
	color:#fff;
	}

a.contactemail {
	display:block;
	margin-left:60px;
	margin-top:30px;
	text-decoration:underline;
	}
a.caption {
	color:#aaa;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	}