/* @override http://ebcmedia:8888/media/css/all.css */

/* general reset */
body {
	margin:0;
	font:14px/24px Georgia, "Times New Roman", Times, serif;
	background:#dce1da url(../images/bg-body.gif) repeat-x;
	color:#003546;
	min-width:992px;
}
img {
	border:0;
}
img.right, div.right {
	float: right;
	margin: 10px 0 10px 20px;
}
img.left, div.left {
	float: left;
	margin: 10px 20px 10px 0;
}
div.caption {
	font-size: 13px;
	color: #006a78;
	font-style: italic;
}
.content-holder img {
	border: 5px solid #D0DBCA;
}
.content-holder img.nobdr {
	border: 0;
}
a:link, a:visited {
	color: #003546;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
input,
textarea,
select {
	font-size:100%;
	vertical-align:middle;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
}
form,
fieldset {
	margin:0;
	padding:0;
	border-style:none;
}
.w1 {
	position:relative;
	width:100%;
	overflow:hidden;
}
.w2 {
	position:relative;
	left:50%;
	width:1038px;
}
/* wrapper */
#wrapper {
	width:992px;
	position:relative;
	left:-50%;
	background:#eaeee9 url(../images/bg-wrapper.gif) repeat-x;
	padding:0 23px;
}
/* wrapper holder */
.wrapper-holder {
	background:#fff url(../images/bg-wrapper-holder.gif) repeat-x;
	width:976px;
	padding:213px 8px 0;
	position:relative;
}
/* header */
#header {
	position: absolute;
	top:0;
	width:976px;
	z-index:20;
	height: 250px;
}
#header .container {
	width:100%;
	overflow:hidden;
}
#header #links-holder {
	width: 258px;
	height: 250px;
	float: right;
	background: url(../images/separator-links.gif) no-repeat 0 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
#header #links-holder ul {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	top: 40px;
	left: 30px;
}
#header #links-holder ul li {
	margin: 0 0 10px 0;
}
#header .container ul li a {
	color: #299283;
}
/* logo */
.logo {
	float:left;
	padding: 12px 0 12px 0;
}
.logo a {
	overflow:hidden;
	cursor:pointer;
	display:block;
	text-indent:-9999px;
	background:url(../images/logo.jpg) no-repeat;
	width: 449px;
	height: 149px;
}
/* search form */
.search-form {
	float:right;
	margin:57px 0 0;
}
.search-form .text {
	background: url(../images/bg-text-search-form.gif) no-repeat;
	width: 203px;
	height: 30px;
	position:relative;
}
.search-form .text .text-field {
	border:0;
	padding:6px 0;
	margin:0 0 0 10px;
	color:#85b390;
	font-size:15px;
	float:left;
	background:none;
	width:156px;
	outline:none;
}
.search-form .submit {
	background: url(../images/bg-submit-search-form.gif) no-repeat;
	width: 31px;
	height: 28px;
	border:0;
	text-indent:-9999px;
	font-size:0;
	margin:0;
	padding:0;
	line-height:0;
	position:absolute;
	top:1px;
	right:1px;
	cursor:pointer;
}
/* navigation holder */
.nav-holder {
	position: relative;
	height: 41px;
}
.nav-holder:after {
	clear:both;
	display:block;
	content:"";
}
/* main navigation */
#nav {
	display:inline;
	list-style:none;
	float:left;
	position:relative;
	margin: 9px 0 0 -14px;
	padding:0;
}
#nav li {
	float:left;
	font-size:16px;
	background: url(../images/separator-nav.gif) no-repeat 0 50%;
	font-style:italic;
}
#nav li a {
	color:#c7d9dd;
	float:left;
	padding:0 13px 0 14px;
	text-shadow: 1px 1px 1px #0F3442;
}
#nav li a:hover {
	text-decoration:none;
}
#nav li.first-child {
	background:none;
}
#nav li:hover,
#nav li.hover { position:relative; }
#nav li.hover a,
#nav li:hover a,
#nav li.active a {
	color:#d0dbc9;
}

#nav li.selected a {
	color:#d0dbc9;
}

