/* begin styles for RSS Feed */

.rss-box {
	padding-bottom: 5px;
	font-size: 80%;
	font-weight: normal;
	margin-bottom: 10px;
}

.rss-title, rss-title a {
	font-size: 80%;
	margin: 5px 0;
	padding: 0;
	letter-spacing: 1px;
}

.rss-items {
	font-weight: normal;
	margin: 10px;
	background: url(../../../../images/share/arrow.gif) 3px 0.7em no-repeat;
	padding-left:15px;
	list-style:none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #c1c6a6;
	font-size: 80%;
}

.rss-item  {
  margin: 8px 0 3px 0;
}

.rss-items ul {
	list-style:none;
}
.rss-items li{
	background: url(../../../../images/share/arrow.gif) 3px 0.7em no-repeat;
	padding-left:15px;
	list-style:none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #c1c6a6;	
}

.rss-item a:link, .rss-item a:visited, .rss-item a:active {
	text-decoration : none;
	}

.rss-item a:hover { 
	text-decoration:underline;
	}
	
.rss-date {
	font-family: Verdana;
	padding-left: 0px;
	margin-bottom: 5px;
	font-weight:normal;
	font-size:78%;
}
	
/* 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; _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
   }
 
.rss-box-oops {
	padding-bottom: 5px;
	font-weight: normal;
	margin-bottom: 10px;
	font-size:90%;
}
