﻿.rss-box {
	margin: 0px;
	width: 100%;
	background-color: #ffffff;
	text-decoration: none;
	text-indent: 5px;
}
.rss-items {
	margin-top:0px;
	padding:3px;0px;
	margin-left:0px;
	color:#000000;
	text-decoration: none;
	text-indent: 5px;
}
p.rss-title {
	padding:0em;
	text-decoration: none;
	text-indent: 5px;
}
.rss-title {
	font-size: 78%;
	background-color: #ffffff;
	color: #000000;
	font-weight:normal;
	text-align: left;
	text-decoration: none;
	text-indent: 5px;
}
.rss-item  {
	font-size: 78%;
	list-style:none;
	padding-bottom:3px;
	text-decoration: none;
	text-indent: 5px;
}
.rss-item a {
	color:#003399;
	font-size: 78%;
	font-weight:normal;
	text-decoration: none;
	text-indent: 5px;
}
.rss-item a:visited {
	color: black;
	text-decoration: none;
	text-indent: 5px;
}
.rss-date {
	font-size: 78%;
	color: red;
	text-decoration: none;
	text-indent: 5px;
}
 
/* buttons modeled from http://www.wellstyled.com/css-inline-buttons.html 0.15em-->2mm*/

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