#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, #startmenu #news .newscontent h3 a {
  color: #000;
  font: normal 1em/1.5em georgia, serif;
  text-decoration: none;
  background: transparent;  
}

#startmenu #news li {
	float: none;
	display: block;
	height: auto;
	margin: 0;
	padding: 0 0 20px;
	width: 750px;
}

#startmenu #news li .newscontent { width: 650px; }

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

#startmenu #news .readmore {
display: block;
  text-align: right;
  padding: 0 10px 0 0;
  background: url('../images/readmore.gif') no-repeat 100% 50%;
  text-decoration: none;
  font-weight: normal;
	font-size: 1em;
	line-height: 1.2em;
  text-decoration: none;
  color: #999;
}

#startmenu #news .readmore:hover { text-decoration: underline; }

#startmenu #news li p a {
	background: transparent;
	display: inline;
	color: #EF8B0D;
	font: normal 11px/18px verdana;
	text-decoration: underline;
	padding: 0;
}

#startmenu #news { color: #666; }

#startmenu #news .newscontent h3 a { padding: 0; }

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

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