body {
	background: #390000;
	text-align: center;
	margin: 0;
	padding: 0;
}
	
img {
	border: 0;
}
	
#container {
	position: relative;
	margin: 0 auto; /* center */
	padding: 0;
	width: 820px;
}
	
#inner-container {
	background: #390000 url('/images/bg_red_tribal.jpg') no-repeat;
	margin: 0 -100px 0 -100px;
	padding: 0 100px 0 100px;
	width: 820px;
	min-height: 1000px;
	_height: 1000px;
}
	
#inner-inner-container {
	width: 820px;
	text-align: center;
}

#frame-corner-left {
	position: absolute;
	top: 0;
	left: -5px;
	z-index: 5;
	background: url('/images/frame_corner_left.png') no-repeat;
	width: 118px;
	height: 115px;
}

#frame-corner-rt {
	position: absolute;
	top: 0;
	right: -5px;
	z-index: 5;
	background: url('/images/frame_corner_rt.png') no-repeat;
	width: 118px;
	height: 115px;
}
	
#content-container {
	position: relative;
	background: url('/images/bg_body.gif') repeat-y;
	width: 750px;
	margin: 0 auto; /* center */
	padding: 0 15px 0 15px;
}
	
#content-inner-container {
	position: relative;
	background: url('/images/bg_grey_tribal.jpg') repeat-y;
	width: 750px;
	text-align: left;
	padding: 0;
}
	
#header {
	background: url('/images/bg_014057_40percent.png');
	_background: url('/images/bg_014057_40percent.gif');
	width: 750px;
	height: 100px;
	margin: 0 auto; /* center */
	padding: 0;
	text-align: center;
}
	
#flash_container {
	position: absolute;
	top: 65px;
	left: 35px;
	z-index: 10;
}
	
#flash_nav {
	position: relative;
	display: block;
	margin: 0 auto; /* center */
}
	
#home-content {
	position: relative;
	padding: 10px 40px 0 40px;
}
	
#page-content {
	position: relative;
	padding: 20px 20px 0 20px;
	min-height: 500px;
}
	
#home-bands {
	position: relative;
	background: url('/images/bg_home_bands.jpg') no-repeat top right;
	text-align: right;
	height: 185px;
}
	
#home-news {
	background: #c5dee4;
	overflow: hidden;
}
	
#home-news-inner {
	float: left;
	font-size: 10px;
	padding: 15px 15px 5px 225px;
	width: 260px;
}
	
#home-news-inner ul {
	margin: 5px 0 10px 0;
	padding: 0;
}
	
#home-news-inner li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#home-email {
	float: left;
	padding: 5px 15px;
}

#home-community {
	position: relative;
	background: url('/images/bg_014057_40percent.png');
	_background: url('/images/bg_014057_40percent.gif');
	padding: 0;
}

#home-community .hdr {
	float: left;
	width: 160px;
}

#home-community .content {
	float: left;
	width: 465px;
	margin: 0 0 0 10px;
	padding: 15px;
}

#home-tourdates {
	position: absolute;
	top: 0;
	left: 20px;
	_left: -20px;
	z-index: 5;
	width: 226px;
}

#home-tourdates-top {
	position: absolute;
	background: url('/images/bg_home_tourdates_top.png') no-repeat;
	width: 226px;
	height: 53px;
	z-index: 2;
}

#home-tourdates-mid {
	background: url('/images/bg_home_tourdates_mid.png') repeat-y;
	padding: 30px 30px 15px 30px;
	min-height: 260px;
	_height: 260px;
}

#home-tourdates-bot {
	position: relative;
	background: url('/images/bg_home_tourdates_bot.png') no-repeat;
	height: 51px;
	margin-top: -32px;
	text-align: center;
}

#home-tourdates-inner {
	color: #848484;
	display: block;
	position: relative;
}

#home-tourdates-inner .hdr {
	margin: 0 0 0 5px;
}
	
#home-tourdates table {
	width: 165px;
}
	
#home-tourdates td {
	font-size: 9px;
}
	
#home-tourdates .month {
	padding: 1px 5px 0 5px;
}
	
#home-tourdates .venue {
	padding: 1px 0 0 0;
}

#home-tourdates a:link, #home-tourdates a:visited { 
	text-decoration: underline; 
	color: #848484; 
}
	
#home-tourdates a:active, #home-tourdates a:hover { 
	text-decoration: underline; 
	color: #848484;
}

#home-bandphotos {
	position: relative;
	background: url('/images/bg_014057_60percent.png');
	_background: url('/images/bg_014057_60percent.gif');
	padding: 15px 0;
	text-align: center;
}

