body{
	margin:0;
	padding:0;
	background: #000 url(../img/background.png);
	color:#f4eddb;
	font-family:'Guardian Egyptian Web';
	-webkit-font-smoothing:antialiased;
}
#wrapper{
	margin:0 auto;
}
*,* *{
	box-sizing:border-box;
}

a img{
	border:none;
}

.container{
	max-width:940px;
	margin:0 auto;
	padding:0 10px;
}

h1{
	font-size:32px;
	margin:0;
	font-weight:900;
	line-height:1em;
}

h1 #author{
	display:block;
	font-size:14px;
	font-weight:500;
	line-height:1em;
}

h2{
	font-size:16px;
	font-weight:normal;
	line-height:1.2em;
	color:#fff;
}

h2.subheading{
	color:#191919;
	font-size:20px;
	font-weight:600;
	padding:0 10px;
	max-width:none;
}
h2.subheadingLight{
	max-width:none;
	color:#F4EDDB;
	font-size:20px;
	font-weight:600;
	padding:0;
	line-height:1.2em;
	border-top:2px solid #D14805;
}

h3{
	font-size:16px;
	font-weight:normal;
	line-height:1.3em;
	padd
}

header{
	background:#000;
	position: relative;
	overflow: hidden;
}

#introVideo{
	/*display:none;*/
}

#headerBackground{
	width:100%;
	height: 0;
	padding-bottom:56.25%;
	position: relative;
	z-index:0;
	top:0;
}

#headerBackground:before{
	background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%); /* FF3#6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,1)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6 */
	display: block;
	content:'';
	position: absolute;
	height:20px;
	width:100%;
	z-index:1;
}

#videoContainer{
	width:100%;
	height:100%;
}

#videoContainer video{
	width:100%;
	height:100%;
}

#backgroundContainer .invisible{
	display:none;
}
#backgroundContainer{
	width:100%;
	max-width:1480px;
	margin:0 auto;
	display: block;
	position:relative;
}
#backgroundContainer img{
	width:100%;
}

#startVideo{
	background: #D14805 url(../img/playIcon.png);
	background-repeat: no-repeat;
	background-size:18px;
	background-position: 20px center;
	height:48px;
	width:auto;
	padding-left:50px;
	padding-top:5px;
	padding-right:20px;
	border:none;
	border-radius:48px;
	color:#fff;
	font-size:16px;
	font-family: 'Guardian Text Sans Web';
	font-weight: bold;
	display:none;
	cursor:pointer;
	outline:none;
}

#startVideoMobile{
	width:48px;
	height:48px;
	background: #D14805 url(../img/playIcon.png);
	background-size:16px;
	background-repeat: no-repeat;
	background-position: 18px center;
	border:none;
	border-radius: 48px;
	position: absolute;
	top:50%;
	left:50%;
	margin:-24px 0 0 -24px;
	outline:none;
}

#headerContent{
	position: relative;
	z-index:1;
	padding:20px 10px 0;
}

#content{
	padding-top:20px;
	position: relative;
}
#content:before{
	width:100%;
	display: block;
	height:80px;
	content:'';
	position: absolute;
	z-index:1;
	top:0;
	background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%); /* FF3#6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,1)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6 */
}
#bookIntroduction{
	position: relative;
	z-index:2;
	overflow: hidden;
	padding:0 20px;
	max-width:720px;
}
#manuscriptBlock{
	overflow: hidden;
	vertical-align: top;
}

#manuscriptBlock img{
	width:20%;
	float:left;
}
#bookInfo{
	float:left;
	width:80%;
	padding-left:12px;
	display: block;
}
#manuscriptBlock a{
	text-decoration: none;
	color:#fff;
}
#manuscriptBlock a:hover,#manuscriptBlock a:hover h4{
	text-decoration: underline;
}

#bookInfo h4{
	margin-top:0;
	margin-bottom:5px;
	color:#fff;
}

#bookInfo h5{
	font-family:'Guardian Text Sans Web';
	margin-top:0;

}

#bookInfo button{
	background:#ff5400;
	border:none;
	color:#f4eddb;
	font-family:'Guardian Text Sans Web';
	font-weight:bold;
	border-radius:500px;
	height:32px;
	width:100px;
	font-size:14px;
	margin-top:40px;
	outline:none;
}