#nav li:hover .drop,
#nav li.hover .drop { top: 20px; padding-top: 30px; }
#nav .drop {
	position: absolute;
	left: 0;
	padding:17px 0 0;
	top: -9999px;
	z-index: 999;
	width: 999px;
	background: url(../images/none.gif);
}
#nav .drop .drop {
	top: -9999px;
	margin: 0 -15px;
}
#nav .right-side .drop {
	left: auto;
	right: 0;
}
#nav .drop .drop-inner {
	float: left;
	position: relative;
}
#nav .drop .col {
	float: left;
	background: url(../images/separator-drop.gif) no-repeat;
	padding:0 10px 0 20px;
	margin:0 1px 0 -1px;
}
#nav .drop ul {
	padding: 0 0 0 13px;
	margin: 0 0 0 -13px;
	list-style: none;
}
#nav .subdrop ul {
	margin: 0 0 0 0;
}
#nav .drop ul li {
	float: none;
	background: none;
	font-size: 0;  
	line-height: 0;
	padding: 0 0 1px;
	margin: 0 0 -1px;
}
#nav .drop ul li a {
	padding: 5px 5px;
	float: none;
	white-space:nowrap;
	display: block;
	height: auto;
	background: url(../images/none.gif);
	color: #054855;
	font-size:13px;
	line-height:14px;
	text-shadow: none;
}
#nav .drop ul li a:hover {
	color:#009283;
	background:#e3e9de;
	text-decoration:none;
}
#nav .table { display: table; }
#nav .body { display: table-row; }
#nav .left,
#nav .right {
	background: url(../images/bg-left.png) repeat-y;
	width: 21px;
	display: table-cell;
	float: none;
	margin: 10px 0 10px 20px;

}
#nav .right { background: url(../images/bg-right.png) repeat-y; }
#nav .content {
	display: table-cell;
	position:relative;
	z-index:10;
}
#nav .content-holder {
	background:#FEFFFE;
	margin:0 -17px;
	overflow:hidden;
	position:relative;
	height:1%;
	padding:0 10px 0 0;
}
#nav .top-left,
#nav .top-right,
#nav .bottom-left,
#nav .bottom-right {
	background: url(../images/bg-top-left.png) no-repeat;
	height: 21px;
	width: 21px;
	font-size: 0;
	display: table-cell;
}
#nav .top-right { background: url(../images/bg-top-right.png) no-repeat; }
#nav .bottom-left { background: url(../images/bg-bottom-left.png) no-repeat; }
#nav .bottom-right { background: url(../images/bg-bottom-right.png) no-repeat; }
#nav .top,
#nav .bottom {
	background: url(../images/bg-top.png) repeat-x;
	height: 21px;
	display: table-cell;
	font-size: 0;
}
#nav .bottom { background: url(../images/bg-bottom.png) repeat-x; }
#nav .drop strong {
	color:#00717a;
	font-size:13px;
	font-style:normal;
	font-weight:normal;
}
#nav .drop .arrow {
	background: url(../images/bg-arrow-top.png) no-repeat;
	width: 23px;
	height: 11px;
	position:absolute;
	top:-7px;
	left:30px;
	z-index:15;
}

#social {
	float: right;
	display:inline;
	list-style:none;
	position: relative;
	background: url(../images/bg-social.png) no-repeat;
	width: 258px;
	height: 41px;
	margin:0;
	padding:0;
}
#social li {
	float: left;
}
#social li a {
	text-indent: -9999px;
	height: 20px;
	display: block;
	margin-top: 12px;
}
#social li a#facebook {
	background: url(../images/nav-facebook.png) no-repeat;
	width: 74px;
	margin-left: 25px;
}

#social li a#twitter {
	background: url(../images/nav-twitter.png) no-repeat;
	width: 66px;
	margin-left: 13px;
}

#social li a#blog {
	background: url(../images/nav-blog.png) no-repeat;
	width: 41px;
	margin-left: 13px;
}

