@charset "UTF-8";
/* CSS Document */

.rssttl {
	font-family: Arial,;
	font-size: 11px;
	font-style: normal;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0px;
	padding: 0;
}
/* begin styles for RSS Feed */

.rss-box {
	width: 100%;
	text-align: left;
	vertical-align: middle;
	height: 100%;
	margin: 0px;
	padding: 0px;
}
.rss-items {
	padding:0px;
	color:#353A52;
	margin: 0px;
}
p.rss-title {
	font-family:Arial;
	font-size: 10px;
	font-weight: bold;
	color: #1E254A;
	margin-bottom: 10px;
}
.rss-title, rss_title a {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px
	background-color:#000000;
	color:#000000;
	font-weight:bold;
	margin: 0px;
	padding:0px;
	text-align: left;
	letter-spacing: 1;
	text-transform: uppercase;
	font-size: 12px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.rss-item  {
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	letter-spacing: 1;
	list-style: none;
	margin-bottom: 10px;
	padding:0;
	margin-top: 0px;
}

.rss-item a {
	color:#640000;
	font-size: 11px;
	font-weight:bold;
	font-family: Arial;
	text-decoration: none;
	text-indent: 0px;
	letter-spacing: 1;
	text-align: left;
	vertical-align: bottom;
	word-spacing: normal;
	}
	
.rss-item a:visited {
	color:#640000;
	text-decoration: none;
}
.rss-item a:hover {
	color:#640000;
	text-decoration: underline;
}

.rss-date {
	font-size: 12px;
	font-weight : normal;
	color: #0066FF;
	font-family: Arial;
	} 
/* 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
   }
