body {
	margin: 0;
	font-family: Charter, Serif;
	font-size: 1.5em;
	line-height: 1.4;
	background: #16324d;
	color: #888;
}

em {
	font-style: italic;
}


a {
	color: green;
	text-decoration: none;
/*
	border-bottom: 1px solid transparent;
*/
}
*/ buggy with Charter, looks like strike through
	a:hover {
		border-bottom: 1px solid #D7D7D7;
	}
*/

.left {
	float: left;
}

.right {
	float: right;
}

pre {
	padding: 0.2em;
	font-family: "Source Code Pro", monospace;
	background: #1C2B3A;
}

code {
	font-family: "Source Code Pro", monospace;
	font-size: 0.8em;
	color: #42d900;
	background: #1C2B3A;
	white-space: break-spaces;
}

div#wrap {
	margin: auto;
	padding: 0.5em;
	max-width: 35em;
}

div#header {
	width: 100%;
}
	div#header h1 {
		font-size: 3em;
		margin-top: 1em;
		margin-bottom: 0;
	}
		div#header h1 a {
			text-decoration: none;
			border: none;
		}
	div#header ul {
		margin: 0;
		padding: 0;
		clear: both;
		margin-bottom: 0.6em;
	}
		div#header ul li {
			display: inline;
			list-style: none;
			margin-right: 0.6em;
		}
/*
div#header ul li.active a {
	border-bottom: 1px solid green;
}
*/

div.post {
	float: left;
	width: 100%;
	margin-bottom: 1em;
}
	div.post h2 {
		font-size: 1.5em;
		line-height: 1.3em;
		margin-bottom: -0.5em;
	}
		div.post h2 a {
			text-decoration: none;
		}
	div.post h3 {
		font-size: 1.2em;
		line-height: 1em;
		margin-bottom: -0.5em;
	}
	div.post div.meta {
		font-size: 0.6em;
		text-transform: uppercase;
		border-top: 1px dotted #D7D7D7;
		margin-top: 1.4em;
	}

div#footer {
	margin-top: 2em;
	margin-bottom: 2em;
	border-top: 1px dotted #D7D7D7;
	float: left;
	width: 100%;
}
