body{
	text-align: center;
	margin: 0;
	padding: 0 0 10px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	background: #EEEEEE;
	}
p, img, ul, ul li, img, table, td, h1, h2, h3, h4, h5, h6, input.text, select{
	margin: 0;
	padding: 0;
	border: 0;
	}
.preload{
  position: absolute;
	top: -10000px;
	left: -10000px;
	}
a:link,
a:visited,
a:active
{
  color: #84BD4C;
	text-decoration: underline;
  }
a:hover{
	text-decoration: none;
  }
#outer{
	width: 800px;
	margin: auto;
	text-align: left;
	position: relative;
	}
*:first-child+html #outer{ /* IE7 hack */
	padding-top: 252px;
  }
* html #outer{  /* < IE7 hack */
	padding-top: 252px;
  }
#G1{
  position: absolute;
	right: 347px;
	top: 252px; /* Height of header */
	width: 60px;
	height: 16px;
	background: url(./img/g1.gif) 0 0 no-repeat;
  }
#G2{
  position: absolute;
	right: 114px;
	top: 252px; /* Height of header */
	width: 56px;
	height: 14px;
	background: url(./img/g2.gif) 0 0 no-repeat;
  }
#header{
  position: absolute;
	left: 0;
	top: 0;
	width: 800px;
  height: 252px;
	/* Static header image if rotation script removed */
	/* background: url(./img/header_nightRiver.jpg) 0 0 no-repeat; */
	z-index: 900;
	}
#rotations{
  position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
  }

/* -=-=-=-=-=-=-=-=-=-=-=-[ Menu ]-=-=-=-=-=-=-=-=-=-=-=- */
#menuBar{
  position: absolute;
	right: 0;
	top: 215px;
	width: 775px;
	height: 38px;
	z-index: 999;
  }
#header #menu{
  margin-top: 12px;
	}

#header #menu a{
  /* IE no likey.  Had to use spacers.
  margin-left: 12px; */
  }
#header #menu .spacer{
  width: 12px;
	height: 1px;
  }
#header #menu a img{
  height: 15px;
  }
a#home img{
  width: 37px;
	background: url(./img/menu_home.gif) 0 0 no-repeat;
  }
a#about img{
  width: 114px;
	background: url(./img/menu_about.gif) 0 0 no-repeat;
  }
a#rss img{
  width: 23px;
	background: url(./img/menu_rss.gif) 0 0 no-repeat;
  }
a#contact img{
  width: 50px;
	background: url(./img/menu_contact.gif) 0 0 no-repeat;
  }
a#episodes img{
  width: 57px;
	background: url(./img/menu_episodes.gif) 0 0 no-repeat;
  }
#header #menu a:hover img,
#header #menu a.current img{
  background-position: 0 -15px;
  }
#header #menu a.current img{
  cursor: default;
	}
/* -=-=-=-=-=-=-=-=-=-=-=-[ End Menu ]-=-=-=-=-=-=-=-=-=-=-=- */

p, li{
 	line-height: 18px;
/*	text-align: justify; */
  }
td{
	vertical-align: top;
	}
.post{
	padding-top: 25px;
	position: relative;
  }
#pageBody{
  width: 800px;
  padding-top: 252px; /* Height of header */
	background: #fff;
	}
#pageBody .margin{
	}
#pageBody marginLeft{
  width: 43px;
	}
#pageBody marginMiddle{
  width: 19px;
	}
#pageBody marginRight{
  width: 16px;
	}
#pageBody .liner{
	}
#pageBody #mainContent{
	width: 450px;
  background: #EEE;
  }

#pageBody #sidebarContent{
	width: 272px;
	background: #EEE;
  }
#pageBody #sidebarContent #sponsors{
	padding-top: 25px;
	background: #fff;
	}
#pageBody #sidebarContent .liner{
  padding: 19px;
  }

#pageBody #mainContent h1,
#pageBody #mainContent h2,
#pageBody #mainContent .storycontent
{
  padding-left: 40px;
	padding-right: 24px;
  }

#pageBody #mainContent img{
  margin-left: 40px;
	}
p{
	margin: 0 0 15px 0;
	padding-left: 40px;
	}
#pageBody #mainContent .post p{
  padding-left: 0;
	}

#pageBody #mainContent .podPress_content img,
#pageBody #mainContent .podPress_content p
{
  margin: 0;
	}


#pageBody #mainContent img.flashPlaceholder{
  width: 290px;
	height: 24px;
	margin-bottom: 10px;
	background: url(./img/flashPlaceholder.gif) 0 0 no-repeat;
  }
#pageBody #mainContent p img{
  margin: 0;
	}
#pageBody #mainContent h1{ /* Main title */
  font-size: 17px;
	font-weight: bold;
	color: #80B848;
	margin-bottom: 10px;
  background: url(./img/bullet_greenArrowLg.gif) 20px 5px no-repeat;
  }
#pageBody #mainContent h1 a:link,
#pageBody #mainContent h1 a:visited,
#pageBody #mainContent h1 a:active
{
  text-decoration: none;
	}
#pageBody #mainContent h1 a:hover{
  text-decoration: underline;
	}

#pageBody #mainContent h2{ /* Entry date */
  font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #E10135;
	margin-bottom: 10px;
  }
