@charset "utf-8";

/* CSS Document */

body {
	font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: 400;
	color:#fff;
	background-color: #b14f73;
	margin: 0;
	text-align: center;
}

img { 
	max-width: 100%;
	height: auto; 
	vertical-align: middle;
}

a {
	color: #fff;
	text-decoration: underline;
}

a:hover {
	color: #fff;
	text-decoration: none;
}

h1 {
	font-size: 30px;
	font-style: italic;
	text-align: center;
	margin: 0;
	font-weight: 200;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	line-height: 1em;
	letter-spacing: 0;
}

h2 {
	font-size: 16px;
	text-align: center;
	margin: 0;
	color: #fabed6;
}

h4 {
	margin: 0;
	line-height: 1em;
}

.clearrow {
	width: 100%;
	display: block;
	height: 5px;
	clear: both;
}


/*==========HEADER==============*/
h1.bigtoptitle {
	padding: 20px 12px 0;
	font-size: 70px;
	background: #00000024;
	margin: 50px 0 0;
}

h1.smalltoptitle {
	font-size: 17px;
	margin:0 0 50px;
	color:#fff;
	font-weight: 200;
	font-style: normal;
	padding: 7px 100px 30px;
	line-height: 1.1em;
	background: #00000024;
	letter-spacing: 1px;
}

h1.smalltoptitle a {
	font-style: italic;
	color:#fabed6;
}

h4.tinytoptitle {
	font-size: 15px;
	font-weight: 500;
	color: #fff;
	padding: 7px 0 70px;
}


/*==========ALBUM ART & INFO==============*/
.splashcontainer {
	max-width:1000px;
	margin:0 auto;
}

.splashbox {
	width:450px;
	padding:0 25px 50px;
	float:left;
}

h1.splashtitle {
	padding:0 0 2px;
	margin:0;
	color:#fabed6;
	text-shadow:none;
	font-weight: 500;
	letter-spacing: 0;
	font-style: normal;
}

h1.ststsmall { font-size:24px; font-style:italic; }
h4.splashlinks, h4.splashlinks a { color:#fff; }

.splashbox h4 a {color:#fff !important;}

.splashclear {
	width:100%;
	float:none;
	clear:both;
}

.splash1000 { display: block; }
.splash900 { display: none; }



/*==========TRACK LIST==============*/
.tracklistcontainer {
	max-width: 906px;
	margin: 100px auto 10px;
	padding: 20px 47px 0;
	position: relative;
	border-top: 1px solid #fff;
}

.tracklistcontainer h1.bigtoptitle {
	font-size: 70px;
	background: none;
}

.tracklistcontainer h1.smalltoptitle {
	font-size: 17px;
	padding: 7px 50px 0px;
	background: none;
	font-weight: 500;
	letter-spacing: 0;
}

.tracklistcontainer h1 {
	font-size: 28px;
}

.tracklistcontainer .twobox h1 a {
	color: #fabed6;
	text-decoration: none;
}

.tracklistcontainer .twobox h1 a:hover {
	color: #fff;
	text-decoration: none;
}

.twobox {
	width: 100%;
	margin: 50px 0 0;
}

.box {
	width: 450px;
	display: inline-block;
	vertical-align: top;
	margin: 5px auto 0;
	padding: 4px 0 0;
	font-size: 18px;
	text-align: center;
	justify-content: center;
	position: relative;
}

.rightbox { background: #00000024; }

.overflowbox {
	height: 70px;
	overflow: hidden;
	padding: 0 10px 10px;
	position: relative;
}

.overflowbox iframe {
	position: relative;
	top: -50px;
	height: 120px;
	width: 100%;
	border: 0;
}


/*==========FOOTER==============*/
.footer {
	max-width: 1000px;
	margin: 100px auto 100px;
	font-size: 20px; 
	text-align: center;
	clear: both;
	padding: 40px 0 0;
}

.footer h1 {
	margin:0 0 20px;
}

.footer h1 a {
	font-size:24px;
	color:#fff;
	padding-top:25px;
	margin:50px 0 0;
	font-weight: 600;
	font-style: normal;
}

.labellinkbox {
	margin: 0 auto 50px;
	height: 95px;
	width: 182px;
}

.labellinkbox a {
	float: left;
	height: 91px;
	display: block;
	width: 91px;
}

.labellinkbox a.ast {
	background:url(images/labellogos-ast.png) top center no-repeat;
	background-size: cover;
}
.labellinkbox a.flp {
	background:url(images/labellogos-flp.png) top center no-repeat;
	background-size: cover;
}
.labellinkbox a:hover.flp { 
	background:url(images/labellogos-flp-down.png) top center no-repeat;
	background-size: cover;
}
.labellinkbox a:hover.ast { 
	background:url(images/labellogos-ast-down.png) top center no-repeat;
	background-size: cover;
}



/*==========CUSTOM MEDIA QUERIES==============*/

@media (max-width: 989px) {
	
	.splashbox { 
		float: none; 
		margin: 0 auto; 
		width: auto; 
		padding:0 25px 25px;
	}
	.splashclear { padding-bottom: 50px; }
	.splash1000 { display: none; }
	.splash900 { display: block; }
	
	.container {
		max-width: 650px;
	}
	
	.box {
		display: block;
		width: 100%;
	}
	
	.overflowbox {
	}

	.footer {
		font-size: 16px; 
	}
}

@media (max-width: 560px) {
	
	h1 { font-size: 25px; }
	
	h1.bigtoptitle, .tracklistcontainer h1.bigtoptitle { 
		font-size: 40px; 
		background: none; 
		margin: 0;
	}
	
	h1.smalltoptitle, .tracklistcontainer h1.smalltoptitle { 
		font-size: 15px; 
		padding-left: 10px; 
		padding-right: 10px; 
		margin: 0;
		background: none;
	}
	
	h4.splashlinks { padding: 0 12px; }

}