body {
	font-family: "Helvetia Neue", Helvetica, Tahoma, Arial, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #4e4e4e;
}

a {
	color: #131313;
	text-decoration: none;
}

a:hover {
	color: #4e4e4e;
}

p {
	margin: 10px 0;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

.post .gist {
	text-align: left;
}

#wrap {
	width: 800px;
	margin: 25px auto;
}

#header {
	width: 240px;
	padding: 10px 20px;
	margin: 15px;
	float: right;
	border-left: 1px solid #565656;
}

#header h1 a {
	display: block;
	height: 91px;
	width: 230px;
	text-indent: -9000%;
	background: url(/images/logo.png) no-repeat;
}

#header h1 a:hover {
	background-position: bottom;
}

#header p {
	margin: 15px 0;
	line-height: 18px;
	border-bottom: 1px solid #e4e4e4;
	padding-bottom: 15px;
}

#header #tags {
	padding: 0;
}

#header #tags a {
	color: #4e4e4e;
}

#header #tags a:hover {
	color: #131313;
}

#content {
	float: left;
	width: 450px;
	margin: 25px 10px;
}

.post {
	text-align: left;
	margin-bottom: 30px;
}

.post .tags {
	margin-top: 0;
	border-bottom: 1px solid #4e4e4e;
	padding-bottom: 10px;
	padding-top: 5px;
	margin-bottom: 10px;
}

.post .tags a {
	color: #4e4e4e;
}

.post .tags a:hover {
	color: #131313;
}

.post h2 {
	font-size: 26px;
	line-height: 28px;
}

.post .more {
	font-weight: bold;
	margin-top: 10px;
}

.post img {
	padding: 5px;
	margin: 15px;
	border: 1px solid #aaa;
}