@charset "utf-8";

.spacer {margin:0;}
.body  { 
	color: #666; 
	font-size: 11px; 
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; 
	line-height: 15px; 
	margin: 15px; 
	text-align:left;
	background-color: #ffffff;
	color: #666666;
}
.blue-bg {
	color: #666; 
	font-size: 11px; 
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; 
	line-height: 15px; 
	margin: 15px; 
	text-align:left;
	color: #666666;
}
.body a {color: #00ccff}
.body a:hover {color: #00ccff }
.body a:visited {color: #33ffff }
.header  { 
	color: #003366; 
	font-size: 15px; 
	font-family: Verdana; 
	font-weight: normal; 
	line-height: 17px; 
	margin: 15px;
	text-align:left;
}
.headersmaller{
	color: #036;
	font-size: 13px;
	font-family: Verdana;
	font-weight: normal;
	line-height: 17px;
	margin: 20px
}

/* begin styles for RSS Feed 

     This is the most basic style to use for a list with no bullets */
.rss-box {
	 width: 280px;
	 background-color: #ffffff;
}
.rss-title, rss-title a {
	margin: 0px 0;
	padding: 0;
}
.rss-items {
       list-style:none;	   
	   margin-right: 5px;
	   margin-left: 0px;
       padding: 0px;  
	   font-size: 11px;
}
.rss-item  {
  font-size: 11px;
  margin-bottom: 15px;
}
.rss-item a:link, .rss-item a:visited, .rss-item a:active {
	}
.rss-item a:hover { 
	}
.rss-date {
	font-size: xx-small;
	} 
/* 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
   }
