/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #000000;
	text-align: left;
	background-image: url(images/pagebg.jpg);
	background-repeat: repeat;
}

#wrapper {
	width: 770px;
	margin: 0px auto 0px auto;
	padding: 0;
	background-image: url(images/contentbg.png);
	background-repeat: repeat-y;
	overflow: hidden;
}

/* Page Header */

#header {
	height: 200px;
	margin: 10px 15px 10px 15px;
	padding: 0;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
}

#header h1 {
	margin: 0;
	padding: 10px 330px 10px 110px;
	font-size: 80%;
	text-align: center;
	color: #333;
	background-image: url(images/headerh1bga.png);
	background-repeat: repeat-y;
}

#header a {
	font-family : Helvetica, Arial, Verdana, sans-serif;
	font-size: 150%;
	text-decoration: none;
	color: #333;
}

#header a:active, #header li:visited {
	color: #333;
}

#header a:hover {
	color: #990000;
	padding-left: 1px;
}

/* Navigation */

#nav {
	text-align: center;
}

#nav ul {
	padding: 0;
	margin: 0px 0px 0px 15px;
}

#nav ul li {
	float: left;
	list-style: none;
	display: inline;
	width: 120px;
	height: 30px;
	margin-right: 4px;
	background: url(images/button.jpg) -0px -0px no-repeat;
}

#nav ul li a {
	display: block;
	padding-top: 4px;
	height: 30px;
	text-decoration: none;
	color: #ccc;
	font-size: 90%;
	font-weight: bold;
}

#nav li:hover {
	background: url(images/button.jpg) -120px -0px no-repeat;
}

#nav li:active, #leftcol li:visited {
	background: url(images/button.jpg) -0px -0px no-repeat;
}

#nav li a:active, #leftcol li a:visited {
	color: #ccc;
}

#nav li a:hover {
	color: #fff;
}

/* Main Content */

#main {
	float: left;
	text-align: center;
	width: 740px;
	min-height: 500px;
	margin: 20px 15px 20px 15px;
	padding: 0;
}

#main h1 {
	text-align: center;
	font-size: 105%;
	color: #333;
	margin: 0;
	padding: 10px 10px 20px 10px;
}

#main h1 span {
	display: block;
	font-size: 85%;
	font-style: italic;
	font-weight: normal;

}

#main h2 {
	text-align: left;
	font-size: 80%;
	color: #333;
	margin: 0;
	padding: 10px 0px 0px 15px;
}

#main h5 {
	text-align: left;
	font-size: 75%;
	font-weight: normal;
	color: #333;
	margin: 0;
	padding: 5px 10px 30px 100px;
}

#main p {
	text-align: justify;
	font-size: 75%;
	color: #333;
	margin: 0;
	padding: 5px 20px 10px 30px;
}

#main form {
	margin: 20px 100px 0px 100px;
	padding: 10px;
	border: 1px solid #ccc;
	background-color: #eee;
}

#main form input {
	margin: 5px 0px 10px 0px;
}

#divider {
	margin: 30px 0px 30px 0px;
}

/* Section */

.section {
	width: 160px;
	margin: 0px 10px 20px 15px;
	padding: 0;
	float: left;
}

#main .section:visited p, #main .section:active p{
	color: #333;
}

#main .section:hover p {
	color: #000;
}

#main .section p {
	margin: 0;
	padding:5px;
	color: #333;
	text-align: center;
}

#main .section a {
	display: block;
	width: 120px;
	text-decoration: none;
	color: #333;
	font-size: 95%;
	font-weight: bold;
	margin: 5px 0px 5px 0px;
	padding: 3px 0px 3px 0px;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	background-color: #f0f0f0;
}

#main .section a:visited, #main .section a:active {
	color: #333;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
}

#main .section a:hover {
	color: #990000;
	padding: 3px 0px 3px 0px;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
}

/* Round Corner Boxes */

.box {
	float: left;
	width: 455px;
	margin: 20px 10px 15px 10px;
	padding: 0;
}

.b1, .b2, .b3, .b4, .b1b, .b2b, .b3b, .b4b {
	display: block;
	overflow: hidden;
	font-size: 1px;
}

.b1, .b2, .b3, .b1b, .b2b, .b3b {
	height: 1px;
}

.b1 {
	margin: 0 5px;
	background: #ccc;
}

