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

* {
	padding: 0;
	margin: 0;
	}

img {
	border: 0;
	}

body {
	background-color: #4e4f3f;
	font-family: myriad, "lucida grande", verdana, sans-serif;
	font-size: 100%;
	color: #1A1A1A;
	}

p {
	font-size: 85%;
	line-height: 140%;
	margin: 0 0 14px 0;
	}

li { font-size: 85%; list-style-type:none; }
	
strong {
	color: #1A1A1A;
	}	
	
h2 {
	font-size: 120%;
	font-weight: bold;
	font-variant: small-caps;
	}

h3 {
	font-size: 90%;
	padding: 5px;
	color: #C7B299;
	background-image: url(../images/sidebar_bg.png);
	background-repeat: repeat;
	}

h4 {
	font-size: 90%;
	margin: 5px 0 -4px 0;
	color: #534741;
	}
	
a { color: #534741; text-decoration: none; }
a:hover { color: #1A1A1A; }

/* ---------------------- CUSTOM CLASSES start ---------------------- */	
.heads-smallcaps {
	position: relative;
	top: 25px;
	color: #1A1A1A;
	text-align: right;
	margin-bottom:-10px;
	font-size: 120%;
	font-weight: bold;
	font-variant: small-caps;	
	}
	
.heads-smallcaps:hover {
	color: #111;
	}	
	
.heads-gold {
	position: relative;
	top: 25px;
	text-align: right;
	font-size: 90%;
	margin: 5px 0 -4px 0;
	color: #534741;
	}
	
.heads-gold:hover {
	color: #C7B299;
	}

a.buy_now {
	width:57px;
	height:16px;
	background:url(/images/buy_now.png) no-repeat 0 0;
	overflow:hidden;
	text-indent:-999px;
	display:inline-block;
	}

a.buy_now:hover {
	background-position:0 -17px;
	}

.float_left {
	float: left;
	}

.float_right {
	float: right;
	}

.sidebar h4 {
	font-size: 100%;
	margin: 5px 0 0 11px;
	color: #C7B299;
	}

.sidebar p {
	font-size: 100%;
	line-height: 120%;
	margin: 0 0 10px 11px;
	color: #998675;
	}

a.sidebar:link {
	font-size: 80%;
	line-height: 100%;
	text-decoration: none;
	color: #998675;
	}
	
a.sidebarvisited {
	font-size: 80%;
	line-height: 100%;
	text-decoration: none;
	color: #998675;
	}
	
a.sidebar:hover {
	font-size: 80%;
	line-height: 100%;
	text-decoration: none;
	color: #C7B299;
	}
	
button.sidebar {
	position: relative;
	top: 22px;
	left: -8px;
	background: transparent;
	background-image: url(../images/sidebar-add-up.png);
	background-repeat: no-repeat;
	width: 35px;
	height: 18px;
	float: right;
	border: none;
	cursor: pointer;
	}
	
button.sidebar:hover {
	top: 21px;
	background-image: url(../images/sidebar-add-over.png);
	}	
	
button.sidebar:active {
	outline: none;
	}
	
input.sidebar {
	width: 99px;
	height: 30px;
	font-size: 85%;
	margin: 7px 0 -3px 8px;
	padding: 15px 0 0 5px; /* push the text down into the faux text area */
	background: transparent;
	background-image: url(../images/form-mailing_list-blur.png);
	background-repeat: no-repeat;
	border: none;
	}
	
input.sidebar:focus {
	background-image: url(../images/form-mailing_list-focus.png);
	outline: none; /* hide dotted outline in Firefox */
	}
	
.lg_content p {
	margin: 0 0 10px 11px;
	color: #534741;
	}
	
.lg_content h2 {
	margin-top: 5px;
	}	
	
.lg_content h4 {
	margin: -3px 0 8px;
	}

.scroll_end {
	padding-bottom: 120px;
	}


/* Blog styles */	
	#blog #scrolling_content li {
		margin-bottom: 15px;
		border-bottom: 1px dashed #1A1A1A;
		}

/* Lyics styles */
	.lyrics li {
		margin-bottom: 22px;
		}
	
	.lyrics li p {
		margin: 0 0 -4px 11px;
		color: #534741;
		}
		
	.lyrics li h2 {
		margin-bottom: -16px;
		}

/* Links styles */		
	#links #scrolling_content a {
		color: #534741;
		text-decoration: line-through;
		}
	
	#links #scrolling_content a:hover {
		color: #1A1A1A;
		text-decoration: none;
		font-weight: bold;
		}
	
	#links #scrolling_content a:active {
		color: #1A1A1A;
		text-decoration: none;
		}


/* Downloads styles */	
	.download_link {
		position: relative;
		margin-left: auto;
		margin-right: auto;
		margin-top: 20px;
		margin-bottom: 10px;
		width: 248px;
		height: 90px;
		color: #534741;
		padding: 10px;
		}	
		
	.download_link:hover {
		cursor: pointer;
		background: url(/images/sidebar_bg.png) repeat;
		}
		
	.download_link img {
		margin: 0 5px 0 10px;
		}
		
	.download_link h2 {
		color: #1A1A1A;
		}
	
	.download_link:hover h2 {
		color: #111;
		}
		
	.download_link:hover h4 {
		color: #C7B299;
		}		


