/* begin styles for RSS Feed */

.rss-box {
	 margin: 10px 5%;
	 padding: 4px 8px;

	 background-color: #99CC33;
	 border: 2px dashed #7485CA;
}

.rss-title, rss_title a {
	font-family: "georgia", "Trebuchet MS", Trebuchet, Lucida, sans-serif;
	font-size: 12px;
	font-weight:bold;
	margin: 5px 0;
	padding: 0;
	letter-spacing: 1px;
}

.rss-items {
  
}

.rss-item  {
  font-family: arial, helvetica, sans-serif;
  font-size: 11px;
  font-weight : normal; 
  margin: 10px 0;
  line-height: 16px;
  color: #333333;
}

.rss-item a:link, .rss-item a:visited, .rss-item a:active {
	text-decoration : none;
	color: #405A88;
	}

.rss-item a:hover {
	text-decoration : none;
	color: #FFFFFF;
	background: #799CBD;
	}
	
.rss-date {
	font-size: 11px;
	font-weight : normal;
	color: #F60;
	}