@charset "UTF-8";
/* CSS Document */
/* hides from IE5-mac \*/

* html .fixme {
	height: 1%;
}
/*
* {
	padding: 0;
	margin: 0;
}*/

body {
	background-repeat: repeat-x;
	background-color: #00CC99;
	background-image: url(../_pix/bg-main.jpg);
	}

a {
	text-decoration:underline;
}
a:link {
	color: #043F8D;
	font-style: normal;
}
a:visited {
	color: #043F8D;
	font-style: normal;
}
a:hover {
	color: #FFF;
	background-color: #C00;
	text-decoration:none;
	font-style: normal;
} 
a:active {
	color: #FF0;
	background-color: #C00;
	text-decoration:none;
	font-style: italic;
}



/* LAYOUT  ----------------------------------------------------------------------*/

#wrapper {
	/*width:870px;*/
	width:100%;
	margin:0 auto;
}


#header {
	width:100%;
	height: 104px;
	margin:0 auto 12;
	/*background-image: url(../_images/underbar.gif);
	background-repeat: no-repeat;
	background-position: bottom;*/
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
#main {
	width:94%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	/*min-width: 800px;*/
}
#leftcol {
	float: left;
	width: 350px;
}
#rightcol {
	float: right;
	width: 520px;
	padding-top: 20px;
}
#rightcol_press {
	float: right;
	width: 460px;
	padding-top: 20px;
	margin: 30px;
	background-color: #FFFFFF;
}
#footer {
	width:100%;
	margin-top: 30;
	margin-right: auto;
	margin-bottom: 30;
	margin-left: auto;
	padding-left: 30px;
}


/* STYLES --------------------------------------------------- */

.head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 145%;
	color: #FC0;
	font-weight: bold;
	margin-bottom: 12px;
}
.bodytext {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.5em;
	color: #FFFFFF;
	margin-bottom: 12px;
	padding-right: 30px;
}

.lyrictext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 140%;
	color: #003399;
	font-weight: bold;
	margin-bottom: 12px;
	padding-right: 30px;
}

/*DELETE?? ------------    */
.shows {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 145%;
	color: #03398C;
	font-weight: bold;
	margin-bottom: 12px;
	padding-right: 6px;
	padding-left: 6px;
	padding-bottom: 12px;
}

.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.5em;
	color: #FFFFFF;
	font-weight: bold;
	margin-bottom: 12px;
	margin-top: 16px;
}
.press_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 145%;
	color: #003366;
}
.press_text A:link {
	color: #003399;
	text-decoration: underline;
}
.press_text A:visited {
	color: #0046D7;
	text-decoration: underline;
}
.press_text A:hover {
	color: #0066FF;
	text-decoration: none;
}
.whitebkgrnd {
	background-color: #FFFFFF;
}
.press_head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	line-height: 145%;
	color: #003366;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.press_subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 145%;
	color: #003366;
	font-weight: bold;
	margin-top: 0px;
}
.photocaption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.4em;
	color: #003366;
	font-weight: bold;
	margin-bottom: 12px;
	padding-right: 30px;
	padding-left: 20px;
}




/* H --------------------------------------*/


h1{
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size: 33px;
	color: #FF0;
	font-weight: bold;
	line-height: 1.5em;
}

h2{
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFF;
	/*color: #FFFF2B;*/
	font-size: 18px;
	border-left-width: 15px;
	border-left-style: solid;
	border-left-color: #00BB25;
	width: 80%;
	padding-left: 10px;
	line-height: 1.4em;
	padding-top: 0px;
	padding-bottom: 0px;
	/* purple bottom line
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8F01B3;*/

}
h3 {
	color: #096;
	font-size: 24px;
	font-weight: normal;
	font-family: "Arial Black", Gadget, sans-serif;
	margin-top: 30px;
}
.text {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.4em;
	color: #FFFFFF;
	/*margin-bottom: 12px;
	padding-right: 30px;*/
}

