@charset "UTF-8";
/* CSS Document */

/* begin styles for RSS Feed */


/*rss-box defines the bounding div for the entire display- use to define borders, fill, etc.*/
.rss-box {
   margin: 1em;
   width: 560px;
   background-color: #000000;
}

/*rss-items defines the unordered list <ul>...</ul>  for the feed items- use to define the padding/margins for items.*/
.rss-items {
   margin:10px;
   list-style:none;
}

p.rss-title {padding:0.5em;}

/*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-title {
   text-decoration: underline;
   font-family:Verdana, Arial, Helvetica, sans-serif;
   font-size: 16px;
   color:#FF0000;
   font-weight:bold;
   margin:0px;
   padding:0em;
   text-align:center;
}

/*rss-item display of each feed item description and title, <li>...</li> as well as the channel description, if displayed.*/
.rss-item  {
   font-family:Verdana, Arial, Helvetica, sans-serif;
   font-size: 12px;
   font-weight: normal;
   text-align:justify;
   color:#000;
   padding:1em;
   background:url(http://popatopolis.com/whitebg.png) repeat;
   border:1px solid #FF0000;
   margin:10px;
}

/*rss-item a: variant for the item title and link style*/
.rss-item a:link, .rss-item a:visited, .rss-item a:active {
   text-decoration: underline;
   color: #FF0000;
   font-size: 12px;
   font-weight:bold;
   font-family:Verdana, Arial, Helvetica, sans-serif;
   background:none;
   border:none;
   padding:0;
   margin-left:0;
}

.rss-item a:hover {
   color:#FF0000;
}

/*rss-date defines the display of item posting dates*/
.rss-date {
   font-size: 85%;
   font-weight : normal;
   color: #666;
   padding:1em;
} 

/* buttons modeled from http://www.wellstyled.com/css-inline-buttons.html */

.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;
}
