/* begin styles for RSS Feed */

.rss-box {
	 margin: 0em;
	 width: 178px;
	 
}
.rss-items {
	margin-top:0px;
	padding:0em; 0em;
	margin-left:0px;
	color:#000000;
}
p.rss-title {padding:0em;}
.rss-title {
	text-decoration: none;
	font-family: trebuchet ms, arial, helvetica;
	font-size: 100%;
	background-color:#EEEEEE;
	color:#ffffff;
	font-weight: normal;
	margin: 0px;
	padding:0em;
	text-align: left;
}

.rss-item  {
  font-family: trebuchet ms, arial, helvetica;
  color:79766F;
  font-size: 70%;
  font-style:italic;
  font-weight : normal;
  list-style:none;
  padding-bottom:1em;
}

.rss-item a {
	text-decoration : none;
	color:79766F;
	font-size: 100%;
    font-style: normal;
	font-weight:bold;
	font-family:trebuchet ms, arial, helvetica;
	}
	
.rss-item a:visited {
	color:79766F;
}

.rss-date {
	font-size: 85%;
	font-weight : normal;
	color: #F60;
	}

/* Second Style */

.rss-box-2 {
	 margin: 0em;
	 width: 400px;
	 
}
.rss-items-2 {
	margin-top:0px;
	padding:0em; 0em;
	margin-left:0px;
	color:#000000;
}
p.rss-title-2 {padding:0em;}
.rss-title-2 {
	text-decoration: none;
	font-family: trebuchet ms, arial, helvetica;
	font-size: 100%;
	background-color:#EEEEEE;
	color:#ffffff;
	font-weight: normal;
	margin: 0px;
	padding:0em;
	text-align: left;
}

.rss-item-2  {
  font-family: trebuchet ms, arial, helvetica;
  color:888888;
  font-size: 80%;
  font-style:italic;
  font-weight : normal;
  list-style:none;
  padding-bottom:1em;
}

.rss-item-2 a {
	text-decoration : none;
	color:777777;
	font-size: 100%;
    font-style: normal;
	font-weight:bold;
	font-family:trebuchet ms, arial, helvetica;
	}
	
.rss-item-2 a:visited {
	color:777777;
}

.rss-date-2 {
	font-size: 85%;
	font-weight : normal;
	color: #F60;
	}

/* Third Style */

.rss-box-3 {
	 margin: 0em;
	 width: 480px;
	 
}
.rss-items-3 {
	margin-top:0px;
	padding:0em; 0em;
	margin-left:0px;
	color:#000000;
}
p.rss-title-3 {padding:0em;}
.rss-title-3 {
	text-decoration: underline;
	font-family: trebuchet ms, arial, helvetica;
	font-size: 100%;
	background-color:#EEEEEE;
	color:#ffffff;
	font-weight: normal;
	margin: 0px;
	padding:0em;
	text-align: left;
}

.rss-item-3  {
  font-family: trebuchet ms, arial, helvetica;
  color:888888;
  font-size: 80%;
  font-style:italic;
  font-weight : normal;
  list-style:none;
  padding-bottom:0em;
}

.rss-item-3 a {
	text-decoration : underline;
	color:777777;
	font-size: 100%;
    font-style: normal;
	font-weight:bold;
	font-family:trebuchet ms, arial, helvetica;
	}
	
.rss-item-3 a:visited {
	color:777777;
}

.rss-date-3 {
	font-size: 85%;
	font-weight : normal;
	color: #F60;
	}

 
/* 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
   }
