html, body {
  background-color: #FEFEED;
}

body {
  margin-bottom: 5em;
}

h1, h2 {
  font-family: Cambria, "Hoefler Text", Utopia, "Liberation Serif", "Nimbus Roman No9 L Regular", Times, "Times New Roman", serif;
  font-weight: bold;
}

h2 {
  line-height: 100%;
}

h1 a {
  color: black;
  text-decoration: none;
}

h1 a:hover {
  text-decoration: underline;
}

h3 {
  font-weight: bold;
  font-size: 1em;
  text-transform: uppercase;
}

h1 {
  font-size: 4em;
}

#header, #logo  {
  margin-top: 2em;
}

#feed-link {
  margin-left: 0.5em;
}

h3.post_title {
  text-transform: none;
  font-size: 1.5em;
  font-family: Cambria, "Hoefler Text", Utopia, "Liberation Serif", "Nimbus Roman No9 L Regular", Times, "Times New Roman", serif;
  border-bottom: 1px solid black;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
}

h3.post_title a {
  text-decoration: none;
}

.post_date {
  font-style: italic;
}