#news {
  margin: 0;
  padding: 0;
  list-style: none;
}

#news li {
  float: left;
  width: 600px;
  clear: both;
  margin: 0 0 20px;
  padding: 0;
  background: transparent;
  border: 0;
}

.newsdate, .newscontent, .event-date, .event-info {
  float: left;
  display: inline;
}

.newsdate, .event-date {
  font: normal 23px/30px georgia, serif;
  color: #EE940B;
  background: url('../images/news-date.gif') no-repeat 0 0;
  width: 80px;
  height: 55px;
  text-align: center;
  margin-right: 20px;
  padding: 2px 0;
}

.newsdate span, .event-date span {
  display: block;
 	font: normal 12px/20px georgia, serif;
 	color: #EE940B;
 	text-transform: lowercase;
 	padding: 2px 0 0;
}

.newscontent, .event-info {
  width: 500px;
  line-height: 1.5em;
}

.newscontent h3, .event-date h3 {
  margin: 0;
  padding: 0;
  color: #000;
  font: normal 1.45em/1.5em georgia, serif;
}

.newscontent h3 a, .event-date h3 {
  color: #000;
  font: normal 1em/1.5em georgia, serif;
  text-decoration: none;
}

.newscontent h3 a:hover { text-decoration: underline;}

.newscontent .readmore, #search-results .readmore {
  display: inline;
	border: 1px solid #E4E8D3;
	padding: 2px 15px 2px 5px;
	background-position: 95% 60%;
}

.newscontent div { margin: 0 0 10px 0; }
 	