section:first-of-type {
	margin-top:3em;
}

#posts {
	margin-top: 4em;
	margin-left: 5em;
	margin-right: 5em;
	margin-bottom: 3em;
}

.post-date {
	margin-top: 1.5em;
}

.post {
	margin-top: 1.5em;
	border-top: 1px solid #c1c1c1;
}

#posts .meta,
#posts .meta a {
	display: none;
}

#posts .storytitle {
	margin-top: 1.4em;
	margin-bottom: 1.2em;
}

#posts .storytitle a {
	font-size: 30pt;
	color:#169cf0;
	font-weight: 200;
}

#posts .storycontent {
	margin-bottom: 3em;
}

#posts .storycontent * {
	text-align: left;
}

#posts .storycontent p {
	margin-top: 1em;
	font-size: 14pt;
	line-height: 18pt;
}

#posts .storycontent h2 {
	font-size: 24pt;
	margin-top: 0.5em;
	margin-bottom: 0.3em;
	font-weight: 300;
}

#posts .storycontent h3 {
	font-size: 26pt;
	margin-top: 1.2em;
	margin-bottom: 1.2em;
	font-weight: 200;
	color:#444444;
	text-transform: uppercase;
	text-align: center;
}

#posts .storycontent h4 {
	font-size: 24pt;
	margin-top: 1em;
	margin-bottom: 0.3em;
	font-weight: 200;
	text-align: left;
}

#posts .storycontent strong {
	font-weight: 400;
}

#posts .storycontent ol,
#posts .storycontent ul {
	margin-bottom: 1em;
	margin-left: 1.5em;
	font-size: 14pt;
}

#posts .storycontent ul li {
	margin-top: 0.5em;
	color:#656565;
	font-weight: 300;
}

#posts .storycontent ol li {
	color:#4f4f4f;
}

#posts .storycontent ol > li p {
	margin-bottom: 0.4em;
}

#posts .storycontent img {
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}

#posts .storycontent blockquote {
	background-color: #f3f3f3;
	margin: 2em;
	font-style: italic;
	padding: 0.6em 1.2em 1.2em 1.2em;
	border-left: 5px solid #d6d6d6;
}

#posts .storycontent blockquote p {
	font-family: "Georgia", "Times New Roman", serif;
	font-weight: 100;
	font-size: 15pt;
}

#posts .storycontent pre {
	font-family: "Menlo", "Andale Mono", monospace;
	background-color: #f3f3f3;
	margin: 2em;
	font-size: 13pt;
	font-weight: normal;
	color:#565656;
	padding: 1em 1em 1em 1em;
}

#posts .storycontent code {
	font-family: "Menlo", "Andale Mono", monospace;
	color:#565656;
	font-size: 12pt;
}

#posts .storycontent table {
	font-size: 14pt;
	font-weight: 300;
	color:rgb(85, 85, 85);
	margin-top: 1em;
	margin-bottom: 1em;
}

#posts .storycontent table, th, td {
   border: 1px solid #b4b4b4;
   border-collapse: collapse;
   padding: 0.3em;
   vertical-align: top;
}

#posts #comments {
	display: none;
}

#posts #next-link a,
#posts #prev-link a {
	font-size: 15pt;
}
