
body {
	margin: 0;
}

img.logo {
	width: 100%;
	margin-top: 1em;
	margin-bottom: 1em;
}

.page  {
	margin: 0;
}

.page > * {
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	max-width: 700px;
}

.content {
	margin-left: 0;
	margin-right: 0;
	width: 100%;
	max-width: 100%;
}

.content > * {
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	max-width: 700px;
}

.content .figure {
	margin-left: 0;
	margin-right: 0;
	width: 100%;
	max-width: 100%;
}

.content .figure div {
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	max-width: 700px;
}

.content .figure img {
    display: block;
    padding: 0;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	max-height: 70%;
}

.content ul {
	list-style-position: inside;
	padding: 0;
}

.content .figure ul {
	list-style: none;
}

.content .figure ul img {
	display: initial;
}

.clearleft {
	clear: left;
}

.content .figure li {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	width: 50%;
	float: left;
}

.content .figure ul li:first-child {
	padding-left: 0;
	padding-right: 1%;
	text-align: right;
}

.content .figure ul li:last-child {
	padding-left: 1%;
	padding-right: 0;
	text-align: left;
}

a {
	text-decoration: none;
	color: #FF8000;
}

a:hover {
	text-decoration: underline;
}

ul.posts {
	list-style: none;
	padding: 0
}

.page h1,
.page h2,
.page h3,
.page .subheadline,
.page .footnote,
.page .caption1,
.page .caption2 {
	text-align: center;
}

/* Borders */

ul.posts li {
	margin-top: 2em;
}

.header {
	border-bottom: 1px solid #ccc;
}

.footer {
	border-top: 1px solid #ccc;
}

@media (-webkit-min-device-pixel-ratio: 2) {
	.footer, .header {
		border-width: 0.5pt;
	}
}

@media (-webkit-min-device-pixel-ratio: 3) {
	.footer, .header {
		border-width: 0.34pt;
	}
}
