/* CSS for RSS news Last Mod 2-14-2007 LAM */

/*  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-date defines the display of item posting dates
*/

/* begin styles for RSS Feed */

.rss-box {  }
.rss-box-leadin { background-color:#CCCCCC;}

.rss-title, rss-title a { color:#990000; font-size: .95em;  font-weight: 800; }
.rss-title a:hover { color:#990000; text-decoration: none; }

.rss-items    {list-style-type:none; margin-left:-2em; _margin-left:-.5em; }

.rss-item { color: #333333; font-size: .9em; font-weight: 500; margin: 5px 0px }

.rss-item a:link, .rss-item a:visited { color: #000000; font-size: .9em; text-decoration: none; font-weight:700; }

.rss-item a:hover { color: #990000; text-decoration: underline }

.rss-date { color: #333333; font-size: .8em; font-weight: normal } 

.pod-play {
   _width:12em;
   margin: 0 0.2em; padding: 0.1em 0; _padding:0;
   white-space:nowrap;
   text-decoration: none;
   vertical-align:middle;
   background: #fb6;
   color: black;
   }
.pod-play em {
   _width:1em; _cursor:hand;
   font-style: normal;
   margin:0; padding: 0.1em 0.5em;
   background: white;
   color: #222;
   }
.pod-play span {
   _width:1em; _cursor:hand;
   margin:0; padding: 0.1em 0.5em 0.1em 0.3em;
   }
.pod-play:hover {
   background: #666;
   color: white;
   }
.pod-play:hover em {
   background: black;
   color: white
   }




