@charset "UTF-8";
/* CSS Document */
/* begin styles for RSS Feed 
     Modification of no-style feed, this adds a classy dotted underline to item links and faint background color on hover */

.rss-box {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	background-color: #FAFAFA;
	background-image: url(images/gradient.jpg);
	background-repeat: repeat-y;
	background-position: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #F0F0F0;
	border-right-color: #F0F0F0;
	border-bottom-color: #F0F0F0;
	border-left-color: #000000;
}

.rss-title, rss_title a {
	font-size: 120%;
	margin-bottom: 0.5em;
	color: #406480;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 0;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	text-align: center;
}

.rss-items {
	list-style:none;
	padding-right: 1em;
	padding-left: 1em;
}
.rss-item a {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 100%;
	font-weight: bold;
	list-style-image: none;
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.rss-item  {
	font-size: 90%;
	margin-top: 1em;
	margin-bottom: 1.5em;
	padding: 0.5em;
	text-align: justify;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: #A2A2A2;
}

.rss-item a:link,.rss-item a:visited, .rss-item a:active {
	color: #804846;
	text-decoration: underline;
	}

.rss-item a:hover {
	color: #406480;
	text-decoration: underline;
	}
	
.rss-date {
	font-size: xx-small;
	color: #B2B2B2
	} 
/* 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
   }*/