/* begin styles for RSS Feed */
body, p { color: #ffffff; font-family: Arial; font-size: 13px; font-weight: 500; }
.rss-box { margin-left: 0px; margin-right: 0px;
	 padding: 0px;
	 background-color: #168E5B;
	 border-top: 1px dotted #669966;
	 border-right: 2px solid #669966;
	 border-bottom: 3px solid #669966;
	 border-left: 4px solid #669966;
}

.rss-title, .rss-title a:link
{
	font-weight: 600;
	margin: 2px 0;
	padding: 0;
	text-align:center;
}

.rss-title a:visited, .rss-title a:active, .rss-title a:hover {
	color: #FFFF82;
}

.rss-items { 
	list-style-position: outside;
	height: inherit; 
    text-indent: 1em  
	list-style :  decimal;	
    margin-bottom: 0.5em;
	margin-right: 0em
}

.rss-item a:link, .rss-item a:visited, .rss-item a:active {
	text-decoration : none;
	color: #FFFF82;
	}

.rss-item a:hover { 
	text-decoration : underline;
	color: #FFFF82;
	}
	
.rss-date {
	font-size: 10px;
	font-weight : normal;
	color: #333;
	} 
/* 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; 
   font-style: normal;
   margin:0; padding: 0.1em 0.5em;
   background: white;
   color: #222;
   }
.pod-play span {
   width:1em; 
   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
   }

