#site_wrapper .post {
  border-bottom-width: 2px;
  border-bottom-style: dotted;
  border-bottom-color: #959595;
  margin: 0 0 20px 0;
}
  #site_wrapper .post h3 {
    margin-bottom: 3px;
  }
  #site_wrapper .post .entry {
    padding: 20px 0;
    color: #464646;
  }
  #site_wrapper .post .postmetadata {
    color: #959595;
  }
  
#site_wrapper h3#comments {
  padding: 20px 0 10px 0;
  text-transform: uppercase;
  font-size: 14px;
}

#site_wrapper ol.commentlist {
  list-style: none;
  margin: 0;
}

#site_wrapper ol.commentlist li {
  list-style: none;
  margin: 0;
}

#site_wrapper div.comment-body {
  border-bottom-width: 2px;
  border-bottom-style: dotted;
  border-bottom-color: #959595;
  color: #464646;
  margin: 20px 0;
}

#site_wrapper div.comment-author * {
  height: 32px;
  line-height: 32px;
  vertical-align: center;
  font-weight: bold;
}

#site_wrapper .commentmetadata {
  padding: 0 0 10px 0;
  font-size: 12px;
}

#site_wrapper div#respond {
  background: #EBEBEB;
  padding: 10px;
}

#site_wrapper #sidebar a:hover {
  color: #B740DA;
  text-decoration: none;
}

#site_wrapper .linkcat {
  list-style: none;
}
  #site_wrapper .linkcat h2 {
    color: #999;
    font-size: 14px !important;
    text-transform: uppercase;
  }