.post {
  margin-bottom: 30px; }

#related {
  margin-bottom: 30px; }
  #related h3 {
    color: #5FA9EF;
    padding-bottom: 10px; }
  #related li {
    padding-bottom: 7px;
    list-style-type: square;
    list-style-position: inside;
    color: #888; }
    #related li h5 {
      font-size: 16px;
      display: inline; }
    #related li a {
      color: #888; }
      #related li a:hover {
        text-decoration: underline; }

#comments {
  margin-bottom: 50px; }

#comments a {
  color: #5FA9EF; }

#comments .commentlist li {
  padding: 25px 20px;
  border-bottom: 1px solid #e6eaed;
  font-size: 13px;
  line-height: 18px;
  color: #999;
  position: relative; }
  #comments .commentlist li:last-child {
    border-bottom: none; }

#comments .left, #comments .right {
  display: block;
  float: left;
  overflow: auto;
  width: 70%;
  padding-bottom: 20px;
  position: relative; }

#comments .left {
  width: 30%; }

#comments .comment-body {
  padding-top: 10px; }

#comments .reply {
  clear: both; }

#comments .comment-reply-link {
  display: block;
  text-indent: -9999px;
  height: 20px;
  width: 100%;
  background: url(images/icons/reply-to.png) no-repeat right center; }

#comments ul.children {
  clear: both;
  padding-left: 27%;
  margin-top: 20px;
  background: url(images/icons/reply.png) no-repeat 40px 0px; }

#comments ul.children li {
  margin-bottom: 10px;
  background: #ececec; }

#commentform {
  background: #eee;
  display: block;
  margin-bottom: 10px;
  padding: 20px;
  -webkit-border-radius: 10px;
  position: relative; }

#social #commentform {
  background: #fff; }

#commentform p {
  color: #999;
  font-size: 12px;
  padding-bottom: 5px; }

#commentform input {
  height: 20px;
  padding: 5px;
  width: 250px;
  margin-right: 20px;
  background: #fafafa;
  margin-bottom: 15px;
  color: #666; }

#commentform input:focus, #commentform textarea:focus {
  outline: 1px solid #ccc; }

#commentform textarea {
  width: 520px;
  padding: 5px;
  border: none;
  background: #fafafa;
  height: 80px;
  margin-bottom: 15px;
  color: #666; }

#commentform #submit {
  height: 30px;
  margin-bottom: 0;
  margin-left: 280px;
  font-weight: bold;
  color: #888;
  font-size: 12px; }

#cancel-comment-reply {
  padding: 10px 0;
  font-size: 18px;
  font-weight: bold;
  text-align: right; }

#comments h3 {
  display: none; }

.nocomments {
  display: block;
  margin: 0;
  padding: 0;
  color: #fff;
  font-weight: bold;
  width: 590px;
  padding: 20px;
  background: #5FA9EF; }