#audioExtracts{
	background-color:#f4eddb;
	margin-top:20px;
	width:100%;
	padding:20px 0 40px;
	position: relative;
}
#audioExtracts:before,#audioExtracts:after{
	width:100%;
	height:40px;
	position: absolute;
	display: block;
	content:'';
}
#audioExtracts:before{
	background-image:url(../img/borderTop.png);
	top:0;
}
#audioExtracts:after{
	background-image:url(../img/borderBottom.png);
	bottom:0;
}
#manuscriptContainer{
	margin:0 auto;
	position: absolute;
	z-index:1;
	width:100%;
}
#audioExtracts #manuscriptContainer img{
	width:100%;
	display: block;
	margin:0 auto;
	opacity:0.2;
	max-width:1080px;
}
#hard-copy-release a {
    color: #D14805;
    font-size: 1.1em;
}
#hard-copy-release:after {
    display: block;
    content: "";
    clear: both;
}
#hard-copy-release h4 {
    font-weight: 600;
    font-size: 1.1em;
    font-weight: normal;
}
#hard-copy-release h4 >  a {
  float: left;
  padding-right: 20px;
}
#hard-copy-release h4 div {
    height: 210px;
    display: table-cell;
    vertical-align: middle;
}
#audioContainer{
	margin-top:40px;
	position: relative;
	z-index:2;
	max-width:720px;
}
#playlist{
	color:#333;
}
#playlist ul{
	list-style:none;
	padding:0;
}
#playlist li{
	cursor:pointer;
	font-size:14px;
	font-family:"Guardian Text Sans Web";
	border-top:1px solid #767676;
	padding-left:40px;
	position: relative;
	min-height:80px;
	padding-top:3px;
	padding-bottom:10px;
}
#playlist li .audioShare{
	display:none;
}
#playlist li:before{
	width:30px;
	height:30px;
	border-radius:30px;
	background:url(../img/playIcon.png) #767676;
	background-repeat: no-repeat;
	background-size: 12px;
	background-position: 10px center;
	display: block;
	content:'';
	position: absolute;
	top:3px;
	left:5px;
}
#playlist li.active{
	background:rgba(25,25,25,0.05);
}
#playlist li.active:before{
	background:url(../img/audio-playing.png) #D14806;
	background-repeat: no-repeat;
	background-size: 14px;
	background-position: 8px center;
}
#playlist li.active .audioShare{
	display:block;
	width:30px;
	height:70px;
	position: absolute;
	top:0;
	right:5px;
}
#playlist li.active .audioShare button{
	border:none;
	border-radius:30px;
	height:30px;
	width:30px;
	margin-top:3px;
	outline: none;
	cursor:pointer;
}
.share_twitter{
	background:#1FB4EB url(../img/twitter.png);
	background-size:17px;
	background-position: center;
	background-repeat: no-repeat;
}
.share_facebook{
	background:#3368A1 url(../img/fb.png);
	background-size:9px;
	background-position: center;
	background-repeat: no-repeat;
}

#playlist li .audio-quote{
	font-size:14px;
	font-style:italic;
	color:#191919;
	font-family:'Guardian Text Egyptian Web';
	font-weight:normal;
	padding-right:40px;
	display:inline-block;
}
#playlist li .audio-narrator{
	display:block;
	font-size:12px;
	color:#D14806;
	margin-top:6px;
	padding-right:40px;
}
#playlist li.active{
	font-weight:bold;
	cursor:default;
}
#guardianArticles{
	margin-top:20px;
	padding:0 20px;
	position: relative;
}
#guardianArticles h2{
	padding-right:46px;
	margin-top:0;
}
img#guardianLogo{
	position: absolute;
	right:20px;
	top:5px;
	width:36px;

}
.guardianArticle{
	width:100%;
	border-top:1px solid rgba(255,255,255,0.5);
}
.guardianArticle a{
	color:#f4eddb;
	text-decoration: none;
	padding-bottom:24px;
	display: inline-block;
}

.guardianArticle a:hover h4{
	text-decoration: underline;
}
.guardianArticle h4{
	margin-top:3px;
	margin-bottom:0;
	color:#fff;
}
.guardianArticle p{
	font-family:"Guardian Text Sans Web";
	font-size:12px;
	margin-top:3px;
	margin-bottom:0;
	color:#F4EDDB;
}
#guardianEvents{
	padding:0 20px;
}
.event{
	width:100%;
	border-top:1px solid rgba(255,255,255,0.5);
	padding-top:4px;
	padding-bottom:20px;
	min-width:54px;
}

.event a{
	text-decoration: none;
}

.event a:hover h4{
	text-decoration: underline;
}

.event img{
	width:90px;
	float:left;
	margin-top:3px;
}

