﻿/* Defines the bounding div for the entire display- use to define borders, fill, etc. */
.rss-box {margin-bottom:20px;}

/* 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-top:10px;}

/* Variant for the item title and link style */
.rss-item a {}

/* Defines the display of item posting dates */
.rss-date {}

