body {
	font-family: Georgia, "Bitstream Charter", serif;
	background: #f1f1f1;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}

a:link {
	color: #0066cc;
}
a:visited {
	color: #743399;
}
a:active,
a:hover {
	color: #ff4b33;
}

#wrapper {
	background: #fff;
	margin: 0 auto;
	width: 940px;
	margin-top: 20px;
	padding: 0 20px;
}

#header {
	padding-top: 20px;
}

#footer {
	clear: both;
	border-top: solid 3px #000;
	padding-top: 20px;
	padding-bottom: 20px;
	overflow: hidden;
}

#site-info {
	float: left;
	font-size: 14px;
	font-weight: bold;
	width: 500px;
}

#site-generator {
	color: #666;
	font-size: 12px;
	font-style: italic;
	float: right;
	width: 420px;
	text-align: right;
}

#site-generator a {
	color: #666;
	text-decoration: none;
}

#site-generator a:hover {
	text-decoration: underline;
}

#site-info a {
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

h1 {
	font-size: 30px;
	margin: 0;
	margin-bottom: 15px;
}

h1 a:link, h1 a:visited {
	color: #000;
	text-decoration: none;
}

#cover {
	background: #000;
	height: 139px;
	padding-top: 3px;
	padding-bottom: 3px;
}

#navigation {
	background: #000;
	color: #fff;
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
	font-size: 13px;
	padding: 0 10px;
}

#navigation a {
	display: inline-block;
	padding: 10px;
	text-decoration: none;
}

#navigation a:link,
#navigation a:visited {
	color: #aaa;
}

#navigation a:hover,
#navigation a:active {
	background: #333;
	color: #fff;
}

#main {
	margin: 0 260px 0px 20px;
	padding-bottom: 20px;
}

#sidebar {
	width: 220px;
	margin-top: 20px;
	margin-right: 20px;
	padding-bottom: 20px;
	overflow: hidden;
	float: right;
}

#sidebar h3 {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 0.2em;
	margin-top: 20px;
}

#sidebar ul {
	list-style: square;
	color: #888;
	margin: 0 0 0 1.5em;
	padding: 0;
}

#sidebar li {
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 16px;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover
#sidebar a:active, {
	text-decoration: underline;
}

.older-posts,
.entry-meta {
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
	font-size: 12px;
	color: #888;
}

.older-posts a,
.entry-meta a {
	color: #888;
}

.older-posts a:active,
.older-posts a:hover,
.entry-meta a:active,
.entry-meta a:hover {
	color: #ff4b33;
}

h2 {
	font-size: 21px;
	font-weight: bold;
	margin-bottom: 0.1em;
	margin-top: 30px;
}

h2 a:link,
h2 a:visited {
	color: inherit;
	text-decoration: none;
}

h2 a:active,
h2 a:hover {
	color: #ff4b33;
	text-decoration: none;
}

.entry-content {
	font-size: 16px;
	line-height: 24px;
	color: #333;
	margin-bottom: 50px;
}

.comments-link {
	text-transform: lowercase;
}

pre {
	background: #333;
	color: #fff;
	overflow: auto;
	padding: 2px 6px;
	line-height: 16px;
}

code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 13px;
}

pre code {
	font-size: 11px;
}
