@charset "utf-8";

html { overflow: -moz-scrollbars-vertical; } html { overflow-x: auto; }

body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	background-color: #000000;
	color:#2F1110;
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	text-align:center;
	margin-top: 15px;
	color:#2F1110;
}

p {
	text-align:center;
	color:#2F1110;
}

a {
	color:#CB9832;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

form {
	text-align:center;
}

/* Content Styling */

#contents {
	margin-top: 0px;
	margin-right:auto;
	margin-left:auto;
	width: 900px;
	height: 100%;
	padding: 0px;
	background-color: #FFF;
	color: #000;
	/*border-left: #2F1110 solid 2px;
	border-right: #2F1110 solid 2px;*/
}

/* Header Styling */
#header {
	width:100%;
	margin: 0px;
	padding: 0px;
}

/* Main Styling */
#main {
	margin:0px;
	padding-left: 15px;
}

/* Show Post Info */

div#upcoming_shows, div#songs, div#past_shows {
	width: 600px;
	margin-left:auto;
	margin-right:auto;
}

#upcoming_shows h2, #past_shows h2, #songs h2, #upcoming_shows h3, #songs h3 {
	text-align:left;
	color:#2F1110;
	margin-top: 5px;
	margin-bottom: 5px;
}

#past_shows h3 {
	text-align:left;
	color:#999999;
	margin-top: 5px;
	margin-bottom: 5px;
}

div.show_info, div.song_info {
	margin-bottom: 10px;
	text-align:left;
	padding-left: 15px;
}

.show_description, .song_lyrics  {
	margin: 5px 0px 5px 0px;
	text-align:justify;
	width: 600px;
	line-height: 1.25;
}

.show_description_cancel {
	margin: 5px 0px 5px 0px;
	color:#999999;
	text-align:justify;
	width: 600px;
	line-height: 1.25;
	text-decoration: line-through;
}

.canceled {
	color: red;
}

.show_details, .show_venue, .song_details, .song_note  {
	margin: 0px;
	padding: 0px;
	font-size:12px;
	text-align: left;
}

.show_date, .song_year {
	
}

.show_time {
	
}

.show_cover {
	
}

.show_venue {
	
}

.song_genre {
	
}

.song_note {
	
}

/* Footer Syling */
#footer {
	background-color: #2F1110;
	width: 900px;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.copyright {
	font-size:10px;
	text-align:center;
	color: #CB9832;
}