/* begin styles for RSS Feed 
   This is the most basic style to use for a list with no bullets */

.rss-box { background-color: #fff; }
.rss-title, rss-title a:link, .rss-title a:visited, .rss-title a:active {
	text-decoration: none;
	margin: 0;
	padding: 0; }
.rss-items {
	list-style: none;
	margin: 0;
	padding: 0; }
.rss-item {
	margin-bottom: 1em;
	padding-top: .5em;
	border-top: 2px dashed #ccc;
	list-style: none; }
.rss-item a:link, .rss-item a:visited, .rss-item p a:visited, .rss-item p a:active {
	color: #1d4040;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.125em;
	font-weight: bold;
	text-decoration: none;
	border-top-width: 0; }
.rss-item a:hover { 
	color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.125em;
	font-weight: bold;
	background-color: #1d4040;
	text-decoration: underline; }
.rss-item p a:link, .rss-item p a:visited, .rss-item p a:active {
	color: #c00000;
	font-family: "Book Antiqua", "New Century Schoolbook", Palatino, serif;
	font-size: 1em;
	text-decoration: none;
	border-top-width: 0; }
.rss-item p a:hover { 
	color: white;
	background-color: #c00000;
	font-family: "Book Antiqua", "New Century Schoolbook", Palatino, serif;
	font-size: 1em;
	text-decoration: underline; }
.rss-date { font-size: .875em; }
.rss-date a:link, .rss-date a:visited, .rss-date a:active, .rss-date a:hover { font-size: 1em; }

/* buttons modeled from http://www.wellstyled.com/css-inline-buttons.html */
.pod-play {
	_width: 12em;
	margin: 0 .2em;
	padding: .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: .1em .5em;
	background: #fff;
	color: #222; }
.pod-play span {
	_width: 1em;
	_cursor: hand;
	margin: 0;
	padding: .1em .5em .1em .3em; }
.pod-play:hover {
	background: #666;
	color: #fff; }
.pod-play:hover em {
	background: #000;
	color: #fff; }
/* end styles for RSS Feed */