* {
	margin: 0px;
	padding: 0px;
}

html, body, #container, #inner_container {
	min-height: 100%; /*Sets the min height to the  height of the viewport.*/
    width: 100%;
    height: 100%; /*Effectively, this is min height for IE5+/Win, since IE wrongly expands  an element to enclose its content.   This mis-behavior screws up modern  browsers*/
    margin: 0;
    padding: 0;
}

html>body #container{
    height: auto; /*this undoes the IE hack, hiding it  from IE using the child selector, ninja shit <3 */
}


body {
	margin-bottom: 0px;
	text-align: center;
	font-family: arial;
	font-size: 12px;
	color: white;
}
	
#container {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(img/html_bg.jpg);
	background-position: top center;
	margin: auto;
}

#inner_container {
	width: 100%;
	margin: auto;
	background-image: url(img/container_bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}


.clearfix:after {
    content: " ";
    display: block;
	line-height: 0%;
    clear: both;
    visibility: hidden;
}

img {
	border: 0;
}

a {
	text-decoration: none;
	font-weight: bold;
}

a:link {
	color: #940012;
}

a:visited {
	color: #68000d;
}

a:hover {
	color: #ca0000;
}

#center {
	width: 821px;
	text-align: left;
	margin: auto;
	height: auto;
	background-image: url(img/center_bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

#header {
	height: 200px;

}

#menu {
	position: relative;
	top: 152px;
	left: 0px;
	width: 821px;
}

/*
#menu {
	position: relative; 
	top: 153px;
	left: 36px;
	text-align: left;

} */

#menu a {
	cursor: pointer;
}

#menu img {
	margin: 0;
	padding: 0;
	display: inline
}

#content {
	position: relative;
	top: 0;
	left: 0;
	height: 100%;
}


#left_column {
	/* Change the left_column_content's width accordingly - padding hack */
	width: 432px;
	position: relative; 
	margin-left: 40px;
	display: block; 
	/*display: table-cell;*/
	padding-bottom: 160px;
}

#right_column {
	top: 0px;
	position: absolute;
	left:500px;
	/* Change the right_column_content's width accordingly - padding hack */
	width: 260px;
	display: table-cell;
	padding-bottom: 80px;
	
}

.right_column_box {
	background-image: url(img/box_bg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	width: 290px;
	margin-top: 30px;
	margin-bottom: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.column_content {
	margin-top: 10px;
	margin-bottom: 10px;
	position: relative;
	left: 15px;
}

.left_column_content {
	width: 400px;
}

.right_column_content {
	width: 260px;
}

.player {
	width: 242px;
}

.subheader {
	position: relative;
	margin-bottom: 15px;
	margin-left: -10px;
	margin-top: -10px;
}

.news_header {
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 2px;
	margin-bottom: 2px;
	border-bottom: 1px solid #8a0000;
}
.small {
	font-size: 10px;
	font-weight: normal;
}
.news_teaser {
	margin-left: 15px;
	margin-top: 10px; 
	margin-bottom: 35px;
}

.info {
	color: #7c7c7c;	
}

.transparent {
	behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
	this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
	this.src = "img/transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
	this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='scale')",
	this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
	);
}		

#footer_wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	color: white;	
	text-align: center;
}

#footer {
	width: 821px;
	height: 162x;
	margin: auto;
	background-image: url(img/footer_bg.jpg);
	background-position: top left;
	text-align: left;
}



/*
#footer {
	margin-top: 40px;
	width: 821px;
	height: 91px;
	margin: 0 auto;
	background-image: url(img/footer_bg.jpg);
	background-position: top left;
	background-color: #8a8a8a;
	text-align: left;
}
*/
#footer_links {
	position: relative;
	top: 20px;
	left: 20px;
	vertical-align: top;
	width: 820px;
	margin-bottom: 40px;
}


#footer img {

}

#footer .small {
	position: relative;
	right: 10px;
	top: 16px;
	height: 14px;
	color: #555555;
}

#footer .small a {

}

#footer .small a:hover {

	text-decoration: underline;
}

.right {
	text-align: right;
}

.right_column_banners {
	text-align: center;
}

#admin_menu {
	position: absolute;
	top: 5px;
	left: 5px;
	float: left;
	width: 200px;
	background-color: black;
}

li {
	margin-left: 15px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding: 0px;
}

