/* $Id: comments.css,v 1.1 2010/07/12 23:05:43 aross Exp $ */ 

/**
 * @file
 * Comment Styling
 */

#comments   {
  clear: both;
  margin: 20px 0;
}

#comments-title {
  background-color: #ddd;
  padding: 10px;
}

.comment {
  padding: 0 10px;
  margin-bottom: 10px;
  border: 1px solid #ddd;
}

.new {
  color: #c00;
}

.comment div.links {
  margin: 1em 0;
}

.comment .submitted {
  clear: left;
}


