/* 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 */
/*added by EJ rss-item-title



/* begin styles for RSS Feed */

.rss-box {
	 margin: 1em;
	 width: 600px;
	 background-color: #FFFFFF;
	 
	}

.rss-items {
	margin-top:0px;
	padding:0.5em; 0.5em;
	margin-left:0px;
	color:#000000;
	font-weight:bold;
	}

p.rss-title {padding:0.5em;}
.rss-title {
	text-decoration: none;
	font-family: arial;
	font-size: 12px;
	background-color:#FFF;
	color:#000;
	font-weight:bold;
	margin: 0px;
	padding:0em;
	text-align: left;
	}


.rss-item  {
        font-family: arial;
  	font-size: 12px;
  	font-weight : normal;
  	list-style:none;
	padding-bottom:1em;
	}

.rss-item a {
	text-decoration : none;
	color: black;
	font-size: 12px;
	font-weight:light;
	font-family:arial;
	}
	
.rss-item a:visited {
	color:white;
}

.rss-date {
	font-size: 85%;
	font-weight : normal;
	color: #fff;
	} 

