body
{
	background: #000;
	color: #BEB983;
}

p
{
	padding: 6px 0;
	text-align: justify;
}

p.expanded
{
	line-height: 25px;
}

a
{
	text-decoration: none;
	color: #9A9666;
}

p a
{
	font-weight: bold;
	color: #FCF6B3;
}

a:hover
{
	text-decoration: underline;
	color: #FCF6B3;
}

p.expanded a
{
	font-weight: normal;	
}

img.photo-right
{
	float: right;
	margin: 5px 0 5px 15px;
}

img.photo-left
{
	float: left;
	margin: 5px 15px 5px 0;
}

form
{
	
}

form div.yui-gd
{
	padding: 5px 10px;
}

form div.yui-u
{
	
}

label
{
	font-weight: bold;
	display: block;
	padding: 6px 2px 2px 20px;	
}

label em
{
	display: block;
	font-size: 85%;
	font-weight: normal;
	font-style: normal;
	color: #BEB983;
}

label.required
{
	color: #FCF6B3;	
	background: url(../images/icon-required.gif) no-repeat 5px 4px; 
}

input
{
	margin: 6px 0 2px;
	font-family: arial;
	font-size: 12px;
}

select
{
	margin: 6px 0 2px 8px;
	font-family: arial;
	font-size: 12px;
}

textarea
{
	margin: 2px 0;
	font-family: arial;
	font-size: 12px;
}

div.hr
{
	margin: 15px auto;
	border-width: 0;
	border-style: collapse;
	background: url(../images/hr.gif) no-repeat center 0;
	width: 650px;
	height: 3px;
	text-align: center;
}
div.hr hr
{
	display:none;
}

div.group
{
	padding: 15px 0 20px;
	margin-bottom: 20px;
	background: url(../images/bg-fade-lg.gif) repeat-x 0 0;
}

div.highlight
{
	padding: 10px;
	margin: 10px 15px;
	background: url(../images/bg-fade-lg.gif) repeat-x 0 0;
	border: solid 1px #23221C;
}
div.highlight a
{
	color: #FCF6B3;
}

div.phone
{ background: url(../images/icon-phone.gif) no-repeat 20px 0; }
div.phone p
{ padding-left: 104px; }
div.phone h3
{ padding: 2px 0 0 104px; width: 98%; }
div.mail
{ background: url(../images/icon-mail.gif) no-repeat 20px 0; }
div.mail p
{ padding-left: 104px; width: 98%;}
div.mail h3
{ padding: 2px 0 0 104px; }

h1, h2, h3
{
	color: #FCF6B3;
}

h1
{
	display: none;
}

h2.header,
h3.header
{
	height: 25px;
	width: 400px; 
	text-indent: -9999px;
	margin: 40px 0 20px;
}

h2.albums
{ background: url(../images/hd-albums.gif) no-repeat 0 0; }

h2.booking
{ background: url(../images/hd-booking.gif) no-repeat 0 0; }

h2.about
{ background: url(../images/hd-about.gif) no-repeat 0 0; }

h2.contact
{ background: url(../images/hd-contact.gif) no-repeat 0 0; }

h2.thanks
{ background: url(../images/hd-thanks.gif) no-repeat 0 0; }

h3.header
{
	margin-bottom: 5px;
}

h3.contact-info
{ background: url(../images/hd-contact-info.gif) no-repeat 0 0; }

h3.event-info
{ background: url(../images/hd-event-info.gif) no-repeat 0 0; }

h3.comments
{ background: url(../images/hd-comments.gif) no-repeat 0 0; }

h3.contact-form
{ background: url(../images/hd-contact-form.gif) no-repeat 0 0; }

ul.nav li
{
	float: left;
	margin: 0 5px; 
}

ul.nav li a
{	
	display: block;
	height: 19px;
	text-indent: -9999px;
}

ul.nav li a.home,
ul.nav li.active a.home
{background: url(../images/nav.gif) no-repeat 0px 0px; width: 50px;}
ul.nav li a.albums,
ul.nav li.active a.albums
{background: url(../images/nav.gif) no-repeat 0px -21px; width: 60px;}
ul.nav li a.booking,
ul.nav li.active a.booking
{background: url(../images/nav.gif) no-repeat 0px -42px; width: 65px;}
ul.nav li a.about,
ul.nav li.active a.about
{background: url(../images/nav.gif) no-repeat 0px -63px; width: 140px;}
ul.nav li a.contact,
ul.nav li.active a.contact
{background: url(../images/nav.gif) no-repeat 0px -84px; width: 62px;}

