@charset "utf-8";
/* CSS Document */

/* begin styles for RSS Feed 
     Modification of no-style feed, this adds a classy dotted underline to item links and faint background color on hover */

.rss-box {
	 width: 355px;
	 background-color: #ffffff;
        
}

.rss-title, rss_title a {
        font-size: 1.2em;
	margin: 0px 0;
        margin-bottom: 0.5em;
	padding: 0;
        color: #666;
	text-decoration: none;
	
}

.rss-items {
       list-style:none;
       margin:0;
       padding:0.2em;
       
}

.rss-item  {
  font-size: small;
  margin-bottom: 1.5em;;
}

.rss-item a:link, .rss-item a:visited, .rss-item a:active {
        color: #F60;
		font-size: 16px;
	text-decoration: none;
	border-bottom: 1px dotted #F90;
	}

.rss-item a:hover {
	background-color: #FFE8C4;
	color: #F90;
	}
	
.rss-date {
	font-size: xx-small;
	} 
