* {
  margin: 0;
  padding: 0;
}
*:link { text-decoration: none; }
:visited { text-decoration: none; }
* h1 { font-size: 1em; }
h2, h3, h4, h5, h6, pre, code { font-size: 1em; }
* a img { border: none; }
:link img { border: none; }
:visited img { border: none; }
a { outline: none; }
table { border-spacing: 0; }
img { vertical-align: middle; }
@font-face {
  font-family: "Gentium Basic";
  src: local("Gentium Basic"), url("./gentium.ttf");
}
@font-face {
  font-family: "Gentium Basic";
  src: local("Gentium Basic Italic"), url("./gentium-italic.ttf");
  font-style: italic;
}
@font-face {
  font-family: "Gentium Basic";
  src: local("Gentium Basic Bold"), url("./gentium-bold.ttf");
  font-weight: bold;
}
body {
  background: #ffffff;
  color: #000000;
  font-family: "Gentium Basic", Garamond, Palatino, Georgia, serif;
  width: 40em;
  margin: 1em auto;
}
a {
  color: #222222;
  text-decoration: none;
  border-bottom: 1px solid #dddddd;
}
a:visited {
  color: #444444;
  text-decoration: none;
  border-bottom: 1px solid #dddddd;
}
a:active {
  color: #222222;
  text-decoration: none;
}
a:hover {
  color: #666666;
  text-decoration: none;
}
h1 {
  text-align: center;
  font-style: italic;
  font-weight: normal;
  line-height: 1.1em;
  color: #666666;
}
h1 a { border-bottom: none !important; }
h2 {
  text-align: center;
  font-style: italic;
  font-weight: normal;
  line-height: 1.1em;
  color: #666666;
}
h2 a { border-bottom: none !important; }
h3 {
  text-align: center;
  font-style: italic;
  font-weight: normal;
  line-height: 1.1em;
  color: #666666;
}
h3 a { border-bottom: none !important; }
h4 {
  text-align: center;
  font-style: italic;
  font-weight: normal;
  line-height: 1.1em;
  color: #666666;
}
h4 a { border-bottom: none !important; }
h5 {
  text-align: center;
  font-style: italic;
  font-weight: normal;
  line-height: 1.1em;
  color: #666666;
}
h5 a { border-bottom: none !important; }
h6 {
  text-align: center;
  font-style: italic;
  font-weight: normal;
  line-height: 1.1em;
  color: #666666;
}
h6 a { border-bottom: none !important; }
h1, h2 { letter-spacing: -1px; }
h1 { font-size: 2.5em; }
h2 { font-size: 2em; }
h3 { font-size: 1.75em; }
h4 { font-size: 1.5em; }
h5 { font-size: 1.25em; }
h6 { font-size: 1em; }
h2 + p:first-line {
  font-variant: small-caps;
  font-size: 1.2em;
}
p.documentDescription + p:first-line {
  font-variant: small-caps;
  font-size: 1.2em;
}
hr + p:first-line {
  font-variant: small-caps;
  font-size: 1.2em;
}
p {
  font-size: 1.3em;
  text-align: justify;
  line-height: 1.5em;
  margin: 0.75em 0;
}
ul, ol { padding-left: 1em; }
ul, ol, dl {
  line-height: 1.5em;
  margin: 0.5em 0;
}
ul ul { font-size: 1em !important; }
ul ol { font-size: 1em !important; }
ol ul { font-size: 1em !important; }
dt { font-style: italic; }
dd { margin: 0em 0 0.5em 1em; }
strong {
}
blockquote {
  font-style: italic;
  border: 1px solid #cccccc;
  border-style: solid none;
  padding: 0 1em;
  margin: 0;
}
textarea { width: 100%; }
pre {
  background-color: #ffffff;
  color: #000000;
  font-family: Monaco, Menlo, Consolas, Inconsolata, "Courier New", monospace;
  padding: 2em;
  overflow-x: auto;
  font-size: 0.8em;
  margin-bottom: 1em;
  line-height: 1.3em;
}
code {
  font-family: "American Typewriter", Monaco, Menlo, Consolas, Inconsolata, "Courier New", monospace;
  font-size: 90%;
}
hr {
  height: 1px;
  border: 0;
  color: #444444;
  background-color: #444444;
  width: 40%;
  margin: 2em auto;
}
sup { font-size: 60%; }
abbr, acronym, .name {
  font-variant: small-caps;
  text-transform: lowercase;
  font-style: normal;
  margin: 0 0.1em;
  border: none;
}
kbd {
  font-family: Georgia, Baskerville, "Palatino Linotype", Times, "Times New Roman", serif;
  font-variant: small-caps;
  text-transform: lowercase;
  font-weight: bold;
}
legend { display: none; }
fieldset { border: none; }
h1.banner {
  font-weight: bold;
  font-style: normal;
  letter-spacing: 0.05em;
  margin: 0;
  border-bottom: 1px solid #cccccc;
  text-transform: uppercase;
}
h1.banner a { color: #444444; }
h1.banner a:hover { color: #666666; }
h2.banner {
  font-size: 1.375em;
  padding-bottom: 1em;
  border-bottom: 1px solid #cccccc;
  font-style: normal;
  font-variant: small-caps;
  text-transform: lowercase;
}
p.nav {
  text-align: center;
  margin: 0 0 1em 0;
  font-style: italic;
  text-indent: 0;
}
p.date {
  color: #595959;
  display: block;
  text-align: center;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  font-size: 1.1em;
}
.archivehead { margin-bottom: 0.5em; }
.sidenote {
  float: right;
  display: block;
  margin: 0.5em -8em 0.5em 1em;
  width: 10em;
  padding: 0.5em 1em;
  border: 1px dotted #aaaaaa;
  text-indent: 0;
  text-align: left;
  font-style: italic;
}
.image-right {
  float: right;
  clear: right;
  display: block;
  margin: 0.25em -8em 0.5em 1em;
  border: 1px solid #666666;
}
.image-left {
  float: left;
  clear: left;
  display: block;
  margin: 0.25em 1em 0.5em -8em;
  border: 1px solid #666666;
}
.image-inline { border: 1px solid #666666; }
.endMarker {
  display: inline-block;
  height: 16px;
  width: 16px;
}
#meta {
  margin-bottom: 3em;
  font-variant: small-caps;
  text-transform: lowercase;
  clear: both;
}
#meta p {
  text-indent: 0;
  text-align: center;
}
.post { margin-bottom: 2em; }
.author, .comment-author { text-align: right; }
.commentlist {
  font-size: 1em;
  list-style: none;
  padding: 0;
}
.comment-hr {
  border-bottom: 1px solid #666666;
  width: 50%;
  margin: 2em auto;
}
.comment-meta { text-align: left; }
.alignright { float: right; }
.alignleft { float: left; }
.navigation {
  position: relative;
  overflow: hidden;
  margin-top: 10px;
  margin-bottom: 20px;
}
p.cite {
  font-style: italic;
  text-align: right;
}
p.cite cite { font-style: normal; }
div.book-info {
  float: right;
  max-width: 200px;
  margin: 7px -250px 0 0;
}
div.book-info cite {
  display: block;
  margin-top: 10px;
  font-style: normal;
  line-height: 1.5em;
}
div.book-info cite span { font-style: italic; }
img.book-cover { max-height: 250px; }
p.readmore { text-align: right; }
.archive-column {
  position: relative;
  overflow: hidden;
  margin: 2em 0;
  float: left;
  width: 19em;
}
.archive ul { list-style: none; }
.info {
  font-style: italic;
  margin-bottom: 2em;
}
.tags { font-style: italic; }
#footer {
  font-style: italic;
  color: #777777;
  text-align: center;
  font-size: 1em;
  margin-top: 2em;
  clear: both;
}

