html {

	height: 100%;

}

body {

	font-size: 9pt;
	margin: 0;
	padding: 0;
	width: 100%;
	background-color: white;
	overflow: auto;
}

#all_content h1 {

	margin-top: 0px;
	font-size: 22pt;
	font-weight: bold;
}

h1, h2, h3 {
	text-transform: uppercase;
}

#all_content h2 {
	
	font-size: larger;

}

#all_content a {

	color: #FF0000;
	font-weight: bold;
	text-decoration: none;	
}

#all_content {

	overflow: hidden;

}

#all_content hr {

	border-top: 2px dashed black;
	background-color: transparent;
	margin-top: 1em;
	margin-bottom: 1em;
}


#flash_message {

	 border: 3px green solid;
	 background-color: lime;
	 padding: .5em;
	 width: 100%;
	 color: #FF0000;
	 font-size: x-large;
}


/* NAVIGATION */

#left_column {

	position: absolute;
	left: 12px;
	overflow: hidden;
	width: 154px;	
}

ul#nav {
	margin: 0px;
	position: relative;
	top: -26px;

}

ul#nav a {
	padding-top: 3px;
	padding-left: 5px;
	padding-right: 5px;	
	padding-bottom: 7px;
	width: 142px;
	height: 17px;
	display: block;
	font-weight: bold;
	font-size: 10pt;
	text-decoration: none;

}

ul#nav li {

	height: 26px;
	background-color: transparent;
	margin-top: 5px;
	margin-bottom: 5px;
	list-style: none;
}

ul#nav li.white {

	border: 1px solid white;

}

ul#nav li.white a {

	background-color: white;
	color: black;

}

ul#nav li.white a:hover, ul#nav li.red a:hover {

	background-color: transparent;
	color: black;
}

ul#nav li.red {

	border: 1px solid red;
}

ul#nav li.red a {

	font-size: 8pt;
	background-color: red;
	color: white;
}

/* MAIN CONTENT */

#center_column {

	position: absolute;
	left: 177px;
	overflow: visible;
	width: 644px;
}

#header {

	width: 100%;
	height: 145px;
	overflow: hidden;
}

#volcano_logo {

	float: right;
	margin-top: 30px;
}

#main_content {

	width: 592px;
	background-color: white;	
	float: left;
	margin-bottom: 25px;
	overflow: visible;
	padding: 25px;	
	min-height: 430px;
	height: auto !important;
	height: 430px;
}

/* RIGHT COLUMN */

#right_column {

	position: absolute;
	left: 830px;
	top: 145px;
	padding-left: 10px;
	padding-top: 10px;	
	width: 166px;
	background-color: white;
	color: black;
	height: 206px;
}

#credits {
	background-color: white;
	padding: 5px 10px 5px 10px;
	position: absolute;
	bottom: -46px;
	left: 0px;
	width: 156px;
	font-size: 8pt;
	line-height: 1.4em;
}



#social_links {

	list-style: none;
	margin: 0px;
	padding: 0px;
}

#social_links li {

	margin-top: .5em;
	margin-bottom: .5em;
}

#social_links img {

	margin-right: .5em;
	position: relative;
	top: 3px;
}

#social_links a {
	
	color: black;
	font-size: 8pt;
	font-weight: normal;
}


/* SHOWS */

#upcoming_shows {

	background-image: url(/images/content_backgrounds/shows_content_background.png);
	background-repeat: repeat-y;		
	margin-bottom: 4em;	
	padding: 25px;

}

#past_shows {

	background-image: url(/images/content_backgrounds/shows_content_background_bottom.png);
	background-repeat: repeat-y;		
	padding: 25px;
}

table.shows_table {

	width: 600px;
	border: 0px;
	font-size: 11pt;
}

table.shows_table td, table.shows_table tr {

	border: 0px;
	padding: .1em;
	font-size: 11pt;
	vertical-align: top;

}

table.shows_table td.shows_date_column {
	
	width: 120px;

}

table.shows_table td.shows_venue_column {

	width: 200px;
	font-style: italic;

}

table.shows_table td.shows_venue_column a {

	font-weight: bold;
	font-style: normal;
}


table.shows_table td.shows_location_column {

	width: 130px;
}

/* Biography */
#bio_text {

	font-size: 13pt;

}

/* Audio */
p.audio_listing {

	font-size: 18pt;

}

.audio_listing_album {

	font-style: italic;

}

.subheader {

	font-size: 18pt;
	color: #FF0000;
	font-weight: bold;

}

/* BLOG */

.blog_holder {

	width: 100%;
	margin-bottom: 2em;
	background-color: #CCFFFF;
	padding: 25px;

}

.blog_holder h1 {
	
	display: inline;
	margin: 0px;
	clear: none;

}

.pagination {

	float: right;

}

.blog_date {

	font-weight: bold;
	font-size: 11pt;

}

.comments_toggle {

	border: 1px solid red;
	color: white;
	background: red;
	width: auto;
	padding: .5em;
	cursor: pointer;	

}

div.comments_toggle_hover {

	background: white;
	color: black;

}

input.light_input {

	color: lightgrey;

}

.comments_holder {

	margin: 0 1em 1em 1em;
	border: 1px solid black;
	border-top: 0px;
	background-color: white;
	padding: 1em;
}

span.form_description {

	display: block;
	width: 5em;
	overflow: hidden;
	float: left;

}

div.comment {

	margin-bottom: 1em;	
	background-color: white;
	border: 1px solid black;
	padding: 1em;
}

h3.comment_title {

	display: block;
	border-bottom: 1px solid black;	
	padding: .4em;
	margin: 0px;
	background-color: white;
	border: 1px solid black;
	border-bottom: 0px;
	font-size: large;

}

/* Photo Gallery */
#photo_gallery {

	list-style: none;
	margin: 0px;
	padding: 0px;

}

#caption_holder {

	padding-left: 1em;

}

#alt_formating {

	font-size: 18pt;

}

/* Discography */

.discography_content {

	border: 1px solid red;

}

.release_holder {

	height: 250px;

}

.release_holder img {

	margin-right: 2em;
	float: left;
}

.release_holder .release_description {

	font-size: 12pt;
	float: left;
	margin-top: 150px;
}

/* Lyrics */

#lyrics_tabs {

	position: absolute;
	left: 0px;
	top: 114px;
	display: block;
	list-style: none;
	margin: 0px;
	padding: 0px;	

}

#lyrics_tabs li {

	float: left;
	margin-right: 8px;
	height: 26px;
	width: 153px;
}

#lyrics_tabs li a {

	text-decoration: underline;
	text-align: center;
	background-color: #b0ffff;
	display: block;
	color: black !important;
	width: 100%;
	height: 26px;
}

.ui-tabs-hide {

	display: none;

}

.content div.lyrics_holder {

	font-size: 11pt;

}

.content h2.lyrics_title {

	font-size: 11pt;
	font-weight: bold;
}

.content h3.lyrics_sub {

	font-size: 11pt;
	font-style: italic;
	font-weight: normal;
}

textarea.lyrics_editor {

	font-size: 9pt; 
	width: 100%; 
	height: 400px; 
	line-height: 1.2em
}

#recaptcha_area, #recaptcha_widget_div, #recaptcha_area div {

	padding-bottom: 0px !important;
	padding: 0px;


}