/* @override 
	http://localhost:3000/stylesheets/articles.css?1218291741
	http://localhost:3000/stylesheets/articles.css?1218291899
	http://belvoirfcu.org/stylesheets/articles.css?1238380108
*/

.news ul {
  margin: 1.5em 0 0 1em;
}

.news li {
  margin: 0 0 1.5em;
  list-style: none;
}

.article .date {
  color: #999;
  margin: 0.5em 0 0.3em;
  display: block;
}

#content p.comments {
	background: url(/images/bv-content-p-bottom-lines.jpg) repeat-x left bottom;
	padding-bottom: 4px;
	margin-top: -0.5em;
	font-size: 0.9em;
}

#content .article .comments a {
	text-decoration: none;
}

.comment {
  padding: 0.5em 0 1em;
  margin: 0.5em 0;
  border-bottom: 1px solid #ccc;
}

.comment .author {
  margin: 0 0 0.5em 0;
}

.comment .date {
  font-size: 0.9em;
  margin: 0.5em 0;
}

#comment-form form {
  margin: 1em;
}

#comment-form dt {
  float: left;
  width: 80px;
  text-align: right;
  margin: 0 1em 0 0;
  clear: left;
}

#comment-form dt, #comment-form dd {
  padding: 0.4em 0;
}

#comment-form textarea {
  height: 5em;
}

#comment-form .required {
  margin: 1em 0;
}

#comment-form textarea {
  height: 100px;
}

#comment-form textarea, #comment-form input.text {
  width: 310px;
  background: #fff;
  border: 1px solid #bfdce8;
  padding: 4px 2px;
  font-size: 12px;
  font-family: Arial, sans-serif;
  line-height: 1em;
}

#comment-submitted {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  padding: 5px;
}

#comment-submitted p {
  margin: 0;