/* main */
#main {
	width:100%;
	overflow:hidden;
	padding:0 0 21px;
}
/* content */
#content {
	width:718px;
	float:right;
}
#content a:link, #content a:visited {
	color:#009487;
	text-decoration: underline;
}
#content a.pdf {
	background: url(../images/pdf.gif) no-repeat center right;
	padding-right: 18px;
	margin-right: 5px;
}
#content a:hover {
	text-decoration: none;
}
#content
/* sidebar */
#sidebar {
	float:left;
	width:258px;
}
#main .visual {
	display:block;
}
.sidebar-holder {
	/*background: url(../images/bg-sidebar-holder.jpg) no-repeat;*/
	padding:25px 18px 0;
	height:1%;
	width: 222px;
}
#sidebar h4 {
	font-size:21px;
	line-height:25px;
	color:#008199;
	margin:0 -18px 14px;
	padding:0 18px 6px;
	position:relative;
	font-weight:normal;
	background: url(../images/bg-sidebar-holder-heading.gif) no-repeat 0 100%;
}
#sidebar ul {
	margin:0 0 34px;
	padding:0;
	list-style:none;
}
#sidebar ul li {
	font-style:italic;
	font-size:14px;
	padding: 5px 5px;
	line-height: 20px;
}

#sidebar ul li a {
}

#sidebar ul li.selected{
	background-color: #e3e9de;

}
#sidebar ul li.selected a {
	color: #1a9283;
}

#content .content-holder {
	margin:0 7px 0 17px;
	height:1%;
}
.main-heading {
	background: url(../images/separator-main-heading.gif) repeat-x 0 100%;
	padding:20px 0 5px;
	height:1%;
	overflow:hidden;
	margin:0 0 16px;
}
h1 {
	color:#003546;
	font-size:24px;
	line-height:32px;
	font-weight:normal;
}
.main-heading h1 {
	color:#009487;
	font-size:25px;
	line-height:31px;
	font-weight:normal;
	font-style:italic;
	float:left;
	margin:0;
}
.main-heading .btn-rss {
	background: url(../images/bg-rss.png) no-repeat;
	width: 24px;
	height: 24px;
	float:right;
	overflow:hidden;
	text-indent:-9999px;
	cursor:pointer;
}
#content h2 {
	color:#006a78;
	font-size:18px;
	line-height:30px;
	margin-bottom: 0;
}
#content h3 {
	margin: 10px 0 0 0;
	font-size: 16px;
	color: #009487;
}
#content ul {
	margin:0;
	margin:0 0 20px 20px;
	list-style: square;
}
#content ol {
	padding:0;
	margin:0 0 20px 40px;
}
#content ol ol {
	list-style: disc;
}
#content blockquote {
	margin:14px 30px 18px 30px;
	padding:10px 26px;
	height:1%;
	color:#008880;
	background:#e2e7e0;
	font-size:14px;
}
#content blockquote p {
	margin: 5px 0 5px 0;
}
/* post holder */
#content .post-holder a {
	color:#009487;
}
#content .post {
	width:100%;
	overflow:hidden;
	margin:0 0 4px;
}
#content .core {
	margin-bottom: 30px;
}
#content .post .visual {
	float:left;
	margin:6px 0 0;
}
#content .post .description {
	width:515px;
	float:right;
	color:#07515f;
}
#content .post .heading {
	border-bottom:1px solid #c9dae0;
	height:1%;
	padding:0 0 7px;
	margin:0 0 6px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#content .post .heading h1 {
	margin: 0 0 3px 0;
}
#content .post .heading h1 a {
	color:#003546;
	text-decoration: none;	
}

#content .post .heading ul {
	margin:-3px 0 0;
	padding:0;
	list-style:none;
	overflow:hidden;
	width:100%;
}
#content .post .heading ul li {
	float:left;
	font-size:13px;
	line-height:21px;
	color:#00857d;
	font-weight:bold;
	font-style: italic;
	background: url(../images/separator-post.gif) no-repeat 0 50%;
	padding:0 4px 0 6px;
	margin:0 6px 0 -6px;
}
/* content */
#main .content {
	width:718px;
	float:right;
	position: relative;
	overflow: hidden;
}

/* cycle banner */
.alpha60 {
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(0, 0, 0);
	/* RGBa with 0.6 opacity */
	background: rgba(0, 0, 0, 0.6);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}

#banner-nav a.activeSlide {
	background: url(../images/banner-pager-bg.png) 0 10px;
}

#main .content ul.cycle-banner {
	list-style: none;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

#main .content ul.cycle-banner li {
	margin: 0px;
	padding: 0px;

}


