* {
	margin: 0;
	padding: 0;
}
body {
	margin: 20px;
	background: #eee;
	color: #444;
	font-family: georgia, palatino, 'times new roman', serif;
	font-size: 11pt;
}
a {
	text-decoration: none;
	color: #55f;
}
a:hover {
	border-bottom: 1px dotted #55f;
}
h1, h2 {
	margin: 0 0 20px 0;
	width: 100%;
	font-size: 14pt;
	font-style: italic;
	font-weight: normal;
}
#Info {
	float: left;
	margin: 0 80px 0 0;
	width: 480px;
}
.Links {
	float: left;
	margin: 0 20px 0 0;
	width: 220px;
}
dl, ul {
	margin: 0 0 30px 0;
}
dt {
	font-style: bold;
}
dd {
	margin: 4pt 0 16pt 20px;
	color: #888;
	font-style: italic;
}
ul {
	list-style: none;
}
li {
	list-style: none;
}

/* begin styles for RSS Feed */

.rss-box {
	margin: 0 20px 40px 0;
}
.rss-box img {
	max-width: 480px;
	border: 0;
}

.rss-title, rss_title a {
	margin: 20px 0 0 0;
	padding: 0;
	letter-spacing: 1px;
	text-decoration: none;
}

.rss-items {

}

.rss-item  {
  margin: 20px 0;
}

.rss-item a:link, .rss-item a:visited, .rss-item a:active {
	text-decoration : none;
	color: #55f;
	text-decoration: none;
	}

.rss-item a:hover { 
	text-decoration : none;
	color: #55f;
	border-bottom: 1px dotted #55f;
	text-decoration: none;
	}

.rss-date {
	font-weight : normal;
	color: #F60;
	}

.pod-play-box {
	margin: 4px 0;
	font-size:90%;
}


/* 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
   }

