@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #F3D40A;
	background-image: url(images/BG.jpg);
	background-position:top;
	background-repeat:repeat-x;
	margin: 0px;
}
a:link {
	color: #254abf;
}
a:visited {
	color: #003399;
}
a:active {
	color: #254abf;
}
a:hover {
	color: #cbb30b;
}
h1 {
	font-size: 18px;
	color: #ceb50a;
	font-weight: bold;
	padding:0px;
	margin:0px;
}
h2 {
	font-size: 16px;
	color: #333333;
	font-weight: bold;
}
h4 {
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
	background-color:#003399;
	padding:3px;
	margin:0px;
}

.smalltext {
    font-size:11px;
	}
.heavy {
	color:#092fa8;
	font-weight:bold;
	font-size:13px;
	}	
.success {
	padding:12px;
	text-align:center;
	border:2px solid #00CC00;
	background-color:#99CC66;
	color:#336600;
	font-size:14px;
	font-weight:bold;
	clear:both;
	}
#header-logo {
    background-image:url(images/header-logo.jpg);
	background-position:top left;
	background-repeat: no-repeat;
	width:auto;
	height:178px;
	padding: 0px 0px 0px 0px;
	margin:0px;
	text-align:right;
	}
#header-tagline {
	width:auto;
	text-align:right;
	padding: 5px 10px 0px 0px;
	margin:0px;
	}	
#header-nav {
	width:800px;
	margin-left:auto;
	margin-right:auto;
	text-align:right;
	padding: 134px 10px 2px 0px;
	color:#000066;
	font-size:11px;
	font-weight:bold;
	font-family:"Trebuchet MS", VT100;
	}	
#header-nav a, #header-nav a:active, #header-nav a:visited {
	color:#000066;
	padding:2px;
	text-decoration:none;
	}
	
#header-nav a:hover {
	color: #0033CC;
	padding:1px;
	border:1px solid #cbb20a;
	}		
	
#nav-bar {
	width:800px;
	height:103px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0px;
	}


#stage {
	padding:0px;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	-margin-top:-6px;
	width:794px;
	border-right:3px solid #3f4e9a;
	border-bottom:3px solid #3f4e9a;
	border-left:3px solid #3f4e9a;
	background-color:white;
	}	
	
#content {
	border-right:2px solid #ab9c36;
	border-bottom:2px solid #ab9c36;
	border-left:2px solid #ab9c36;
	padding: 15px 20px 20px 20px;
	width:auto;
}




.list li{
    display: list-item;
    list-style: none;
	list-style-image:url(images/bullet.gif);
	list-style-position: outside;
	padding:0px 0px 10px 0px;
	}	


.inputbox {
  font: 10px Verdana, Arial, Helvetica, sans-serif;
  color: #333333;
  background-image:url(images/BGshade.gif);
  background-position:top;
  background-repeat: repeat-x;
  border: 1px solid #003366;
  padding:1px;
  margin:1px;
}
.button {
  font: bold 11px Verdana, Arial, Helvetica, sans-serif;
  color: #FFFFFF;
  background-color: #000099;
  border-top: 2px solid #DDDDDD;
  border-left: 2px solid #DDDDDD;
  border-right: 2px solid #222222;
  border-bottom: 2px solid #222222;
  padding: 3px;
  cursor: pointer;
}	
#footer {
	clear:both;
    background-color:#f3d509;
	width:784px;
	margin-left:auto;
	margin-right:auto;
	border:3px solid #cbb20a;
	color: #8a7b13;
	font-size:10px;
	text-align:center;
	padding:4px;
	}
#footer a:link {
    font-size: 10px;
	font-weight: bold;
 	color: #254abf;
	text-decoration: none;
}
#footer a:visited {
    font-size: 10px;
	font-weight: bold;
 	color: #254abf;
	text-decoration: none;
}
#footer a:active {
    font-size: 10px;
	font-weight: bold;
 	color: #254abf;
	text-decoration: none;
}
#footer a:hover {
    font-size: 10px;
	font-weight: bold;
 	color: #01218a;
	text-decoration: none;
}

.episode {
	width:300px;
	margin-top:2px;
	margin-bottom:4px;
	margin-left:auto;
	margin-right:auto;
	padding:0;
	border:1px solid #000099;
	}
.ep-title {
	color:#000099;
	font-size:14px;
	font-weight:bold;
	padding:3px;
	width:auto;
	background-color:#F1F1F1;
	border-bottom:1px solid #DDDDDD;
	}
.ep-date {
	color:#555555;
	padding:3px 3px 5px 3px;
	float:right;
	text-align:right;
	width:80px;
	font-size:11px;
	}
.ep-preacher {
	color:#555555;
	padding:3px 3px 5px 3px;
	float:left;
	width:200px;
	font-size:11px;
	font-weight:bold;
	}
.ep-buttons {
	clear:both;
	background-color:#cccccc;
	}
.ep-btn-play a{
	display:block;
	background-image:url(images/ep-btn-bg.gif);
	background-position:top;
	background-repeat:repeat-x;
	float:left;
	width:141px;
	padding:4px;
	text-align:center;
	}
.ep-btn-play a:hover{
	background-image:url(images/ep-btn-bg-over.gif);
	background-position:top;
	background-repeat:repeat-x;
	}
.ep-btn-play img {
	border:hidden;
	}
.ep-btn-dl a{
	display:block;
	background-image:url(images/ep-btn-bg.gif);
	background-position:top;
	background-repeat:repeat-x;
	float:right;
	width:141px;
	padding:4px;
	text-align:center;
	}
.ep-btn-dl a:hover{
	background-image:url(images/ep-btn-bg-over.gif);
	background-position:top;
	background-repeat:repeat-x;
	}
.ep-btn-dl img {
	border:hidden;
	}
.ep-clear {
	width:100%;
	clear:both;
	height:1px;
	}
	
