body {
	font-family: Georgia, 'Times New Roman', Times, serif;
	margin: 0;
}

p, li, dt, dd, pre, label, input, table {
	line-height: 1.5em;
}

sup {
	line-height: normal;
}

code, kbd, samp, pre {
	font-family: Menlo, Monaco, Consolas, 'Courier New', monospace;
	font-size: 14px;
}

code, kbd, samp, pre, blockquote, tr, #sidebar, #addendum {
	color: #595959;
}

blockquote {
	margin: 1em 0 1em 20px;
	padding: 0 40px 0 15px;
	border-left: 5px solid #cccccc;
}

hr {
	background-color: #cccccc;
	border: 0;
	height: 1px;
	margin: 1em 0;
}

label, input, table, #toc {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

table {
	font-size: 14px;
	margin: 1em 0;
	border-collapse: collapse;
}

tr:nth-child(even) {
	background-color: #f2f2f2;
}

th, td {
	padding: 0.5em 1em;
	border: 1px solid #cccccc;
}

a {
	color: inherit;
	text-decoration: none;
}

a:hover {
	color: gray;
}

#page a, .post-content a, .archive-list a, #information a {
	border-bottom: 1px solid black;
}

#page a:hover, .post-content a:hover, .archive-list a:hover, #information a:hover {
	border-bottom-color: gray;
}

#pagination a {
	font-weight: bold;
}

a img {
	display: block;
	border: none;
}

img {
	max-width: 100%;
	height: auto;
}

iframe {
	border: none;
}

article + article {
	margin-top: 3.5em;
}

h1 {
	margin-top: 1.5em;
}

#page li, .post li {
	margin: 0.5em 0;
}

/* Hack for IE 9, 10 and 11. */
main {
	display: block;
}

#banner, #content, #sidebar, #addendum {
	margin: 0 auto;
	padding: 0.5em 1em;
}

#banner {
	color: #e9f2f9;
	background-color: #1e73be;
}

#banner a {
	color: white;
}

#banner a:hover {
	color: #e9f2f9;
}

#content, #sidebar, #addendum {
	max-width: 32em;
}

#banner, #sidebar, #addendum {
	text-align: center;
}

#description, .footnotes ol, .post-meta, #pagination, #information {
	font-size: 0.9em;
}

#search-field {
	font-size: 0.8em;
}

#toc, #copyright {
	font-size: 0.7em;
}

#description, .post-meta, #information {
	font-style: italic;
}

#title {
	margin: 0.25em 0;
}

#description {
	margin: 0.25em 0 0.5em 0;
}

#menu {
	margin: 0.5em 0 0.25em 0;
	padding-left: 0;
	font-weight: bold;
	text-transform: uppercase;
}

.menu-item {
	display: inline-block;
	padding: 0 0.5em;
}

.post-meta {
	margin-bottom: 2.5em;
}

.post-pager .pager-label {
	display: block;
	float: left;
}

.post-pager a {
	display: block;
	padding-left: 5em;
}

#search {
	padding: 1em 0;
}

#search label {
	display: none;
}

#search-field {
	width: 16em;
}

.aspect-16x9 {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
}

.aspect-16x9 iframe {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

.aspect-4x3 {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 75%;
}

.aspect-4x3 iframe {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

@media screen and (min-width: 640px) {

	body {
		font-size: 1.125em;
	}

	p code, li code, dt code, dd code, p kbd, li kbd, dt kbd, dd kbd, p samp, li samp, dt samp, dd samp {
		font-size: 16px;
	}
}

@media screen and (min-width: 768px) {

	body {
		font-size: 1.25em;
	}

	p code, li code, dt code, dd code, p kbd, li kbd, dt kbd, dd kbd, p samp, li samp, dt samp, dd samp {
		font-size: 18px;
	}
}

@media screen and (min-width: 1024px) {

	body {
		font-size: 1.5em;
	}

	p code, li code, dt code, dd code, p kbd, li kbd, dt kbd, dd kbd, p samp, li samp, dt samp, dd samp {
		font-size: 22px;
	}
}
