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

html, body, #wrap {
	height: 100%;
}

body > #wrap {
	height: auto;
	min-height: 100%;
}

#main {
	padding-bottom: 150px;
}  /* must be same height as the footer */

#noscroll {
	padding-top: 20px;
	padding-bottom: 0px;
}

/* CLEAR FIX*/

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* End hide from IE-mac */

body {
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: top center;
	background-image: url(../images/background.jpg);
}

#wrap {
	margin: 0px;
	padding: 0px;
}

/* NOTE: some pages have particular DIVs font-styles
They will be under that PAGE's section*/

/* CAP/BOLD Headers */

h1 {
	font-size: 24px;
	padding: 0px;
	font-weight: normal;
	color: #0072bc;
	font-family: Futura, Helvetica, Arial, sans-serif;
}

/* Secondary to Headers, ex: posted dates*/

h2 {
	font-size: 16px;
	font-weight: bold;
	color: #666666;
	font-family: Helvetica, Arial, sans-serif;
}

/* Tour Date/Venue/Info headers*/

h3 {
	font-size: 12px;
	font-weight: bold;
	color: #999;
	font-family: Helvetica, Arial, sans-serif;
	font-variant: small-caps;
}

h4 {
	font-size: 14px;
	font-weight: normal;
	color: #999;
	font-family: Helvetica, Arial, sans-serif;
}

h5 {
	font-size: 90px;
	font-weight: bold;
	color: #390;
	font-family: Arial Black, "Arial Black", Helvetica, Arial, sans-serif;
}

p {
	font-family: Futura, Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	color:#666;
	line-height: 20px;
}


li {
	font-family: Futura, Helvetica, Arial, sans-serif;
	font-size: 14px;
	color:#999;
	list-style-type:circle;
}

a {
	font-family: Futura, Helvetica, Arial, sans-serif;
	text-decoration: none;
	color: #0072bc;
	font-weight: bold;
	font-size: 12px;
	margin-left: 3px;
}

a:hover {
	text-decoration: none;
	color: #66a4d7;
}

.smalltext {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color:#999;
}

.tinytext {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 7px;
	font-weight: bold;
	color:#999;
}

.tinytext a {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 7px;
	font-weight: bold;
	color:#7373ae;
}


.italic {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-style: italic;
	font-weight: normal;
	font-variant: small-caps;
}

hr {
	height: 2px;
	background-color: #CCC;
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin-bottom: -5px;
	margin-top: 5px;
}

/* HEADER content */

#header {
	width: 800px;
	height: 161px;
	background-image:url(../images/header3.jpg);
	background-repeat: no-repeat;
}

#header a {
	font-family: Futura, Helvetica, Arial, sans-serif;
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
	font-size: 12px;
	margin-left: 3px;
}


#header a:hover {
	text-decoration: none;
	color: #66a4d7;
}


/* PAGE */

#page {
	width: 800px;
	height: 750px;
	margin: 35px auto;
	padding: 0px 0px 0px 0px;
	background-color:#FFF;
}

/* Page with Blank Background*/

#main_area {
	float: left;
	width: 700px;
	height: 100%;
	background-color:#FFF;
	padding-left: 50px;
	padding-top: 25px;
}

#circle_area {
	width: 632px;
	height: 196px;
	background-image:url(../images/CIRCLES_small.jpg);
	padding-top: 0px;
	padding-bottom: 25px;
	background-repeat: no-repeat;
	background-position: center;
}

/* FOOTER */

#footer {
	position: relative;
	margin-top: -30px; /* negative value of footer height */
	height: 100px;
	clear: both;
	background-color: #FFF;
}

#footer p {
	font-family: Futura, Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #999;
	font-weight: lighter;
	text-transform: none;
	text-decoration: none;
	text-align: center;
	vertical-align: bottom;
}

/* SCROLL */


.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #CCC;
}

.jScrollPaneDrag {
	position: absolute;
	background: #7373ae;
	cursor: pointer;
	overflow: hidden;
}

.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}

.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}

a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}

a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}

a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}

a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}
			
.holder {
	height: 580px;
	float: left;
	margin: 0px;
}

.holder_noheight {
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.scroll-pane {
	width: 550px;
	height: 580px;
	overflow: auto;
	background: #fff;
}

.scroll-pane-bio {
	width: 420px;
	height: 390px;
	overflow: auto;
	background: #fff;
	padding-top: 0px;
}

.scroll-pane-blog {
	width: 440px;
	height: 490px;
	overflow: auto;
	background: #fff;
	padding-top: 0px;
}

.scroll-pane-wide {
	width: 720px;
	height: 650px;
	background: #fff;
}

.scroll-pane-widest {
	width: 890px;
	height: 550px;
	background: #fff;
}

.scroll-pane-lyrics {
	width: 360px;
	height: 380px;
	margin-top: 10px;
	background: #fff;
}
.wide {
	width: 400px;
}

.super-wide {
	width: 700px;
}

.tall {
	height: 400px;
}

#pane1 {
	overflow: auto;
}

#pane2 {
	overflow: auto;
}
