/* 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:url(../images/main-bg.jpg) center top no-repeat #000;
	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) 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;
	margin:0;
	padding:0;
	position:relative;
}
/* START HOME PAGE */

#home-wrapper {
	width: 980px;
	background:url(../images/home-bg-alt.jpg) top no-repeat;
	height:auto;
	position:relative;
	z-index:1;
    padding-bottom:120px;
}
#home-content {
	width: 420px;
	height:auto;
	min-height:370px;
	padding: 30px 40px 20px 310px;
	float:left;
}

* html div#home-content { 
   height: expression( this.scrollHeight < 370 ? "370px" : "auto" ); /* sets min-height for IE */
}


#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 0 8px 0;
}
#home-content blockquote {
	padding:10px 0 0 0;
	border-top: 1px dotted #545c29;
	margin-top:15px;
}
#home-content blockquote p {
	color: #f1b50c;
	font-style:italic;
	margin:0; }
#home-content blockquote p.fromname { color:#FFF; font-style:normal;}

#home-inner {
	width: 420px;
	height:auto;
	padding: 0 0 20px 0;
	position:relative;
}
#home-inner img {
	float:right;
	clear:right;
	margin:0 0 10px 12px;
	border:5px solid #626c2f;
}

.pic-credit {
	font-size:11px;
	line-height: 110%;
}
#cd-info {
	width: 220px;
	height: auto;
	padding: 20px 170px 0 0;
	text-align:right;
	position:absolute;
	left: 337px;
	top: -144px;
	z-index:102;
}
#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:520px;
	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: 175px;
	padding: 5px 10px 5px 5px;
	max-height: 480px;
	height:480px;
	overflow:auto;
	overflow-x:hidden;
}
* html div#news-column-scroll {
 height: expression( this.scrollHeight > 480 ? "480px" : "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:#fff;
	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) no-repeat;
}

.gigs {
	background:url(../images/gigs-bg.jpg)  no-repeat;
	
}
.news {
	background:url(../images/news-bg.jpg) 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 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;
}

/* FOOTER HOME */
#footer-home {
	background:url(../images/footer-basic.gif) no-repeat #000;
	width: 960px;
	height:auto;
	position:relative;
	padding:7px 10px 20px 10px;
	z-index:100;
}
#footer p {
	font-size:11px;
	color:#fff;
}
#footer-home a {
	outline:none;
	font-size:11px;
	color:#fff;
	text-decoration:underline;
}
#footer-home a:hover {
	text-decoration:none;
}

#comm-links {
	width: 200px;
	height:20px;
	padding:0 0 15px 0;
	position:relative;
}
#comm-links img {
	padding:0 10px 0 0;
}
.footer {
	background:url(../images/footer-basic.gif) no-repeat;
	position:relative;
}
#footer p {
	font-size:11px;
	color:#fff;
}
#footer a {
	outline:none;
	font-size:11px;
	color:#fff;
	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, #mp3-clip9, #mp3-clip10 {
	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:#fff;
	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:#fff;
	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: 528px;
	top: -112px;
	z-index:101;
}
#home-flowers {
	position:absolute;
	z-index:500;
	left: 791px;
	top: -75px;
}
#arts-council {
	position:absolute;
	z-index:10000;
	left: 778px;
	top: -107px;
}

