/* begin styles for RSS Feed */

.feed{width:100%; border: none; border-collapse: collapse; cell-spacing:none;  }
.equal{width:50%; border-bottom: none; padding-top: 5px; padding-left: 10px; padding-right: 10px; padding-bottom: 8px}
.picture1{width:58%; vertical-align: top; text-align: left; border-bottom: none; padding-top: 5px; padding-left: 10px; padding-right: 10px; padding-bottom: 8px;font-size:90%; line-height:120%}
.comment{width:42%; vertical-align: bottom; text-align: left; border-bottom: none; padding-top: 5px; padding-left: 10px; padding-right: 10px; padding-bottom: 8px; font-size:90%; line-height:80%)
.picture2{width:100%; vertical-align: top; text-align: center; border-bottom: none; padding-top: 5px; padding-left: 10px; padding-right: 10px; padding-bottom: 8px; font-size:90%; line-height:120%}
.image {align: center; border: none;}
.thumb {align: center; height: 35px; border: 5px;}

.rss-box {
	 margin: 0.5em;
     border: none;
	 
}
.rss-items {
	margin-top:0px;
	padding:0.5em; 0.5em;
	margin-left:0px;
	color: #3B3B3B
}
p.rss-title {padding:1em;
}
.rss-title {
	text-decoration: none;
	font-size: 100%;
	background-color:#FEFDF1;
	color:black;
	font-weight:bold;
	margin: 0px;
	padding:4em;
	text-align: left;
}

.rss-item  {
  font-weight : normal;
  padding-bottom:1em; list-style-type:none;
}

.rss-item title{
	text-decoration: none;
	font-size: 100%;
	background-color:#FEFEFE;
	color:black;
	font-weight:bold;
	margin: 0px;
	padding:0em;
	text-align: left;
}
.rss-item a {
	text-decoration : underline;
	color: #3B3B3B;
	font-weight:light;
	}

.rss-item a:hover {
	color: #12ad2a;
	text-decoration : underline;
}
	
.rss-item a:visited {
	color: #3B3B3B;
}

.rss-title {
	font-size: 100%;
	font-weight : normal;
	color: #3B3B3B;
	} 
	
.rss-date {
	font-size: 90%;
	font-weight : normal;
	color: #3B3B3B;
	} 
/* buttons modeled from http://www.wellstyled.com/css-inline-buttons.html */

.pod-play {
   _width:10em;
   margin: 0; padding: 0; _padding:0;
	font-weight : bold;
   
   white-space:nowrap;
   text-decoration: none;
   vertical-align:middle;
   }
.pod-play em {
   _width:1em; _cursor:hand;
   font-style: strong;
   margin:0; padding: 0;
   color: red;
   }
.pod-play span {
   _width:1em; _cursor:hand;
   margin: 0; padding: 0;
   color: black;
   }
:hover.pod-play {
   background: red;
   color: white;
   }
:hover.pod-play em {
   background: red;
   color: white
   }