@charset "utf-8";
/* begin styles for RSS Feed */

.rss-items {
	margin-top:0px;
	padding:0.5em; 0.5em;
	margin-left:0px;
}

.rss-item  {
  font-family: arial, verdana, sans-serif;
  list-style:none;
  padding-bottom:1em;

}

.rss-item a {
	font-size: 100%;
	font-weight:bold;
	font-family:arial, sans-serif;
}
	
.rss-item a:visited {
}

.rss-item a:hover {
	text-decoration:underline;
}

.rss-date {
	font-weight : normal;
	color: #777777;
	} 
/* 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; 
   color: black;
   }
.pod-play em {
   _width:1em; _cursor:hand;
   margin:0; padding: 0.1em 0.5em;
   color: #222;
   }
.pod-play span {
   _width:1em; _cursor:hand;
   margin:0; padding: 0.1em 0.5em 0.1em 0.3em;
   }
.pod-play:hover {
   color: white;
   }
.pod-play:hover em {
   color: white
   }


