body {
	font-family: Sans-Serif;
	max-width: 60em;
	margin: auto;
	padding: 1em;
	background-color: #252525;
	color: #b1bfbf;
	font-size: 1.1em;
}

.site-header {
	display: flex;
	justify-content: space-between;
	flex-flow: row wrap;
}

.site-header h1 {
	font-family: monospace;
	color: #93a1a1;
	display: inline-block;
}

.site-header a {
	text-decoration: none;
	outline: 0;
	border: none;
}

a {
	color: #b1bfff;
}

.menu {
	text-align: right;
	display: inline-block;
}

.menu li {
	display: inline;
	fill: #93a1a1;
	padding: 0.5em;
}

.content {
	margin-top: 2em;
}

#post-short-list h4 {
	padding: 0;
}

.post-date {
	font-size: 0.9em;
}

.post-header {
	text-align: center;
}

.post-content {
	padding-top: 1em;
}
