/* begin styles for RSS Feed */
/*rss-box defines the bounding div for the entire display- use to define borders, fill, etc.
 •rss-title the title of the feed and link style if displayed. Use with variants of rss-title a:link, rss-title a:hover, etc for rollover styles
 •rss-items defines the unordered list <ul>...</ul> for the feed items- use to define the padding/margins for items.
 •rss-item display of each feed item description and title, <li>...</li> as well as the channel description, if displayed.
 •rss-item a: variant for the item title and link style
 •rss-date defines the display of item posting dates*/

/* begin styles for RSS Feed */
/*
.zrss-box {
	 margin: 10px 5%;
	 padding: 4px 8px;

	 background-color: #ededed;
	 border: 2px dashed #7485CA;
}

.zrss-title, zrss-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 {
  
}*/

.rss-items li {
  padding-left:0px;
margin-left:5px;
list-style-type: none;
}

.rss-item  {
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  font-weight : normal; 
  padding-right: 1px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 5px;
  margin-left: 0px;
}

/*.rss-item ul
{ padding-left: 20px;
} */

.rss-item a:link, .rss-item a:visited, .rss-item a:active {
	text-decoration : none;
	border-bottom: 1px solid #ededed;
	color: #56737d;
	font-weight : bold;
	}

.rss-item a:hover { 
	text-decoration : none;
	color: #e0861e;
	border-bottom: 1px dotted #e0861e;
	}
	
.rss-date {
	font-size: 11px;
	font-weight : normal;
	color: #e0861e;
	}