#home-bandphotos img {
	margin-right: 15px;
}

#home-bandphotos img.last {
	margin-right: 0;
}

#home-social {
	padding: 15px 0;
}

#home-social .text {
	float: left;
	color: #49595c;
	padding: 5px 5px 0 0;
}

#home-social ul {
	float: left;
	margin: 0;
	padding: 0;
}

#home-social li {
	list-style: none;
	display: inline;
	padding: 0 5px;
	margin: 0;
}

#home-sponsors {
	border-top: solid 1px #323436;
	padding: 15px 0;
}

#home-sponsors .text {
	float: left;
	color: #49595c;
	padding:  8px 15px 0 0;
}

#home-sponsors ul {
	margin: 0;
	padding: 0;
}

#home-sponsors li {
	list-style: none;
	display: inline;
	padding: 0 15px;
	margin: 0;
}
	
#heart-sticker {
	position: absolute;
	right: -20px;
	bottom: -10px;
	z-index: 5;
}
	
#footer {
	background: url('/images/bg_014057_40percent.png');
	_background: url('/images/bg_014057_40percent.gif');
	padding: 5px 0;
	margin: 15px 0 0 0;
	text-align: center;
	font-size: 9px;
}
	
#footer ul {
	margin: 0;
	padding: 0;
}
	
#footer li {
	list-style: none;
	display: inline;
	padding: 0 5px;
	margin: 0;
	border-right: solid 1px #206a83;
}

#footer ul .last {
	border: none !important;
}
	
#bottom-border {
	position: relative;
	width: 780px;
	margin: 0 auto; /* center */
}

td, p, div {
	color: #206a83;
	font-size: 11px;
	font-family: "Century Gothic", Arial, Helvetica, sans;
	font-weight: normal;
}
	
p {
	margin: 11px 0 11px 0;
}

a:link, a:visited { 
	text-decoration: underline; 
	color: #206a83; 
}
	
a:active, a:hover { 
	text-decoration: underline; 
	color: #206a83;
}

.left {
	float: left;
}

.right {
	float: right;
}

/* float clearfix styles */
	
.clear {
	clear: both; 
}

.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 */

.celtic-divider {
	background: url('/images/celticbar_horiz.gif') repeat-x;
	height: 15px;
}

.tourdates_hdr {
	text-align: center;
	margin: 0 0 10px 0;
}

.tourdates_rss {
	float: right;
	width: 17px;
}

.tourdates_sale p {
	color: #fff;
	text-align: center;
	font-size: 14px;
}

/* contentBox styles */

.contentBoxElement1 {
	background: url('/images/bg_014057_30percent.png');
}

.contentBoxElement2 {
	background: url('/images/bg_014057_45percent.png');
}

.contentBoxElement3 {
	background: url('/images/bg_014057_60percent.png');
}

.contentBoxElement4 {
	background: url('/images/bg_014057_75percent.png');
}

.contentBoxElement5 {
	background: url('/images/bg_014057_90percent.png');
} 

.contentBox .header {
	height: 14px;
	padding: 8px 10px 8px 10px;
}

.contentBox .content {
	display: none;
}

#bands .toprow {
	margin-bottom: 20px;
}

#bands .leftcol {
	margin-right: 20px;
}

.band-container {
	width: 345px;
	height: 560px;
	float: left;
}

.band-container h2, .downloads-container h2 {
	display: none;
}

.band-container .header, .downloads-container .header {
	cursor: pointer;
}

.band-container .content {
	height: 240px;
	overflow: auto;
	padding: 0 25px 0 25px;
}
/* using :after here b/c the container wasn't taking the bottom padding */
.band-container .content:after {
	content: "";
	display: block; 
	height: 15px;
	visibility: hidden;
}

.band-photo {
	height: 200px;
	overflow: hidden;
}

.band-bio .header {
	color: #206a83;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 10px;
	text-align: right;
	background: url('/images/hdr_bands_bio.png') no-repeat;
}

.band-audio .header {
	color: #206a83;
	text-transform: uppercase;
	font-size: 10px;
	text-align: right;
	background: url('/images/hdr_bands_audio.png') no-repeat;
}

.band-audio .content .bandlogo {
	padding: 30px 0 10px 0;
}

.band-audio .content .audio_container {
	position: relative;
	display: block;
	margin: 0 auto; /* center */
	padding: 75px 0 0 0;
}

.band-audio .content .audio_player {
	width: 50px;
	margin: 0 auto; /* center */
}

