/* CSS Document */

.rss-box {
	width: 600px;
	left: auto;
	right: auto;	 
}
.rss-items {
	margin-top:0px;
	padding:0.5em; 0.5em;
	margin-left:0px;
	color red;
}
p.rss-title {padding:0.5em;}
.rss-title {
	font-size: 18px;
	color: #281714;
	font-weight:bold;
	text-align: center;
	font-family: "Courier New", Courier, monospace;
}
a:visited {
	font-family: "Courier New", Courier, monospace;
	font-size: None;
	font-style: normal;
	font-variant: normal;
	color: #281714;
	text-decoration: none;
}
a:link {
	font-family: "Courier New", Courier, monospace;
	color: #281714;
	text-decoration: none;
}
a:hover {
	font-family: "Courier New", Courier, monospace;
	color: #281714;
	text-decoration: none;
}

.rss-item  {
	font-size: 18px;
	list-style:none;
	padding-bottom:1em;
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
}

.rss-item a {
	color:#281714;
	font-size: 16px;
	font-weight:bold;
	}
	
.rss-item a:visited {
	color: #281714;
}

.rss-date {
	font-size: 12pt;
	color: #281714;
	font-family: "Courier New", Courier, monospace;
	}
 
/* 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
   }