ul {
	margin: 0px;
	padding: 0px;
}
.contact_info {
	font-size: 11px;
	margin: 0px;
}

.tracklist {
    margin-bottom: 30px;
}

.tracklist a {
	font-weight: normal;
}

.track_nr {
	width: 20px;
	text-align: right;
	padding-right: 5px;
	vertical-align: top;
}

.track_title {
	padding-right: 10px;
}

.tab_cell {
	padding-left: 5px;
}

.album_cover {
	float: left;
	margin-right: 15px;
	width: 150px;
	text-align: center;
}

.album_cover img {
	border: 1px solid black;
}

hr {
	clear: both;
	border: 0px;
	color: transparent;
	height: 1px;
	background-color: transparent;
	margin: 15px 0px 15px 0px;
}

h2 {
    border-bottom: 1px solid #8a0000;
	margin-bottom: 10px;
	font-size: 12px;
	text-transform: uppercase;
}

h3 {
	font-size: 12px;
	margin-bottom: 5px;
}	


.contact_list {
	margin-left: 30px;
	margin-bottom: 30px;
}

.biography_main_img {
	margin-left: -3px;
	margin-bottom: 8px;
}

.biography_logo {
	position: absolute;
	bottom: 0px;
	right: 0px;
}

.gallery {
	margin-top: 10px;
	margin-bottom: 20px;
}

.gallery a img  {
	border: 2px solid #940012;
}

.gallery a:hover img  {
	border: 2px solid #ca0000;
}

.logout {
	float: right;
}

.admin {
	border: 2px solid white;
	padding: 5px;
}

.edit a {
	color: yellow;
	font-size: 9pt;
	font-weight: bolder;
	text-decoration: none;
}

.edit a:hover {
	text-decoration: underline;
}

.success {
	border: 1px solid green;
	padding: 10px;
	background-color: #56921c;
}

.not_visible {
	border: 2px solid gray;
	padding: 10px;
	background-color: #666666;
	margin-bottom: 10px;
}

.admin_panel {
	position: absolute; 
	top: 10px;
	right: 15px;
	border: 2px solid #de001a;
	background-color: #484848;
	padding: 5px;
}

.admin_panel a {
	color: yellow;
}
.admin_panel a:hover {
	text-decoration: underline;
}

#admin_column {
	width: 7100px;
	margin-left: 40px;
	height: 100%;
}

.admin_content {
	position: relative;
	width: 700px;
	padding-bottom: 160px;
}

.float_right {
	float: right;
}

.show_details {
	margin-left: 20px;
	color: #d9d9d9;
	margin-bottom: 10px;
}

table * {
	vertical-align: top;
}

td.show_date {
	width: 90px;
}

td.fp_show_date {
	width: 80px;
}

td.show_location {
	width: 175px;
}

td.show_tickets {
	width: 40px;
	text-align: right;
}

.float_left_img {
	text-align: center;
	float: left;
	margin-right: 15px;
}

.new_folder {
	background-color: green;
	border: 2px solid green;
	padding: 10px;
	margin: 5px;
}

.edit_img  {
	padding: 10px;
	margin: 5px;
}

.exists {
	background-color: green;
}

.new_img {
	background-color: #3088ff;
}

.not_found {
	background-color: #da0000;
}

.hidden {
	background-color: #777777;
}


.notice {
	float: right;
	font-weight: bold;
	font-style: italic;
}

.exists .notice {
	color: #3fae61;
}

.new_img .notice {
	color: #add0ff;
}

.hidden_notice {
	color: #c8c8c8;
}
.hidden_gallery {
	padding: 5px;
	margin-top:10px; 
	margin-bottom: 10px;
	background-color: #777777;
}
.hidden_gallery .notice {
	color: #c8c8c8;
}

h1 {
	font-size: 12pt;
}

.submit {
	background-color: black;
	border: 1px solid white;
	color: white;
	margin-left: 10px;
	padding-left: 4px;
	padding-right: 4px;
}

.mailing_list_fix {
	height: 700px;
}

.merch_product_img {
	float: left;
}

.merch_descr {
	margin-left: 170px;
}

.merch_content .divider {
	margin-top: 1em;
	margin-bottom: 2em;
}

.lyric {
	margin-bottom: 3em;
}

.anchor:hover {
	color: white;
}