	
html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, p, div, span, blockquote 
{
margin: 0;
padding: 0;
border: 0;
}

#borders
{
border: 2px solid blue;
}

body 
{
background: black;
color: black;
font-size: 12px;
font-family:Arial, Helvetica, sans-serif;
background-image:url(flames.gif);
background-repeat:repeat-x;
background-position:bottom left;
background-attachment:fixed }
}

a { text-decoration: none; color: #cc3333; }
a:visited { text-decoration: none; color: #cc3333; }
a:hover { text-decoration: underline; color: #cc3333; }
a:active { text-decoration: underline; color: #cc3333; }

.update_link { font-size: 18px; color: #cc3333; text-decoration: none; margin-bottom: 2px; }
.update_link a { color: #cc3333; text-decoration: none; }
.update_link a:visited { text-decoration: none; color: #cc3333; }
.update_link a:hover { text-decoration: underline; color: #cc3333; }
.update_link a:active {text-decoration: underline; color: #cc3333; }
.show_link { font-size: 18px; line-height: 17px; font-weight: normal; color: #cc3333; text-decoration: none; margin-bottom: 5px; }
.show_link a { color: #cc3333; text-decoration: none; }
.show_link a:visited { text-decoration: none; color: #cc3333; }
.show_link a:hover { text-decoration: underline; color: #cc3333; }
.show_link a:active {text-decoration: underline; color: #cc3333; }


.archive_link { float: left; width: 165px; font-size: 12px; color: #666666; text-decoration: none; margin-bottom: 2px; }
.archive_link a { color: #cc3333; font-weight: bold; text-decoration: none; }
.archive_link a:visited { text-decoration: none; font-weight: bold; color: #cc3333; }
.archive_link a:hover { text-decoration: underline; font-weight: bold; color: #cc3333; }
.archive_link a:active {text-decoration: underline; font-weight: bold; color: #cc3333; }

/* Structure containers */

#maincontainer {
	width: 100%;
	text-align: center;  /* IE5 assist */
	display: block;
	
}

#pagecontainer {
	width: 850px;
	margin: 0 auto 0 auto;
	padding: 0;
	display: block;
	background-color: black;
	border-left: 2px solid #989fa5;
	border-right: 2px solid #989fa5;
}

/* Status container */
	#statuscontainer {
		width: 100%;
		margin: 0;
		padding: 0;
		display: block;
		height: 29px;
		line-height: 29px;
		background: #5E0000;
		border: 1px solid #989fa5;
	}
	
	#status_left {
		display: inline;
		float: left;
		margin-left: 17px;
		padding: 0;
		color: white;
		font-size: 11px;
	}
		#status_left a { color: #cc3333; font-weight: bold; text-decoration: none; }
		#status_left a:visited { text-decoration: none; font-weight: bold; color: #cc3333; }
		#status_left a:hover { text-decoration: underline; font-weight: bold; color: #cc3333; }
		#status_left a:active {text-decoration: underline; font-weight: bold; color: #cc3333; }
		#status_right {
		display: inline;
		float: right;
		margin-right: 17px;
		padding: 0;
		color: black;
		font-size: 11px;
	}
		#status_right a { color: #cc3333; font-weight: bold; text-decoration: none; }
		#status_right a:visited { text-decoration: none; font-weight: bold; color: #cc3333; }
		#status_right a:hover { text-decoration: underline; font-weight: bold; color: #cc3333; }
		#status_right a:active {text-decoration: underline; font-weight: bold; color: #cc3333; }
		.status_highlight {
		color: black;
		font-weight: bold;
	}
	
	
/* Header container */
	#headercontainer {
		width: 100%;
		margin: 0;
		padding: 0;
		display: block;
		height: 184px;
		background: black;

	text-align: center;
		}	
	#header 
	{
		width: 100%;
		height: 120px;
		background: black;
	}

/* Navigation elements */
		.nav {

			height: 28px;
			margin-left: 0px;
			text-align: center;
			width:850px; 
			
			background-color: #5E0000;
			border: 1px solid #989fa5;

		}

		.nav ul {
			width:100%; 
			background-color: #5E0000;
			border: 0px solid #5E0000;
			margin-left: 0px;
			}
		
		.nav li {
			color: #fff;
			float: left;
			height: 28px;
			line-height: 28px;
			font-weight: bold;
			font-size: 12px;
			text-decoration: none;
			margin: 0px;
			list-style: none;
			
		}
		
		.navigation a {
			color: #ffffff;
			float: left;
			height: 28px;
			line-height: 28px;
			font-weight: bold;
			font-size: 12px;
			background: #5E0000  repeat-x right top;
			text-decoration: none;
			margin: 0px;
			list-style: none;
			padding-left: 9px;
			padding-right: 10px;
		}		
		.navigation a:visited {
			color: #ffffff;
			background: #990000 repeat-x right top;
			text-decoration: none;
			padding-left: 9px;
			padding-right: 10px;
		}
		
		
		.navigation a:hover {
			color: #ffffff;
			background: #990000;
			text-decoration: none;
			padding-left: 9px;
			padding-right: 10px;
		}
		
		.navigation a:active {
		color: #ffffff;
			background: #990000 url('../images/bg_nav_on.gif') repeat-x right top;
			text-decoration: none;
			padding-left: 9px;
			padding-right: 10px;
		}
		
		.navigation_select a, .navigation_select a:hover, .navigation_select a:active, .navigation_select a:visited {
			color: #505259;
			float: left;
			height: 28px;
			line-height: 28px;
			font-weight: bold;
			font-size: 12px;
			background: #5E0000 url('../images/bg_nav_select.gif') repeat-x right top;
			text-decoration: none;
			margin: 0px;
			list-style: none;
			padding-left: 9px;
			padding-right: 10px;
		}
		
		
		.nav_home a {
			color: #fff;
			float: left;
			height: 28px;
			line-height: 28px;
			font-weight: bold;
			font-size: 12px;
			background: #5E0000 url('../images/bg_nav_home_off.gif') repeat-x left top;
			text-decoration: none;
			margin: 30px;
			list-style: none;
			padding-left: 13px;
			padding-right: 9px;
		}
		
		.nav_home a:visited {
		color: #fff;
			background: #990000 url('../images/bg_nav_home_off.gif') repeat-x left top;
			text-decoration: none;
			padding-left: 13px;
			padding-right: 9px;
		}
		
		.nav_home a:hover {
			color: #fff;
			background: #990000 url('../images/bg_nav_home_on.gif') repeat-x left top;
			text-decoration: none;
			padding-left: 13px;
			padding-right: 9px;
		}
		
		.nav_home a:active {
			color: #fff;
			background: #990000 url('../images/bg_nav_home_on.gif') repeat-x left top;
			text-decoration: none;
			padding-left: 13px;
			padding-right: 9px;
		}
		
		.nav_home_select a, .nav_home_select a:hover, .nav_home_select a:active, .nav_home_select a:visited {
			color: #990000;
			float: left;
			height: 28px;
			line-height: 28px;
			font-weight: bold;
			font-size: 12px;
			background: #5E0000 url('../images/bg_nav_home_select.gif') repeat-x right top;
			text-decoration: none;
			margin: 0px;
			list-style: none;
			padding-left: 13px;
			padding-right: 9px;
		}
		
		
		.nav_contact a {
			color: #fff;
			float: left;
			height: 28px;
			line-height: 28px;
			font-weight: bold;
			font-size: 12px;
			background: #5E0000 url('../images/bg_nav_contact_off.gif') repeat-x left top;
			text-decoration: none;
			margin: 0px;
			list-style: none;
			padding-left: 9px;
			padding-right: 11px;
		}
		
		.nav_contact a:visited {
			color: #fff;
			background: #990000 url('../images/bg_nav_contact_off.gif') repeat-x left top;
			text-decoration: none;
			padding-left: 9px;
			padding-right: 11px;
		}
		
		.nav_contact a:hover {
			color: #fff;
			background: #99000 url('../images/bg_nav_contact_on.gif') repeat-x left top;
			text-decoration: none;
			padding-left: 9px;
			padding-right: 11px;
		}
		
		.nav_contact a:active {
			color: #fff;
			background: #990000 url('../images/bg_nav_contact_on.gif') repeat-x left top;
			text-decoration: none;
		padding-left: 9px;
			padding-right: 11px;
		}
		
		.nav_contact_select a, .nav_contact_select a:hover, .nav_contact_select a:active, .nav_contact_select a:visited {
			color: #990000;
			float: left;
			height: 28px;
			line-height: 28px;
			font-weight: bold;
			font-size: 12px;
			background: #2a2c34 url('../images/bg_nav_contact_select.gif') repeat-x right top;
			text-decoration: none;
			margin: 0px;
			list-style: none;
			padding-left: 9px;
			padding-right: 11px;
		}
		.nav_last {
			color: #fff;
			float: right;
			height: 28px;
			line-height: 28px;
			font-weight: bold;
			font-size: 12px;
			background: #5E0000 ;
			text-decoration: none;
			margin: 0px;
			list-style: none;
			padding-left: 9px;
			padding-right: 11px;
			width: 40px;
		}



#contentcontainer {
	width: 100%;  /* remove for liquid template */
	margin: 0;
	padding: 0;
	display: block;
	background: black url(../images/bg_content.gif) repeat-x top;
	border-top: 1px solid #989fa5;
	min-height: 400px;
}

#contentcontainer2 {
	width: 100%;  /* remove for liquid template */
	margin: 0;
	padding: 0;
	display: block;
	background: black url(../images/bg_content.gif) repeat-x top;
	min-height: 400px;
}

#content_image {
	width: 257px;  /* remove for liquid template */
	margin: 0;
	padding: 0;
	display: block;
	border-right: 1px solid #dfdfdf;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #dfdfdf;
	background-color: black;
	height: 171px;
}

#leftcolumn {
	float: left;
	width: 257px;  /* remove for liquid template */
	margin: 0;
	padding: 0;
	display: block;
	min-height: 400px;
	text-align: left;
	
}

*html #leftcolumn {height: 400px; }

#rightcolumn {
	float: left;
	width: 513px;  /* remove for liquid template */
	margin: 0;
	padding: 0;
	display: block;
	border-left: 1px solid #dfdfdf;
	min-height: 400px;	
}
*html #rightcolumn {height: 400px; }

#leftcontainer {
	width: auto; 
	margin-top:13px;
	margin-left:12px;
	margin-right:10px;
	margin-bottom:13px;
	padding: 0;
	display: block;
	text-align: left;
	
}

#indexcontainer {
	width: auto; 
	margin-top:13px;
	margin-left:12px;
	margin-bottom:13px;
	padding: 0;
	display: block;
	text-align: left;
	}

#rightcontainer {	width: auto; 
	margin-top:13px;
	margin-left:12px;
	margin-right:12px;
	margin-bottom:13px;
	padding: 0;
	display: block;
	text-align: left;
	
}

.update {
	width: auto;
	margin-top:15px;
	padding: 0;
	text-align: left;
	border-bottom: 1px dashed #989fa5;
}

.archive {
	width: auto;
	padding-top:5px;
	padding-bottom:5px;
	text-align: left;
	border-bottom: 1px dashed #989fa5;
}

.news_title {
	background: transparent url('../images/icon_news.gif') no-repeat left center;
	color: #999999;
	font-size: 18px;
	width: auto;
	padding-left: 28px;
	text-align: left;
	margin-bottom: 10px;
}

.reviews_title {
	background: transparent url('../images/icon_reviews.gif') no-repeat left center;
	color: #999999;
	font-size: 18px;
	width: auto;
	padding-left: 28px;
	text-align: left;
	margin-bottom: 10px;
}

.interviews_title {
	background: transparent url('../images/icon_interviews.gif') no-repeat left center;
	color: #999999;
	font-size: 18px;
	width: auto;
	padding-left: 28px;
	text-align: left;
	margin-bottom: 10px;
}

.competitions_title {
	background: transparent url('../images/icon_competitions.gif') no-repeat left center;
	color: #999999;
	font-size: 18px;
	width: auto;
	padding-left: 28px;
	text-align: left;
	margin-bottom: 10px;
}

.blog_title {
	background: transparent url('../images/icon_blog.gif') no-repeat left center;
	color: #999999;
	font-size: 18px;
	width: auto;
	padding-left: 28px;
	text-align: left;
	margin-bottom: 10px;
}

.contact_title {
	background: transparent url('../images/icon_contact.gif') no-repeat left center;
	color: #999999;
	font-size: 18px;
	width: auto;
	padding-left: 28px;
	text-align: left;
	margin-bottom: 10px;
}

.info_title {
	background: transparent url('../images/icon_info.gif') no-repeat left center;
	color: #999999;
	font-size: 18px;
	width: auto;
	padding-left: 28px;
	text-align: left;
	margin-bottom: 10px;
}

#comments {
	width: auto;  /* remove for liquid template */
	margin: 0;
	padding: 0;
	display: block;
}

.comments_title, .comments_title a, .comments_title a:hover, .comments_title a:active, .comments_title a:visited {
	float: left;
	color: #999999;
	font-size: 18px;
	line-height: 18px;
	width: auto;
	text-align: left;
	margin-bottom: 10px;
	text-decoration: none;
	cursor: default;
}
.comments_post {
	float: right;
	background: transparent url('../images/icon_comments.gif') no-repeat left center;
	color: #999999;
	font-size: 12px;
	line-height: 18px;
	width: auto;
	padding-left: 20px;
	text-align: left;
	margin-left: 15px;
}

.comments_post a { color: #cc3333; text-decoration: none; }
.comments_post a:visited { text-decoration: none; color: #cc3333; }
.comments_post a:hover { text-decoration: underline; color: #cc3333; }
.comments_post a:active {text-decoration: underline; color: #cc3333; }

.commentbox {
	font-size: 12px;
	line-height: 18px;
	width: auto;
	border: 1px solid #efefef;
	padding: 10px;
	text-align: left;
	margin-bottom: 15px;
}

.comment_poster {
	background: transparent url('../images/icon_user.gif') no-repeat left center;
	padding-left: 20px;
	float: left;
	font-weight: bold;
	color: #cc3333;
	font-size: 14px;
	width: auto;
	text-align: left;
}

.comment_poster a { color: #cc3333; text-decoration: none; }
.comment_poster a:visited { text-decoration: none; color: #cc3333; }
.comment_poster a:hover { text-decoration: underline; color: #cc3333; }
.comment_poster a:active {text-decoration: underline; color: #cc3333; }

.comment_date {
	float: right;
	background: transparent url('../images/icon_date.gif') no-repeat left center;
	padding-left: 20px;
	color: #3333333;
	font-size: 12px;
	width: auto;
	text-align: left;
	margin-bottom: 5px;
}

.comment_content {
	color: #666666;
	width: auto;
	text-align: left;
	line-height: 130%;
}

.date {
	float: left;
	background: transparent url('../images/icon_date.gif') no-repeat left center;
	color: #999999;
	font-size: 11px;
	width: auto;
	padding-left: 20px;
	text-align: left;
	margin-right: 15px;
}

.comments_link {
	float: left;
	background: transparent url('../images/icon_comments.gif') no-repeat left center;
	color: #999999;
	font-size: 11px;
	width: auto;
	padding-left: 20px;
	text-align: left;
}

.comments_link a { color: #999999; text-decoration: none; }
.comments_link a:visited { text-decoration: none; color: #999999; }
.comments_link a:hover { text-decoration: underline; color: #999999; }
.comments_link a:active {text-decoration: underline; color: #999999; }




.tickets_link {
	float: left;
	background: transparent url('../images/icon_tickets.gif') no-repeat left center;
	color: #999999;
	font-size: 11px;
	width: auto;
	padding-left: 20px;
	text-align: left;
	margin-right: 15px;

}

.tickets_link a { color: #999999; text-decoration: none; }
.tickets_link a:visited { text-decoration: none; color: #999999; }
.tickets_link a:hover { text-decoration: underline; color: #999999; }
.tickets_link a:active {text-decoration: underline; color: #999999; }

.tickets_link_white {
	float: left;
	background: transparent url('../images/icon_tickets_white.gif') no-repeat left center;
	color: #ffffff;
	font-size: 11px;
	width: auto;
	padding-left: 20px;
	text-align: left;
}

.tickets_link_white a { color: #ffffff; text-decoration: none; }
.tickets_link_white a:visited { text-decoration: none; color: #ffffff; }
.tickets_link_white a:hover { text-decoration: underline; color: #ffffff; }
.tickets_link_white a:active {text-decoration: underline; color: #ffffff; }

.show_tickets_link {
	background: transparent url('../images/icon_tickets.gif') no-repeat left center;
	color: #cc3333;
	font-size: 14px;
	font-weight: bold;
	width: auto;
	padding-left: 20px;
	text-align: left;
}

.show_tickets_link a { color: #cc3333; text-decoration: none; }

.show_tickets_link a:visited { text-decoration: none; color: #cc3333; }
.show_tickets_link a:hover { text-decoration: underline; color: #cc3333; }
.show_tickets_link a:active {text-decoration: underline; color: #cc3333; }

.sub_featured_show {
	width: auto;
	margin-top:18px;
	padding: 0;
	text-align: left;
}

.sub_featured_show_left {
	float: left;
	width: auto;
	padding: 1px;
	border: 1px solid #989fa5;
	background-color: black;
	margin-right:20px;
	padding: 0;
	text-align: left;
}

.blank_featured_show_left {
	float: left;
	width: auto;
	padding: 1px;
	width: 75px;
	height: 50px;
	margin-right:20px;
	padding: 0;
	text-align: left;
}
.sub_featured_show_image { border: 1px solid #ffffff; }

.sub_featured_show_right {
	float: left;
	width: 390px;
	padding: 0;
	text-align: left;
}

.sub_featured_show_index_right {
	float: left;
	width: 660px;
	padding: 0;
	text-align: left;
}

.show_date {
	width: auto;
	font-size: 14px;
	color: #666666;
	padding: 0;
	text-align: left;
	margin-bottom: 3px;
}

.content_title {
	width: auto;
	font-size: 24px;
	color: #cc3333;
	margin-bottom: 3px;
	}
	
	.content_title a { color: #cc3333; text-decoration: none; }
.content_title a:visited { text-decoration: none; color: #cc3333; }
.content_title a:hover { text-decoration: underline; color: #cc3333; }
.content_title a:active {text-decoration: underline; color: #cc3333; }
	
	.content_date {
	width: auto;
	background: transparent url('../images/icon_date.gif') no-repeat left center;
	padding-left: 20px;
	font-size: 14px;
	color: #666666;
	margin-bottom: 10px;
	float: left;
	}
	
	.content_comment {
	float: left;
	width: auto;
	background: transparent url('../images/icon_comments.gif') no-repeat left center;
	padding-left: 20px;
	font-size: 14px;
	color: #666666;
	margin-bottom: 10px;
	margin-left: 15px;
	}
	
	.content_comment a { color: #666666; text-decoration: none; }
.content_comment a:visited { text-decoration: none; color: #666666; }
.content_comment a:hover { text-decoration: underline; color: #666666; }
.content_comment a:active {text-decoration: underline; color: #666666; }

	.show_comment {
	width: auto;
	background: transparent url('../images/icon_comments.gif') no-repeat left center;
	padding-left: 20px;
	font-size: 14px;
	color: #666666;
	margin-top: 10px;
	margin-bottom: 10px;
	}
	
	.show_comment a { color: #666666; text-decoration: none; }
.show_comment a:visited { text-decoration: none; color: #666666; }
.show_comment a:hover { text-decoration: underline; color: #666666; }
.show_comment a:active {text-decoration: underline; color: #666666; }
	
	.review_header {
	width: auto;
	}
	
	.review_header_left {
	float: left;
	}
	
	.review_header_right {
	float: right;
	text-align: center;
	width: 55px;
	}
	
	.review_rating_title {
	font-size: 18px;
	color: #666666;
	font-weight: normal;
	margin-bottom: 3px;
	}
	
	.review_rating_score {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
	font-size: 18px;
	color: #ffffff;
	font-weight: bold;
	width: 38px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	background: transparent url(../images/icon_rating.gif) no-repeat center center;
	}
	
	.review_header_comment {
	width: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	}
	
	.review_rating_score_comment {
	float: left;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	width: 21px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	background: transparent url(../images/icon_rating_small.gif) no-repeat center center;
	}
	
	.review_rating_title_comment {
	float: left;
	font-size: 12px;
	color: #666666;
	font-weight: normal;
	line-height: 20px;	margin-left: 5px;
	}
	
	.review_date {
	width: 30em;
	font-size: 14px;
	color: #666666;
	margin-bottom: 5px;
	}
	
	.review_support {
	width: 30em;
	font-size: 12px;
	color: #666666;
	margin-bottom: 10px;
	}
	
	.content_text {
	width: auto;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px dashed #989fa5;
	line-height: 150%;
	}
	
	.content_text p {
	margin-bottom: 1em;
	}

#logo {
	width: 100%;
	float: left;
	margin-top: 18px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	padding: 0;
	display:inline;
	
}

#banner_ad {
	float: right;
	width: 468px;
	margin-top: 20px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 19px;
	height: 60px;
	padding: 0;
	display:inline;
}

#banner_ad img {
	border: 1px solid #989fa5;
}

#footercontainer {
	width: auto;  /* remove for liquid template */
	margin: 0;
	padding-left: 12px;
	padding-right: 12px;
	display: block;
	height: 29px;
	background: #5E0000;
	color: #cccccc;
	font-size: 11px;
	line-height: 29px;
}

#home_featured_band {
	width: 100%;  /* remove for liquid template */
	margin: 0;
	padding: 0;
	display: block;
	min-height: 0px;
	background: black;
	
	border-top: 1px solid #ffffff;	border-bottom: 1px solid #ffffff;
}
*html #home_featured_band {height: 0px; }

#home_featured_band_left {
	float: left;
	width: 150px; 
	margin: 10px;
	padding: 0;
	display: block;
	text-align: left;
}

#home_featured_band_right {
	width: 550px;
	float: left;
	margin-left: 50px;
	margin-top: 20px;
	padding: 0;
	text-align: left;
}

#home_featured_band_text {
	width: auto;
	padding: 0;
	font-size: 12px;
	line-height: 130%;
	color: white;
	text-align: middle;
	font-family: Arial, Helvetica, sans-serif;
}

#home_featured_band_support {
	width: auto;
	padding: 0;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 8px;
	margin-bottom: 8px;
}

#home_featured_band_support a { text-decoration: none; color: #ffffff; }
#home_featured_band_support a:visited { text-decoration: none; color: #ffffff; }
#home_featured_band_support a:hover { text-decoration: underline; color: #ffffff; }
#home_featured_band_support a:active { text-decoration: underline; color: #ffffff; }


#home_featured_band_right h1 {
font-family: Arial, Helvetica, sans-serif;
font-size: 36px;
line-height: 36px;
font-weight: normal;
color: #cc3333;
padding: 0;
margin: 0;
letter-spacing: -1px;
text-align: left;
margin-bottom: 3px;
}

#home_featured_band_right h1 a { text-decoration: none; color: #cc3333; }
#home_featured_band_right h1 a:visited { text-decoration: none; color: #cc3333; }
#home_featured_band_right h1 a:hover { text-decoration: underline; color: #cc3333; }
#home_featured_band_right h1 a:active { text-decoration: underline; color: #cc3333; }

#home_featured_band_right h2 {
font-family: Arial, Helvetica, sans-serif;
font-size: 18px;
line-height: 100%;
font-weight: normal;
color: #666666;
text-align: left;
margin-bottom: 5px;
}

.showdetail_title {
font-size: 36px;
line-height: 36px;
font-weight: normal;
color: #cc3333;
padding: 0;
margin: 0;
letter-spacing: -1px;
text-align: left;
margin-bottom: 3px;
}

.all_shows {
	width: auto;
	margin-top: 15px;
	margin-right: 10px;
	padding: 1px;
	border: 1px solid #e7e7e7;
	background-color: black;
}

.all_shows_table {
	width: 100%;
	border-collapse:collapse;
}

.all_shows_row1 {
background-color: #e2e5e7;
color: #333333;
border-collapse:collapse;
}

.all_shows_row2 {
background-color: #aab6c2;
color: #ffffff;
}

.all_shows_date_cell {
	width: 19%;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 1%;
	padding-right: 1%;
	vertical-align: top;
	border-bottom: 1px solid #ffffff;
}
.all_shows_bands_cell {
	width: 48%;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 1%;
	padding-right: 1%;
	font-weight: bold;
	vertical-align: top;
	border-bottom: 1px solid #ffffff;
}

.all_shows_venue_cell {
	width: 27%;
padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 1%;
	padding-right: 1%;
	vertical-align: top;
	border-bottom: 1px solid #ffffff;
}

.quote {
	width: 210px;
	margin: 10px;
	}

.pullquote {
	float:right;
	color: #666666;
	font-size:18px;
	line-height:140%;
	background: url(../images/quote_close.gif) no-repeat bottom right !important;
	padding:0px 25px 0px 0px;
}
.pullquote:first-letter {
	background: url(../images/quote_open.gif) no-repeat left top !important;
	padding:5px 0px 10px 35px!important;
}

.userrating_container {
padding: 1px;
border: 1px solid #8e9fae;
width: auto;
background-color: black;
color: #333333;
margin-bottom: 15px;
}
.userrating {
padding: 5px;
width: auto;
background: #8e9fae url(../images/bg_home_band.gif) repeat-x top;
color: #333333;
text-align: center;
}

.review_rating_submit_title {
width: auto;
text-align: left;
color: #333333;
margin-bottom: 5px;
}

.review_rating_submit_login {
width: auto;
text-align: left;
color: #333333;
font-size: 10px;
margin-bottom: 5px;
}

.review_rating_submit_form {
width: auto;
text-align: left;
color: #333333;
}

.review_rating_submit_enter {
width: auto;
text-align: left;
color: #333333;
margin-left: 5px;
}

.othercontent_container {
padding: 1px;
border: 1px solid #e2e5e7;
width: auto;
background-color: black;
color: #333333;
margin-bottom: 15px;
}

.othercontent {
padding: 5px;
width: auto;
background: #e2e5e7 url('../images/bg_othercontent.gif') repeat-x top;
color: #333333;
}

.othercontent_title {
	color: #333333;
	font-size: 18px;
	width: auto;
	text-align: left;
	margin-bottom: 10px;
}

.othercontent_link { font-size: 14px; font-weight: bold; color: #cc3333; text-decoration: none; margin-bottom: 2px; }
.othercontent_link a { color: #cc3333; text-decoration: none; }
.othercontent_link a:visited { text-decoration: none; color: #cc3333; }
.othercontent_link a:hover { text-decoration: underline; color: #cc3333; }
.othercontent_link a:active {text-decoration: underline; color: #cc3333; }

.othercontent_date {
	background: transparent url('../images/icon_date.gif') no-repeat left center;
	color: #333333;
	font-size: 11px;
	width: auto;
	padding-left: 20px;
	text-align: left;
	margin-bottom: 15px;
}

.show_detail_support_container {
width: auto;
padding-top: 20px;
padding-bottom: 20px;
border-bottom: 1px solid #dfdfdf;
}

.show_detail_support_right {
float: left;
width: auto;
}

.show_detail_text {
width: auto;
padding-bottom: 20px;
border-bottom: 1px solid #dfdfdf;
}

.show_info {
width: auto;
font-weight: bold;
font-size: 14px;
}

#content_featured {
	width: 100%;  /* remove for liquid template */
	margin: 0;
	padding: 0;
	display: block;
	min-height: 170px;
	background: #9cb0c0 url(../images/bg_contentheader.gif) repeat-x top;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}
*html #home_featured_band {height: 170px; }

#content_featured_left {
	float: left;
	width: 257px; 
	margin: 0;
	padding: 0;
	display: block;
	border-right: 1px solid #ffffff;
}

#content_featured_right {
	width: 490px;
	float: left;
	margin-left: 10px;
	margin-top: 6px;
	padding: 0;
	text-align: left;
}

.archive_date { float: left; font-size: 12px; color: #666666; text-decoration: none; margin-bottom: 2px; margin-right: 5px; width: 64px; }

.clear { clear: both; }

.clear_gap { clear: both; margin-bottom: 15px; }

.clear_5 { clear: both; margin-bottom: 5px; }

.confirm { color: #009933; font-weight: bold; }
