/* begin styles for RSS Feed */

.rss-box {
	 margin-top: 5px;
	 padding: 8px 8px;
	}
	
	.rss-box-events {
	  padding: 10px;
	}

.rss-box-inthenews {
	 width:580px;
	}
	
	.rss-box-inthenews2 {
		 width:580px;
	}

	.rss-box-rightcol {
		 width:195px;
	}



.rss-title, rss_title a {
	font-family: "American Typewriter", "Trebuchet MS", Trebuchet, Lucida, sans-serif;
	font-size: 18px;
	font-weight:bold;
	margin: 5px 0;
	padding: 0;
	letter-spacing: 1px;
}

.rss-items {
list-style-type:none;
padding-left: 0px;
padding-top: 5px;
margin: 0px;
}
  
  .rss-box-inthenews2 li.rss-item  {
font-family:Verdana,Tahoma,Arial,Helvetica,Sans-serif;
color:#505050;
font-weight:bold;
text-decoration:none;
font-size: 11px;
padding-bottom: 10px;
margin-left: 25px;
}

.rss-box-events li.rss-item  {
font-family:Verdana,Tahoma,Arial,Helvetica,Sans-serif;
color:#505050;
text-decoration:none;
font-weight:normal;
font-size: 11px;
padding-bottom: 10px;
}

.rss-box-events a.rss-item  {
font-weight:bold;
font-size: 14px;
line-height: 3;
}

.rss-item  {
font-family:Verdana,Tahoma,Arial,Helvetica,Sans-serif;
color:#505050;
text-decoration:none;
font-weight:bold;
font-size: 11px;
padding-bottom: 10px;
}

.rss-box-rightcol img {
		 margin-left: -30px;
margin-top: -25px;
	}

.rss-box-inthenews2 li.rss-item img {
margin-left: -30px;
margin-top: -30px;
}




.rss-item a:hover { 
font-weight:bold;
	text-decoration : none;
	color: #91BE31;
		}
	
.rss-date {
	font-size: 10px;
	font-weight : normal;
	color: #93A1C5;
	}

.pod-play-box {
	margin: 4px 0;
	font-size:90%;
}


/* 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
   }
 