* {
	box-sizing: border-box;
}

body {
	background-color: #e5f5e5;
	font-family: 'Sanchez', serif;
	font-size: 14pt;
}

.site-container {
	margin: 0 auto;
	max-width: 960px;
	width: 90%;
}

img.avatar {
	float: left;
	width: 90px;
	border-radius: 50%;
	border: solid 1px #f5f5f5;
	margin: 10px;
}

header.page, nav, footer {
	margin: 0 auto;
}

header.page {
	background-color: #a6ffa6;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	color: #2d2d2d;
	font-size: 120%;
	padding: 0.25em 1em;
	margin-bottom: 1em;
}

header.page h2 {
	color: #747369;
}

h1 {
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

h2 {
	color: #45474a;
	font-size: 110%;
	text-shadow: 0 1px 1px rgba(255, 255, 239, 0.1);
}

a {
	color: #005179;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	color: #ff037e;
}

nav {
	margin: 0 auto;
	font-size: 150%;
}

nav ul {
	width: 100%;
	margin: 0;
	padding: 0;
	font-family: "Lato", "Helvetica", sans-serif;
	list-style: none;
	text-align: center;
}

nav a {
	text-decoration: none;
	font-weight: 400;
	line-height: 1.5em;
}

nav li {
	display: inline-block;
	margin: auto;
	width: 19%;
}


div.content {
	margin: auto;
	color: #2d2d2d;
}

footer {
	border-top: 1px solid #45474a;
}


p.copyright, p.copyright a {
	color: #45474a;
}

pre {
	background-color: #181818;
	padding: 30px;
	border: 3px #747369 solid;
	border-radius: 30px;
	font-family: 'Anonymous Pro', "Cousine", "Consolas", monospace;
	font-size: 90%;
}

div.article-link h1 {
	font-size: 120%;
}

div.article-link h2 {
	font-size: 100%;
}

div.article-link {
	margin-top: 30px;
	border-bottom: solid 2px #2d2d2d;
	border-right: solid 2px #2d2d2d;
}

hr.notitle-break {
	margin-left: 0;
	width: 45%;
}

blockquote {
	border-left: 0.25em solid #747369;
	background-color: rgba(255, 255, 255, 0.8);
	border-radius: 5px;
	padding-left: 1em;
	color: #747369;
	font-size: 175%;
	font-style: italic;
	line-height: 1.5em;
}
