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

/* begin styles for RSS Feed */

h2 {
	color: maroon;
	font-size: 14px;
text-decoration: none font-weight: bold; 	ffont-family: FontName, Tahoma
}


h3 {
	color: maroon;
	font-size: 14px;
text-decoration: none font-weight: bold; 	text-indent: 5em;
	ffont-family: FontName, Tahoma
}

.rss-box {
	background-color: white;
	border: 1px solid maroon;
	margin-top: 1px;
	margin-right: 2%;
	margin-bottom: 1px;
	margin-left: 2%;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
}
#list  h4 {
	margin-top: 3px;
	margin-bottom: 3px;
}
#main #list a {
	text-decoration: none;
}



.rss-title, rss-title a {
	font-size: 12px;
	font-family: FontName, Tahoma;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 5px 0;
	padding: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.rss-items    { list-style-type: none; list-style-image: url("http://142.27.144.70/gerry/pointer.jpg") }

.rss-item {
	color: black;
	font-size: 10px;
	font-family: Tahoma;
	font-weight: bold;
	margin: 8px 0
}

.rss-item a:link, .rss-item a:visited {
	color: maroon;
	font-size: 12px;
	text-decoration: none
}
#sidebar-right li {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#sidebar-left li {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


.rss-item a:hover {
	color: gray;
	text-decoration: none
}

.rss-date {
	color: gray;
	font-size: 9px;
	font-weight: normal
} 
/* 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
   }
   