ul.nav li a.home:hover
{background: url(../images/nav.gif) no-repeat -140px 0px;}
ul.nav li a.albums:hover
{background: url(../images/nav.gif) no-repeat -140px -21px;}
ul.nav li a.booking:hover
{background: url(../images/nav.gif) no-repeat -140px -42px;}
ul.nav li a.about:hover
{background: url(../images/nav.gif) no-repeat -140px -63px;}
ul.nav li a.contact:hover
{background: url(../images/nav.gif) no-repeat -140px -84px;}

ul.nav li.active
{
	border-bottom: solid 2px #333;
}

a.buy-now
{
	font-weight: bold;
	font-size: 131%;
	padding-top: 10px;
	text-decoration: underline;
}

a.submit
{
	background: url(../images/button-submit.gif) no-repeat 0px 0px; 
	width: 144px; 
	height: 40px; 
	float: right;
	text-align: left;
	text-indent: -9999px; 
	display: block;
}
a.submit:hover
{background: url(../images/button-submit.gif) no-repeat 0px -40px;}
a.submit:focus
{outline:none}

div.error
{
	padding: 2px 2px 2px 10px;
	color: #CC0000;
}

.left
{
	text-align: left;
}

.right
{
	text-align: right;
}

.center
{
	text-align: center;
}

#doc
{
	background: url(../images/bg-top.gif) no-repeat 0 0;
}

#hd
{
	padding-top: 75px;
	height: 125px;
	background: url(../images/bg-header.gif) no-repeat 0 75px;	
}

#bd
{
	background: url(../images/bg-bottom.gif) no-repeat 0 0;
	padding: 20px 40px 5px;
}

#ft
{
	text-align: center;
	color: #23221C;
	margin: 30px auto;
}

#ft a.garland-creative
{
	background: url(../images/badge-garland-creative.gif) no-repeat 0 0;
	text-indent: -9999px;
	width: 140px;
	height: 35px;
	display:block;
	margin: 10px auto 0;
}

#hd ul.nav
{
	padding: 100px 0 0 150px; 
}

#doc.home
{
	background: none;
}

#doc.home #hd
{
	text-align: center;
	background: url(../images/bg-home.gif) no-repeat 0 75px;
	width: 750px;
	height: 500px;
}


#doc.home #hd h1.logo
{
	background: url(../images/logo-lg.gif) no-repeat 0 0;
	display: block;
	text-indent: -9999px;
	width: 450px;
	height: 150px;
	margin: 10px auto;
}

#doc.home #hd ul.nav
{
	margin: 60px 0 0 120px;
	padding: 0;
}
#doc.home #hd ul.nav li {padding: 0; margin: 0 10px;}
#doc.home #hd ul.nav li a {height: 28px;}
#doc.home #hd ul.nav li a.albums
{background: url(../images/nav-home.gif) no-repeat 0px -28px; width: 81px;}
#doc.home #hd ul.nav li a.booking
{background: url(../images/nav-home.gif) no-repeat 0px -57px; width: 90px;}
#doc.home #hd ul.nav li a.about
{background: url(../images/nav-home.gif) no-repeat 0px -85px; width: 191px;}
#doc.home #hd ul.nav li a.contact
{background: url(../images/nav-home.gif) no-repeat 0px -114px; width: 83px;}

#doc.home #hd ul.nav li a.albums:hover
{background: url(../images/nav-home.gif) no-repeat -191px -28px;}
#doc.home #hd ul.nav li a.booking:hover
{background: url(../images/nav-home.gif) no-repeat -191px -57px;}
#doc.home #hd ul.nav li a.about:hover
{background: url(../images/nav-home.gif) no-repeat -191px -85px;}
#doc.home #hd ul.nav li a.contact:hover
{background: url(../images/nav-home.gif) no-repeat -191px -114px;}

#bd #AlbumCoverFlow
{
	width: 670px;
	height: 340px;	
	padding: 0;
	margin: 0;
}

#bd div.album
{
	background: url(../images/bg-fade-lg.gif) repeat-x 0 0;
	padding: 10px;
	margin-top: 30px;
}

#bd div.album h2
{
	font-size: 131%;
	margin-bottom: 10px;
}

#bd div.album p
{
	font-size: 85%;
}

#bd div.album p.buy-now
{
	font-size: 110%;
}

#bd div.album img.album-cover 
{
	border: solid 2px #000;
}

#bd div.album table
{
	margin: 0 auto;
}

#bd div.album table thead tr th
{
	text-align: left;
	background: url(../images/bg-fade-sm.gif) repeat-x 0 0;
	height: 30px;
	padding: 7px 5px 2px 5px;
	font-size: 108%;
}

#bd div.album table tbody tr td
{
	padding: 4px 7px 2px;
	border-bottom: solid 1px #23221C;
	vertical-align: top;
}

#bd div.album table thead tr th.preview,
#bd div.album table tbody tr td.preview
{
	text-align: center;
	padding-top: 2px;
}

#bd div.album table.song-list
{
	margin-top: 20px;
	width: 600px;
}