.newslistitem {
  clear: both;
  margin: 0 0 20px;
  padding: 12px;
  border-bottom: 1px dotted #C2C2C2;
}

.newslisting {
  color: #555555;
}

.newslisting:hover {
  text-decoration: none;
}

.newsthumbnail {
  float: left;
  width: 80px;
  margin: 4px 0;
}

.newscontents {
  margin-left: 80px;
  display: block;
  xborder: 1px solid blue;
}

.newscategory, .newsdate, .newsdescription, .readmore {
  margin-left: 18px;
  display: block;
}

.newsdescription {
  margin-top: 6px;
}

.readmore {
  color: #0099CB;
}

.newstitle {
  color: #386700;
  font-size: 135%;
  font-weight: 100;
  line-height: normal;
  margin: 0 0 0 18px;;
  padding: 0 0 5px;
  display: block;
}

.rightalign {
  float: right;
  margin: 0 0 2px;
}

.archivelistitem {
  margin-top: 6px;
}

#newscategory {
  /* the newscategory field is hidden by default */
  display: none;
}