.band-audio .content .meta {
	color: #206a83;
	text-transform: uppercase;
	font-size: 10px;
	text-align: right;
	padding: 2px 10px 0 0;
}

.band-audio .content .data {
	color: #206a83;
	font-weight: bold;
	font-size: 10px;
	padding: 2px 0 0 0;
}

.band-video .header {
	color: #206a83;
	text-transform: uppercase;
	font-size: 10px;
	text-align: right;
	background: url('/images/hdr_bands_video.png') no-repeat;
}

.band-video .content {
	text-align: center;
}

.band-links .header {
	color: #206a83;
	text-transform: uppercase;
	font-size: 10px;
	text-align: right;
	background: url('/images/hdr_bands_links.png') no-repeat;
}

.band-links .content ul {
	margin-top: 40px;
}

.band-links .content li {
	font-weight: bold;
}

.band-links .content li a:link, .band-links .content li a:visited { 
	text-decoration: none; 
}
	
.band-links .content li a:active, .band-links .content li a:hover { 
	text-decoration: underline; 
}

.band-links .content .official {
	text-transform: uppercase;
}

.downloads-container .content {
	height: 400px;
	overflow: auto;
	padding: 0 25px 0 25px;
}

.banner-ads .header {
	background: url('/images/hdr_downloads_banners.png') no-repeat;
}

.wallpapers .header {
	background: url('/images/hdr_downloads_wallpapers.png') no-repeat;
}

.widgets .header {
	background: url('/images/hdr_downloads_widgets.png') no-repeat;
}

.buddy-icons .header {
	background: url('/images/hdr_downloads_icons.png') no-repeat;
}

.social .header {
	background: url('/images/hdr_downloads_social.png') no-repeat;
}

#newsdetail img {
	float: right;
	margin: 0 0 15px 15px;
}

.eventdetails .left {
	float: left;
	width: 50%;
}

.eventdetails .right {
	float: right;
	width: 50%;
}

/* tour dates styles */

.feature-image {
	margin: 0; 
	padding: 0;
	line-height:0;
	border: solid 1px #017f9b;
}

.alternating .even {
	padding: 8px 20px;
}

.alternating .odd {
	padding: 8px 20px;
	background: url('/images/bg_014057_40percent.png');
	_background: url('/images/bg_014057_40percent.gif');
}

.event-listing {
	width: 100%;
}

.event-listing a {
	font-size: 12px;
	text-decoration: none;
}

.event-listing .date {
	font-size: 12px;
	padding-left: 40px;
}

.event-listing .venue {
	font-size: 12px;
}

.event-listing .tickets {
	font-size: 12px;
	padding-right: 40px;
}

.event-listing .hdr {
	font-size: 14px !important;
	font-weight: bold;
}

.required {
	color: red;
}
.action-button {
}
.buy {
	background: url('/images/btn_buytickets.png') no-repeat 0 0;
	width: 97px;
	height: 30px;
	display: block;
	text-indent:-9999px;
}
.sold-out {
	background: url('/images/btn_soldout.png') no-repeat 0 0;
	width: 97px;
	height: 30px;
	display: block;
	text-indent:-9999px;
}
.cancelled {
	background: url('/images/btn_cancelled.png') no-repeat 0 0;
	width: 97px;
	height: 30px;
	display: block;
	text-indent:-9999px;
}
.onsale {
	background: url('/images/btn_onsale.png') no-repeat 0 0;
	width: 97px;
	height: 30px;
	display: block;
	text-indent:-9999px;
}
.postponed {
	background: url('/images/btn_postponed.png') no-repeat 0 0;
	width: 97px;
	height: 30px;
	display: block;
	text-indent:-9999px;
}
.presale {
	background: url('/images/btn_presale.png') no-repeat 0 0;
	width: 97px;
	height: 30px;
	display: block;
	text-indent:-9999px;
}
.rescheduled {
	background: url('/images/btn_rescheduled.png') no-repeat 0 0;
	width: 97px;
	height: 30px;
	display: block;
	text-indent:-9999px;
}
.other-status {
}
.formError {
}
input, select, textarea {
}

#eventNav {
	text-align: center;
	margin: 10px 0 0 0;
}

.page_content p {
	font-size: 14px;
}

.signup p {
	font-size: 14px;
}

.social .text {
	float: left;
	color: #49595c;
	padding: 5px 5px 0 0;
}

.social ul {
	float: left;
	margin: 0;
	padding: 0;
}

.social li {
	list-style: none;
	display: inline;
	padding: 0 5px;
	margin: 0;
}