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

.rss-box {
	 margin: 1em;
	 width: 100%; 
}

.rss-items {
	margin-top:0px;
	padding:0.5em; 0.5em;
	margin-left:0px;
	color:#050585;
}

.rss-item  {
  color:#666;
  font-size: 10pt;
  list-style:none;
  padding-bottom:1em;
  font-weight:400;
  font-family: 'Roboto' sans-serif;
}

.rss-item a {
	color:#050585;
	font-family: 'Roboto' sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px;
	font-size: 16pt;
	}
	
.rss-item a:visited {
	color: #050585;
}

.rss-item a:hover {
	color: #CC0505;
}


.rss-date {
	font-size: 8pt;
	color: #CC0505;
	} 
/* 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: #050585;
   }
.pod-play span {
   _width:1em; _cursor:hand;
   margin:0; padding: 0.1em 0.5em 0.1em 0.3em;
   }
.pod-play:hover {
   background: #CC0505;
   color: white;
   }
.pod-play:hover em {
   background: #050585;
   color: white
   }

