#blog-listing {
  float: left;
  width: 590px;
}

#blog-listing h2 {
  margin: 0 0 1.1em; 
  padding: 3px 8px;
  font-size: 1.4em;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  background: #f2f2f2;
}

#blog-listing .article {
  margin-top: 17px;
  padding: 0 3px 10px;
  border-bottom: 1px dotted #c5c5c5;
}
#blog-listing .article h3 a {
  color: inherit;
  border: 0;
}


#comments {
  margin-top:  30px;
  padding-top: 10px;
  border-top: 1px dotted #c5c5c5;
}