/*
FONT FAMILIES FROM GU STYLESHEET
<link rel="stylesheet" href="http://pasteup.guim.co.uk/0.0.5/css/fonts.pasteup.min.css"/>

"Guardian Egyptian Text", Georgia, serif;
"Guardian Egyptian Headline", Georgia, serif;
"Guardian Sans Text", Georgia, serif;
"Guardian Sans Headline", Georgia, serif;
"Guardian Titlepiece", Georgia, serif;
"Guardian Agate Sans", Arial, sans-serif;
"Guardian Compact", Georgia, serif;
*/

/*
 * RESET
 */

div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt,
var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header,
hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

/*
 * UTILITIES
 */

.sr-only {
	display:none;
}

/*
 * INTERACTIVE
 */

body {
	margin: 0 0 0 0;
	padding: 0;
	color: #333;
	background: transparent;
	font-family: "Guardian Egyptian Text", Georgia, serif;
}
a, 
a:visited {
	color: #767676;
	text-decoration: none;
}
a:hover, 
a:focus {
	color: #767676;
	text-decoration: underline;
}
blockquote,
p.quote-credit {
	font-weight: 200;
	margin-bottom: 20px;
	word-wrap: break-word;
	white-space:normal;
	line-height: 1.25em;
}
p.quote-credit span {
	color: #767676;
}
#content {
	float: left;
	position: relative;
}
#content > .column {
	width: 140px;
	position: absolute;
	top: 0;
	right: 0;
}
body.no-profile #content > .column {
	width: 100px;
}
#content > .column + .column {
	float: left;
	min-height: 130px;
	margin-right: 170px;
	width: auto;
	position: relative;
	top: auto;
	right: auto;
}
body.no-profile #content > .column + .column {
	width: auto;
	margin-right: 130px;
}

/*
 * LOADING/PROGRESS BAR
 */

#audio-progress {
	width: 100%;
	float: left;
	background: #ffbb00;
	position: relative;
	cursor: pointer;
}
#audio-progress .progress-bar {
	height: 8px;
	background-color: #333;
	position: relative;
	z-index: 2;
}
#audio-progress .progress-indicator {
	position: absolute;
	bottom: 0;
	padding-bottom: 8px;
	border-left: 2px solid #666;
	z-index: 3;
}
#audio-progress .progress-indicator.right {
	border-left: 0;
	border-right: 2px solid #666;
}
#audio-progress .progress-indicator span {
	display: block;
	padding: 1px 5px 1px 3px;
	background: #666;
	color: white;
	font-size: 13px;
}
#audio-progress .loading-bar {
	height: 2px;
	background-color: rgba(255,255,255,0.65);
	position: absolute;
	bottom: 0;
	left: 0;
}

/*
 * PROFILE IMAGE
 */

#profile-image {
	overflow: hidden;
	border-radius: 50%;
	width: 100%;
	padding-bottom: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #ccc;
	height:0;
}

/*
 * CONTROLS & META
 */

#audio-controls {
	overflow: hidden;
	position: relative;
	margin-top: -30%;
}
body.no-profile #audio-controls {
	overflow: hidden;
	position: relative;
	margin-top: 0;
}
#audio-play-pause {
	width: 60%;
	float: right;
	cursor: pointer;
}
body.no-profile #audio-play-pause {
	width: 100%;
}
#audio-play-pause svg {
 	width: 74px;
    height: 74px;
}
body.no-profile #audio-play-pause svg {
 	width: 90px;
    height: 90px;
}
#audio-controls.playing #audio-play-pause .guPlay,
#audio-controls #audio-play-pause .guPause {
	display: none;
}
#audio-controls.playing #audio-play-pause .guPause,
#audio-controls #audio-play-pause .guPlay {
	display: block;
}
#audio-meta {
	width: 70%;
	float: right;
	text-align: center;
	font-size: 13px;
	margin-right: -5%;
	margin-top: 5px;
	cursor: default;
}
body.no-profile #audio-meta {
	width: 100%;
	margin-right: 0;
	text-align: center;
}
#audio-meta span {
	display: inline-block;
}
#audio-meta .divider {
	margin: 0 2px;
	display: inline-block;
}

/*
 * LAYOUTS
 *
 * progress-top, audio-left, audio-left-progress-top, quote-full, audio-full
 *
 */

	/* PROGRESS TOP */
	body.progress-top p.quote-credit {
		margin-bottom: 0px;
	}
	body.progress-top #content > .column {
		top: 38px;
	}
	body.progress-top #content > .column + .column {
		top: 0;
	}
	body.progress-top #audio-progress {
		margin-bottom: 30px;
	}
	body.progress-top #audio-progress .progress-indicator {
		position: absolute;
		bottom: auto;
		top: 0;
		padding-top: 8px;
		padding-bottom: 0px;
	}

	/* AUDIO LEFT */
	body.audio-left #content > .column {
		right: auto;
		left: 0;
	}
	body.audio-left #content > .column + .column {
		margin-right: 0px;
		margin-left: 170px;
	}
	body.audio-left.no-profile #content > .column + .column {
		margin-left: 130px;
	}

/*
 * MOBILE RESPONSIVE
 */

@media (max-width: 479px){ /* SMALL MOBILE */
	#content > .column {
		width: 80px;
		position: relative;
		float: right;
		display: inline-block;
		margin-left: 20px;
		margin-bottom: 20px;
		z-index: 10;
	}
	body.no-profile #content > .column {
		width: 60px;
	}
	#content > .column + .column {
		float: none;
		min-height: 130px;
		margin-right: 0px;
		display: inline;
	}
	body.no-profile #content > .column + .column {
		margin-right: 0px;
	}
	#audio-play-pause svg {
	 	width: 48px;
	    height: 48px;
	}
	body.no-profile #audio-play-pause svg {
	 	width: 60px;
	    height: 60px;
	}
	#audio-meta {
		width: 100%;
		text-align: right;
		font-size: 12px;
		margin-right: 5px;
	}
	body.no-profile #audio-meta {
		text-align: center;
	}

	/* AUDIO LEFT */
	body.audio-left #content > .column {
		position: relative;
		float: left;
		margin-left: 0px;
		margin-right: 20px;
	}
	body.audio-left.no-profile #content > .column {
		width: 80px;
	}
	body.audio-left #content > .column + .column {
		float: none;
		margin-left: 0px;
	}
	body.audio-left.no-profile #content > .column + .column {
		margin-right: 0px;
		margin-left: 0px;
	}
}

@media (min-width: 480px) and (max-width: 659px){ /* MOBILE */
	#content > .column {
		width: 100px;
	}
	body.no-profile #content > .column {
		width: 80px;
	}
	#content > .column + .column {
		min-height: 130px;
		margin-right: 120px;
	}
	body.no-profile #content > .column + .column {
		margin-right: 100px;
	}
	#audio-play-pause svg {
	 	width: 60px;
	    height: 60px;
	}
	body.no-profile #audio-play-pause svg {
	 	width: 80px;
	    height: 80px;
	}
	#audio-meta {
		width: 100%;
		text-align: right;
		font-size: 12px;
		margin-right: 5px;
	}
	body.no-profile #audio-meta {
		text-align: center;
	}

	/* AUDIO LEFT */
	body.audio-left #content > .column {
		width: 100px;
	}
	body.audio-left #content > .column + .column {
		width: auto;
		margin-left: 120px;
	}
	body.audio-left.no-profile #content > .column + .column {
		margin-right: 0px;
	}
}

@media (min-width: 660px) and (max-width: 979px){ /* TABLET */

}

@media (min-width: 980px) and (max-width: 1139px){  /* SMALL DESKTOP */

}