/* Reset */
body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,a,b,i,dl,dt,dd,ol,ul,li,form,fieldset,form,label,legend,input,button,textarea,select,option,optgroup,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{background:transparent;border:0;color:inherit;font-family:inherit;font-size:100%;font-style:normal;margin:0;outline:0;padding:0;text-decoration:none;}
article,aside,canvas,command,datalist,details,embed,figcaption,figure,footer,header,hgroup,keygen,meter,nav,output,section,source{display:block;}
audio,video,mark,rp,rt,ruby,summary,time,progress{display:inline}
body{background:#fff;line-height:1;}
h1,h2,h3,h4,h5,h6,th{font-weight:normal;}
table{border-collapse:collapse;border-spacing:0;}
optgroup,option{background:#fff;color:#000;}
a:focus{outline:0;}
q:before,q:after{content:"";}
sup,sub{vertical-align:baseline;}
/* Typography */
html{font-size:100.01%;}
body{font:400 100%/1.5em "Helvetica Neue",Helvetica,Arial,sans-serif;}
h1{font-size:3em;line-height:1;margin-bottom:0.5em;}
h2{font-size:2em;margin-bottom:0.75em;}
h3{font-size:1.5em;line-height:1;margin-bottom:1em;}
h4{font-size:1.2em;line-height:1.25;margin-bottom:1.25em;}
h5{font-size:1em;font-weight:bold;margin-bottom:1.5em;}
h6{font-size:1em;font-weight:bold;}
strong,th{font-weight:bold;}
p,figure{margin:0 0 1.5em;}
ul,ol{margin:0 1.5em 1.5em 0;padding-left:3.333em;}
dl{margin:0 0 1.5em 0;}
dt{font-weight:bold;}
table{margin-bottom:1.4em;width:100%;}
th,td,caption{padding:4px 10px 4px 5px;}
thead tr{border-bottom:1px solid #ddd;}
tbody tr:nth-child(odd){background:#eee;}
tbody th{border-right:1px solid #ddd;}
tfoot tr{border-top:1px solid #ddd;}
tfoot th{text-align:right;}
blockquote{margin:1.5em;font-style:italic;}
pre{margin:1.5em 0;white-space:pre;}
a{color:#000;text-decoration:underline;}
em,dfn{font-style:italic;}
code{font:1em 'Andale Mono','Lucida Console',monospace;}
mark{background:#ff9;color:#660;}
del{text-decoration:line-through;}
ins,abbr[title]{border-bottom:1px dotted #000;}
abbr[title]{cursor:help;}
input,textarea,select,button{border:1px solid #000;width:18em;}
#code{background:#DACBBD;color:#000;}
#code::-webkit-input-placeholder, input:-moz-placeholder{color:#333;}
#code:focus,input:focus,textarea:focus,select:focus,button:focus{border-color:#666;background:#fff;}
input,button,textarea{padding:0.25em;}
#submit{background: #000;color:#D1BFAE;padding:0.25em 10px;}
textarea{line-height:1.5em;}
input[type="checkbox"],input[type="radio"],input[type="submit"],button{width:auto;}
input[type="checkbox"],input[type="radio"]{border:0;padding:0;}
@font-face {
	font-family: 'ChunkFiveRegular';
	src: url('/type/Chunkfive-webfont.eot');
	src: url('/type/Chunkfive-webfont.eot?#iefix') format('embedded-opentype'),
	url('/type/Chunkfive-webfont.woff') format('woff'),
	url('/type/Chunkfive-webfont.ttf') format('truetype'),
	url('/type/Chunkfive-webfont.svg#ChunkFiveRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'PTSansNarrowRegular';
	src: url('/type/pt_sans-narrow-web-regular-webfont.eot');
	src: url('/type/pt_sans-narrow-web-regular-webfont.eot?#iefix') format('embedded-opentype'),
	url('/type/pt_sans-narrow-web-regular-webfont.woff') format('woff'),
	url('/type/pt_sans-narrow-web-regular-webfont.ttf') format('truetype'),
	url('/type/pt_sans-narrow-web-regular-webfont.svg#PTSansNarrowRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}

body, h4, h5, h6, h3 .meta {
	font-family: PTSansNarrowRegular,"Helvetica Neue", Helvetica, Arial, sans-serif;
}

h1, h2, h3 {
	font-family: ChunkFiveRegular, Georgia, Times, serif;
}

h4, h5, h6 {
	text-transform: uppercase;
}

abbr[title='et'] {
	font-family: Baskerville, Palatino, 'Book Antiqua', serif;
	font-style: italic;
	border: 0;
	cursor: text;
}

/* Display none */

.original, audio, footer .bonus {
	display: none;
}

/* Structure */

body {
	background: #6f342a url('../img/paper-texture.png') top;
	margin: 40px 20%;
}

img {
	max-width: 100%;
}

body > header hgroup {
	text-align: center;
	line-height: 2.5em;
}

body > header h1, body > header h2 strong {	
	text-shadow: #000 5px 5px 0px;
	text-transform: uppercase;
}

body > header h1 {
	color: #E1D5CA;
	margin: 0;
}

body > header h2 strong {
	color: #78906B;
	display: block;
	font-weight: normal;
}

body > header h2 abbr {
	color: #2C1B18;
	text-shadow: none;
}

nav {
	margin: 20px 0;
}

nav ul {
	padding: 0;
	text-align: center;
}

nav ul, nav li {
	display: inline;
}

nav li {
	margin: 0 0.25em;
}

nav > ul {
	display: block;
	margin: 0;
	text-align: center;
}

header > nav a, footer > nav a {
	background: #2c1b18;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	
	color: #D1BFAE;
	padding: 2px 6px;
	text-decoration: none;
}

body > footer {
	text-align: center;
}

footer > nav {
	border-top: 3px double #2c1b18;
}

footer > nav a {
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	
}

.bonus {
	border: 3px double #2C1B18;
	border-width: 3px 0;
	padding: 10px;
	text-align: center;
}

.bonus h4 {
	margin: 0 0 5px 0;
}

.bonus p {
	margin: 0;
}

.bonus a {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.purchase {
	background: #DACBBD;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 10px;
	position: relative;
	margin: -30px 0 0 50px;
	z-index: 99;
}

.purchase h3 {
	margin: 0;
}

.purchase ul {
	margin: 0;
	padding: 0;
}
.purchase li {
	display: inline;
}

.purchase li + li:before {
	content:', ';
}

.purchase .cdbaby:before {
	content:', or ';
}

.about:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.about {
	display: inline-block;
	margin-bottom: 20px;
}
html[lang] .about { display: block; }
* html .about { height: 1%; }

.about figure {
	float: left;
	margin: 20px 40px 20px -100px;
	width: 300px;
}

.about figure img {
	-webkit-box-shadow: rgba(0,0,0,0.5) 5px 5px 10px;
	-moz-box-shadow: rgba(0,0,0,0.5) 5px 5px 10px;
	box-shadow: rgba(0,0,0,0.5) 5px 5px 10px;
	position: relative;
	-webkit-transform:rotate(350deg);
	-moz-transform:rotate(350deg);
	-ms-transform:rotate(350deg);
	-0-transform:rotate(350deg);
	transform:rotate(350deg);
}

.original {
	background: #000;
	color: #E1D5CA;
	margin-bottom: 40px;
	padding: 20px;
	position: relative;
}

.close {
	color: #E1D5CA;
	position: absolute;
	top: 20px;
	right: 20px;
}

.tracklist, .about .original {
	clear: both;
}

.tracklist {
	background: rgba(255,255,255,0.05);
	-webkit-box-shadow: inset rgba(0,0,0,0.5) 0 0 5px;
	-moz-box-shadow: inset rgba(0,0,0,0.5) 0 0 5px;
	box-shadow: inset rgba(0,0,0,0.5) 0 0 5px;
	margin-bottom: 40px;
	padding: 20px;
}

.tracklist li {
	overflow: hidden;
}

.tracklist h3 {
	margin-bottom: 0;
}

.tracklist figure, .credits figure {
	border: 3px double #5b2f28;
	margin: 10px 0;
	padding: 10px;
}

.tracklist figure p, .credits figure p {
	margin: 0;
}

.credits figure {
	border-color: #2c1b18;
}

h3 .meta {
	font-size: 16px;
}

h3 .meta a {
	color: #000;
}

.play {
	background: #3d1d17 url('../img/play-pause.png') right 2px no-repeat;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	color:#E1D5CA;
	display: inline-block;
	font-size: 13px;
	line-height: 1.25em;
	padding: 1px 20px 2px 6px;
	text-decoration: none;
}

.play.pause {
	background-position: right -28px;
}

video {
	max-width: 100%;
}
