/* styles for Text page RSS feed compliments of http://feed2js.org */

/*defines the bounding div for the entire display- use to define borders, fill, etc.*/
.rss-box {
}
/*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-title {
}
/* defines the unordered list <ul>...</ul> for the feed items- use to define the padding/margins for items. */
.rss-items {
}
/* display of each feed item description and title, <li>...</li> as well as the channel description, if displayed.*/
.rss-item {padding-bottom:6px;
}
/*variant for the item title and link style*/
.rss-item a: {font-weight:bold;
}
/* defines the display of item posting dates*/
.rss-date {font-size:11px;
}
