/* Background for internal pages */
body.about, body.etc, body.media, body.photos, body.shows, body.booking{
	background: #000 url("/inc/i/background-internal.jpg") top left no-repeat;
}

h2{
	position: absolute;
	top: 247px;
	left: 0;
	width: 398px;
	height: 481px;
	text-indent: -9999px;
}

.about h2{background: url("/inc/i/background-about-header.gif") top left no-repeat;}
.booking h2{background: url("/inc/i/background-booking-header.gif") top left no-repeat;}
.media h2{background: url("/inc/i/background-media-header.gif") top left no-repeat;}
.shows h2{background: url("/inc/i/background-shows-header.gif") top left no-repeat;}
.etc h2{background: url("/inc/i/background-etc-header.gif") top left no-repeat;}
.photos h2{
	top: 205px;
	background: url("/inc/i/background-photos-header.gif") top left no-repeat;
}

h3{
	position: absolute;
	top: 375px;
	left: 55px;
	width: 300px;
	font-weight: normal;
	font-size: 22px;
	line-height: 30px;
	z-index: 10;
}

.repeatingContent{
	position: absolute;
	top: 191px;
	left: 424px;
	width: 391px;
	padding-bottom: 20px;
}

.contentBlock{
	border-top: 1px solid #4e5359;
	padding: 12px 0 0 0;
}

.contentBlock.firstItem{border: none;}

.contentBlock h4{
	font-weight: bold;
	font-size: 18px;
	line-height: 24px;
	padding: 0 0 7px 0;
}

.contentBlock.sideBySide h4{padding-top: 10px;}

.contentBlock img{
	border: 3px solid #000;
	display: block;
	margin: 0 0 16px 0;
}

.contentBlock.sideBySide img{
	float: left;
	margin: 5px 11px 0 0;
}

.contentBlock p{
	font-size: 14px;
	font-weight: normal;
	line-height: 24px;
	padding: 8px 0 8px 0;
}

/* Photo Galleries */
.photoGalleries{
	position: absolute;
	left: 338px;
	top: 234px;
	width: 510px;
}

.photoSets{
	clear: both;
	border-top: 4px solid #15181d;
	padding: 15px 0 0 0;
}

.photoSets.first{
	border: none;
	padding-top: 0;
}

.photoSets .set{
	width: 140px;
	float: left;
	margin: 0 30px 0 0;
}

.photoSets .set img{
	border: 3px solid #000;
	display: block;
}

.photoSets .set a.textPhotoLink{
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 4px 0 17px 5px;
}

.photoSets .set a.nestedGalleryPhoto{
	display: none;
}