html {
	height: 100%;
	margin-bottom: 1px;
}

body {
	background-color: #ccc;
	color: #333;
	font-family: 'Helvetica Neue', Arial, sans-serif;
	font-size: 14px;
	line-height: 22px;
	margin: 0;
	padding: 0;
	text-rendering: optimizeLegibility;
}

p {
	padding: 2px 3px;
}

h1 {
	font-family: 'Helvetica Neue', Arial, sans-serif;
	font-size: 40px;
	color: #fff;
	padding: 35px 0 20px 0;
	margin: 0 auto;
	letter-spacing: -2px;
	text-transform: lowercase;
	text-shadow: #000 1px 1px 0;
	width: 700px;
	display: none;
}

h2 {
	font-family: 'Helvetica Neue', Arial, sans-serif;
	font-weight: bold;
	font-size: 20px;
	color: #333;
	margin: 0 auto 10px auto;
	padding: 10px 0 0 0;
}

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

a, a:link, a:visited {
	text-decoration: none;
	color: #01518b;
}

a:hover {
	text-decoration: underline;
	color: #01518b;
}

h1 a, h1 a:link, h1 a:active, h1 a:visited, h1 a:hover {
	text-decoration: none;
	color: #fff;
}

#header {
	height: 120px;
	min-height: 120px;
	background: #01518b url('/img/header.png') top center no-repeat;
}

#title {
	width: 800px;
	height: 120px;
	min-height: 120px;
	margin: 0 auto;
	padding: 0;
}

#about {
	font-family: Georgia, Times, serif;
	font-size: 14px;
	width: 800px;
	margin: 30px auto;
	padding: 0;
	background-color: #ddd;
	-webkit-box-shadow: #bbb 1px 1px 1px;
	-moz-box-shadow: #bbb 1px 1px 1px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}

#wrapper {
	margin: 0 auto;
	background-color: #f0f0f0;
	padding-top: 30px;
}

#main {
	margin: 15px auto;
	padding: 8px 12px;
}

#footer {
	font-family: 'Helvetica Neue', Arial, sans-serif;
	font-size: 12px;
	text-shadow: #fff 0 1px 0;
	color: #777;
	padding-top: 20px;
	padding-bottom: 10px;
}

#footer p {
	padding: 4px 8px;
	display: none;
}

.recent {
	list-style-type: none;
	margin-left: -20px;
	line-height: 1.7em;
}

.recent li {
	margin-bottom: 15px;
}

.content {
	padding: 6px 8px;
}

.bottom {
	margin-bottom: 15px;
}

.code {
	font-family: Courier, monospace;
	font-size: 12px;
}

.amp {
	font-family: Baskerville, 'Goudy Old Style', Palatino, 'Book Antiqua', serif;
	font-style: italic;
}

.meta {
	font-size: 12px;
}

.post {
	margin-bottom: 30px;
}

.hide {
	display: none;
}

