@charset "UTF-8";
/* CSS Document 
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 rollowver 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-item-auth (new) span to define style for display of author name
rss-date defines the display of item posting dates*/

.rss-title a{
	/*
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:1.2em;
	background-color:hsla(7,80%,51%,1.00);
 	border-radius: 25px;
    padding: 10px; 
	max-width:110px;
    height: auto; 
	 box-shadow: 3px 4px 4px grey;*/
	
	font-size: 0.0em;
	line-height: 0.0em;
	color:#FFFFFF;
	 
	
	}
.rss-title {/* color:#FFFFFF;
 display: inline;
*/
	
	}
	
	
	
	.rss-item a{
		color:hsla(7,80%,51%,1.00);
		font-weight:800;
		
	
		}
	
	.rss-item{
		  list-style:none;
		  padding-top:12px;
		margin-left:-30px;

	}
	li .rss-item{
		margin-left:-10px;
		

	}
	