@charset "utf-8";
/* CSS Document */

body {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#180802 none repeat scroll 0 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #edbe7e;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	letter-spacing: normal;
	text-align: center;
}
html, body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, blockquote {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6, em, strong, th {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	font-style: normal;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
em {
	color: #d2070d;
}
ul, ol {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}

p {
	line-height: 1.5em;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	letter-spacing: normal;
	margin: 0;
	padding: 0 0 10px 0;
}
.winter {color: #7992a9;}
.wintershw {color: #eaeaea;}
.wintertitle {color: #eaeaea; font-size: 18px;}
.storytitle {color: #cd5b08; font-size: 18px;}
.instrument {color: #7992a9; font-style:italic; font-size: 11px;}
a {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	color: #454545;
	text-decoration:none;
	letter-spacing:normal;
}
a:hover {
	color: #7992a9;
}
img {
	border-width:0;
}
.clearBoth {
	clear:both;
	display: none;
}

/*********************/
/*    POSITIONING    */
/*********************/
div#wrap {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	text-align: left;
	padding: 0;
}
div#header {
	position: relative;
	width: 100%;
}
div#logo {
	position: relative;
	padding: 27px 0 0 10px;
}
#content {
	position: relative;
}
#topcontent {
	border: #454545 solid 1px;
	padding: 16px 20px 17px 18px;
}
#bottomcontent {
	background-image: url(images/backbottom.jpg);
	background-repeat: no-repeat;
	height: 340px;
	padding: 11px 19px 0 20px;
}
#mainpic {
	border: #6c341d solid 4px;
}
#colmleft {
	width: 120px;
	height: 315px;
	float: left;
	background-image:url(images/backmusician.jpg);
	background-repeat: repeat-x;
	border: #562b1a solid 1px;
	padding: 9px 0 0 15px;
}
#colmleft h2 {
	color: #e46c23;
	color: #cd5b08;
	font-size: 18px;
	padding: 0 0 12px 0;
}
#colmleft ul li {padding: 0 0 20px 0;}
#colmright {
	width: 760px;
	float: right;
}

#story {
	width: 458px;
	float: left;
	padding: 9px 15px 0 0;
	text-align: justify;
}
#story p {padding: 0 11px 18px 0;}
#storybio {width: 348px; float: left;}
#songs {
	width: 271px;
	height: 317px;
	float: right;
	background-image:url(images/backsong.jpg);
	background-repeat: repeat-x;
	border: #562b1a solid 1px;
	padding: 11px 0 0 13px;
}
#songs h2 {
	color: #b85132;
	color: #cd5b08;
	font-size: 22px;
	padding: 0 0 12px 0;
}
#songs ul li {
	padding: 0 0 13px 0;
	text-transform: uppercase;
	font-size: 11px;
}
#songs ul li.intermez {color: #d19330; height: 12px; padding:0 0 13px 9px;}

/**********************/
/*    ICON ITEMS      */
/**********************/
#icond {
	position: relative;
	width: 61px;
	height: 207px;
	float: right;
	background-image: url(images/backicons.jpg);
	background-repeat: repeat-x;
	border: #454545 solid 1px;
	margin: 0 0 0 0;
	padding: 19px 0 0 15px;
}
#icond ul {
}
#icond li {
	position: relative;
	padding: 0 0 9px 0;
}
#ticket a {
	width: 48px;
	height: 48px;
	background-image: url(images/ticketup.jpg);
	background-repeat: no-repeat;
	background-position: left;
	display: block;
	margin-bottom: 22px;
}
#ticket a:hover {
	background-image: url(images/ticketover.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
#faceb a {
	width: 48px;
	height: 48px;
	background-image:url(images/facebup.gif);
	background-repeat: no-repeat;
	background-position: left;
	display: block;
}
#faceb a:hover {
	background-image:url(images/facebover.gif);
	background-repeat: no-repeat;
	background-position: left;
}
#twit a {
	width: 48px;
	height: 48px;
	background-image:url(images/twitup.gif);
	background-repeat: no-repeat;
	background-position: left;
	display: block;
}
#twit a:hover {
	background-image:url(images/twitover.gif);
	background-repeat: no-repeat;
	background-position: left;
}

