/*
  CSS for News Items
*/

#newsItems {
	border-bottom: 1px solid #D9E3EC;
	margin-top: 10px;
}
#newsItems .link a {
	display: block;
	text-align: right;
	margin-bottom: 10px;
}
#newsItems .author {
	font-weight: bold;
}
#newsDetails .title {
	font-weight: bold;
	float: left;
}
#newsDetails .title a {
  text-decoration: none;  
}

#newsDetails .link a {
  text-decoration: none;
  display: block;
	text-align: right;
	padding-right: 20px;
}

#newsDetails .intro {
	line-height: 30px;
	font-weight: bold;
}
#newsDetails .date {
	font-weight: bold;
	float: right;
}

#newsDetails {}