/* Store styles */	
	#store #scrolling_content li {
		margin: 10px;
		width: 255px;
		height: 90px;
		color: #534741;
		padding-right: 15px;
		float: left;
		border: 1px solid #1a1a1a;
		}	
		
	#store #scrolling_content li:hover {
		background: url(/images/sidebar_bg.png) repeat;
		}
	
	#store .description {
		float:right;
		text-align:right;
		}
		
	#store li .description h2 {
		font-size: 110%;
		color: #1A1A1A;
		}
	
	#store li:hover .description h2 {
		color: #111;
		}
		
	#store .description h4 {
		font-size: 110%;
		}				
	
	#store li:hover .description h4 {
		color: #C7B299;
		}
	
	#store .description a.buy_now { text-indent:999px; }
	
	#store #scrolling_content li img {
		float:left;
		}
		
	#store #scrolling_content li img:hover {
		cursor: pointer;
		}


/* Photos styles */
	#photo_list li {
		float:left;
		width:75px;
		overflow:hidden;
		margin:16px;
		border:2px solid #333;
		line-height:0;
		}
	
	#photo_list img { cursor:pointer; }


/* Thanks styles */	
	.thanks {
		position: relative;
		margin: 50% 60px 0;
		}	
/* ---------------------- CUSTOM CLASSES end ---------------------- */


#site_content {
	position: relative;
	height: 700px;
	width: 950px;
	margin: auto;
	z-index: 99;
	}


#container {
	height: 700px;
	width: 950px;
	margin: auto;
	position: relative;
	z-index: 2;
	}


/* ---------------------- HEADER starts ---------------------- */	
#header {
	position: absolute;
	height: 35px;
	width: 100%;
	left: 0px;
	top: 53px;
	height: 63px;
	background-color: #1A1A1A;
	z-index: 1;
	}

#logo {
	position: absolute;
	top: 30px;
	left: 22px;
	z-index: 6;
	width: 410px;
	height: 98px;
	}
/* ---------------------- HEADER ends ---------------------- */


/* NAVIGATION styles */	
#nav { position:relative; top:59px; left:460px; width:343px; z-index:7; }
	#nav li { position:absolute; }
		#nav a { position:relative; text-decoration:none; color:#534741; overflow:hidden; }
		#nav a:hover { color:#998675; }
			#nav span { position:absolute; top:0; left:0; z-index:10; display:block; background:url(/images/navigation.gif) no-repeat; } 
	#nav_bio { top:0px; left:0px; }
		#nav_bio span { background-position:0px 0px; width:65px; height:24px; }
		#nav_bio a:hover span { background-position:0px -50px; }
	#nav_lyrics { top:0px; left:78px; }
		#nav_lyrics span { background-position:-76px 0; width:90px; height:24px; }
		#nav_lyrics a:hover span { background-position:-76px -50px; }
	#nav_store { top:0px; left:182px; }
		#nav_store span { background-position:-175px 0; width:70px; height:24px; }
		#nav_store a:hover span { background-position:-175px -50px; }
	#nav_links { top:0px; left:264px; }
		#nav_links span { background-position:-262px 0; width:74px; height:24px; }
		#nav_links a:hover span { background-position:-262px -50px; }
	#nav_photos { top:28px; left:0px; }
		#nav_photos span { background-position:0 -27px; width:65px; height:24px; }
		#nav_photos a:hover span { background-position:0 -77px; }
	#nav_downloads { top:28px; left:78px; }
		#nav_downloads span { background-position:-76px -27px; width:90px; height:24px; }
		#nav_downloads a:hover span { background-position:-76px -77px; }
	#nav_blog { top:28px; left:182px; }
		#nav_blog span { background-position:-175px -27px; width:70px; height:24px; }
		#nav_blog a:hover span { background-position:-175px -77px; }
	#nav_contact { top:28px; left:264px; }
		#nav_contact span { background-position:-262px -27px; width:74px; height:24px; }
		#nav_contact a:hover span { background-position:-262px -77px; }
		
/* NAVIGATION active page styles */	
#bio #nav_bio span { background-position:0px -50px; }
#lyrics #nav_lyrics span { background-position:-76px -50px; }
#store #nav_store span { background-position:-175px -50px; }
#links #nav_links span { background-position:-262px -50px; }
#photos #nav_photos span { background-position:0 -77px; }
#downloads #nav_downloads span { background-position:-76px -77px; }
#blog #nav_blog span { background-position:-175px -77px; }
#contact #nav_contact span { background-position:-262px -77px; }



/* ---------------------- CUSTOM SCROLLBAR starts ---------------------- */	
#scroll_bar {
	position: absolute;
	/*left: 668px;
	top: 160px;*/
	left: 95px;
	top: 168px;
	}

#scroll_up, #scroll_down{
	border: 1px solid #CCC;
	width: 10px;
	height: 10px;
	color: #888;
	cursor: pointer;
	background: #EFEFEF;
	}

