* {
	margin: 0;
	padding: 0;
	border: 0;
}

header {
	background-color: #F5F5F5;
	padding: 10px 25px;
}

header h1 {
	font-size: 175%;
	margin-right: 20px;
}

header h2 {
	color: #525252;
	font-size: 125%;
}

header #subtitle {
	color: #525252;
	text-shadow: 1px 1px #fff;
}

header a {
	color: #525252;
	text-decoration: none;
}

nav {
	color: #E6E6E6;
	background-color: #007EA2;
	padding: 5px 18px;
	font-family: Ubuntu, Arial, Helvetica, sans-serif;
}

nav li {
	display: inline;
	margin: 0px 8px;
	font-weight: bold;
	text-transform: capitalize;
}

nav .selected {
	font-style: italic;
}

nav a {
	color: #E6E6E6;
	text-decoration: none;
}

main {
	min-width: 350px;
	max-width: 55%;

	margin-top: 25px;
	margin-bottom: 100px;
	margin-left: 50px;
	margin-right: 50px;

	text-align: justify;

	font-family: Ubuntu, Georgia, serif;
}

main ul {
	list-style-type: disc;
	list-style-position: inside;
	margin-left: 10px;
	margin-bottom: 10px;
}

main ol {
	list-style-type: disc;
	list-style-position: inside;
	margin-left: 10px;
	margin-bottom: 10px;
}

main hr {
	height: 1px;
	color: black;
	background-color: black;
	width: 20%;
	margin-bottom: 4px;
}

main h1 {
	font-size: 175%;
	margin: 10px 0 15px 0;
}

main h2 {
	font-size: 125%;
	margin: 10px 0 5px 0;
}

main h3 {
	font-size: 100%;
	font-style: italic;
}

main pre {
	border-style: solid;
	border-width: 1px;
	background-color: #F5F5F5;
	border-color: #c9c9c9;
	overflow: auto;
	display: inline-block;

	margin: 5px 15px;
	padding: 4px 12px;
}

main blockquote {
	background-color: #F5F5F5;
	border-color: #c9c9c9;
	margin: 5px 0;
	padding: 6px 12px 2px 12px;
}

main p {
	padding-bottom: 8px;
}

article {
	margin: 0 25px 25px 0;
}

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

.post-title {
	font-size: 125%;
	font-weight: bold;
}

.post-title a {
	color: black;
	text-decoration: none;
}

.post-meta {
	font-size: 80%;
	color: darkgrey;
	margin: 0 0 8px 0;
}

.post-meta a {
	color: darkgrey;
}

.link-meta {
	font-size: 80%;
	color: darkgrey;
	vertical-align: text-top;
}

footer {
	color: lightgrey;
	background-color: #007EA2;
	text-align: center;
	padding: 4px 8px;
	position:fixed;
	bottom: 0;
	width: 100%;
}

footer span {
	color: lightgrey;
	padding: 0px 8px;
}

footer a {
	color: lightgrey;
	text-decoration: none;
}

div.page_title {
	font-size: 175%;
	font-weight: bold;
	margin: 0 0 25px 0;
}

span.raw-link {
	margin: 0 0 0 15px;
	float: right;
}

span.raw-link a {
	text-decoration: none;
	color: gray;
}

span.site_subtitle {
	font-size: 75%;
	font-weight: normal;
	margin: 0 0 0 15px;
}

#pager {
	font-size: 85%;
}

#pager a {
	margin: 0 30px 0 0;
}
