@CHARSET "UTF-8";
* {
	margin: 0px;	
}

body {
	background: #FFFFFF;
	color: #444444;
	font: 1.1em Georgia, "Times New Roman", Times, serif;
}

/* Content layout control */
div.pagesize {
	width: 65%;
	margin-left: auto;
	margin-right: auto;
}

/* Primary font control */
span.aside {
	font-variant: normal;
	font-style: italic;
	text-decoration: none;
	font-size: .8em;
}

a {
	color: #7f9cd1;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	font-size: .9em;
}

span.aside > a {
	color: #7f9cd1;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	font-size: .9em;
}

div.post_sidebar {
	float: left;
	clear: right;
	position: relative;
	border-top: medium double silver;
	border-bottom: medium double silver;
	width: 20%;
	margin-left: -22%;
}

span.post_download {
	margin-top: -1em;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: .8em;
	display: block;
}

span.post_download_title {
	position: relative;
	color: silver;
	font-size: 1em;
	font-variant: small-caps;
	font-weight: bold;
	top: -1.2em;
	clear: both;
}

div.post_header {
	border-top: thin solid silver;
	border-bottom: thin solid silver;
	text-align: center;
	padding-bottom: 10px;
	padding-top: 10px;
	margin-top: 3em;
}

span.post_title {
	font-style: italic;
	font-size: 2.25em;
}

span.post_subtitle {
	font-style: italic;
	font-size: 1.25em;
	color: #888889;
}

/* Post body formats */
div.post_body {
	text-align: justify;
	padding: 10px 15px;
}

div.post_body > h1 {
	text-align: center;
	font-size: 2em;
	margin-bottom: .5em;
	margin-top: 1em;
}

div.post_body > h2 {
	text-align: center;
	font-size: 1.8em;
	margin-bottom: .5em;
	margin-top: 1em;	
}

div.post_body > h3 {
	text-align: center;
	font-size: 1.6em;
	margin-bottom: .5em;
	margin-top: 1em;	
}

div.post_body > h4 {
	text-align: center;
	font-size: 1.4em;
	margin-bottom: .5em;
	margin-top: 1em;	
}

div.post_body > h5 {
	text-align: center;
	font-size: 1.2em;
	margin-bottom: .5em;
	margin-top: 1em;	
}

div.post_body > h6 {
	text-align: center;
	font-size: 1em;
	margin-bottom: .5em;
	margin-top: 1em;	
}

div.post_body > hr {
	
}

div.post_body > p {
	text-indent: 2em;	
	margin-bottom: 1em;
}

div.post_body > ol {
	margin-bottom: 1em;
	margin-left: 3em;
}
div.post_body > blockquote {
	font-size: 1.5em;
	font-weight: bold;
	font-style: italic;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}

div.post_body > blockquote.quoted::before {
	content: '"';
	font: italic bold 2em Helvetica;
}

p * img {
	float: right;
	border: thin solid silver;
	padding: 3px;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 1em;
}

/* Footnote styles */
div.footnoteWrapper {
	font-size: .8em;
	text-align: justify;
	padding-right: 2em;
	padding-left: 2em;
	margin-top: .5em;
	border-top: thin solid silver;
	padding-top: 1em;
}

pre, pre.code {
	font: .75em mono, Courier, "Courier New";
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	border-left: medium double silver;
	padding-left: 2em;
}