/* begin styles for RSS Feed */

.rss-box {
	 margin: 5px auto 0px auto;
	 width: 447px;
}

.rss-items {
	width: 424px;
	margin: 10px 0px 0px 20px;
	padding:0px;
	margin-left:0px;
	color: #5C5C5C;
}
p.rss-title {padding:0.5em;}

.rss-title {
	text-decoration: none;
        text-transform: uppercase;
	font-family: verdana, small tahoma, "Bitstream Vera Sans", "Trebuchet MS", "Lucida Grande", lucida, helvetica, sans-serif;
	font-size: 10px;
	background-color:#DD6622;
	color:white;
	font-weight:bold;
	margin: 0px;
	padding:0em;
	text-align: left;
	display:none;
}

.rss-item  {
	width: 94px;
	height:140px;
  font-family: verdana, small tahoma, "Bitstream Vera Sans", "Trebuchet MS", "Lucida Grande", lucida, helvetica, sans-serif;
  font-size: 10px;
  font-weight : normal;
  list-style:none;
	line-height: 12px;
  padding: 0px 3px 0px 3px;
	text-align: left;
	float: left;
}
.rss-item .rss-item{
	margin-top:100px;
}
.rss-item a {
	text-decoration : none;
	color: #330066;
	font-size: 10px;
	font-weight:light;
	font-family: small tahoma, "Bitstream Vera Sans", "Trebuchet MS", "Lucida Grande", lucida, helvetica, sans-serif;
	text-decoration: none;
	padding: 0px 3px 0px 3px;
	}
	
.rss-item a:hover {
	color: #DAB461;
	text-decoration: underline;
}
	
.rss-item a:visited {
	color: #5C5C5C;
}

.rss-item p{
	visibility:hidden;
}
.rss-item p .top{
	visibility:visible;
	width:92px;
	height:92px;
	position:relative;
	top:-270px;
}
.rss-item p a img >:first-child{
	display:none;
	height:0px;
}
.rss-date {
	font-size: 8px;
	font-weight : normal;
	color: #5C5C5C;
	text-align:left;
	line-height: 10px;
	position:relative;
	top:-100px;
	} 
/* buttons modeled from http://www.wellstyled.com/css-inline-buttons.html */

.pod-play {
	width: 94px;
	background:#999999;
   _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
   }

