/* Common
-----------------------------------------------------------------------------*/
html, body {
	margin: 0px;
	padding: 0px;
	background: #531210 url(/_media/images/common/bg_main.gif) left top;
	font-family: Georgia, verdana, arial, sans-serif;
	font-size: 12px;
	color: #3b0000;
	border: 0px;
}
#mainContainer {
	width: 890px;
	margin: 0 auto;
}
#contentContainer {
	background: url(/_media/images/common/content_bg.gif) repeat-y right top;
}
#content {
	padding: 5px 60px 5px 80px;
}

h2 {
	font-size: 18px;
	color: #821817;
	text-align: center;
}
a {
	font-weight: normal;
	color: #6a3005;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
.clear {
	clear: both;
}


/* Header
-----------------------------------------------------------------------------*/

#header {
	height: 101px;
	position: relative;
	margin: 38px 0 5px;
	background: url(/_media/images/common/header_bg.gif) no-repeat right top;
}
#header #logo {
	position: absolute;
	top: -30px;
	left: 20px;
	z-index: 50;
}
#nav {
	position: absolute;
	left: 435px;
	top:30px;
}
#nav a {
	padding: 0px 5px 0 5px;
}



/* Footer
-----------------------------------------------------------------------------*/

#footer {
	color: #d6a660;
	padding: 3px 20px 20px 20px;
	font-size: 11px;
	text-align: left;
}
.footerLinks {
	float: right;
	width: 400px;
	text-align: right;
}
.footerLinks a {
	color: #d6a660;
	text-decoration: none;
	margin: 0 8px;
	font-weight: normal;
}
.footerLinks a:hover {
	text-decoration: underline;
}

/* Home
-----------------------------------------------------------------------------*/

#homeTxt {
	font-size: 14px;
	padding: 15px 15px 0;
	line-height: 26px;
}


/* Bios
-----------------------------------------------------------------------------*/
.bioImg {
	float: left;
	width: 167px;
	margin: 0 15px 20px 10px;
}

.bio {
	float: left;
	width: 550px;
	padding: 5px 0 20px;
}
.divider {
	clear: both;
	text-align: center;
	padding: 0 0 20px;
}


/* Shows
-----------------------------------------------------------------------------*/

#tourYear {
	text-align: right;
	font-weight: bold;
}
#tourYear a {
	padding: 0 10px;
}
#tourYear a.last {
	padding: 0 0 0 10px;
}
#showList {
	width: 100%;
	margin: 0;
}
#showList th {
	padding: 3px 0;
	text-align: left;
	font-size: 14px;
}
#showList td {
	padding: 5px 0;
	vertical-align: top;
	border-bottom: 1px solid #c78c4c;
}
#showList th.date{
	width: 120px;
}
#showList th.venue{
	width: 225px;
}
#showList th.time{
	width: 100px;
}


/* Music
-----------------------------------------------------------------------------*/
.intro {
	color: #851716;
	font-size: 14px;
	padding: 5px 20px 10px;
	line-height: 18px;
}
#musicLeft {
	width: 350px;
	float: left;
	padding: 0 0 20px 20px;
}
#musicRight {
	width: 350px;
	float: right;
	padding-top: 5px;
}
#musicPlayer {
	padding: 7px 0 20px;
	text-align: center;
	width: 300px;
}
.videos {
	padding: 7px 0 20px;
}
#videoPopup {
	width: 400px;
	text-align: center;
}


/* Photos
-----------------------------------------------------------------------------*/
#photoAlbums {
	width: 700px;
	margin: 0 auto;
	text-align: center;
}


/* Contact
-----------------------------------------------------------------------------*/


#contact td {
	padding: 3px 5px;
}
#contact td.label {
	text-align: right;
	font-weight: bold;
}
#contact td.submit {
	padding: 20px 0 20px 10px;
}
#contact input.inputBox {
	width: 200px;
	background: #f1d1a3;
	border: 1px solid #b48642;
}
#contact textarea {
	width: 500px;
	height: 100px;
	background: #f1d1a3;
	border: 1px solid #b48642;
	overflow: auto;
}