/* CSS Document */

html, body, ul, ol, dl, dt, dd, li, h1, h2, h3, h4, h5, h6, p, blockquote, object, img, em, form, input, textarea, label {
	margin:0;
	padding:0;
}
body {
	margin: 0 auto;
	padding: 0;
	background: #000;
	background-image:url(../images/main-bg.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	font-family: arial, verdana, sans-serif;
}
#container {
	width: 980px;
	margin: 0 auto;
	height:auto;
	margin-bottom:20px;
	position:relative;
}
#header {
	width: 980px;
	height:155px;
	background:url(../images/header-bg.jpg);
	background-repeat:no-repeat;
	position:relative;
}
#header-sub-left {
	width: 620px;
	height:155px;
	float:left;
	position:relative;
}
#header-sub-right {
	width: 360px;
	height:155px;
	float:right;
	position:relative;
}
#logo {
	width: 465px;
	height:55px;
	padding:50px 0 0 155px;
	position:relative;
}
#menu-wrapper {
	width: 980px;
	height:30px;
	background:#d6cda6;
	position:relative;
	margin:0;
	padding:0;
	position:relative;
}
/* START HOME PAGE */

#home-wrapper {
	width: 980px;
	background:url(../images/home-bg.jpg);
	background-repeat:no-repeat;
	height:580px;
	position:relative;
	z-index:1;
}
#home-content {
	width: 390px;
	height:auto;
	padding: 30px 40px 20px 340px;
	float:left;
}
#home-content h1 {
	font-size:16px;
	color:#f1b50c;
	margin-bottom:5px;
}
#home-content h2 {
	font-size:15px;
	color:#fff;
	font-style:italic;
	padding-bottom:10px;
	line-height:120%;
}
#home-content p {
	font-size:12px;
	margin:0;
}
#home-content blockquote {
	padding:10px 0 0 0;
}
#home-content blockquote p {
	color: #f1b50c;
	font-style:italic;
	margin:0;
}
#home-testimonials {
	width: 390px;
	height:auto;
	padding: 0 0 20px 0;
	position:relative;
}
#home-testimonials img {
	float:right;
	margin:0 0 10px 10px;
	border:5px solid #626c2f;
}
.home-test-head {
	width: 390px;
	height:auto;
	border-bottom: 2px dotted #42ed00;
	padding-bottom:10px;
}
.pic-credit {
	font-size:11px;
	line-height: 110%;
}
#cd-info {
	width: 220px;
	height: auto;
	padding: 20px 170px 0 0;
	text-align:right;
	position:relative;
}
#cd-info h1 {
	font-size:16px;
	color:#42ed00;
}
#cd-info p {
	font-size:11px;
line-height:100% color:#fff;
}
#cd-info a {
	font-size:11px;
	color:#fff;
	margin-bottom:2px;
}
/* START NEWS COLUMN */
#news-column {
	width: 190px;
	height:420px;
	padding:30px 10px 0 10px;
	float:right;
}
#news-column h1 {
	font-size:14px;
	color:#fff;
	margin-bottom: 10px;
}
#news-column h3 {
	line-height:100%;
	font-size:11px;
	color:#000;
	margin: 3px 0 3px 0;
}
#news-column p {
	font-size:11px;
	margin-bottom: 1em;
	color:#000;
	line-height: 1.3em;
}
#news-column img {
	padding: 5px 0 5px 0;
}
#news-column ul {
	padding: 10px 0 10px 15px;
}
#news-column ul li {
	list-style:disc;
	font-size:11px;
	color:#000;
}
#news-column ol {
	margin:0;
	padding: 10px 0 10px 23px;
}
#news-column ol li {
	list-style: decimal;
	font-size:11px;
	color:#000;
}
#news-column a {
	font-size:11px;
	color:#000;
	text-decoration:underline;
}
#news-column a:hover {
	text-decoration:none;
}
#news-column-scroll {
	width: 180px;
	padding-right: 10px;
	max-height: 380px;
	height:380px;
	overflow:auto;
	overflow-x:hidden;
}
* html div#news-column-scroll {
 height: expression( this.scrollHeight > 380 ? "380px" : "auto" ); /* sets max-height for IE */
}
/* END NEWS COLUMN */
/* END HOME CONTENT */

