section, article, aside, header, footer {
	display: block;
}
article img, article object, article embed, .attention {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
html {
	background: #eee;
}
body.js {
	overflow: hidden;
	height: 100%;
	width: 100%;
	margin:0;padding:0;
	margin-top:400px;
	margin-left: 400px;
}
body.zoom {
	margin-top: 800px;
}
body {
	top:0; left: 0;
	margin:0;padding:0;
	position: relative;
	font-family: Helvetica, Arial, sans-serif;
}
header {
	position: fixed;
	top:0;
	left: 0;
	width: 100%;
	background: rgba(0,0,0,0.8);
	z-index: 200;
}
h1{
	color: white;
	font-size: 14px;
	padding: 10px;
	display: inline-block;
}
h1 a {
	color: white;
	text-decoration: none;
}
header>p {
	color: grey;
	display: inline-block;
	font-size: 12px;
}
header>p a {
	color: inherit;
	text-decoration: none;
}
.instruct {
	float: right;
	padding-right: 10px;
	padding-top: 10px;
}
.attention {
	position: fixed;
	left: 50%;
	top: 50%;
	width: 400px;
	padding: 20px;
	padding-top: 20px;
	font-size: 24px;
	color: white;
	text-align: center;
	margin-left: -220px;
	margin-top: -100px;
	background: rgba(0,0,0,0.8);
}
span.more {
	display: none;
	text-align: left;
}
.attention .less {
	display: none;
}
span.more strong {
	display: inline-block;
	width: 40%;
	text-align: right;
}
.attention span.more {
	display: block;
	margin-top: 10px;
}
section.issue {
	float: left;
	clear: both;
	padding-top: 53px;
	position:relative;
	}
.js section.issue {
	width: 8000%;
	background: #eee;
}
.js.zoom #current article, .js.zoom #current h2.page, .js.zoom #current h3,
.js.zoom section.issue:hover article, .js.zoom section.issue:hover h2.page, .js.zoom section.issue:hover h3 {
	background: white;
}
section.issue article {
	float: left;
	clear: both;
	width: 400px;
	padding: 15px;
	overflow: hidden;
	border-right: 1px solid lightgrey;
	position: relative;
	-moz-column-width: 340px;
	-webkit-column-width: 340px;
	-moz-column-gap: 45px;
	-webkit-column-gap: 45px;
}
.js section.issue article {
	clear:none;
}
article.single {
	max-width: 400px;
}
article>p, article ul {
	font-size:12px;
	line-height: 1.6em;
}
aside {
	border-top: 1px solid lightgrey;
	background: #eee;
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 100%;
	height: 20px;
	padding:0;
}
aside a {
	font-size: 12px;
	color: lightgrey;
	text-decoration: none;
	display: block;
	padding: 5px;
	padding-left: 10px;
	width: 100%;
}
.current aside {
	background: white;
}
h2 {
	background: black;
	color: white;
	width: 100%;
	font-size: 14px;
	padding: 5px;
	position: relative;
	top: -10px;
	margin-bottom: 0;
}
h2 b {
	color: grey;
}
h2.page {
	background: #eee;
	color: black;
	font-size: 48px;
	float: left;
	width: 400px;
	padding: 15px;
	overflow: hidden;
	border-right: 1px solid lightgrey;
	margin:0;
	padding:0;
	padding-left: 15px;
	padding-right: 15px;
	vertical-align: bottom;
}
#current h2.page {
	background: white;
}
h2.page b {
	display: block;
	font-size: 216px;
	.float: left;
	margin-right: 20px;
}
h3 {
	float: left;
	clear:both;
	width: 385px;
	margin:0;
	padding: 15px;
	padding-left: 30px;
	overflow: hidden;
	border-right: 1px solid lightgrey;
}
.js h3 {
	clear:none;
}
.current {
	background: white;
	color: black;
}
h3 b {
	display: block;
	font-size: 48px;
	position: relative;
	left: -10px;
}
blockquote {
	font-family: Baskerville, Georgia, serif;
	padding:0;margin:0;
}
blockquote.pullout {
	font-size: 24px;
}
p.reference {
	color: grey;
}
article img{
	max-height: 80%;
	max-width: 100%;
}
p.end {
	margin-left: 30px;
	font-family: Baskerville, Georgia, serif;
	font-style: italic;
	font-size: 24px;
	color: grey;
	float: left;
}
table {
	font-size: 11px;
}
td, th {
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
