body {
  font-family: Cambria, Georgia, serif;
  font-size: 1.1em;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.1em;
}

h1 {
  font-size: 2.2em;
  padding-bottom: 0.5em;
}

body {
  width: 95%;
  max-width: 37em;
  margin: 3em auto 2em auto;
  line-height: 1.333em;
}

iframe {
  max-width: 100%;
}

a {
  color: #000;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.post-content {
  text-align: justify;
}

.post-header {
  position: relative;
}

.post-content a {
  color: #339;
}

.footer {
  font-size: 80%;
  color: #666;
  border-top: 4px solid #eee;
  margin-top: 2em;
  overflow: hidden;
}

.footer .contact a {
  color: #666;
}

.footer .contact .personal {
  float: left;
}

.footer .contact .externals {
  float: right;
  text-align: right;
}

.post blockquote {
  font-style: italic;
  font-size: 90%;
}

.post blockquote p:before {
  content: open-quote;
  font-size: 150%;
  font-weight: bold;
}

.post blockquote p:after {
  content: close-quote;
  font-size: 150%;
  font-weight: bold;
}

.archive {
  width: 75%;
  max-width: 28em;
  margin: 3em auto 2em auto;
}

.archive .date {
  float: right;
}

.post-header .date {
  font-size: 0.8em;
  color: #666;
  position: absolute;
  right: 0;
  bottom: 0;
}

.post-header .author {
  font-size: 0.8em;
  color: #666;
  position: absolute;
  left: 0;
  bottom: 0;
}

.monospace {
  font-family: monospace;
}

#home-link {
  position: absolute;
  top: 10px;
  right: 20px;
}

#home-link a {
  color: #666;
}

.post-content img {
  width: 80%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 5px 5px 15px gray;
}

