@import url("pygment.css");

body {
	background-color: white;
	color: black;
	text-align: left;
	font-family: sans-serif;
	font-size: 10pt;
	margin: 0px;
	padding: 0px;
	line-height: 1.5em
}

header, section, footer, aside, nav, article, figure {
	display: block;
}

p {
	text-align: justify;
}

a:link, a:visited, a:active {
	color: black;
	border-bottom: 1px solid lightgray;
	text-decoration: none;
}

a:hover {
	border-bottom: 1px solid black;
}

a.image-reference {
	border: 0px
}

h1 {
	font-size: 1.75em;
	font-weight: bold;
}

h2 {
	font-size: 1.25em;
	font-weight: bold;
}

h3 {
	font-size: 1em;
	font-weight: bold;
}

h2.entry-title {
	margin: 0.5ex 0px 0px 0px;
}

.body {
	clear: both;
}

hr {
	border: 0px;
	border-top: 1px solid lightgray;
}

pre {
	font-family: monospace;
	border: 1px solid lightgray;
	padding: 1em;
	border-radius: 0.75ex;
}

header#banner {
	width: 800px;
	margin: 0px auto;
}

header#banner a {
	text-decoration: none;
    border: none;
}

section#content {
	width: 800px;
	margin: 2em auto 0px auto;
}

footer#contentinfo {
	margin: 1em auto 1em auto;
	text-align: center;
	font-size: x-small;
	font-style: normal;
	line-height: 1.25em;
	color: gray;
}

footer#contentinfo a {
	color: gray;
}

div.header-wrapper {
	width: 100%;
}

div.content-wrapper {
	overflow: auto;
	width: 100%;
	bottom: 0px;
	top: 0px;
}

div.footer-wrapper {
	width: 100%;
	bottom: 0px;
}

footer.post-info {
	display: block;
	font-size: x-small;
	margin: 0px;
	padding: 0px;
	color: gray;
}

nav#menu {
	width: 800px;
	margin: 0px auto;
	text-align: right;
}

nav#menu ul {
	padding-left: 0px
}

nav#menu ul li {
	display: inline;
	list-style-type: none;
	margin-left: 1em;
}

abbr {
	border: none;
}

address {
	font-style: normal;
}

address.author {
	display: inline;
}

ul#post-list {
	padding-left: 0px;
}

ul#post-list li {
	list-style-type: none;
	margin-bottom: 4em;
}

p.paginator {
	text-align: center;
}

div.post-info-left {
	display: inline-block;
}

div.post-info-right {
	display: inline-block;
	float: right;
	text-align: right;
	color: gray;
}

div.post-info-right a {
	color: gray;
}

tt.literal {
	border: 1px solid lightgray;
	padding-left: 0.3ex;
	padding-right: 0.3ex;
}

.footnote-reference {
    font-size: x-small;
    vertical-align: super;
}

img {
	padding: 3px;
	border: 1px solid lightgray;
}

img:hover {
	border: 1px solid black;
}

.float-r {
	float: right;
	margin: 1em 0em 1em 1em;
}

.float-l {
	float: left;
	margin: 1em 1em 1em 0em;
}

blockquote {
	color: gray;
	padding-left: 1em;
	font-style: italic;
}

.center {
    text-align: center;
}
