@import url(//fonts.googleapis.com/css?family=Open+Sans:400,600,400italic);

body {
	font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
	line-height: 1.5;
	background: #903618;
	color: white;
	text-align: left;
	margin: 0;
	padding: 0;
}
#masthead a {
	color: #E1C4B9;
	display: block;
	font-size: 100%;
	font-weight: 600;
	letter-spacing: 0.5ex;
	padding: 0.5ex 0;
	text-decoration: none;
	text-transform: uppercase;
	border: none;
	text-shadow: 0 -1px 0 #662611;
}
#masthead span {
	color: white;
}
#content, #footer, #masthead {
	width: 44em;
	margin: 0 auto;
	overflow: hidden;
}
#outer1 {
	background: #F8F4F0;
	color: #543;
}
#content {
	padding: 3em 0 3em 0;
}
#footer {
	padding: 1em 0;
}
ul#breadcrumbs {
	font-size: 80%;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
	overflow: hidden;
}
ul#breadcrumbs li {
	float: left;
	padding-right: 1ex;
}
ul#breadcrumbs li + li:before {
	padding-right: 1ex;
	content: "\2192";
}
#home {
	font-weight: bold;
}
h1 {
	line-height: 1;
	text-align: center;
	margin: 1em 0;
}
h2, h3 {
	line-height: 1.1;
	margin: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	text-shadow: 0 1px 0 white;
	color: #903618;
}
.hr:before {
	display: block;
	text-align: center;
	color: #CF9B88;
	content: "\2042";
}
.hr > hr {
	display: none;
}
h1 a {
	text-decoration: none;
	color: #903618;
}
h1 + p, h1 + form, h1 + div,
h2 + p, h2 + form, h2 + div,
h3 + p, h3 + form, h3 + div {
	margin-top: -0.25em;
	padding-top: 1em;
}
p + h1, div + h1, ul + h1, ol + h1,
p + h2, div + h2, ul + h2, ol + h2,
p + h3, div + h3, ul + h3, ol + h3 {
	margin-top: 2ex;
}
h1 .date {
	font-size: 40%;
	font-weight: normal;
	display: block;
	color: gray;
	padding: 0 0.25ex;
}
p {
	margin: 0.5ex 0;
}
p + p {
	text-indent: 2em;
}
ul li, ol li {
	margin-top: 1ex;
	margin-bottom: 1ex;
}

ul#nav, ul#archive-summary {
	list-style: none;
	margin: 0;
	padding: 1ex 0;
	overflow: hidden;
}
ul#nav:before {
	display: block;
	font-weight: bold;
	content: "Elsewhere: ";
	text-transform: small-caps;
	text-shadow: 0 -1px 0 #662611;
}
#archive-summary:before {
	display: block;
	font-weight: bold;
	content: "Archive summary: ";
	text-transform: small-caps;
	text-shadow: 0 -1px 0 #662611;
}
ul#nav li, ul#archive-summary li {
	margin: 0;
	padding: 0 1ex 0 0;
	float: left;
}
ul#nav li + li:before,
ul#archive-summary li + li:before {
	color: #CF9B88;
	content: /*"\2767"*/"\223C";
	padding: 0 1ex 0 0;
}

.gdpr {
	padding: 1ex 0;
}

dl#archive-summary {
	overflow: hidden;
}
dl#archive-summary dt, dl#archive-summary dd {
	float: left;
}
dl#archive-summary dt {
	clear: left;
	width: 3.5em;
	font-weight: normal;
	text-align: right;
}
dl#archive-summary dd {
	margin: 0;
	width: 3.5em;
	text-align: right;
}
dl#archive-summary dd a {
	display: block;
}

#footer > * {
	font-size: 80%;
}
#footer hr {
	display: none;
}
#footer a {
	color: #E1C4B9;
}
blockquote {
	background: transparent url(images/quote.png) top left no-repeat;
	margin-left: 0;
	margin-right: 0;
	padding: 0 2em;
	min-height: 30px;
}
address {
	margin: 0;
	padding: 0;
}
pre, code {
	font-family: "Droid Sans Mono", Consolas, monospace;
	font-size: 80%;
}
body pre.prettyprint {
	background: white;
	padding: 1ex;
	overflow-x: auto;
}

form p {
	text-indent: 0;
}
form input[type=text] {
	border: none;
	background: inherit;
	font-size: 100%;
	width: 99%;
	border-bottom: 1px solid #903618;
}
form textarea {
	border: 1px solid #903618;
	width: 99%;
}

form.standard p {
	margin-left: 6em;
	position: relative;
}
form.standard span {
	position: absolute;
	width: 5.5em;
	text-align: right;
	left: -6em;
}
form.standard p.required span:before {
	content: "*";
	color: red;
}

div#preview {
	margin: 1em 0;
	border: 1px solid #CF9B88;
	background: white;
	padding: 1ex;
}
div#preview:before {
	content: "Preview:";
	font-weight: bold;
	padding-bottom: 1em;
	display: block;
}

div#preview .entry {
	padding-left: 0;
}

#metadata {
	margin-top: 2em;
	font-size: small;
	text-align: right;
	color: #CF9B88;
	text-shadow: 0 1px 0 white;
}
.entry {
	padding-left: 4em;
	padding-right: 0;
	position: relative;
	overflow: hidden;
}
.entry + .entry {
	margin-top: 4ex;
	padding-top: 1ex;
	border-top: 1px solid #CF9B88;
}
.entry .meta {
	float: left;
	margin-left: -3.5em;
	width: 3em;
	color: #CF9B88;
	text-shadow: 0 1px 0 white;
	text-align: center;
	line-height: 0.7;
}
.entry .meta a {
	font-size: 200%;
	color: inherit;
	text-decoration: none;
}
.entry:hover .meta a {
	color: #903618;
	z-index: 1;
}
.meta + h2 {
	margin-top: 0;
}
.meta .comments a {
	line-height: 1.5;
	font-size: 100%;
	background: #CF9B88;
	border-radius: 5px;
	margin: 0;
	text-shadow: none;
	color: white;
	display: block;
}
.entry:hover .meta .comments a {
	background: #903618;
	color: white;
	z-index: 2;
}

.illustration {
	margin: 1em auto;
	text-align: center;
	text-indent: 0;
}

#masthead a#movember {
	width: 30px;
	float: right;
	line-height: 0;
	padding: 1px 0 0 0;
	display: inline;
}

#masthead img {
	border: none;
}

.public-key {
	border-left: 1ex solid #E1C4B9;
	padding-left: 1ex;
}

table {
	margin: 1em auto;
	text-align: center;
	border-collapse: collapse;
}
table th {
	vertical-align: top;
	text-align: left;
	padding: 0 1ex;
	border-bottom: 1px solid #543;
}
table td {
	vertical-align: top;
	text-align: left;
	padding: 0 1ex;
	border-bottom: 1px solid #E1C4B9;
}
