@import url("pygments.css");

body {
  margin: 5% auto;
  background: #f2f2f2;
  color: #444444;
  font-family: 'Monospace';
  font-size: 14px;
  line-height: 1.6;
  text-shadow: 0 1px 0 #ffffff;
  max-width: 66%;
}
body > header { text-align: center; }
body > footer {
  text-align: center;
  font-style: italic;
  font-size: 0.8em;
  color: #888;
}
body > footer > nav { display: inline; }
body > footer > nav > ul { display: inline; padding: 0; }
body > footer > nav > ul > li { display: inline; }
body > footer > nav > ul > li::before { content: '\2022'; padding: 0 0.25em; }
a { border-bottom: 1px solid #444444; color: #444444; text-decoration: none; }
a:hover { border-bottom: 0; }
blockquote { font-style: italic; }
h1, h2, h3, h4, h5, h6 { font-weight: bold; }
h1 { font-size: 2em; line-height: 0.75em; margin: 0.75em 0; }
h2 { font-size: 1.5em; line-height: 1em; margin: 1em 0; }
h3 { font-size: 1.2em; line-height: 1.25em; margin: 1.25em 0; }
h4 { font-size: 1em; line-height: 1.5em; margin: 1.5em 0; }
h5 { font-size: 0.8em; line-height: 1.875em; margin: 1.875em 0; }
h6 { font-size: 0.75em; line-height: 2em; margin: 2em 0; }
.entry-title { margin-bottom: 0.25em; }
.big-image { border-bottom: 0; }
.big-image > img { max-width: 100%; }
.codehilite { text-shadow: 0 0 0 #f0f; }
