html {
	color: #ddd;
	background-color: #181818;
	padding: 0 44px;
}

body {
	font: 14px "DejaVu Sans", "Bitstream Vera Sans", "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	line-height: 1.7;
	letter-spacing: 0.06em;
	color: #ddd;
	background-color: #181818;
	max-width: 58em;
	margin: 44px auto;
	padding: 0;
	position: relative;
}

p {
   	text-align: inherit;
	padding: 0.5em 0;
	margin: 0.3em 0;
}

abbr {
	letter-spacing: 0.15em;
	border-bottom: 1px dashed #666;
}

dt {
	font-weight: bold;
}
dd {
	padding: 0 0 0.6em;
}

ul {
	list-style-image: url(data:image/x-png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAJCAYAAAD+WDajAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsSAAALEgHS3X78AAAAB3RJTUUH1AMBEg8CzFPj0QAAACZJREFUGNNjYICC/xDQwIAN/EeABnySmAr+Y4IGknXitBO7a0kGAJp7WCxYzO26AAAAAElFTkSuQmCC);
	padding: 0;
	margin: 0.5em 0 1em;
}
ul > li {
	padding: 0 0 0 0.15em;
	margin: 0.15em 0 0.15em 1.2em;
}

table {
	width: 100%;
	margin: 1em 0 1.5em;
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid #666;
}
th[colspan] {
	text-align: center;
}
td, th {
	padding: 0.1em 0.9em;
	border: 1px solid #666;
}

table.rows td {
	border-width: 1px 0;
}
table.rows th {
	border-width: 1px 0 3px;
	border-bottom-style: double;
}

table.cols td,
table.cols th {
	border-width: 0 1px;
}

cite {
	font-style: italic;
}

