/* 
- key colours
dark grey: #231f20;
light grey: #a1a3a5;
orange: #ed6f23;
*/


* {
	margin: 0;
	padding: 0;
	}

.cb {
	clear: both;
	}

.nm {
	margin: 0 !important;
	}
	
body {
	background: #fff;
	color: #000;
	font: 18px/27px "Helvetica Neue", Helvetica, Arial, sans-serif;
	}	

h1 {
	font: bold 27px/27px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #a1a3a5;
	text-transform: uppercase;
	margin: 27px 0;
	}
	#artist-title {
		color: #231f20;
		}
	#album-title {
		color: #ed6f23;
		}

h2 {
	font: normal 27px/27px "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 27px 0;
	}

p {
	font: normal 18px/27px "Helvetica Neue", Helvetica, Arial, sans-serif;
	}
#press-release p {
	margin: 13px 0;
	} 


hr+p {
	margin-top: -13px !important;
}

p+p, #minimal-photo+p {
	text-indent: 2em;
	}	

#track-listing li, #footer li {
	display: inline-block;
	}	
#track-listing li:after {
	content: " / "
	}	
#track-listing li:last-child:after {
	content: " "
	}	
#footer li:after {
	content: " | "
	}	
#footer li:last-child:after {
	content: " "
	}	

#footer {
	padding-bottom: 27px;
}

.video-container {
	margin-top: 27px;
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#credits, #credits a {
	font-style: italic;
	color: #666666;
	}

hr {
	border-top: 1px solid #666666;
    height: 0;
    margin: 54px 0 53px;	
    }
    hr.dashed {
    border-top: 1px dashed #666666;
    }
 
 ul {
 	margin: 27px 0;		
 	}
 
 a {
 	color: #000000;
 }
    
#intro, #the-album, #press-release, #footer {
	}	
 .inner {
  	max-width: 740px;
   	margin: 0 auto;	
   	}
img {
	max-width: 100%;
	height: auto;
	display: block;
	}	
#press-release img {
	margin: 27px 0;
}

#the-album {
	text-align: center;
}

p.buy {
	padding: 27px 0 0;
	text-indent: 0;
	margin-bottom: 30px;
	}
p.buy a {
	border: 1px solid #000;
	display: inline-block;
	padding: 13px 54px;
	background: #ddd;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

/*a[href^="mailto:"]::after {
  content: " \01F4E7";
}*/
/*

	
	#cover-art {
		display: block;
		margin: 54px 0;
		}

		
#malka-photo img {
	float: right;
	margin: 25px -52px 25px 25px;
	border: 2px solid #c15300;
	max-width: 100%;
	height: auto;
	display: block;
	}
	




/* tablets: portrait */

@media screen and (max-width: 768px) { 
		
		.inner {
			max-width: 80%;
			}
		#cover-art {
			width: 100%;
			height: auto;
			}

	
/* smartphones */

@media screen and (max-width: 624px) {
		
		body {
			-webkit-text-size-adjust:none;
			}
		
		#intro, #the-album, #press-release, #footer {
			padding: 0px 0;
			}	

		hr {
			margin: 27px 0 26px;
			}

		.inner {
			max-width: 90%;
			}
		
		#cover-art {
			width: 100%;
			height: auto;
			}
		
		#artist-bar {
			color: #ffffff;
			display: block;
			height: 0;
			}

		#track-listing li, #footer li {
			display: block;
			}	
	
		#track-listing li:after, #footer li:after {
			content: " "
			}	
			
		#footer ul#contacts li:before {
			content: "» "
		}	
		
		p.buy a {
			padding: 13px 27px;
		}
		
		}