.newsitems li
{
  position: relative;
}
.newsitems .link
{
  display: block;
  margin: 0 0 6px 0;
  padding: 6px 14px 0 2px;
  border-top: solid 1px #FF6600;
  background-position: right bottom;
  color: #A5A6A9;
  font-weight: normal;
}
.newsitems .unpublished .link
{
  font-style: italic;
  color: #CCCCCC;
}
.newsitems .date
{
  display: block;
  float: left;
  width: 76px;
}
.newsitems .title
{
  display: block;
  margin-left: 76px;
}
.news .header a
{
  padding-left: 6px;
  color: #A5A6A9;
  font-weight: normal;
}
.news .header a:hover
{
  text-decoration: underline;
}
.news .section2 .paragraphs
{
  border-bottom: solid 1px #FF6600;
}

.news .text b
{
  color: #A5A6A9;
}
.blurb
{
  font-weight: bold;
}
.editDateBox
{
  display: block;
  margin-bottom: 1em;
  font-weight: bold;
}
.editDateBox input
{
  font-weight: normal;
}
.editDateBox .example
{
  font-weight: normal;
  font-style: italic;
  padding-left: 6px;
}
.editPublishedBox
{
  font-weight: bold;
  margin-bottom: 1em;
}
.newsitems .lime-action
{
  position: absolute;
  top:2px; right: 0;
}