/* MAIN */


html, body, .bg, .bg table, .bg td {
	margin: 0;
	border: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	font-family: 'Verdana', 'Helvetica Neau', 'Helvetica', sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #333;
	-webkit-text-size-adjust: none;
}

img {
	behavior: url(/images/iepngfix/iepngfix.htc);
	outline: none;
	border: none;
}

.hidden {
	visibility: hidden;
}


/* TEXT */


p {
	font-family: 'Verdana', 'Helvetica Neau', 'Helvetica', sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #333;
}

h1, h2 {
	font-family: 'Trajan Pro', 'Times New Roman', 'Times', serif;
	font-variant: small-caps;
	color: #333;
}

h1 {
	line-height: 30px;
	font-size: 18px;
}

h2 {
	line-height: 16px;
	font-size: 16px;
}

a, #menu a, .link {
	text-decoration: none;
	color: #333;
}

a:hover, .selected, a .selected {
	color: #767167;
}

#menu a:hover, .link:hover {
	color: #A19B8E;
}


/* BACKGROUND IMAGE */


.bg div {
	position: absolute;
	width: 200%;
	height: 200%;
	top: -50%;
	left: -50%;
	background-color: #F2EEE7;
	z-index: 5;
}

.bg td {
	vertical-align: middle;
	text-align: center;
}
.bg img {
	width: 50%;
	margin: 0 auto;
}


/* WHITE STRIPE */


.stripe_container {
	position: absolute;
	display: table;
	width: 100%;
	height: 100%;
	z-index: 10;
}

.stripe_outer {
	#position: absolute;
	#top: 50%;
	width: 100%;
	display: table-cell;
	vertical-align: middle;
}

.stripe_inner {
	#position: relative;
	#top: -50%;
	width: 100%;
	margin: 0 auto;
}

.stripe {
	height: 450px;
	text-align: left;
	padding-right: 10px;
	overflow: auto;
	border-top: 1px #DDD solid;
	border-bottom: 1px #DDD solid;
}


/* LOGO */


.logo {
	position: absolute;
	display: table;
	width: 100%;
	height: 200px;
	padding-top: 25px;
	padding-left: 25px;
	text-align: center;
	z-index: 15;
}


/* MENU */


.menu_container {
	position: absolute;
	width: 100%;
	height: 36px;
	bottom: 0px;
	border-top: 1px #DDD solid;
	z-index: 25;
}

.menu {
	text-align: center;
	font-family: 'Trajan Pro', 'Times New Roman', 'Times', serif;
	font-weight: bold;
	font-variant: small-caps;
	color: #333;
	height: 34px;
	line-height: 34px;
	font-size: 16px;
}

.stripe, .menu_container {	
	background-color: #FFF;
	filter: alpha(opacity=85);
	-moz-opacity: 0.85;
	-khtml-opacity: 0.85;
	opacity: 0.85;
}

/* CONTENT */


.content_container {
	position: absolute;
	display: table;
	width: 100%;
	height: 100%;
	z-index: 20;
}

.content_outer {
	#position: absolute;
	#top: 50%;
	display: table-cell;
	vertical-align: middle;
}

.content_inner {
	#position: relative;
	#top: -50%;
	width: 650px;
	margin: 0 auto;
}

.content {
	height: 400px;
	text-align: left;
	padding-right: 10px;
	overflow: auto;
}

.small {
	width: 650px;
	overflow: hidden;
}


/* BAND */


.band_member {
	min-height: 150px;
	#height: 150px;
	width: 625px;
	margin-bottom: 15px;
	float: left;
	display: table-cell;
	vertical-align: middle;
}

.band_member p {
	margin: 0px 0px 10px 133px;
}

.band_image {
	float: left;
	margin: 0px 10px 0px 0px;
	border: 1px solid #CCC;
}


/* GALLERY */


#main {
	height: 335px;
	overflow: hidden;
}

#thumbnails {
	height: 52px;
	margin-top: 12px;
}

#thumbnails img {
	margin: 0px 4px 0px 4px;
	border-top: 1px #DDD solid;
}

.outline {
	border: 1px #DDD solid;
}

.unselected {
	filter: alpha(opacity=35);
	-moz-opacity: 0.35;
	-khtml-opacity: 0.35;
	opacity: 0.35;
}


/* SOCIAL */


#social {
	height: 27px;
	position: relative;
	float: right;
	font-family: 'Verdana', 'Helvetica Neau', 'Helvetica', sans-serif;
	font-size: 11px;
	line-height: 27px;
}

#social,
#social a {	
	color: #333;
}

#social a:hover {
	color: #A19B8E;
}

#social img {
	margin: 0px 8px;
}