@import url(http://fonts.googleapis.com/css?family=Merriweather:400,700,300italic,300);

body,html{
	background: #f8f8f5;
	color: #333;
	font-size: 24px;
	margin: 0;
	padding: 0;
	font-size: 18px;
	font-family: 'Merriweather', serif;
	line-height: 1.8em;
}



#page{
	max-width: 860px;
	margin: 30px auto;
	box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.4);
	background: #fff;
}

#page .header{
    background: #7554d9;
    background-size: cover;
    background-position:center center;
    position: relative;
    height: 250px;
}
#page .header h1{
    color:#fff;
    padding: 25px;
    margin: 0px;
    position: absolute;
    bottom:0px;
    text-shadow: 0px 0px 10px rgba(0,0,0,0.6);
    font-size: 4em;
    line-height: 1em;
}
#page .content{
    padding:35px;
    min-height: 300px;
}



#prevPage,#nextPage{
	top: 45%;
	position: fixed;
	background-repeat: no-repeat;
	width: 60px;
	height: 77px;
	cursor: pointer;
	z-index: 10000;
}
#prevPage{
	left: 20px;
	background-image: url(../images/arrow-l.png);
}
#nextPage{
	right: 20px;
	background-image: url(../images/arrow-r.png);
}


.fitToWidth{ width: 100%; }


.toc{
    font-size: 1.5em;
}
.toc li{
    
}


.hidden{
    display: none;
}






/* List of all issues */

.main{
	margin: 10px auto 40px auto;
	width: 800px;
}

header{
	text-align: center;
	margin-top: 80px;
}
header h1{
	font-size: 2em;
}
header .logo{
	height: 190px;
}

footer{
	text-align: center;
	clear: both;
	padding: 20px;
	display: none;
}

.issues{
	clear: both;
	text-align: center;
}

.issues .issue {
	width: 33%;
	display: inline-block;
	vertical-align: top;
}
.issues .issue > div{
	margin: 20px;
}
.issues .issue .cover{
	width: 100%;
	box-shadow: 0px 0px 40px rgba(50, 50, 50, 0.50);
}
.issues .issue h2{
	margin:0px;
	margin-bottom: 10px;
	font-size: 1.4em;
}
.issues .issue .info{
	
}