#scroll_drag {
	position: relative;
	left: 4px;
	width: 20px;
	height: 20px;
	cursor: pointer;
	float: right;
	background-image: url(../images/scroll-dragger.png);
	background-repeat: no-repeat;
	background-position: center;
	}
	
#scroll_track {
	position: relative;
	top: -5px;
	left: 300px;
	background-image: url(../images/scroll-track.png);
	background-repeat: no-repeat;
	background-position: right;
	height: 400px;
	width: 305px;
	}

#scroll_track.lg_content {
	left: 0px;
	background-image: url(../images/scroll-track.png);
	background-repeat: no-repeat;
	background-position: right;
	height: 400px;
	width: 600px;
	}

#scrolling_content {
	position: absolute;
	height: 392px;
	width: 285px;
	top: 5px;
	left: 8px;
	overflow: hidden;
	}

#scrolling_content.lg_content {
	height: 380px;
	width: 555px;
	}
	
#scrolling_content.lg_store { /* the store needed to be a tiny bit wider to accommodate 2 columns of merch */
	height: 382px;
	width: 600px;
	}	
	
#scroll_bar.lg_content {
	left: 75px;
	}
/* ---------------------- CUSTOM SCROLLBAR ends ---------------------- */	


/* Backgrounds for individual pages */
#blog #container, #photos #container, #store #container { background: url(/images/bg-large_paper.jpg) no-repeat; }
#links #container { background: url(/images/bg-links.jpg) no-repeat; }
#contact #container, #thanks #container { background: url(/images/bg-contact.jpg) no-repeat; }
#downloads #container { background: url(/images/bg-downloads.jpg) no-repeat; }
#lyrics #container { background: url(/images/bg-lyrics.jpg) no-repeat; }


#picture {
	position: absolute;
	top: 154px;
	left: 8px;
	width: 348px;
	overflow: hidden;
	z-index: 3;
	}

#lg_content {
	position: absolute;
	z-index: 4;
	height: 390px;
	width: 580px;
	left: 90px;
	top: 165px;
	}

#audio {
	position: absolute;
	top: 543px;
	left: 53px;
	z-index: 100;
	}
	

/* SIDEBAR styles */		
#sidebar {
	position: relative;
	width: 156px;
	top: 153px;
	left: 715px;
	padding: 0 0 15px;
	background: url(../images/sidebar_bg.png) repeat;
	border: 3px solid #1A1A1A;
	}

#sidebar h3 { padding:0; width:inherit; }

#more_shows {
	position: relative;
	width: 36px;
	height: 10px;
	margin: -5px 0 12px 0;
	left: 120px;
	}

#album_art {
	position: relative;
	margin: 5px auto 0;
	width: 140px;
	}

#buy_now {
	position: absolute;
	width: 36px;
	height: 10px;
	bottom: 12px;
	right: 45px;
	}		



#enter_audio {
	position: absolute;
	top: 390px;
	left: 208px;
	width: 85px;
	}

#enter_no_audio {
	position: absolute;
	top: 363px;
	left: 326px;
	width: 85px;
	}


/* -------------------------- FORM starts -------------------------- */	
form {
	font-size: 80%;
	color: #1A1A1A;
	}

input {
	width: 160px;
	height: 30px;
	padding: 16px 0 0 7px; /* push the text down into the faux text area */
	background: transparent no-repeat;
	border: none;
	}

input.name {
	background-image: url(../images/form-name-blur.png);
	}
	
input.name:focus {
	background-image: url(../images/form-name-focus.png);
	outline: none; /* hide dotted outline in Firefox */
	}

input.email {
	background-image: url(../images/form-email-blur.png);
	}
	
input.email:focus {
	background-image: url(../images/form-email-focus.png);
	outline: none; /* hide dotted outline in Firefox */
	}

textarea.comments {
	width: 160px;
	height: 100px;
	padding: 16px 0 0 7px; /* push the text down into the faux text area */
	background: transparent url(../images/form-comments-blur.png) no-repeat;
	border: none;
	}
	
textarea.comments:focus {
	background-image: url(../images/form-comments-focus.png);
	outline: none; /* hide dotted outline in Firefox */
	}

button.submit {
	position: absolute;
	top: 270px;
	left: 163px;
	background: transparent url(../images/form-send.png) no-repeat;
	width: 35px;
	height: 18px;
	border: none;
	cursor: pointer;
	outline: none; /* hide dotted outline in Firefox */
	} 

button.submit:hover {
	top: 269px;
	}

button.reset {
	position: absolute;
	top: 270px;
	left: 125px;
	background: transparent url(../images/form-reset.png) no-repeat;
	width: 35px;
	height: 18px;
	border: none;
	cursor: pointer;
	outline: none; /* hide dotted outline in Firefox */
	} 

button.reset:hover {
	top: 269px;
	}
/* -------------------------- FORM ends -------------------------- */


/* Moognify styles */
.moognifyBorder {
	background-color: #757575;
	color: #1A1A1A;
	}
	
.blue { color:blue; text-decoration:underline; }