/**********************/
/*   TOP NAVIGATION   */
/**********************/
#navmenu {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	position: relative;
	height: 2em;
	width: 29em;
	padding: 17px 0 0 23px;
}
#navmenu UL {
	margin:0 auto;
	padding: 0;
	width: 29em;
}
#navmenu UL LI {
	position: relative;
	display: block; 
	float: left; 
	margin: 0;
	padding: 0 1.4em 0 0; 
	text-indent:0;
	text-transform:uppercase;
}
#navmenu A {
	font-family: "trebuchet ms", Verdana, Arial, Helvetica, sans-serif;
	color: #d19330;
	padding: .5em 0 .5em 0;
}
#navmenu A:hover {
	color: #eaeaea;
}
/*********************/
/*      CONTACT      */
/*********************/
#contactleft {
	float:left;
}
#contactright {
	float: right;
}
#contact {
}
#contact ul li {
	position: relative;
	background-image:url(images/con1.jpg);
	background-repeat: no-repeat;
	width: 136px;
	height: 330px;
	display: block; 
	float: left; 
	margin: 0 7px 0 0;
	padding: 16px 0 0 0; 
	text-indent:0;
	text-transform:uppercase;
	text-align: center;
}
#contact ul li.second {
	background-image:url(images/con2.jpg);
	background-repeat: no-repeat;
}
#contact ul li.third {
	background-image:url(images/con3.jpg);
	background-repeat: no-repeat;
}
#contact ul li.fourth {
	background-image:url(images/con4.jpg);
	background-repeat: no-repeat;
	padding: 12px 44px 0 44px;
	width: 48px;
}
#contact ul li h1 {
	font-family: "trebuchet ms", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #d19330;
	padding: 0 0 3px 0;
}
#contact ul li p, #contact ul li a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	color: #e46c23;
	text-transform:none;
}
#contact ul li a:hover {
	color: #eaeaea;
}
#contact #cticket a {
	width: 48px;
	height: 48px;
	background-image: url(images/ticketup.jpg);
	background-repeat: no-repeat;
	background-position: left;
	display: block;
	margin-bottom: 26px;
}
#contact #cticket a:hover {
	background-image: url(images/ticketover.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
#contact #cfaceb a {
	width: 48px;
	height: 48px;
	background-image:url(images/facebup.gif);
	background-repeat: no-repeat;
	background-position: left;
	display: block;
	margin: 92px 0 0 0;
}
#contact #cfaceb a:hover {
	background-image:url(images/facebover.gif);
	background-repeat: no-repeat;
	background-position: left;
}
#contact #ctwit a {
	width: 48px;
	height: 48px;
	background-image:url(images/twitup.gif);
	background-repeat: no-repeat;
	background-position: left;
	display: block;
	margin: 9px 0 0 0;
}
#contact #ctwit a:hover {
	background-image:url(images/twitover.gif);
	background-repeat: no-repeat;
	background-position: left;
}
#concerts {	width: 257px;
	height: 317px;
	float: right;
	background-image:url(images/backsong.jpg);
	background-repeat: repeat-x;
	border: #562b1a solid 1px;
	padding: 11px 0 0 27px;
}
#concerts h2 {
	color: #b85132;
	color: #cd5b08;
	font-size: 22px;
	padding: 0 0 6px 0;
}
#concerts ul li {
	padding: 0 0 12px 0;
	text-transform: uppercase;
	font-size: 11px;
}
#concerts ul li.intermez {color: #d19330; height: 12px; padding:0 0 13px 9px;}

#footer {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	border: #454545 solid 1px;
	width: 100%;
	padding: 15px 0 0 0;
	height: 33px;
	font-size: 12px;
}
#footer A {
	font-family: "trebuchet ms", Verdana, Arial, Helvetica, sans-serif;
	color: #d19330;
	color: #7992a9;
	color: #cd5b08;
	margin: 0 0 0 24px;
	padding: 3px 5px;
	display: block;
	text-transform:uppercase;
}
#footer A:hover {
	color: #eaeaea;
	background-color: #282828;
	padding: 2px 4px;
	border: #626262 solid 1px;
}
#redcreek {
	color: #767676;
	float: right;
	padding: 8px 15px 20px 0;
	font-size: 0.87em;
}
#redcreek a {
	color: #969696;
}
#redcreek a:hover {
	color: #d19330;
}