#content > .section:nth-child(1) {
  background-color: #fbfbfb;
  color: #444444;
  text-align: center;
}
#content > .section:nth-child(1) h1,
#content > .section:nth-child(1) h2,
#content > .section:nth-child(1) h3,
#content > .section:nth-child(1) h4,
#content > .section:nth-child(1) h5,
#content > .section:nth-child(1) h6 {
  color: #444444;
}
#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) {
  background-color: #ffffff;
}
#content > .section:nth-child(2) p:nth-child(1) {
  clear: both;
}
#content > .section:nth-child(3) {
  background-color: #fbfbfb;
  color: #444444;
  text-align: center;
}
#content > .section:nth-child(3) h1,
#content > .section:nth-child(3) h2,
#content > .section:nth-child(3) h3,
#content > .section:nth-child(3) h4,
#content > .section:nth-child(3) h5,
#content > .section:nth-child(3) h6 {
  color: #444444;
}
#content > .section:nth-child(3) ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
#content > .section #disqus_thread {
  margin-top: 60px;
}
