/* -- Global -- */

html,
body {
 width: 100%;
 height: 100%;
 margin: 0;
 padding: 0;
 background: #FFF url(images/bg.jpg) repeat-x;
 text-align: center;
}

img {
 border: 0;
}

form {
 margin: 0;
 padding: 0;
}

textarea {
 overflow: auto;
}

ul,
ol,
li {
 list-style: none;
 margin: 0;
 padding: 0;
}

.left {
 float: left !important;
}

.right {
 float: right !important;
}

.nomargin {
 margin: 0 !important;
}

.noborder {
 border: 0 !important;
}

.clear {
 display: block;
 clear: both;
 overflow: hidden;
 height: 0;
}

a {
 color: #B31E14;
 text-decoration: none;
 border-bottom: 1px solid #CCC;
}

a:hover {
 border-bottom: 1px solid #666;
}

a:active,
a:focus {
	outline: none;
}

h2 {
 font-family: arial;
 font-size: 20px;
 font-weight: normal;
 margin: 8px 0;
 color: #9DBC71;
}


#folks {
 width: 778px;
 margin: 0 auto;
 background: #FFF;
 border: 1px solid #FFF;
 border-top: 0;
 border-left: 0;
 text-align: left;
}

.questions {
 border: 1px solid #BCC8E0;
 padding: 10px;
 margin-top:15px;
}

.questions span {
 font-size: 17px;
 color: #46608E;
}


/* -- Header -- */

#header {
 height: 270px;
 background: url(images/nav-bg.gif) repeat-x;
}

#header img {
 display: block;
}

#nav {
 width: 548px;
 height: 37px;
}

#infostrip {
 clear: both;
}

#nav {
 height: 37px;
 overflow: hidden;
}

#nav li {
 float: left;
 height: 37px;
 overflow: hidden;
}

#nav a {
 display: block;
}

#nav a:hover {
 margin-top: -37px;
}

#nav .selected a {
 margin-top: -74px;
}

#nav .selected a:hover {
 margin-top: -74px !important;
}




/* -- Content -- */

#content {
 padding: 23px;
 font-family: georgia, times new roman, serif;
 font-size: 12px;
 line-height: 20px;
 color: #333;
}



/* -- Footer -- */

#footer {
 clear: both;
 height: 70px;
}

#footer img {
 display: block;
} 



/* -- Homepage -- */

.performer {
 margin-bottom: 30px;
}

.performer .info {
 float: left;
 width: 500px;
}

.performer .name {
 font-family: arial;
 font-size: 26px;
 color: #474536;
 line-height: 30px;
 _line-height: 40px;
 background: #EBF1E2 url(images/name-bg.gif);
 border-bottom: 0;
 padding: 5px;
}

.performer .name:hover {
 background: #EDF9E3;
 color: #3D5926;
 border: 0;
}

.performer .text {
 padding: 5px;
 margin-top: 5px;
}

.performer .photo {
 float: right;
 width: 195px;
}

.performer .photo img {
 float: right;
}



/* -- Artists -- */

#artists {
 height: 300px;
 padding: 30px;
}


#artists1 {
 height: 300px;
 padding-top: 20px;
 padding-left: 115px;
}


#artists2 {
 height: 300px;
 /* -- padding-left: 205px; -- */
 padding-left: 109px;
}

#artists a,
#artists1 a,
#artists2 a {
 display: block;
 float: left;
 border: 0 !important;
}

#artists a img,
#artists1 a img,
#artists2 a img {
 display: block;
 margin-bottom: 8px;
}


/* -- Getting There -- */

#ferry-schedule {
 width: 240px;
 padding: 20px 5px 30px 5px;
 font-size: 14px;
 font-weight: bold;
 margin-right: 25px;
 text-align: center;
 background: #EDF3E4;
 border: 1px solid #9DBC71;
}



/* -- Sponsors -- */

#quote {
 padding: 15px;
 border: 1px solid #D7E3C6;
 margin: 20px 0;
 margin-bottom: 40px;
}



/* -- Links -- */

.url {
 color: #666;
 font-size: 11px;
 border: 0;
}

.url:hover {
 color: #333;
 border: 0;
}



/* -- Gallery -- */


#gallery {
	padding: 10px 0 0 79px;
	height: 450px;
	overflow: hidden;
}

#gallery-left,
#gallery-right {
	float: left;
	display: block;
	width: 23px;
	height: 400px;
	border: 0;
	background: url(/images/gallery-back.gif) left center no-repeat;
}

#gallery-left:hover {
	background: url(/images/gallery-back.gif) right center no-repeat;
}

#gallery-right {
	background: url(/images/gallery-next.gif) left center no-repeat;
}

#gallery-right:hover {
	background: url(/images/gallery-next.gif) right center no-repeat;
}

#gallery-window {
	float: left;
	width: 310px;
	padding: 0 105px 0 112px;
	text-align: center;
}

#gallery-window img {
	display: block;
	margin: 0 auto;
	padding: 0 6px 6px 0;
	background: url(/images/gallery-shadow.gif) right bottom no-repeat;
	margin-bottom: 5px;
}

#gallery .landscape {
	margin-top: 30px;
	width: 500px;
	padding: 0 10px 0 17px;
}

#gallery-preload {
	position: absolute;
	top: -1000px;
	left: -1000px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

#gallery noscript div {
	text-align: center;
	padding-top: 180px;
	color: #B31E14;
}