/* Table of Contents:
	- Global Containers
	- Typography
	- Header Layout
	- Middle Layout
	- Footer Layout
*/

/* Global Containers
--------------------------------------------------------------------------------------- */

* {
	margin: 0;
	padding: 0;
}

body {
	background: #1d1d1d url(../img/background-texture.jpg) top left repeat-x;
	background-attachment: fixed;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #d2bf7c;
}

#container {
	width: 950px;
	margin: 50px auto;
	text-align: left;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

img.floatright {
	margin: 0 0 10px 12px;
}

.clear {
	clear: both;
}

div.cd:after {
	content: ".";  
	display: block; 
	height:  0;  
	clear: both; 
	visibility:  hidden;
}

/* Typography
--------------------------------------------------------------------------------------- */
a, a:link, a:active {
	color: #c1d9e7;
}

a:hover {
	color: #fff;
}

a:visited {
	color: #84a5c0;
}

a img {
	border: none;
}

/* Header Layout
--------------------------------------------------------------------------------------- */
#header {
	width: 804px;
	height: 198px;
	background: url(../img/header-bg.png) top left no-repeat;
	padding: 1px 73px;
}

#nav {
	background: url(../img/nav-bg.jpg) top left no-repeat;
	margin: 138px 0 0 0;
	text-align: center;
	height: 23px;
	padding: 6px 0 0 0;
}

#nav li {
	display: inline;
	margin: 0 20px;
}

#nav a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #e8d2b7;
}

#nav a:hover {
	color: #d2bf7c;
	text-decoration: underline;
}




/* Middle Layout
--------------------------------------------------------------------------------------- */
#content {
	width: 804px;
	background: url(../img/content-bg.png) top left repeat-y;
	padding: 10px 73px 4px 73px;
}

#text {
	float: left;
	width: 530px;
	margin: 0 0 40px 0;
}

p, ul, ol {
	font-size: 11px;
	line-height: 18px;
	color: #d2bf7c;
	margin: 0 0 13px 60px;
}

em {
}

ul {
	margin-left: 78px;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #d2bf7c;
	text-transform: uppercase;
	font-size: 24px;
	line-height: 26px;
	margin: 0 0 8px 60px;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #d2bf7c;
	font-size: 16px;
	line-height: 20px;
	margin: 30px 0 11px 60px;
	padding: 0 0 5px 0;
	border-bottom: dashed 1px #53483d;
}

h2 span {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: 4px;
}

#shows {
	width: 186px;
	height: 425px;
	background: url(../img/shows-bg.jpg) top left no-repeat;
	float: left;
	margin: 0 44px 40px 44px;
}

#shows h2 {
	visibility: hidden;
	height: 30px;
}

#shows ul {
	margin: 0;
	list-style: none;
	color: #c2ac8c;
	line-height: 16px;
	margin: 0 20px;
}

#shows li {
	margin: 0 0 10px 0;
}

#text.bio {
	width: 490px;
}

div.bio {
	margin: 0 35px 0;
}

div.bio img {
	margin: 15px 0 60px 0;
}

div.cd {
	margin: 0 0 0 60px;
}

div.cd img {
	float: left;
}

div.cd ol {
	margin-left: 270px;
}

.mp3 {
	background: url(../img/sound_on.gif) bottom right no-repeat;
	padding-right: 16px;
}

span.mp3 {
	background-position: bottom center;
	padding: 0 5px;
	margin-right: 5px;
}

/* Contact Form Layout
--------------------------------------------------------------------------------------- */
.required {
	color: #ed5623;
}

.tip {
	font-size: 11px;
	font-style: italic;
	text-align: right;
	margin-left: 180px;
}

#contact {
	float: left;
	display: inline;
	width: 390px;
	padding: 10px 15px;
	margin: 0 20px 30px 50px;
	border: solid 1px #c2ac8c;
	background: #1d1d1d;
}

#contact p {
	margin: 0 0 10px 0;
}

#contact p label {
	display: block;
	float: left;
	width: 75px;
	text-align: right;
	padding-right: 10px;
	font-size: 11px;
}

#contact p span {
	margin-left: 15px;
}

#contact p span label {
	float: none;
	display: inline;
	width: auto;
	padding-right: 5px;
}

#contact input, #contact select, #contact legend, #contact label, #contact textarea {
	font-size: 12px;
}

#realname, #ADDRESS, #ADDRESS2, #email {
	width: 250px;
}

#CITY, #ZIP {
	width: 175px;
}

#PHONE, #FAX {
	width: 100px;
}

#STATE {
	width: 35px;
}

#ZIP {
	width: 75px;
}

#MESSAGE {
	width: 380px;
	margin-bottom: 5px;
}

p.company {
	display: none;
}

#contact fieldset {
	width: 250px;
	margin: 5px 0;
	padding: 5px 0;
	border: none;
	font-size: 11px;
}

#contact fieldset legend, #contact fieldset label {
	color: #d2bf7c;
	font-size: 11px;
}

#contact fieldset label {
	margin-left: 4px;
}
 
 
p.submit {
	margin: 8px 0 0 0;
	text-align: center;
	border-top: dashed 1px #c2ac8c;
	padding-top: 12px;
}

p.submit input {
	font-weight: bold;
	font-size: 14px;
	width: 80px;
}

p.desc {
	border-bottom: dashed 1px #c2ac8c;
	padding-bottom: 6px;
}

p.contact {
	width: 220px;
	float: left;
	display: inline;
	text-align: center;
	margin: 0 0 0 34px;
	line-height: 14px;
	font-style: italic;
}

/* Footer Layout
--------------------------------------------------------------------------------------- */
#footer {
	width: 950px;
	height: 30px;
	padding: 1px;
	background: url(../img/footer-bg.png) top left no-repeat;
}

#footer p {
	font-size: 10px;
	text-align: center;
	margin: 16px 0 0 0;
}