#blogposts
{
}

.blogpost
{
  overflow:hidden;
  height:1%;
  border-top:1px solid #cdcdcd;
  padding:10px 0 0 0;
}

.blogpost h2 a
{
  background-color:#fff;
  color:#047;
  font-size:24px;
  font-weight:normal;
  text-decoration:none;
}

#column_left .blogpost h2 a:hover
{
  background-color:#fff;
/*  color:#57524e; GROEN */
color: #540070;
  text-decoration:underline;
}

#columns .blogpost img
{
  display:block;
  float:left;
  border-right:10px solid #fff;
  border-bottom:10px solid #fff;
}

#columns .blogpost p
{
  font-family:arial, sans-serif;
  font-size:13px;
  line-height:125%;
  margin: 0 -5px 10px 0;

}

.blogpost .comments
{
  display:block;
  overflow:hidden;
  height:1%;
  margin:0 0 10px 0;
}

.blogpost .comments a
{
  display:block;
  float:left;
  background-color: #ffffff;
  color:#047;
  background-image:url('../images/icons/icon_comments.gif');
  background-repeat:no-repeat;
  background-position:0px 1px;
  font-family:arial, sans-serif;
  font-size:11px;
  text-decoration:none;
  padding:0 0 0 12px;
}

#column_left .blogpost .comments a:hover
{
  background-color: #fff;
/*  color:#57524e; GROEN */
color: #540070;
  text-decoration: underline;
}