#content > .section:nth-child(1) {
  text-align: center;
}
#content > .section:nth-child(1) h1 {
  margin: 0px;
}
#content > .section:nth-child(1) .meta {
  font-size: 14px;
  line-height: 14px;
}
#content > .section:nth-child(1) .meta a {
  display: inline-block;
}
#content > .section:nth-child(1) .meta img {
  width: 128px;
  height: auto;
}
#content > .section:nth-child(2) p:nth-child(1) {
  clear: both;
}
#content > .section:nth-child(2) p:nth-child(1):first-letter {
  font-size: 500%;
  font-weight: bold;
  line-height: 1em;
  float: left;
  margin-right: 10px;
}
#content > .section:nth-child(3) {
  text-align: center;
}
#content > .section:nth-child(3) ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
#content > .section #disqus_thread {
  margin-top: 60px;
}
