* {
	padding: 0;
	margin: 0;
	outline: none;
}		

body {
	background-color: #000000;
}

/* divs
-------------- */

div {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	color: #b0b0b0;
	font-size: 14px;
}

div#site {
	width: 917px;
	margin: 0 auto;
	background-image: url('../images/bg-footer.jpg');
	background-repeat: no-repeat;
	background-position: bottom;
}	 

div#header {
	background-image: url('../images/bg-header.gif');
	background-repeat: repeat-x;
	height: 88px;
	margin-bottom: 23px;
}

div#left_column, div#right_column {
	float: left;
	padding: 0px 0px 0px 21px;
	width: 176px;
	min-height:280px;
	height:auto !important;
	height:280px;
	background-image: url('../images/bg-column.gif');
	background-position: bottom;
	background-repeat: no-repeat;
}

div#right_column {
	float: right;
	min-height:225px;
	height:auto !important;
	height:225px;
	padding: 35px 21px 20px 0px;
}

div#mailing_list {
	width: 176px;
	padding: 10px 21px 0px 0px;
	float: right;
	font-weight: bold;
}

div#middle_column {
	width: 440px;
	float: left;
	margin-left: 38px;
	display: inline;
	min-height:490px;
	height:auto !important;
	height:490px;
}

div#middle_column_wide {
	width: 475px;
	float: left;
	margin-left: 38px;
	display: inline;
	min-height:490px;
	height:auto !important;
	height:490px;
}

div#botttom_seperator {
	height: 60px;
	clear: both;
}

div.error_message {
	padding: 3px;
	font-size: 10px;
}

div.thumbnail {
	float: left;
	display: inline;
	text-align: center;
	margin-right: 9px;
	width: 81px;
	height: 81px;
}

div.thumbnail a img {
	border: none;
	filter:alpha(opacity=30);
	-moz-opacity: 0.30;
	opacity: 0.30;
	margin: 0 auto;
	text-align: center;
}

div.thumbnail a:hover img, div.thumbnail a img.active {
	border-bottom: 2px solid #c4a567;
	filter:alpha(opacity=100);
	-moz-opacity: 1.00;
	opacity: 1.00;
}

div.main_image {
	padding: 20px 0px 0px 0px;
	height: 343px;
	margin-bottom: 30px;
}

/* lists
--------------- */

div#header ul {
	float: left;
	margin: 22px 0px 0px 34px;
}

div#header ul li {
	display: inline;
}

div#header ul li a {
	display: block;
	height: 36px;
	float: left;
	text-indent: -9999px;
}

div#header ul li a:hover, div#header ul li a.active {
	background-position: 0px -36px;
}

a#naboutus {
	background-image: url('../images/button-aboutus.gif');
	width: 102px;
}

a#nperformances {
	background-image: url('../images/button-performances.gif');
	width: 141px;
}

a#ngallery {
	background-image: url('../images/button-gallery.gif');
	width: 86px;
}

a#ncredentials {
	background-image: url('../images/button-credentials.gif');
	width: 127px;
}

a#ndownloads {
	background-image: url('../images/button-downloads.gif');
	width: 118px;
}

a#ncontactus {
	background-image: url('../images/button-contactus.gif');
	width: 108px;
}

ul#main {
	margin-bottom: 25px;
}

ul#main li {
	display: inline;
}

ul#main li a {
	text-decoration: none;
	font-size: 16px;
	text-transform: uppercase;
	margin-right: 25px;
}

ul#main li a:hover, ul#main li a.active {
	color: #ffffff;
}



/* headers 
-------------- */

h2 {
	color: #ba8632;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

/* paragraphs
-------------- */

p {
	margin-bottom: 20px;
}

/* spans 
-------------- */

span.white_bold {
	color: #ffffff;
	font-weight: bold;
}	

span.gold_bold {
	font-weight: bold;
	color: #b49d63;
}

span.gold {
	color: #9e7531;
}

span.grey_small {
	font-size: 11px;
	color: #787a7c;
}

/* tables 
-------------- */

table.band_members td {
	width: 155px;
	padding: 0px 0px 10px 0px;
	vertical-align: top;
	font-size: 11px;
	line-height: 1.4;
}

table.band_members td img {
	padding-bottom: 3px;
}

table.performances {
	width: 100%;
}

table.performances th, table.performances td {
	vertical-align: top;
	text-align: left;
	padding-left: 10px;
	border-top: 5px solid #000000;
}

table.performances th {
	text-transform: uppercase;
	color: #b38131;
	padding-bottom: 5px;
}

table.performances td {
	color: #ffffff;
	padding: 7px 7px 7px 10px;
}

table.performances tr.gold td {
	background-color: #42391b;
}

table.performances tr {
	margin-bottom: 5px;
}	

table.performances td a {
	color: #ad975f;
}

table.performances td.performers {
	color: #ad975f;
}

table.performances td.live span {
	color: #ad975f;
}

table.performances tr.dark td,  table.performances tr.dark td a {
	color: #767677;
}	

table.performances tr.dark td.datetime {
	color: #ffffff;
}

table.contact th {
	text-transform: uppercase;
	color: #bb8632;
	text-align: right;
	vertical-align: top;
	padding-top: 3px;
}

table.contact td#align_right {
	text-align: right;
	padding-right: 5px;
}

/* links
-------------- */

div a, div a:hover, div a:visited {
	color: #8b6325;
}

div a.grey {
	color: #939598;
}

/* forms 
-------------- */

input.contact {
	border: 1px solid #b58435;
	width: 280px;
	height: 12px;
}

input.news {
	border: 1px solid #b58435;
	width: 160px;
	height: 12px;
	margin-top: 5px;
	font-weight: normal;
	float: left;
}

textarea.contact {
	border: 1px solid #b58435;
	width: 280px;
	height: 100px;
}

input, textarea {
	font-family: "Century Gothic", Arial;
	font-size: 11px;
	padding: 3px;
}

input.button {
	float: right;
	margin: 5px 5px 0px 10px;
}

input.button_left {
	float: left;
	margin: 10px 5px 0px 0px;
	clear: both;
}

/* shared
-------------- */

.float_left {
	float: left;
}

.clear_both {
	clear: both;
}