/* begin styles for RSS Feed */

#loading {
 	 /* width: 500px; */
 	 /* height: 320px; */
 	background-color: #F5F5DC;
        border-style: solid;
        padding: 10px 10px 10px, 10px;
 	position: absolute;
 	left: 50%;
 	top: 20%;
 	margin-top: -50px;
 	margin-left: -220px;
 	text-align: center;
}

body {
  font: 100% "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  width: 100%;
  text-align: justify;
}

H1, H2, H3, H4, H5 {
  text-decoration: none;
  color:#B22222;
}

img {
  height:auto;
  max-width: 720px;
  width:expression(this.width > 720 ? "720px" : this.width);
}

.rss-box {
  margin: 0em;
  width: 100%;
}

.rss-items {
  margin-top:0px;
  padding:0.5em; 0.5em;
  margin-left:0px;
  color:#000000;
}

p.rss-title {
  font: 110% "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  font-weight:bold;
  padding:0.5em;
}

.rss-title {
  font-size: 8pt:
  background-color: #000000;
  color: #0000FF;
  font-weight:bold;
  text-align: left;
}

.rss-item  {
  font: 100% "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  color:#000000;
  list-style:none;
  padding-bottom:1em;
}

.rss-item a {
  color:#0000FF;
  font-size: 10pt;
  font-weight:bold;
}

.rss-item a:visited {
  color: #f67b08;
}.

.rss-item a:hover {
  color: #E42217;
}

.rss-date {
  font-size: 8pt;
  color: #00008B;
  font-weight:bold;
}

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

