body {
	padding: 0.5em;
}

a[href ^= "http"]::before {
	content: "↺ ";
	color: #844;
}

a[href ^= "https"]::before {
	content: "↺ ";
	color: #000;
}

div.oldpost::before {
	content: "Archived: ";
	font-family: monospace;
}

div.oldpost {
	background-color: #faf0e6;
	margin-top: 1em;
	padding-left: 0.5em;
	padding-right: 0.3em;
	padding-bottom: 0.5em;
	border-top: thin solid #000;
	border-bottom: thin solid #000;
	border-left: thin solid #888;
	border-right: thin solid #888;
	border-radius: 0.2em;
}

div.oldpost > ul > li.author {
	list-style: none;
	font-weight: bold;
}

div.oldpost > ul > ul.date {
	list-style: none;
	font-size: 75%;
}

div.oldpost > ul > ul.date > li:first-child {
	font-weight: bold;
}

div.oldpost > ul > ul.date > li:first-child:after {
	content: ",";
}

div.oldpost > ul > ul.date > li {
	display: inline;
}

div.oldpost div.navigation {
	text-align: center;
	border-top: thin solid #000;
	border-bottom: thin solid #000;
}

div.comments {
	border-top: thin solid #888;
}

div.comments blockquote {
	background-color: #fff0db;
}

div.comments ul {
	border: thin solid #888;
	border-radius: 0.2em;
	list-style: none;
	padding-left: 0.5em;
	padding-right: 0.5em;
	padding-bottom: 0.5em;
	background-color: #eed9c4;
}

div.comments ul > li {
	padding-bottom: 0.5em;
}

div.comments ul > li + li {
	border-top: thin solid #800;
}

div.comments ul > li > p.author {
	font-weight: bold;
	float: left;
}

div.comments ul > li > p.date {
	float: right;
	padding-right: 2em;
	font-style: italic;
}

div.comments ul > li > div {
	clear: both;
}

div.latest {
	border-bottom: thin solid #000;
}

div.navigation ul li,
div.footer ul li {
	display: inline;
	/* top right bottom left */
	margin: 0 0 0 -1em;
	border: none;
	padding: 0 1em 0 1em;
}

div.navigation > a {
	font-style: italic;
}

blockquote {
	font-size: 90%;
	border: thin solid #888;
	background-color: #fff0db;
	padding: 0.3em;
	border-radius: 0.5em;
}

blockquote:before {
	content: "“";
	font-weight: bold;
	font-size: 200%;
}

blockquote:after {
	content: "”";
	font-weight: bold;
	font-size: 200%;
}

p.dropcap-first:first-letter {
	display: inline-block;
	margin: -0.1em 0 0 0;
	padding: 0;
	vertical-align: top;
	font-size: 200%;
}
