/* Wrapper for page content to push down footer */
#content {
  min-height: 100%;
  height: auto;
  /* Negative indent footer by its height */
  margin: 0 auto -69px;
  /* Pad bottom by footer height */
  padding: 0 0 69px;

  /* Added this from blogpost class */
  text-align: left;
  line-height: 30px;
  font-size: 18px;
}

.page-body {
  padding-top: 2em;
}