.kicker {
	font-size: 17px;
	line-height: 1.5em;
	color: #00DF2D;
	font-weight: normal;
	font-style: normal;
	font-family: "Comic Sans MS", cursive;
	/*margin-bottom: 12px;
	margin-top: 16px;*/
}

.intro_paragraph {
	font-size: 20px;
	line-height: 140%;
}

.text a {
	text-decoration:underline;
}
.text a:link {
	font-style: normal;
	color: #FF3;
}
.text a:visited {
	color: #FF6;
	font-style: normal;
}
.text a:hover {
	color: #FFF;
	background-color: #C00;
	text-decoration:none;
	font-style: normal;
} 
.text a:active {
	color: #FF0;
	background-color: #C00;
	text-decoration:none;
	font-style: italic;
}

.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.4em;
	color: #609;
	font-weight: bold;
	width: 95%;
	/*margin-bottom: 12px;
	padding-right: 30px;*/
}

.float_left {
	float: left;
	margin-right: 15px;
}
.float_right {
	float: right;
	padding-left: 15px;
}
.border {
	border: 1px solid #000;
}

.party_theme{
	color: #039;
	font-style: italic;
}
.byline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
}
.byline a:link {
	color: #FFF;
	font-style: normal;
}
.byline a:visited {
	color: #FFF;
	font-style: normal;
}
.fun_purple {
	background-color: #60F;
	padding-right: 2px;
	padding-left: 2px;
}
.fun_orange {
	background-color: #F60;
	padding-right: 2px;
	padding-left: 2px;
}
.fun_green {
	background-color: #0C0;
	color: #000;
	padding-right: 2px;
	padding-left: 2px;
}
.fun_blue {
	background-color: #00F;
	color: #FFF;
	padding-right: 2px;
	padding-left: 2px;
}
.fun_red {
	background-color: #C00;
	padding-right: 2px;
	padding-left: 2px;
}
.fun_show {
	background-color: #01A782;
	color: #000;
	padding-right: 2px;
	padding-left: 2px;
}

#show_wrapper {
}
#show_wrapper td{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D6D6D6;
}
#seanettle {

}
#seanettle ul {

}
#seanettle ul li {
	list-style-image: url(jellyfish01.gif);
	padding-bottom: 10px;
}
#article td{
	background-color: #FFF;
	padding: 15px;
}
.text_sm {
	font-size: 12px;
	line-height: 1.4em;
}
#article_nav td {
	padding: 0px;
}
.pic_center {
	margin-right: auto;
	margin-left: auto;
	display: block;
}
#songs {
}
#songs ul {
	padding-left: 0px;
	margin-left: 0px;
}
#songs ul li {
	list-style-type: none;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 17px;
	margin-left: 0px;
	padding-left: 12px;
	line-height: 2.3em;
}
#songs li a:link {
	color: #00C;
}
#songs li a:visited{
	color: #039;
	font-style:italic;
}
#songs li a:hover{
	color: #FFF;
	font-style:italic;
}
#songs li a:active{
	color: #FF0;
	font-style:italic;
}


#shows {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.4em;
}

#songs h1 {
	font-size: 26px;
	background-color: #01848E;
	padding-left: 6px;
}
#main #booking_wrapper {
	padding-left: 30px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	color: #FFFFFF;
	font-weight: bold;
}

#booking_wrapper h2 {
	font-size: 22px;
	line-height: 1.4em;
	color: #0F0;
	border-left-width: 15px;
	border-left-style: solid;
	border-left-color: #F60;
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #0F0;
	width: 100%;
	padding-left: 10px;
}

#booking_wrapper h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
}
#listen {

}
#listen p {
	margin-bottom: 0px;
	padding-bottom: 4px;
}
#listen ul {
	margin-top: 0px;
	padding-top: 0px;
	margin-left: 10px;
}
#listen ul li {
	list-style-type: none;
	margin-left: -38px;
}
#listen li a {
	font-size: 16px;
	font-weight: bold;
	line-height: 135%;
}
