/* Used on all pages */

#container-main {
  margin-top: 2em;
}

#name {
  display: block;
  text-decoration: none;
  color: #333;
  font-size: 1.8em;
  margin-top: 15px;
}

#blurb {
  margin-top: 1em;
  margin-bottom: 1em;
}

h1 {
  font-family: 'Helvetica Neue', sans-serif;
  font-weight: normal;
  margin-bottom: 5px;
}

/* Home page */

#post-index {
  line-height: 1.4em;
}

#post-index a {
  font-size: 1.3em;
  margin-left: 0.2em;
}

#post-index p {
  margin-bottom: 25px;
}

/* Posts */

#post-date {
  font-size: 1.2em;
  font-style: italic;
  color: #999;
}

#content {
  margin-top: 25px;
  margin-bottom: 50px;
}

#plt {
  text-align: center;
  color: #999;
}
