body {
	margin: 0;
	padding: 1.5em 0;
	background-color: white;
}

h1, h2, h3, h4, h5, h6 {
	font-family: sans-serif;
}

h1, h2 {
	font-weight: normal;
}

a img {
	border: none;
}

p, li, ul {
  	line-height: 1.4em;
}

#header {
	height: 48px;
	font-family: sans-serif;
}

#navigation {
	width: 800px;
	margin: 0 auto;
	text-align: right;
	color: #333;
	font-weight: bold;
}

#navigation ul {
	margin: 0;
	padding: 0;
}

#navigation li {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
	padding-left: 1.5em;
}

#navigation li a {
	color: #999;
	font-weight: normal;
}

#navigation li a:hover {
	color: #333;
}

#content {
	clear: both;
	width: 800px;
	min-height: 400px;
	margin: 2em auto;
	margin-bottom: 1em;
	color: #222;
	font-family: Georgia, serif;
}

#content h3 {
	color: #333;
	font-size: 125%;
}

#content a {
	color: #069;
	font-weight: bold;
	text-decoration: none;
}

#content a:hover {
	text-decoration: underline;
}

#footer {
	clear: both;
	width: 800px;
	margin: 1em auto;
	padding: 5px 0 20px 0;
	border-top: 1px solid #ccc;
	color: #aaa;
	font-family: sans-serif;
	font-size: 0.75em;
}

#footer a {
	color: #aaa;
}

div.post {
	margin: 2em 0 4em 0;
}

h3.post {
	margin-bottom: 0.2em;
}

span.post {
	color: #666;
	font-family: sans-serif;
	font-size: 0.75em;
	text-transform: uppercase;
}