#pageBody #mainContent h3{ /* Bar for Poster / Time of post */
  font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	padding-left: 43px;
	padding-right: 24px;
  background: #ACB5B9;
	margin-top: 10px;
  }
	#pageBody #mainContent h3 .poster{ /* Poster */
	  line-height: 28px;
		}
	#pageBody #mainContent h3 .separator{ /* separator */
	  margin: 0 10px 0 10px;
		}
	#pageBody #mainContent h3 .postTime{  /* time of post */
		}
	#pageBody #mainContent h3 .feedback {
	  float: right;
		margin-top: 8px;
		text-align: right;
		text-transform: none;
		}
	#pageBody #mainContent h3 .feedback a:link,
	#pageBody #mainContent h3 .feedback a:visited,
	#pageBody #mainContent h3 .feedback a:active
	{
	  color: #fff;
	  text-decoration: underline;
	  }
	#pageBody #mainContent h3 .feedback a:hover{
	  text-decoration: none;
	  }

#pageBody #mainContent h4{
  font-size: 11px;
	font-weight: bold;
	color: #80B848;
	margin-bottom: 4px;
  }

#pageBody #mainContent .podPress_content #podPressPlayerSpace_1{
  margin: 5px 0 5px 0;
  }
#pageBody #sidebarContent #sponsors h1{ /* "Sponsor" */
  font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #E10135;
  }	
#pageBody #sidebarContent #sponsors img{
  width: 272px;
	height: 139px;
  }
#pageBody #sidebarContent #sponsors .horzLine{
	height: 2px;
	margin-bottom: 15px;
	background: #EEE;
	}
#pageBody #sidebarContent #sponsors .horzLine img{
  width: 1px;
	height: 1px;
  }

#pageBody #sidebarContent .liner h1{
  font-size: 14px;
	font-weight: bold;
	color: #000;
	margin-bottom: 2px;
	}
#pageBody #sidebarContent .liner ul{
  margin-bottom: 25px;
	list-style: none;
  }
#pageBody #sidebarContent .liner ul li{
  padding: 0 0 0 15px;
	margin: 0;
	list-style: none;
	background: url(./img/bullet_greenArrowSm.gif) 0 7px no-repeat;
  }

#pageBody #sidebarContent .liner h2{
  font-size: 11px;
  }

#inputForm{
  margin-bottom: 10px;
	}
#inputForm #subscribeForm td{
  vertical-align: middle;
  padding-bottom: 5px;
  }
#inputForm #subscribeForm td.label{
  text-align: right;
	padding-right: 5px;
  }
#inputForm #subscribeForm td.label .req{
  color: #FF0000;
	font-weight: bold;
	margin-right: 2px;
  }
#inputForm #subscribeForm td input{
  width: 148px;
	height: 15px;
	text-align: left;
	padding: 0 0 0 2px;
	margin: 0;
	vertical-align: middle;
  }
*:first-child+html #inputForm #subscribeForm td input{ /* IE7 hack */
  font-size: 12px;
  }
* html #inputForm #subscribeForm td input{  /* < IE7 hack */
  font-size: 12px;
  }
#pageBody #mainContent h2#comments{ /* H2 "Comments" */
  margin-top: 15px;
	}
#pageBody #mainContent h2#postcomment{ /* H2 "Post Comment" */
  margin-top: 15px;
	margin-right: 0;
	padding-right: 0;
	}
#commentform{
  width: 450px;
  }
#commentform textarea{
  width: 350px;
	font-size: 12px;
  }
#commentform #submit{
  font-size: 12px;
	}
#inputForm #subscribeForm td.subscribe_links{
  text-align: right;
	}
#inputForm #subscribeForm td.subscribe_links a:link,
#inputForm #subscribeForm td.subscribe_links a:visited,
#inputForm #subscribeForm td.subscribe_links a:active,
#inputForm #subscribeForm td.subscribe_links a:hover
{
	color: #E10135;
  }
#inputForm #subscribeForm td.subscribe_links button{
  font-size: 12px;
  }

#footer{
  height: 15px;
  }

#confirm{
	background: #fff;
	border: solid 1px #000;
  }
#confirm.subscribe{
  margin-bottom: 20px;
	}
#confirm.contact{
  position: absolute;
	left: 30px;
	top: 50px;
	width: 400px;
  }
#confirm .confirmTitle{
  background: #0387D8;
	}
#pageBody #confirm .confirmTitle h2{
  color: #fff;
	padding: 5px;
	}
#pageBody #mainContent #confirm p,
#pageBody #sidebar #confirm p{
  margin: 0;
	padding: 0 5px 10px 7px;
  }
#confirm .confirmTitle .closeConfirm a:link,
#confirm .confirmTitle .closeConfirm a:visited,
#confirm .confirmTitle .closeConfirm a:active,
#confirm .confirmTitle .closeConfirm a:hover
{
  display: block;
	float: right;
	background: #fff;
	border: solid 1px #000;
	color: #000;
	text-decoration: none;
	padding: 0 3px 0 3px;
	margin: 2px 2px 0 0;
	font-weight: bold;
  }

#contactForm{
	padding-left: 40px;
	font-size: 12px;
	}
#contactForm td{
	vertical-align: top;
	padding-bottom: 5px;
	}
#contactForm label{
	margin-right: 10px;
	padding-left: 10px;
	}
#contactForm label.req{
	background: url(./img/req.gif) 0 6px no-repeat
	}
#contactForm input,
#contactForm textarea
{
	font-size: 12px;
	}

#contactForm input.text,
#contactForm textarea
{
	width: 250px;
	border: solid 1px #999999;
	padding: 2px;
}

table#feedLinks td{
  vertical-align: top;
  }
table#feedLinks td.col1,
table#feedLinks td.col2
{
  }
table#feedLinks td a{
	display: block;
	padding: 0 10px 5px 0;
  border: 0;
  }



#pageBody #mainContent .imgInset{
	margin: 0 0 5px 8px;
	clear:left;
	float:right;
	font-size:10px;
	text-align:right;
  }
#pageBody #mainContent .imgInset img{
  padding: 3px;
	margin: 0;
	background: #fff;
	border: solid 1px #CCCCCC;
  }
