/* CSS Document */
html {font-size: 14px; font-family: Tempus Sans ITC, Arial, Helvetica, sans-serif;color: #F5DEB3;filter: expression(document.execCommand("BackgroundImageCache", false, true));/*IE6 BG cache bug*/}

a {font-size: 14px; font-family: Tempus Sans ITC, Arial, Helvetica, sans-serif;color: #F5DEB3;font-weight: normal;}
a:visited {font-size: 14px; font-family: Tempus Sans ITC, Arial, Helvetica, sans-serif;color: #F5DEB3;font-weight: normal;}
a:hover {font-size: 16px; font-family: Tempus Sans ITC, Arial, Helvetica, sans-serif;color: 00FF00;font-weight: bold;}

		
body, td, p 
{
  margin-top: 0px;	  
  margin-bottom: 30px;
  background-color: black; 
  font-family: Tempus Sans ITC, Arial, Helvetica, sans-serif; 
  color: #F5DEB3;
  font-size: 14px;
}		

h1 
{
  font-family: Tempus Sans ITC, Arial, Helvetica, sans-serif; 
  font-weight: normal;
  font-size: 36px;
  color: #F5DEB3;
  margin-bottom: 30px;
  background-color: black;
}
	
h2 
{
  font-family: Tempus Sans ITC, Arial, Helvetica, sans-serif; 
  font-weight: normal;
  font-size: 28px;
  color: #F5DEB3;
  margin-bottom: 30px;
  background-color: black;
}
	
h3 
{
  font-family: Tempus Sans ITC, Arial, Helvetica, sans-serif; 
  font-weight: normal;
  font-size: 24px;
  color: #F5DEB3;
  margin-bottom: 30px;
  background-color: black;
}

td.upcoming_events 
{
  margin-top: 0px;	  
  margin-bottom: 30px;
  background-color: #006699; 
  font-family: Tempus Sans ITC, Arial, Helvetica, sans-serif; 
  color: #B0C4DE;
  font-size: 14px;
}		

/* begin styles for RSS Feed */

.rss-box {
	 margin: 1em;
	 width: 525px;
	 background-color: #343434;
	 border: 1px solid #FFFFCC;
	 
}
.rss-items {
	margin-top:0px;
	padding:0.5em; 0.5em;
	margin-left:0px;
	color:#000000;
}
p.rss-title {padding:0.5em;}
.rss-title {
	font-size: 14pt;
	background-color: #000000;
	color: #ff6600;
	font-weight:bold;
	text-align: center;
}

.rss-item  {
  color:#A0A0A4;
  font-size: 14pt;
  list-style:none;
  padding-bottom:1em;
}

.rss-item a {
	color:#A0A0A4;
	font-size: 14pt;
	font-weight:bold;
	}
	
.rss-item a:visited {
	color: #C2EBFF;
}

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


.rss-date {
	font-size: 10pt;
	color: #FFFFCC;
	} 
/* 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: #F5DEB3;
   }
.pod-play:hover em {
   background: black;
   color: white
   }


