/* begin styles for RSS Feed */

.rss_box {
	 margin: 5px 2%;
	 padding: 4px 4px;
	 width: 580px;
	 background-color: #ffffff;
	 border: 0px dashed #7485CA;
}

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

.rss_items {
  list-style:none;
    margin: 2px 0;
    padding: 4px 4px;
  
}

.rss_item  {
  font-family: verdana, arial, sans-serif;
  font-size: 13px;
  font-weight : normal; 
  margin: 2px 0;
  padding: 4px 4px;
  list-style:none;
}

.rss_item a:link, .rss_item a:visited, .rss_item a:active {
	text-decoration : none;
	border-bottom: 0px solid #ededed;
        font-weight : bold;
	color: #0000ff;
	}

.rss_item a:hover { 
	text-decoration : none;
	color: #e0861e;
	border-bottom: 0px dotted #e0861e;
        font-weight : bold;
	}
	
.rss_date {
	font-size: 11px;
	font-weight : normal;
	color: #F60;
	}