.b2 {
	background: #fff;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

.b3 {
	background: #fff;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

.b4 {
	background: #fff;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

.b4b {
	background: #fff;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

.b3b {
	background: #fff;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

.b2b {
	background: #fff;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

.b2, .b2b {
	margin: 0 3px;
	border-width: 0 2px;
}

.b3, .b3b {
	margin: 0 2px;
}

.b4, .b4b {
	height: 2px;
	margin: 0 1px;
}

.b1b {
	margin: 0 5px;
	background: #ccc;
}

.boxcontent {
	padding: 0;
	border-left : 1px solid #ccc;
	border-right : 1px solid #ccc;
}

.boxcontent span {
	color: #990000;
	padding-right: 10px;
}

/* Map */

#main iframe {
	margin: 10px 0px 10px 0px;
	font-size: 85%;
	border: 2px solid #333;
}

#main small {
	margin-left: 100px;
	font-size: 75%;
}

/* Popups */


.ref {
	text-align: left;
	position: relative;
	font-size: 70%;
	font-style: italic;
	margin: 0;
	padding: 0px 10px 5px 30px;
}

.ref li {
	font-size: 85%;
	list-style: none;
	display: inline;
	margin-right: 10px;
	border-bottom: 1px dotted #e0e0e0;
}

.ref span {
	display: none;
	text-decoration: none;
	border: 1px solid #666;
}

.ref li:hover span {
	display: block;
	position: absolute;
	top: 4px;
	left: 20px;
	width: 500px;
	padding: 2px;
	margin: 10px;
	z-index: 100;
	color: #000;
	background: #f0f0f0;
	font: 8px Verdana, sans-serif;
	text-align: center;
	text-decoration: none;
}

/* Table */

#main table {
	float: left;
	width: 670px;
	margin: 10px 0px 20px 30px;
	padding: 0;
	font-size: 75%;
	color: #333;
}

#main td {
	margin: 0;
	padding: 7px 0px;
	background: #f0f0f0;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
}

#main td a {
	color: #3399CC;
	font-weight: bold;
	text-decoration: none;
}

#main td a:hover {
	text-decoration: underline;
}

#main th {
	font-weight: bold;
	padding: 5px;
	background: #000;
	color: #ccc;
}

#main table a img {
	border: none;
	padding: 0;
}

/*Audio Listings */


#main .sermontitle {
	font-size: 105%;
	width: 680px;
	padding: 8px 0px 8px 20px;
	margin: 60px 0px 20px 20px;
	color: #333;
	background-color: #e0e0e0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-shadow: 1px 1px 3px #999;
}

.audiolisting {
	clear: left;
	margin: 20px 20px 20px 60px;
	border-top: 1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.audiolisting h3 {
	margin: 5px 0 0 20px;
	text-align: left;
	font-size: 85%;
	font-weight: bold;
	color: #3399CC;
	text-shadow: 1px 1px 3px #ccc;
}

.audiolisting p {
	margin-left: 20px;
	width: 100%;
}

.audiolisting p span {
	font-weight: bold;
}

.audiolisting a {
	margin-left: 30px;
	font-weight: bold;
	font-variant: small-caps;
	color: #3399CC;
	text-decoration: none;
}

.audiolisting a:hover {
	text-decoration: underline;
}

.player {
	margin: 10px;
	width: 300px;
	float: right;
}



/* Image Border and Shadow */


.img-shadow {
	float:left;
	background: url(images/shadowAlpha.png) no-repeat bottom right !important;
	margin: 10px 20px 10px 35px !important;
	margin: 10px 20px 10px 30px;
}

.img-shadow img {
	display: block;
	position: relative;
	z-index: 1;
	background-color: #fff;
	border: 1px solid #a9a9a9;
	margin: -6px 6px 6px -6px;
	padding: 4px;
}

.img-shadowr {
	float: right;
	background: url(images/shadowAlpha.png) no-repeat bottom right !important;
	margin: 10px 10px 0 20px !important;
	margin: 10px 10px 0 15px;
}

.img-shadowr img {
	display: block;
	position: relative;
	z-index: 1;
	background-color: #fff;
	border: 1px solid #a9a9a9;
	margin: -6px 6px 6px -6px;
	padding: 4px;
}

/* Form */

#form	{
	margin: 0px 75px 0px 0px;
	padding: 0;
}

#form p {
	font-size: 80%;
	text-align: right;
}

/* Footer */

#footer {
	width: 740px;
	margin: 0px 15px 10px 15px;
	padding: 0;
	clear: left;
	height: 55px;
	text-align: center;
	background-image: url(images/footerbg.jpg);
	background-repeat: no-repeat;
}

#footer p {
	margin: 0px;
	padding-top: 5px;
	font-size: 85%;
	color: #ccc;
}

#footer p a {
	color: #ccc;
	text-decoration: none;
}

#footer p a:active, #footer p a:visited {
	color: #ccc;
}

#footer p a:hover {
	color: #fff;
	text-decoration: underline;
}


/* Yahoo! Media Player: */

/* Modify contents of the block with relevant information */
#ymp-relevant-info {
  display:block;
  position:absolute;
  left:2px;
  top:10px;
  width:116px;
  font-size:12px;
  font-weight:bold;
  line-height:13px;
  text-align:center;
  z-index:2;
}

#ymp-relevant-info a {
  color:#3D9AD0;
}

.relevant-info {
  display:none;
}

/* Remove block with relevant information */
#ymp-relevance { display:none !important; }
.ymp-player-max #ymp-body { width:570px !important; }
.ymp-player-max #ymp-body #ymp-body-strip { width:557px !important; }
.ymp-player-max #ymp-body #ymp-body-base  { width:560px !important; }

/* Yahoo! Media Player: Hide album art */
#ymp-meta-image { display:none !important; }
#ymp-body #ymp-meta-top,
#ymp-body #ymp-meta-bottom {
  left:8px !important;
  width:330px !important;
}