/* PHOTOS PAGE */

#photos-wrapper {
	width: 950px;
	height:auto;
	padding:30px 15px 0 15px;
	float:left;
	position:relative;
}
#photos-content {
	width: 930px;
	height:auto;
	padding: 10px 10px 0 10px;
	float:left;
	position:relative;
}
#epk-wrapper {
	width: 980px;
	background:#FFFFFF;
	height:500px;
	position:relative;
}
#content-wrapper {
	width: 980px;
	height:auto;
	padding-bottom:20px;
	overflow:hidden;
	float:left;
	position:relative;
}
#left-box {
	width: 640px;
	height:auto;
	padding:30px 20px 0 15px;
	float:left;
	position:relative;
}
#right-box {
	width: 305px;
	height:auto;
	float:right;
	position:relative;
}
/* PAGE BACKGROUNDS */

.bio {
	background:url(../images/bio-bg.jpg);
	background-repeat:no-repeat;
}
.gigs {
	background:url(../images/gigs-bg.jpg);
	background-repeat:no-repeat;
}
.news {
	background:url(../images/news-bg.jpg);
	background-repeat:no-repeat;
}
.head {
	width: 410px;
	height:auto;
	padding: 10px 0 0 10px;
	float:left;
	position:relative;
}
.head-alt {
	width: 630px;
	height:auto;
	padding: 10px 0 0 10px;
	float:left;
	position:relative;
}
.music-ft-con {
	width: 630px;
	height:auto;
	padding: 20px 0 20px 10px;
	float:left;
	position:relative;
}
/* BIO PAGE */

