body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.0em;
	color: #333;
	margin: 0;
}

a {
	color: #0070ca;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

code {
	font-family: Menlo, Monaco, Consolas, "Courier New", Courier, monospace;
	font-size: 0.9em;
}

h1, h2, h3, h4 {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

h1, h2 {
	font-size: 1.4em;
	margin-top: 15px;
}

h1 a, h2 a {
	color: #444;
	text-decoration: none;
}

h1 a:hover, h2 a:hover {
	text-decoration: none;
}

pre {
	overflow: auto;
	background-color: #f7f7f7;
	padding: 10px;
}

pre code {
	font-size: 0.9em;
	line-height: 1.5em;
}

table {
	border-collapse: collapse;
}

td, th {
	border: 1px solid #dddddd;
	padding: 8px;
}

img {
	border: none;
}

img.bordered {
	outline: 1px solid #b8b8b8;
	padding: 3px;
	box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.4);
	margin-right: 9px;
}

@-moz-document url-prefix() {
	/*
	- Firefox displays the outline outside of the drop shadow
	- WebKit sometimes shows artifacts outside of the border when zooming
	*/
	img.bordered {
		outline: none;
		border: 1px solid #b8b8b8;
	}
}

.header {
	font-size: 1.7em;
	font-weight: bold;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.header a {
	color: #888;
	text-decoration: none;
}

.header #logo {
	float: left;
}

.header ul {
	display: inline;
	list-style: none;
	float: right;
	font-size: 0.6em;
	margin: 0.5em;
	padding: 0;
}

.header li {
	display: inline;
	margin-left: 0.5em;
}

#header-divider {
	clear: both;
	height: 1px;
	margin-bottom: 10px;
}

.container {
	margin: 0 auto;
	width: 800px;
}

.content {
	overflow: hidden;
	padding-bottom: 10px;
	line-height: 1.5em;
}

.footer {
	margin: 0 auto;
	font-size: 0.9em;
	text-align: center;
	margin-bottom: 20px;
}

.date {
	color: #999;
	font-size: 0.8em;
}

.post {
	width: 100%;
	margin-bottom: 50px;
}

.post h2 {
	margin-bottom: 4px;
}

.title {
	margin-bottom: 4px;
}

.archive-header {
	margin-bottom: 4px;
}
