a:link, a:active
{
  /*color: #0066B3;*/
}

a:hover
{
  text-decoration: underline;
}

.news
{
  margin: 10px 0;
}


.news .details
{
  font-size: 0.9em;
  margin: 5px 0;
  color: #B6B6B6;
}
.news .details span { color:#DE6415; }

.news .related_details
{
  font-style: italic;
}

.news .comment
{
  padding:5px;
  margin: 5px;
  background: #eef;
  border: solid 1px #ccd;
}

.news .comment .author
{
  font-weight: bold;
}

.comment.accepted
{
  font-style: italic;
  background-color: #FFFFEE;
}

.month_link
{
	float: left;
	width: 100px;
	display: block;
	clear: both;
}
.month_count
{
	float: left;
	width: 50px;
}

div.comments
{
	margin-top: 2em;
}

div#add_comment
{
	margin-top: 2em;
}