#bio-wrapper {
	width: 960px;
	padding:30px 0 20px 20px;
	height:auto;
	overflow:hidden;
	position:relative;
}
#bio-testimonials {
	width: 180px;
	height:auto;
	background:url(../images/q.gif) 0 0;
	background-repeat: no-repeat;
	position:relative;
	float:left;
	padding:100px 20px 0 20px;/* border-right: 1px solid #444;*/
}
#bio-testimonials blockquote {
	padding:15px 0 0 0;
}
#bio-testimonials p {
	margin:0;
}
.quote-name {
	color:#d8d0ab;
	font-size:12px;
	margin:3px 0 8px 0;
	line-height:120%;
}
#bio-content {
	width: 409px;
	height:auto;
	padding: 0 0 0 10px;
	float:left;
	position:relative;
	border-left: 1px solid #444;
}
.cd-wrapper {
	width: 630px;
	height:auto;
	padding: 15px 0 15px 10px;
	float:left;
	border-bottom: 1px solid #515927;
	position:relative;
}
.cd-wrapper-last {
	width: 630px;
	height:auto;
	padding: 15px 0 15px 10px;
	float:left;
	position:relative;
}
.cd-info {
	width: 465px;
	height:auto;
	padding:5px 0 0 0;
	float:right;
	position:relative;
}
.single-wide {
	width: 630px;
	height:auto;
	padding: 10px 0 0 10px;
	float:left;
	position:relative;
}
.links-wrap {
	width: 630px;
	height:auto;
	padding: 0 0 10px 10px;
	float:left;
	position:relative;
}
.links-wrap h3 {
	color:#d6cda6;
}
.links-wrap p {
	margin: 0 0 .2em 0;
}
.links-wrap a {
	color:#d6cda6;
}
.epk-wrap {
	width: 630px;
	height:auto;
	padding: 10px 0 10px 10px;
	float:left;
	position:relative;
}
.newsletter-wrap {
	width: 630px;
	height:auto;
	padding: 0 0 0 10px;
	float:left;
	position:relative;
}
#news-wrapper {
	width: 630px;
	height:auto;
	padding: 0 0 0 10px;
	float:left;
	position:relative;
}
#news-wrapper img {
	float:right;
	margin:10px;
}
#news-wrapper ul {
	padding: 0 0 0 30px;
}
#news-wrapper ul li {
	list-style-image: url("../images/star.gif");
	font-size:12px;
	color:#FFFFFF;
}
#news-wrapper ol {
	padding: 0 0 10px 30px;
}
#news-wrapper ol li {
	font-size:12px;
	color:#FFFFFF;
}
#news-wrapper a {
	color:#d6cda6;
	text-decoration:underline;
}
#news-wrapper a:hover {
	text-decoration: none;
}
#footer {
	width: 960px;
	height:auto;
	position:relative;
	padding:7px 10px 20px 10px;
	z-index:0;
}
#comm-links {
	width: 600px;
	height:20px;
	padding:0 0 15px 0;
	position:relative;
}
#comm-links img {
	padding:0 10px 0 0;
}
.footer {
	background:url(../images/footer-basic.gif);
	background-repeat:no-repeat;
	position:relative;
}
#footer p {
	font-size:11px;
	color:#fff;
}
#footer a {
	outline:none;
	font-size:11px;
	color:#ffffff;
	text-decoration:underline;
}
#footer a:hover {
	text-decoration:none;
}
#mp3-clip1, #mp3-clip2, #mp3-clip3, #mp3-clip4, #mp3-clip5, #mp3-clip6, #mp3-clip7, #mp3-clip8 {
	width: 300px;
	height:340px;
	position:relative;
	margin-bottom:10px;
}
ul {
	padding:0;
	margin:0 0 20px 0;
}
ul li {
	list-style: none;
	font-size:12px;
	color:#FFFFFF;
	line-height:140%;
}
ul li a {
	font-size:12px;
	text-decoration:underline;
	line-height:140%;
}
ul li a:hover {
	text-decoration:none;
}
#contact-info {
	width: 630px;
	height:auto;
	padding: 10px 0 0 10px;
	float:left;
	position:relative;
}
#contact-info p {
	font-size:12px;
	color:#fff;
	margin-bottom:5px;
	line-height:140%;
}
#email1, #email2, #email3 {
	padding:5px 0 0 0;
	margin-bottom:20px;
}
.bio-dl {
	width: 240px;
	height:auto;
	float:left;
	padding-bottom:10px;
}
.bio-dl h3 {
	line-height:100%;
	font-size:13px;
	color:#f1b50c;
	margin: 0 0 3px 0;
}
/* GENERAL STYLES */
h1 {
	line-height:100%;
	font-size:16px;
	color:#f1b50c;
	margin-bottom:5px;
}
h2 {
	line-height:100%;
	font-size:14px;
	color:#f1b50c;
	margin-bottom:5px;
}
h3 {
	line-height:100%;
	font-size:13px;
	color:#f1b50c;
	margin: 10px 0 3px 0;
}
p {
	font-size:12px;
	color:#fff;
	margin: 0 0 .9em 0;
	line-height:140%;
}
a {
	outline:none;
	color:#ffffff;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
object {
	outline:none;
}
.middle {
	vertical-align: middle;
}
img {
	border:none;
}
.clear {
	clear:both;
}
.center {
	text-align:center;
}
hr {
	border: 0;
	width: 100%;
	color: #f1b50c;
	background-color: #f1b50c;
	height: 1px;
	margin: 7px 0 5px 0;
}
.left {
	float:left;
}
.right {
	float:right;
}
.img-left {
	float:left;
	margin:10px;
}
.img-right {
	float:right;
	margin:10px;
}
.noprint {
}
.hide {
	display:none;
}
.green {
	color:#42ed00;
}
.yellow {
	color:#f1b50c;
}
.top-5 {
	margin-top:5px;
}
.top-10 {
	margin-top:10px;
}
.btt {
	margin-top:10px;
}
.sm-print {
	font-size:11px;
}
#home-cd {
	position:absolute;
	z-index:10000;
	left: 540px;
	top: 430px;
}
#home-flowers {
	position:absolute;
	z-index:500;
	left: 796px;
	top: 505px;
}
#arts-council {
	position:absolute;
	z-index:10000;
	left: 783px;
	top: 472px;
}
