#post-body {
  height: auto;
  font-family: Verdana, sans-serif;
}

header {
  text-align: center;
  font-size: 2.5em;
  color: #444;
  letter-spacing: 8px;
  margin: 1em 0 0 0;
}

#post-body h1 {
  text-align: center;
}

#post-body h3 {
  text-align: center;
}

#post-body h5 {
  text-align: center;
  margin: -1em 0 -1.5em 0;
}

#most-recent {
  font-size: 1.4em;
}

.post {
  position: relative;
  display: block;
  width: 68%;
  margin: 3em 16% 3em 16%;
  /*background-color: #ccd;*/
  height: 100%;
  font-size: 1.4em;
  line-height: 125%;
  /*font-family: Verdana, sans-serif;*/
}

.famblog img {
  max-width: 100%;
  max-height: 30em;
}

.portrait {
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  margin: 5em 0 5em 0;
}

pre {
  width: auto;
  background-color: #eae4ec;
}
/*#eee8f0*/
code {
  width: auto;
  background-color: #eae4ec;
  font-family: Consolas,Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New;
  font-size: .7em;
  white-space: pre-wrap;
}

footer ul {
  display: inline-block;
  position: relative;
  list-style-type: none;
  top: 1em;
}

.foot-link a {
  display: inline-block;
  font-family: Verdana, sans-serif;
  width: 5.7em;
  font-size: 1.8em;
}

.foot-link {
  display: inline-block;
}