#banner-nav {
	position: absolute;
	text-align: center;
	height: 20px;
	width: 718px;
	top: 304px;
	z-index: 100;
	overflow: hidden;
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(0, 0, 0);
	/* RGBa with 0.6 opacity */
	background: rgba(0, 0, 0, 0.6);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";	
}

#banner-nav a {
	display: block;
	float: left;
	margin-left: 4px;
	margin-top: 5px;
	text-indent: -10000px;
	width: 10px;
	height: 10px;
	background-image: url(../images/banner-pager-bg.png);
}

/* sidebar */
#main .sidebar {
	float:left;
	width:258px;
}
#main .main-container .sidebar {
	padding:25px 18px 0;
	width:222px;
	background: url(../images/bg-sidebar2.gif) repeat-x;
}
#main .main-container .main-block .sidebar {
	background: url(../images/bg-sidebar.gif) repeat-x;
}
#main .main-container h1 {
	font-size:21px;
}
/* main holder */
#main .main-holder {
	width:100%;
	height: 324px;
	overflow:hidden;
}
/* content */
#main .main-holder .content {
	float:left;
}
/* sidebar */
#main .main-holder .sidebar {
	float:right;
}
/* main container */
#main .main-container {
	background: url(../images/bg-main-container.gif) repeat-y;
	margin:0 0 -21px;
}
#main .main-container-t {
	background: url(../images/bg-main-container-t.gif) no-repeat;
}
#main .main-container-b {
	background: url(../images/bg-main-container-b.gif) no-repeat 0 100%;
	padding:0 0 42px;
	height:1%;
	overflow:hidden;
}
/* main block */
#main .main-container .main-block {
	width:718px;
	float:left;
}
#main .sidebar h4 {
	font-size:21px;
	line-height:25px;
	color:#008199;
	margin:0 -18px 14px;
	padding:0 18px 6px;
	position:relative;
	font-weight:normal;
	background: url(../images/bg-sidebar-holder-heading.gif) no-repeat 0 100%;
}
#main .sidebar ul {
	margin:0;
	padding:0;
	list-style:none;
}
#main .sidebar ul li {
	margin:0 0 18px;
	font-size:13px;
	line-height:17px;
	font-weight:bold;
}
#main .sidebar ul li a {
	color:#009487;
}
#main .sidebar ul li {
	font-weight:bold;
	color:#009487;
}
#main .sidebar ul li a {
	color:#003546;
	font-weight:normal;
	font-style:italic;
	background: url(../images/xlink.gif) no-repeat right center;
	padding-right: 18px;
}
#main .worship ul li a {
	background: none;
	padding-right: 0;
}
#sidebar ul.nomenu li, #sidebar p {
	color: #003546;
	font-style: normal;
	font-size:14px;
	font-weight:bold;
	padding: 0;
	margin-bottom: 5px;
}
#sidebar p {
	margin:0 0 34px;
	padding:0;
}
	#sidebar ul.nomenu li span, #sidebar ul.nomenu li a {
	color: #009487;
	font-style: italic;
	font-weight: normal;
	color: #003546;
}
#main .main-container .content {
	width:430px;
	padding:0 15px;
	float:right;
}
#main .main-container .blockquote {
	margin:0 0 15px;
}
#main .main-container .blockquote h2 {
	color:#004759;
	line-height:19px;
	font-size:15px;
	margin:0;
}
#main .main-container .blockquote p.meta {
	color:#82af8e;
	display:block;
	font-size:13px;
	font-style:normal;
	margin:0 0 10px;
	font-style: italic;
}
#main .main-container .blockquote blockquote {
	margin:0;
	font-size:13px;
	line-height:20px;
	color:#004759;
}
.btns-holder {
	width:444px;
	margin:0 0 0 -16px;
	overflow:hidden;
}
.btns-holder a {
	float:left;
	width:132px;
	height:27px;
	text-indent:-9999px;
	overflow:hidden;
	margin:0 0 0 16px;
}
.btn-play-sermon {
	background: url(../images/btn-play-sermon.gif) no-repeat;
}
.btn-download-mp3 {
	background: url(../images/btn-download-mp3.gif) no-repeat;
}
.btn-worship-order {
	background: url(../images/btn-worship-order.gif) no-repeat;
}
#main abbr {
	border:0;
}
/* footer */
#footer {
	margin:0 -8px;
	position:relative;
	background: url(../images/bg-footer.jpg) repeat-y;
	font:11px Arial, Helvetica, sans-serif;
	color:#008880;
	text-align:center;
}
#footer a {
	color:#006277;
}
.footer-holder {
	background: url(../images/bg-footer-holder.jpg) no-repeat;
	height:1%;
	overflow:hidden;
	padding:0 0 10px;
}
#footer h4 {
	margin:0;
	padding:29px 0 25px;
	background: url(../images/separator-footer-heading.gif) no-repeat 0 100%;
}
#footer h4 a {
	background: url(../images/bg-footer-top-link.png) no-repeat;
	width: 298px;
	height: 16px;
	text-indent:-9999px;
	overflow:hidden;
	margin:0 auto;
	display:block;
}
/* container */
#footer .container {
	height:1%;
	overflow:hidden;
	padding:29px 0 0 28px;
	margin:0;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:left;
}
#footer .container .box {
	width:218px;
	float:left;
	margin:0 22px 0 0;
	display:inline;
}
#footer h5 {
	margin:0 0 10px;
	padding:0 0 10px;
	font-size:13px;
	line-height:19px;
	color:#008880;
	font-weight:normal;
	background: url(../images/separator-h5-footer.gif) no-repeat 0 100%;
}
#footer .tweets {
	margin:13px 0 0;
	padding:0;
	list-style:none;
	color: #006277;
	overflow: hidden;
}
#footer .tweets li {
	margin:0 0 22px;
	height:1%;
	vertical-align:middle;
}
#footer .tweets li img {
	display:block;
}
#footer .tweets li a {
	color:#008880;
}
#footer ul {
	margin:0 0 20px;
	padding:0;
	list-style:none;
}
#footer ul li {
	font-size:13px;
	line-height:19px;
	font-style:italic;
}

