#header, .share-info, #respond, #sidebar, .footer-nav, .share-wrap {
  display: none;
}

body {
  font-family: Arial,sans-serif;
  font-size: 76%;
}

.meta-info {
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  padding: 10px 0;
}

.meta-info>span {
  display: block;
}

.author-profile {
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  overflow: hidden;
  padding: 10px 0;
}

.author-profile img {
  float: left;
  margin-right: 20px;
}

.author-profile h3 {
  margin-top: 0px;
}

#comments {
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

#comments .reply {
  display: none;
}

#comments li.comment {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

#comments .comment-meta-wrap {
  border-top: 1px solid #CCCCCC;
  padding-top: 5px;
}

#comments ol.commentlist {
  padding: 0px;
  margin: 0px;
}