.eventInfo{
	display: block;
	padding-left:100px;
}
.eventInfo h4{
	margin:0;
	color:#fff;
	line-height:1.2em;
}	
.eventInfo .venue, .eventInfo .date{
	color:#F4EDDB;
	font-family:"Guardian Text Sans Web";
	font-size:12px;
	margin: 5px 0;
}
#acluContainer{

}
#acluContainer h4{
	color:#fff;
	font-weight:bold;
}
#acluContainer p{
	line-height: 1.2em;
}
#acluButton{
	background:#fff url('../img/arrow.png');
	background-repeat: no-repeat;
	background-position: 95% center;
	background-size:18px;
	height:40px;
	border:none;
	border-radius:30px;
	font-size:14px;
	font-family:"Guardian Text Sans Web";
	font-weight:bold;
	line-height: 0;
	padding: 20px 40px 0 15px;
	color:#d14805;
	outline:none;
	cursor:pointer;
	text-decoration: none;
	display:inline-block;
}

#acluButton:hover{
	text-decoration: underline;
}
#acluLogo{
	max-width:220px;
	width:50%;
}

footer{
	height:auto;
	background: url(../img/background_orange.png);
	overflow: hidden;
	margin-top:20px;
	padding-bottom:40px;
}
#availableCountries{
	overflow: hidden;
}
#bookSell{
	margin-top:6px;
	padding:0 20px;
}
#bookSell img{
	width:100%;
	margin-top:20px;
	width:50%;
}

#bookSell ul{
	list-style: none;
	padding:0;
}

#bookSell .countryname{
	font-weight:900;
	font-size:18px;
	margin:20px 0 5px;
	padding-top:5px;
	border-top:1px solid rgba(25,25,25,0.5);
}

#bookSell .shop{
	font-family:'Guardian Text Sans Web';
}

#bookSell .shop a{
	color:#fff;
	text-decoration: none;
	font-size:14px;
	padding: 6px 0;
	display: inline-block;
}

#bookSell .shop a:hover{
	text-decoration: underline;
}

#bookSell .shoplist{
	overflow: hidden;
}

#bookSell h2{
	margin:0;
	font-size:28px;
	font-weight:600;
	color:#f4eddb;
}

#bookSell h3{
	font-family:'Guardian Text Sans Web';
	font-size:14px;
	margin:0;
}

#bookSellInfo{
	margin-top:8px;
}
#bookSellInfo h3{
	font-family:'Guardian Egyptian Web';
	font-size:16px;
	color:#fff;
}

@media(min-width:480px){
	h1{
		font-size:34px;
	}

	h2{
		font-size:16px;
		max-width:500px;
	}

	h3{
		font-size:16px;
		width:60%;
		float:left;
		margin-top:0;
	}
	#bookInfo h4{
		font-size:15px;
	}
	#bookInfo h5{
		line-height:1.2em;
		font-size:12px;
	}
	#manuscriptBlock{
		padding-left:10px;
	}

	#bookInfo{
		padding-left:5px;
	}
	#bookInfo button{
		margin-top:0;
		font-size:12px;
		width:80px;
	}
	.guardianArticle{
		width:49%;
		float:left;
	}
	#guardianArticles{
		overflow: hidden;
		margin-top:40px;
		margin-bottom:40px;
	}
	.guardianArticle:nth-of-type(2n+1){
		margin-right:2%;
	}
	#bookSell h3{
		float:none;
	}
}

@media(min-width:640px){
	#headerContent{
		padding: 20px 0 0;
	}
	h1{
		font-size:48px;
	}
	h2{
		font-size:18px;
	}
	h3{
		font-size:18px;
		width:55%;
	}
	#manuscriptBlock{
		padding-left:40px;
	}
	#bookInfo{
		padding-left:20px;
	}

	#bookInfo h4{
		font-size:16px;
	}
	.container{
		padding: 0 20px;
	}
	#events{
		overflow: hidden;
	}
	.event{
		width:49%;
		float:left;
		margin-right:2%;
	}
	.event:nth-of-type(2n+2){
		margin-right:0;
	}
	#acluLogo{
		float:left;
	}
	#acluSupporttext{
		padding-left:240px;
	}
	#acluSupporttext h4{
		font-size:18px;
		margin-bottom:0;
		margin-top:0;
	}
	#bookSell{
		position: relative;
		margin-top:40px;
	}
	#bookSell img{
		position: absolute;
		top:0;
		margin-top:0;
		width:220px;
	}
	#bookSell h2, #bookSell h3, #bookSell #bookSellInfo{
		padding-left:240px;
		width:100%;
	}
	#bookSellInfo h3{
		padding-left:0;
		width:100%;
	}
	#bookshoplist{
		margin-top:40px;
	}
	h2.subheading{
		padding:0;
	}
	#playlist li .audio-quote{
		font-size:16px;
		line-height:1.2em;
	}
}