#footer ul#blog-posts-list li {
	margin-bottom: 10px;
}

div.pagination {
	text-align: center;
}

#footer ul li a {
	color:#005364;
}
#footer address {
	color:#005364;
	font-size:13px;
	line-height:19px;
	display:block;
	margin:0 0 10px;
}
#footer dl .type,
#footer address .type {
	display:none;
}
#footer address abbr {
	border:0;
}
.get-directions {
	background: url(../images/bg-get-directions.png) no-repeat;
	width: 129px;
	height: 29px;
	display:block;
	margin:0 0 20px;
	overflow:hidden;
	text-indent:-9999px;
	cursor:pointer;
}
#footer dl {
	margin:0;
	overflow:hidden;
	width:100%;
	color:#005364;
	font-size:13px;
	line-height:19px;
	font-style:italic;
}
#footer dt {
	float:left;
	padding-right: 3px;
}
#footer dd {
	margin:0;
}
* html #footer dt {
	margin:0 -3px 0 0;
}
#footer dl a {
	color:#005364;
}
#footer p {
	margin:0;
}
.legal {
	font-size:11px;
	color:#009487;
	font-family:Arial, Helvetica, sans-serif;
}
a#map {
	visibility: hidden;
}
#family p {
	text-align: center;
}
#family img {
	margin: 30px 0 30px 0;
}


/*
Sermon styles
*/

#sermon-player {
	width: 418px;
	margin: 20px;
	margin-top: 40px;
}

#sermon-archive {
	marginN: 0;
}

li.sermon p {
	margin: 5px 0px;
	font-size: 12px;
}

li.sermon .sermon-player, .sermon-player {
	margin-top: 10px;
}
#html-popup {
	padding: 40px;
}
#html-popup p {
	color: #12728A;
	font-size: 56px;
	text-align: center;
	font-style: italic;
	margin:0;
}
#html-popup p.small {
	font-style: normal;
	font-size: 18px;
	margin-top: 30px;
}

.pullquote, .pullquote-l {
	border-bottom: 5px solid #D0DBCA;
	padding-bottom: 10px;
	margin: 0 20px 10px 20px;
	color: #279081;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	float: right;
	width: 200px;
}
.pullquote-l {
	float: left;
}
.timeago {
	font-size: 85%
}
