body {
	background-color: white;
	color: black;

	font-family: Verdana, sans-serif;
	font-size: 11pt;
	line-height: 1.6em;

	margin: 10px auto;
	padding: 0 15px;
	max-width: 620px;
}

em, i {
	font-style: italic;
}

strong, b {
	font-weight: bold;
}

a {
	color: black;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}

div a, p a {
	font-weight: normal;
}

img {
	padding: 5px;
}

img.left {
	float: left;
	padding-left: 0;
}

img.right {
	float: right;
	padding-right: 0;
}

h2, h3, h4 {
	clear: both;
}

h1 {
	color: black;

	font-family: Marion, serif;
	letter-spacing: 2px;
	text-align: center;
	font-size: 250%;
	line-height: 1.5em;

	border-bottom: 2px solid black;
}

h1 a {
	font-weight: normal;
	text-decoration: none;
}

h2 {
	margin-top: 2em;
	padding-top: 2em;
}

h2 .date {
	display: inline-flex;

	font-style: italic;
	font-size: 90%;

	padding-left: 5px;
	padding-right: 5px;

	text-decoration: none;
}

h2 a.date {
	font-weight: normal;
}

h2 a.date:hover {
	text-decoration: underline;
}

h2:first-of-type {
	text-align: center;

	margin-top: 0;
	padding-top: 0.5em;
	padding-bottom: 0.5em;

	border-bottom: 1px solid blue;
}

h3 {
	font-weight: normal;

	margin-top: 4em;
	border-bottom: 1px solid black;
}

h4 {
	margin-top: 1.5em;
}

h3 + h4 {
	margin-top: 1em;
}

blockquote {
	border-left: 1px solid gray;
	padding-left: 25px;
}

p, div {
	margin-top: 1em;
}

ul.preview {
	margin-top: 3em;
	background-color: #DEDEDE;
	padding-bottom: 10px;
	font-size: 90%;
}

ul.preview li {
	padding-left: 10px;
	padding-right: 10px;
}

ul.preview li, ul.preview li a {
	font-weight: normal;
}

ul.preview li:first-child {
	padding-top: 10px;
}

ul.preview li:first-child, ul.preview li:first-child a {
	background-color: #CCCCCC;
	font-weight: bold;
}

ul.footer {
	clear: both;

	font-size: 90%;
	margin-top: 4em;

	border-top: 1px solid gray;
}

ul.footer li {
	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
}

ul.footer li:first-child {
	padding-left: 0;
}

ul.archive {
	margin-top: 2em;
}

ul.archive li {
	margin-top: 0.5em;
}

ul.archive li ul {
	display: inline-block;

	padding-left: 10px;
}

ul.archive li ul li {
	display: inline;

	padding-left: 10px;
}

ul.year {
	margin-top: 2em;
}

ul.year li {
	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
}

ul.year li:first-child {
	padding-left: 0;
}

