/* begin styles for RSS Feed */

.rss-box {
	 margin: 0.5em;
     border: none;
	 
}
.rss-items {
	margin-top:0px;
	padding:0.5em; 0.5em;
	margin-left:0px;
	color: #000000
}
p.rss-title {padding:1em;
}
.rss-title {
	text-decoration: none;
	font-size: 100%;
	font-family: "Trebuchet MS", small tahoma, "Bitstream Vera Sans", , "Lucida Grande", lucida, helvetica, sans-serif;
	background-color:#ffffff;
	color:black;
	font-weight:bold;
	margin: 0px;
	padding:4em;
	text-align: left;
}

.rss-item  {
  font-weight : normal;
  padding-bottom:1em; list-style-type:none;
}

.rss-item title{
	text-decoration: none;
		font-size: 100%;
	font-family: "Trebuchet MS", small tahoma, "Bitstream Vera Sans", , "Lucida Grande", lucida, helvetica, sans-serif;
	background-color:#ffffff;
	color:black;
	font-weight:bold;
	margin: 0px;
	padding:0em;
	text-align: left;
}
.rss-item a {
	text-decoration : none;
	color: #ff0000;
	font-weight:light;
	}
	
.rss-item a:visited {
	color:red;
}

.rss-title {
	font-size: 100%;
	font-weight : normal;
	color: #000000;
	} 
	
.rss-date {
	font-size: 90%;
	font-weight : normal;
	color: #000000;
	} 
/* buttons modeled from http://www.wellstyled.com/css-inline-buttons.html */

.pod-play {
   _width:10em;
   margin: 0; padding: 0; _padding:0;
	font-weight : bold;
   
   white-space:nowrap;
   text-decoration: none;
   vertical-align:middle;
   }
.pod-play em {
   _width:1em; _cursor:hand;
   font-style: strong;
   margin:0; padding: 0;
   color: red;
   }
.pod-play span {
   _width:1em; _cursor:hand;
   margin: 0; padding: 0;
   color: black;
   }
:hover.pod-play {
   background: red;
   color: white;
   }
:hover.pod-play em {
   background: red;
   color: white
   }