@media(min-width:780px){
	#headerContent.videoPlaying{
		opacity:0;
	}
	header.videoPlaying #headerBackground:after{
		display:none;
	}
	.videoPlaying #headerBackground:before{
		display:none;
	}
	#headerContent{
		position: absolute;
		top:0;
		padding:100px 10px 0;
		width:100%;
	}

	#bookSell .shop{
		width:50%;
		float:left;
	}

	#headerBackground{
		position: relative;
	}
	#headerBackground:before{
		position: absolute;
		width:100%;
		height:100%;
		display: block;
		background:rgba(0,0,0,0.2);
	}
	#headerBackground:after{
		display:block;
		content:'';
		position: absolute;
		width:100%;
		height:80px;
		bottom:0;
		background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); 
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,1))); 
		background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);  
		background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); 
		background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); 
		background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); 
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); 
	}

	#bookSell h2{
		font-size:40px;
		max-width:none;
	}
	#bookSell h3{
		font-size:20px;
	}
	#bookSellInfo h3{
		margin-top:15px;
	}
	#startVideoMobile{
		display:none;
	}
	#startVideo{
		display:block;
	}
	#playlist{
		overflow:hidden;
	}
	#playlist li{
		width:49%;
		margin-right:2%;
		float:left;
		min-height:70px;
	}
	#playlist li:nth-of-type(2n+2){
		margin-right:0;
	}
	#introVideo{
		display:block;
	}
}

@media(min-width:840px){
	.guardianArticle{
		width:32%;
		margin-right:2%;
	}
	.guardianArticle:nth-of-type(3n+3){
		margin-right:0;
	}
	.event img{
		width:220px;
	}
	.eventInfo{
		padding-left:230px;
	}
	h2.subheading,h2.subheadingLight{
		font-size:32px;
	}
	h3{
		font-size:20px;
	}
	#manuscriptBlock img{
		width:120px;
	}

	#bookInfo{
		float:none;
		padding-left:125px;
		width:100%;
	}

	#bookInfo h4{
		font-size:20px;
	}
	#audioContainer{
		margin-bottom:40px;
	}
	#acluParagraphs{
		width:67%;
	}
	footer{
		margin-top:40px;
	}
	#playlist li .audio-narrator{
		font-size:14px;
		line-height:1.2em;
	}

}

@media(min-width:1040px){
	.eventInfo h4, .guardianArticle h4{
		font-size:20px;
	}
	.guardianArticle p,.eventInfo .venue, .eventInfo .date{
		font-size:14px;
		margin:5px 0;
	}
	h1{
		font-size:76px;
		max-width:500px;
	}

	h1 #author{
		font-size:24px;
	}
	h2{
		font-size:24px;
		max-width:500px;
	}
	#acluSupporttext:after{
		clear:both;
		content:'';
		display: block;
	}
	#acluParagraphs{
		float:left;
	}
	#acluButton{
		margin-top:1em;
		padding-top:20px;
		float:right;
	}
	#bookSell .countryname{
		font-size:20px;
		margin:25px 0 10px;
	}
	#bookSell .shop a{
		font-size:16px;
	}
}

@media(min-width:1280px){
	#headerContent{
		padding:190px 10px 0;
	}
}

@media(min-width:1480px){
	#headerBackground{
		padding-bottom:0;
		height:833px;
	}
	.videoPlaying #backgroundContainer:after{
		display: none;
	}
	#backgroundContainer:after{
		position: absolute;
		left:0;
		width:100%;
		height:100%;
		display: block;
		content:'';
		top:0;
		background: -moz-linear-gradient(left,  rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 5%, rgba(0,0,0,0) 50%, rgba(0,0,0,0) 95%, rgba(0,0,0,0.6) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0.6)), color-stop(5%,rgba(0,0,0,0)), color-stop(50%,rgba(0,0,0,0)), color-stop(95%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.6))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(left,  rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 5%,rgba(0,0,0,0) 50%,rgba(0,0,0,0) 95%,rgba(0,0,0,0.6) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(left,  rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 5%,rgba(0,0,0,0) 50%,rgba(0,0,0,0) 95%,rgba(0,0,0,0.6) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(left,  rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 5%,rgba(0,0,0,0) 50%,rgba(0,0,0,0) 95%,rgba(0,0,0,0.6) 100%); /* IE10+ */
		background: linear-gradient(to right,  rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 5%,rgba(0,0,0,0) 50%,rgba(0,0,0,0) 95%,rgba(0,0,0,0.6) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99000000', endColorstr='#99000000',GradientType=1 ); /* IE6-9 */
	}
}
