html {
	background-color: #EEE;
	
	font-family: "Muli", Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: 300;
	color: #444;
	margin: 0px;
	padding: 0px;
	-webkit-text-size-adjust: none;
	text-size-adjust: none;
}

body {
	margin: 0px;
}

p {
	line-height: 150%;
}

code {
	font-family: "Droid Sans Mono", monospace;
	font-weight: 400;
	font-size: 15px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Ubuntu", Helvetica, Arial, sans-serif;
	font-weight: 400;
}

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

a:hover {
	text-decoration: underline;
}

.page-title {
	font-family: "Ubuntu", Helvetica, Arial, sans-serif;
	font-size: 42px;
	margin-top: 40px;
	margin-bottom: 40px;
	
	text-align: center;
}

.archive-post-title {
	margin-bottom: 1em;
}

.box {
	background-color: #FDFDFD;
	padding: 10px 40px 10px 40px;
	margin-top: 0px;
	margin-bottom: 10px;
	border: 1px solid #DDD;
	border-radius: 4px;
	
	width: 680px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
}

.meta {
	margin-top: -1.35em;
	color: #999;
}

.navigation {
	display: -webkit-flex;
	display: flex;
	padding: 10px 15px 10px 15px;
}

.navigation li {
	display: block;
	-webkit-flex-grow: 1;
	flex-grow: 1;
	text-align: center;
}

.navigation li a {
	display: block;
}

.footer-text {
	text-align: center;
	font-size: 14px;
	color: #CCC;
}

.history {
	overflow: auto;
}

.history-older {
	width: 50%;
	float: left;
}

.history-newer {
	width: 50%;
	float: right;
	text-align: right;
}

.post-image {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.25);
}

.featured-image-container {
	padding: 10px 0px 0px 0px;
	margin-left: -40px;
	margin-right: -40px;
	overflow: auto;
}

.pixelated {
	image-rendering: pixelated;
}

.featured-image-caption {
	text-align: center;
	font-size: 60%;
	margin-top: 5px;
	font-style: italic;
}

@media (max-width: 700px) {
	.box {
		width: calc(100% - 20px);
		margin-left: 10px;
		margin-right: 10px;
	}
}

@media (max-width: 500px) {
	.box {
		padding: 10px 20px 10px 20px;
	}
	
	.navigation {
		padding: 10px 0px 10px 0px;
	}
	
	.featured-image-container {
		margin-left: -20px;
		margin-right: -20px;
	}
}