/* begin styles for RSS Feed */

.rss-box {
	width: 250px;
	background-color: #f1f7f3;
	border: 1px solid #1f684c;
	border-bottom-style: dotted;
	border-right-style: dotted;
	margin:0px;
	padding-left: 0em;
	text-align: left;
}

ul.rss-items {
	margin-left: -3px;
	margin-right: -2px;
	margin-top: -1px;
	margin-bottom: 2px;
}

.rss-items {
	margin:0px;
	padding-left: 0em;
	padding-right: 0.5em;
/*	padding: 0.5em; 0em; 0em; 0em; */
	color:#000000;
}
p.rss-title {padding:0em;}
.rss-title {
	text-decoration: none;
	font-family: arial, verdana, sans-serif;
	font-size: 185%;
	background-color: #A4A4FF;
	color: #ffffff;
	font-weight: bold;
	margin: 0px;
	padding-left: 0em;
	text-align: left;
}

.rss-item  {
	font-family: arial, verdana, sans-serif;
	font-size: 7pt;
	font-weight : normal;
	list-style: none;
	padding-top: 0.5em;
	padding-bottom: 0em;
	padding-right: 0em;
	padding-left: 0em;
}

.rss-item a {
	text-decoration : underline;
	color: #1f684c;
	font-size: 8pt;
	line-height: 130%;
	font-weight: bold;
	font-family: arial, sans-serif;
	padding-bottom: 1em;
	}
	
.rss-item a:visited {
	color: #666666;
}

.rss_item a:hover {
	color: #DD6900;
}

.rss-date {
	font-size: 85%;
	font-weight : normal;
	color: #F60;
	}
 
/* 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
   }
