/* begin styles for RSS Feed */

.rss-box {
	 width: 740px;
	 background: #ffffff;
	 padding: 30px 30px 5px 30px;
	 
}

.rss-title, .rss-title a:link
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	text-decoration:none;
	margin: 5px 0;
	padding: 0;
	text-align:right;
	background-image:none;
}

.rss-title a:visited, .rss-title a:active {
	color: #922;
	background-image:none;
}

.rss_title a:hover {
    text-decoration:underline;
	background-image:none;
}

.rss-items {
    
}

.rss-item  {
  background: #ffffff  url(../images/rss_item_bg.gif) bottom left repeat-x;
  list-style:none;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:14px;
  color: #666666;
  padding-bottom:30px;
  margin-bottom: 30px;
}

.rss-item a:link, .rss-item a:visited, .rss-item a:active {
    font-weight:bold;
	text-decoration : none;
	color: #666666;
	background-image:none;
	}

.rss-item a:hover { 
	text-decoration : underline;
	color: #cc6600;
	background-image:none;
	}
	
.rss-date {
	font-size: 11px;
	font-weight : normal;
	color: #338;
	background-image:none;
	} 
/*.rss-item img {
	height: auto;
	float: left; margin-right: 0.6em;
	padding: 1px;
	border: 1px solid #999;
}*/


/* 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;
   background-image:none;
   color: black;
   }
.pod-play em {
   _width:1em; _cursor:hand;
   font-style: normal;
   margin:0; padding: 0.1em 0.5em;
   background: white;
   background-image:none;
   color: #222;
   }
.pod-play span {
   _width:1em; _cursor:hand;
   margin:0; padding: 0.1em 0.5em 0.1em 0.3em;
   background-image:none;
   }
.pod-play:hover {
   background: #666;
   color: white;
   background-image:none;
   }
.pod-play:hover em {
   background: black;
   color: white
   background-image:none;
   }
