@charset "UTF-8";
/* CSS Document */
html {
	margin: 0 auto;
	background-image:url(../images/issue13/issue13bg.png);
	background-repeat: repeat-x;
	color: #2f2e21;
}
/* Both DejaVuSans and Lora fonts come from Font Squirrel (https://www.fontsquirrel.com)*/
@font-face {
    font-family: 'DejaVuSansBook';
    src: url('fonts/dejavu/DejaVuSans-webfont.eot');
    src: url('fonts/dejavu/DejaVuSans-webfont.eot#iefix') format('embedded-opentype'),
         url('fonts/dejavu/DejaVuSans-webfont.woff') format('woff'),
         url('fonts/dejavu/DejaVuSans-webfont.ttf') format('truetype'),
         url('fonts/dejavu/DejaVuSans-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'LoraRegular';
    src: url('fonts/lora/Lora-Regular-webfont.eot');
    src: url('fonts/lora/Lora-Regular-webfont.eot#iefix') format('embedded-opentype'),
         url('fonts/lora/Lora-Regular-webfont.woff') format('woff'),
         url('fonts/lora/Lora-Regular-webfont.ttf') format('truetype'),
         url('fonts/lora/Lora-Regular-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'LoraItalic';
    src: url('fonts/lora/Lora-Italic-webfont.eot');
    src: url('fonts/lora/Lora-Italic-webfont.eot#iefix') format('embedded-opentype'),
         url('fonts/lora/Lora-Italic-webfont.woff') format('woff'),
         url('fonts/lora/Lora-Italic-webfont.ttf') format('truetype'),
         url('fonts/lora/Lora-Italic-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'LoraBold';
    src: url('fonts/lora/Lora-Bold-webfont.eot');
    src: url('fonts/lora/Lora-Bold-webfont.eot#iefix') format('embedded-opentype'),
         url('fonts/lora/Lora-Bold-webfont.woff') format('woff'),
         url('fonts/lora/Lora-Bold-webfont.ttf') format('truetype'),
         url('fonts/lora/Lora-Bold-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'LoraBoldItalic';
    src: url('fonts/lora/Lora-BoldItalic-webfont.eot');
    src: url('fonts/lora/Lora-BoldItalic-webfont.eot#iefix') format('embedded-opentype'),
         url('fonts/lora/Lora-BoldItalic-webfont.woff') format('woff'),
         url('fonts/lora/Lora-BoldItalic-webfont.ttf') format('truetype'),
         url('fonts/lora/Lora-BoldItalic-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
	font-family: 'LoraRegular', 'garamond', serif;
	font-size: 16px;
	margin: 0 0 100px 0;
	padding-bottom: 100px;
	background-image:url(../images/issue13/pagebgimg.png);
	background-repeat: no-repeat;
	

}
i, em {
	font-family: 'LoraItalic', serif;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'DejaVuSansBook', arial, san-serif;
}

h2 {
	opacity:0.5;
}

h5 {
	opacity:0.5;
	margin-left: 70px;
}

h4 {
	margin-bottom: 50px;
	opacity:0.5;
}

.container {
	margin: 0 auto;
	width: 1024px;
	margin-bottom: 100px;
}
a, a:visited {
	color: inherit;
	text-decoration: none;
	transition: color .3s ease-in-out;
   -moz-transition: color .3s ease-in-out;
   -webkit-transition: color .3s ease-in-out;
}
a:focus, a:hover {
	text-decoration: none;
	color: #c58917;

}
.links {
	z-index: 3;
	font-family: 'DejaVuSansBook', arial, san-serif;
	font-size: 12px;
	text-align: right;
	width: 600px;
	position: relative;
	float: left;
	margin-top: 30px;

}
.links ul {
	list-style: none;
	display: inline;
}
.links ul li {
	padding: 10px 2px 0 2px;
	display: inline;
}
.links ul li a:hover {
	text-decoration: underline;
	color: #c58917;
}
.fadeout {
	margin: 0 auto;
	position: relative;
	float:left;
	margin-right: 40px;
	max-width: 600px;
	overflow: hidden;
}
.fadeout img {
	width: 600px;
	height:100%;
	-webkit-box-shadow: -10px 0px 10px -4px #999;
	-moz-box-shadow: -10px 0px 10px -4px #999;
	box-shadow: -10px 0px 10px -4px #999;
}
.toc {
	z-index: 9;
	font-size: 24px;
	position: relative;
	float: right;
	top: -500px;
	clear: none;
	font-family: 'DejaVuSansBook', arial, san-serif;
	color:#fff;
	margin-right:5%;

}
.toc ul {
	list-style: none;

}
.toc ul li {
	margin: 10px;
	border-top: 1px solid #c58917;
	border-bottom: 1px solid #c58917;
	display: inline;
}

.main {
	margin: 0 auto;
	clear: both;
	width: 624px;
	text-align: left;
	position: relative;
	top:100px;	
}
.main p {
	margin-bottom: 100px;
	margin-left: 0px;
	width:90%;
	line-height: 150%;
}

}
.main img {
	-webkit-box-shadow: -10px 0px 10px -4px #999;
	-moz-box-shadow: -10px 0px 10px -4px #999;
	box-shadow: -10px 0px 10px -4px #999;
	margin: 0 auto;
	max-width: 600px;
	margin-bottom: 150px;
	margin-top: 80px;
}
.epigraph {
	font-family: 'LoraItalic', serif;
	width: 250px;
	margin: 0 auto;
	font-size:13px;
	margin-bottom: 30px;
	margin-top: 30px;
}
p.thin {
	width: 300px;
	text-align: justify;
	margin-bottom: 100px;
	line-height: inherit;
}

.indent {
	margin-left: 3em;
	position: relative;

}

/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {

	.toc ul li {
		display:block;
		margin: 50px 0;
	}

.links {
	font-size: 150%;
	font-weight: bold;
	}
.links ul li {
	margin:0 10px;
	}
h4 {
	font-size: 150%;
	}
h2 {
	font-size: 200%;
	}
}