
body {
	background-color: #ece5d1;
	font-family: 'Barlow', sans-serif;
	margin: auto;
	color:#484846;
	font-size: 18px;
	line-height: 134%;

}

/* centerer */
#centerer {
	position: relative;
	margin: 0px auto;
	text-align: center;
	font-size: 0.9em;
	width:80%;
	min-width: 460px;
	max-width: 1040px;
	z-index: 1;
	border:1px dashed;
	border-color: #ece2cc;
}

#lyrics {
	position: relative;
	margin: 0px auto;
	text-align: left;
	font-size: 0.9em;
	width:60%;
	min-width: 460px;
	max-width: 820px;
	z-index: 1;
	border:1px dashed;
	border-color: #ece5d1;
}

#translucent {
	position: fixed;
	padding: 20px 0;
	margin: 0 auto;
	text-align: center;
	width:80%;
	min-width: 460px;
	max-width: 1040px;
	z-index: 10;
	height: 70px;
	border:1px dashed;
	border-color: #ece5d1;
	background-color: rgba(236, 229, 209, 1);
}


.logo {
	position: relative;
	width: 265px;
	height: 48px;
	text-align: left;
	border:0px dashed white;
	z-index: 900;

}	


.icons {
	position: relative;
	width: 53%;
	float: right;
	text-align: right;
	height: 48px;
	margin: -50px 0;
	border:0px dashed lightgreen;

}	


.date {
	position: relative;
	text-align: left;
	margin: 12px auto;
	width: 82%;
}



.merch_table {
	display:inline-block;
	border-style: double;
	border-width: 6px 0 0 0;
	border-radius: 31px;
	margin: 8px 0 8px 0 ;
	max-width: 894px;
	vertical-align: top;
	padding: 16px;
}



.release_table {
	display:inline-block;
	border-style: double;
	border-width: 6px 0 0 0;
	border-radius: 31px;
	margin: 8px 0 8px 0 ;
	width: 430px;
	vertical-align: top;
	padding: 16px;
}

.release_columnL {
	width:44%;
	display:inline-block;
	text-align: center;
	vertical-align: top;
	border-style: solid;
	border-width: 0;
	margin: 12px 0 0 0;
	
}

.release_columnR {
	width:50%;
	display:inline-block;
	border-style: dotted;
	border-width: .0 0 0 2.5px;
	border-color: #9c7d6c;
	text-align: left;
	vertical-align: top;
	float: right;
	margin: 10px 0 0 0;
	padding: 10px;
	
}


.buybutton {
	width: 80%;
	margin: 8px auto;
	float: center;
	padding: 4px 4px 0 4px;
	border-style: dotted;
	border-width: 2.5px 0 0 0;
	border-color: #9c7d6c;

}



table#menu {
	width: 100%;
	border-style: solid;
	border-width: 0 0 0px;
	border-color: #484846;
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 118%;
	
}

table#date {
	width: 100%;
	border-style: double;
	border-width: 0 6px 0 6px;
	border-color: #484846;
	border-radius: 31px;
	margin: 8px auto;
}

table#releases {
	margin: 0 auto;
	max-width: 50%;
	border-style: double;
	border-width: 0 0 0 0;
	border-color: #484846;
	border-radius: 31px;
	text-align: left;
}

#releases td#left {
	border-style: double;
	border-width: 0 6px 0 0;
	border-radius: 31px;
	padding: 10px auto;
	margin-top: 600px;
	text-align: left;
}

#releases td#right {
	border-style: double;
	border-width: 0 0 0 6px;
	border-radius: 31px;
	padding: 10px auto;
	margin: 60px 0 0 0;
	text-align: left;
}



td {
	border: 0px solid;
	padding: 10px;
}


.content {
	margin: 130px auto;
}

.justify {
	text-align: justify;
	padding: 0px;
}

.scale-image {
display: inline;
width: auto;
height: auto;
min-width: 200px;	
max-width: 100%;
float: middle
margin: 0 auto;
}


h1 {
	position: relative;
	font-size: 182%;
	margin: 0 auto;
	line-height: 120%;
	font-weight: 300;
    font-family: 'Barlow Condensed', sans-serif;
}

h2 {
	font-size: 94%;
	color: #484846;
	margin: 0 auto;
    font-family: 'Barlow Condensed', sans-serif;

}


h3 {
	font-size: 280%;
	margin: 0 auto;
	line-height: 106%;
	font-family: 'Barlow Condensed', sans-serif;
}

h4 {
	position: relative;
	font-size: 182%;
	margin: 0 auto;
	line-height: 120%;
	font-weight: 300;
    font-family: 'Barlow Condensed', sans-serif;
}

h4 span {
	position: absolute;
	top: -113px;
}

h1 span {
	position: absolute;
	top: -126px;
}

hrorig {
	border: 0;
	width: 99.9%;
	color: #f00;
	background-color: #484846;
	height: 3px;
	margin: 0 auto;
	max-width: 1040px;
}

hr {
	width: 100%;
	border-style: double;
	border-width: 0 0 6px 0;
	border-color: #484846;
	border-radius: 0px;
	margin: 8px auto;
	max-width: 820px;
}


/* link text */
a:link {	
	text-decoration: none;
	font-weight: bold;
	color: #002469 ;
}
a:visited {
	text-decoration: none;
	color: #002469 ;
}
a:hover, a:active {
	text-decoration: none;
	color: #7e97cd;
} 