blockquote, pre, p.wrapped-code {
	background-color: #222;
	border: 1px solid #444;
	margin: 0;
	padding: 0 0.5em;
}
blockquote {
	color: #bbb;
}
pre, p.wrapped-code {
	line-height: 1.3;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
blockquote blockquote {
	padding: 0 1em;
}
blockquote pre {
	padding: 0.5em 0;
	border: 0;
	margin: 0;
}
blockquote p.wrapped-code {
	padding: 0.5em 1em;
}
blockquote > p:first-child {
	margin-top: 0;
}
blockquote > p {
	margin-bottom: 0;
}
q {
	quotes: '\201C' '\201D' '\2018' '\2019';
}
blockquote + blockquote, blockquote + pre, blockquote + p.wrapped-code,
pre + blockquote, pre + pre, pre + p.wrapped-code,
p.wrapped-code + blockquote, p.wrapped-code + pre, p.wrapped-code + p.wrapped-code {
	margin-top: 1.125em;
}
div.body > blockquote, div.body > pre, div.body > p.wrapped-code {
	padding-left:  2em;
	padding-right: 2em;
	margin-left:  -2em;
	margin-right: -2em;
	border-width: 1px 0;
}
div.body > ins > blockquote, div.body > ins > pre, div.body > ins > p.wrapped-code {
	padding-left:  1.5em;
	padding-right: 1.5em;
	margin-left:  -1.5em;
	margin-right: -1.5em;
	border-width: 1px 0;
}
div.body > blockquote:first-child, div.body > pre:first-child, div.body > p.wrapped-code:first-child,
div.body > ins > blockquote:first-child, div.body > ins > pre:first-child, div.body > ins > p.wrapped-code:first-child {
	margin-top: 2em;
}

h1 { font-size: 2.20em; }
h2 { font-size: 1.90em; }
h3 { font-size: 1.55em; }
h4 { font-size: 1.30em; }
h5 { font-size: 1.10em; }
h6 { font-size: 1.00em; }
h1, h2, h3, h4, h5, h6 {
	color: #eee;
	line-height: 1.2;
	letter-spacing: 0.07em;
	margin-bottom: 0;
	text-align: left;
	font-family: Georgia, "Hoefler Text", "DejaVu Serif", "Bistream Vera Serif", "Lucida Bright", serif;
	font-weight: normal;
}

pre, code, var {
	font-family: "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Andale Mono", monospace;
}
var, code {
	padding: 0 2px;
	margin: 0;
	background-color: #242424;
	font-style: inherit;
	letter-spacing: 0;
}
kbd {
	padding: 0 0.3em;
	border: 1px solid #999;
}
pre > code {
	padding: 0;
	margin: 0;
	background: transparent;
}

img {
	padding: 0;
	border: 0;
	margin: 0;
}

a {
	text-decoration: none;
	padding:  1px  0.1em  1px  0.1em;
	margin:  -1px -0.1em -1px -0.1em;
}
a:link {
	color: #fff;
	background: transparent;
	border-bottom: 1px solid #999;
}
a:visited {
	color: #ddd;
	background: transparent;
	border-bottom: 1px solid #666;
}
a:hover {
	text-decoration: none;
	color: #fff;
	background: #444;
	padding:  1px  0.1em  1px  0.1em;
	margin:  -1px -0.1em -1px -0.1em;
	border-bottom: 2px solid #444; /* should be 1px but that looks jumpy for some reason */
}
a:active {
	color: #fff;
	background: transparent;
	border-bottom: 1px solid #999;
}

a[name], a[id] {
	padding: 0;
	margin: 0;
}

body > del,
div > del,
li > del {
	text-decoration: line-through;
	display: block;
}

body > ins,
div > ins,
li > ins {
	display: block;
	text-decoration: none;
	padding: 0 1.5em;
	border: 1px dotted #777;
	margin: 0.5em -1.5em;
	background-color: #1b1b1b;
}

div.body {
	word-spacing: -0.05em;
}
div.body > p:first-child:first-letter {
	font-family: Georgia, "Hoefler Text", "DejaVu Serif", "Bistream Vera Serif", "Lucida Bright", serif;
	font-size: 3.6em;
	color: #cecece;
	float: left;
	padding: 0.105em 0;
	letter-spacing: 0.13em;
	line-height: 0.72;
}
div.body > p:first-child + p {
	clear: left;
}
div.body > ul, div.body > ol {
	clear: left;
}
div.body h1, div.body h2, div.body h3, div.body h4, div.body h5, div.body h6 {
	word-spacing: 0;
}
div.body > p:first-child + blockquote,
div.body > p:first-child + pre {
	margin-top: -0.325em;
}

.blocklink {
   	margin: auto;
	display: table;
}
.blocklink a {
	text-align: center;
	display: table-cell;
	padding: 2px 2px 0.5em;
	border: 1px solid #333;
}

.attention {
	color: #fff;
	background-color: #393939;
	padding: 0.5em 2em 0.5em 12em;
	border: 1px solid #666;
	margin: 0 -2em;
	text-align: justify;
}
.attention .pull-out {
	color: #aaa;
	font-size: 3em;
	padding: 0 0.25em 0 0;
	line-height: 1.1;
	font-family: Georgia, "Hoefler Text", "DejaVu Serif", "Bistream Vera Serif", "Lucida Bright", serif;
	font-weight: normal;
	float: left;
}
.attention > q:first-child {
	display: inline-block;
	text-indent: -.36em;
}

.mail {
	font-family: "Bitstream Vera Sans Mono", "Andale Mono", monospace;
	font-style: inherit;
}

.smiley {
	font-weight: bold;
	font-family: monospace;
	color: #ff0;
}

.via, .backlinks {
	font-size: 0.9em;
	font-style: italic;
}

ol.conversation { display: table }
ol.conversation > li { display: table-row }
ol.conversation > li > span,
ol.conversation > li > q { display: table-cell }
ol.conversation,
ol.conversation > li { list-style: none; margin: 0; padding: 0; }
ol.conversation > li > span { text-align: right }
ol.conversation > li > q { font-style: inherit; quotes: '' ''; padding-left: 1em }

ul.attr > li {
	margin-bottom: 0.75em;
	margin-left: 0;
	padding-left:  6.75em;
	list-style: none none;
	position: relative;
}
ul.attr > li > b {
	font-variant: small-caps;
	font-weight: inherit;
	position: absolute;
	left: 0;
}

#feedlist td.source { width: 100%; }
#feedlist td.scraper,
#feedlist td.feed,
#feedlist td.interval {
	padding: 0.1em 0.4em;
	text-align: center;
}


#navigation {
	width: 100%;
	height: 64px;
	padding: 0;
	margin: 0;
	border: 1px solid #ddd;
	margin-bottom: 2em;
}
#navigation ul {
	list-style: none;
	width: 260px;
	padding: 0;
	margin: 0;
	float: right;
}
#navigation li {
	padding: 0;
	margin: 0;
	float: left;
}
#navigation a {
	text-align: center;
	text-decoration: none;
	font-family: Georgia, "Hoefler Text", "DejaVu Serif", "Bistream Vera Serif", "Lucida Bright", serif;
	font-size: 32px;
	font-weight: bold;
	color: #fff;
	line-height: 64px;
	vertical-align: middle;
	padding: 0;
	width: 64px;
	height: 64px;
	margin: 0;
	border-width: 0 0 0 1px;
	border-style: solid;
	border-color: #ddd;
	display: block;
}
#navigation a:link, #navigation a:active, #navigation a:visited {
	background-color: transparent;
}
#navigation a:hover {
	background-color: #333;
}
#navigation a i {
	display: none;
	font-weight: normal;
	font-style: normal;
	letter-spacing: 0.07em;
}
#navigation a:hover i {
	font-size: 44px;
	white-space: nowrap;
	display: inline;
	position: absolute;
	left: 16px;
}
#navigation #nav-links a {
	background-image: url(data:image/x-png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAABUElEQVR42u3YS0oDQRSF4VsSUFDUmBgTRETEFbgHcVmuSnAJYozGGA0qIuJUQSc+Jr+TEsIlMdHYYFefD3rUVU2f0y+6zERERERERERERERE5C8AJeCJ33sF9rI8x5BxAUtm9jjhYV5CCAtZneNUxjfBc9wmMZ3bO+DrMTCz0ohh82a2b2bbA/a9hxBmUn5PLAKH37wH3lIOXwaaLvBRIQoAKkDLhW3GUtIuAKgCbRf0GCjH/ekWANSAjgvZip9MS7oAoA50XcCT/vDJFgA0gJ4LdwpUBoxNqwBgFbhywdpAdcj4dAoA1oAbF+psWPikCgDWgVsXqAMsj5iX/wKADeDOhTkHamPMzXcBwCZw74J0xwkf5/cXd5238FvAgwt/Aaz88DizwFwer77/sbkE6kVaBdoFPmL4HtAo2kqYATvAQSHDi4iIiIiIiIiIiPxnn0A3jnS0d88FAAAAAElFTkSuQmCC);
	background-repeat: no-repeat;
}
#navigation #nav-links a b {
	display: none;
}
#navigation #nav-about a b {
	font-family: 'Droid Serif', Georgia, sans-serif;
	vertical-align: -0.02em;
}

#content {
	padding: 1.5em 2em;
	margin: 0;
	border: 1px solid #ddd;
}
.title {
	letter-spacing: 0.015em;
	font-size: 3.3em;
	text-align: right;
	margin: 0 0 0.4em; /* 0.5 * 2.6 / 3.3 */
}
.title.single-word {
	font-size: 3.9em;
	margin-bottom: 0.33333333em; /* 0.5 * 2.6 / 3.9 */
}
.title.long {
	font-size: 2.6em;
	letter-spacing: 0.03em;
	margin-bottom: 0.5em; /* baseline */
}
#paging, #copyright, .date {
	color: #999;
	font-size: 0.8em;
	line-height: 1.4;
	letter-spacing: -0.005em;
}
.date {
	text-align: right;
	margin-bottom: 1.25em;
}
.title + .date {
	margin-top: -2em;
}
#footer {
	margin: 2em 0 0;
	padding: 0;
}
#paging, #copyright {
	white-space: nowrap;
	margin: 0;
	padding: 0;
	text-align: right;
}
#paging {
	float: left;
}
