/* @override http://ncctk.monkcms.net/_css/styles.css */


* {
   margin: 0;
   padding: 0;
}
.clear {
	clear: both;
}

body{
    color: #424b4f;
	font: 12px/143% Lucida Grande,Lucida Sans,Arial,Helvetica,sans-serif;
	background: #c5c3b3 url(/_img/bg_body.jpg) repeat-x;
}

hr{
	margin-bottom: 11px;
	background-color: #deeaf1;
	color: #deeaf1;
	height: 10px;
	border: none;
}

p, pre, address{ 
	margin: .7em 0;
	padding: 0; 
	line-height:163%;
}

blockquote {
	margin: 0 50px 5px 50px;
	font-style: italic;
	background: #e0ebf1;
	padding: 5px;
	}

#skip{
   position: absolute;
   text-indent: -9999px;
   list-style: none;
}

a{
   overflow: hidden;
	color: #00578e;
}

a:hover {
	color: #000;	
}

h1, h2, h3 {text-transform: uppercase;}
h1{ font-size: 1.9em;}
h2{ font-size: 1.6em;margin: 10px 0;}
h3{ font-size: 1.4em;}
h4{ font-size: 1.3em;}
h5{ font-size: 1.2em;}
h6{ font-size: 1.2em;}

a img, :link img, :visited img {border: 0;}

form#searchForm {
	position: absolute;
	margin: 0 0 0 725px;
	padding: 0;
}

form#searchForm fieldset {
	border: none;
}

form#searchForm fieldset input {
	width: 150px;
	height: 13px;
}

form#searchForm fieldset a {
	padding: 0 6px 0 6px;
	text-decoration: none;
	font-size: .9em;
	color: #fff;
}

img, div, a { behavior: url(/_inc/iepngfix.htc) }

/* =Header
---------------------------------------------------------------------
*/

#container{
   padding: 0;
}

#header {
	position: relative;
  width: 960px;
  margin: 0 auto; 
  padding: 0 0px;
  height: 130px;
  background: url(/_img/header-layered.jpg) no-repeat; 
}

h1#logo {
	position: absolute;
	height:86px;
	width:275px;	
	margin:20px 0 0 10px;
    padding: 0px;
    border: none;
	text-indent: -9999px;
	font-size: 0px;
}
img.logo {
	margin-top: 23px;
}


#campus{
	position: absolute;
	top: 0;
	width: 960px;
	margin: 4px 0 0 10px;
	background: url(/_img/bg_campuses_narrow.png) no-repeat 710px 0px;
	height: 34px;
}

#campus h5 {
	float:left;
	color: #003663;
	text-transform: none;
	font-weight: normal;
	font-size: .9em;
	margin-left: 455px;
}

ul#campuses {
	list-style: none;	
}

ul#campuses li{
	float: left;
	display: block;
}

ul#campuses li a:link, ul#campuses li a:visited{
	float: left;
	display: block;
	padding: 0 0 0 10px;
	color: #fff;
	text-decoration: none;
	font-size: .9em;
}

ul#campuses li a:hover {
	color: #CCC;
}

/* =Navigation
---------------------------------------------------------------------
*/

#navigation {
	float: left;
	position: absolute;
	top: 105px;
	left: 470px;
}

ul#nav{
	float:left;
	margin:0;padding:0;
	z-index: 2;
	font-size: .9em;
	position: relative;
}

ul#nav li {
	float: left;
	list-style-type: none;
	margin:0 2px 0 0;padding:0;
	position: relative;
	background: #75a441;
}

ul#nav a { 
	display: block;
	padding: 5px 5px 3px 5px;margin: 0;*/
	text-decoration: none;
	color: #fff;
	text-align: left;
}

ul#nav a:link, #nav a:visited {
	text-decoration: none;
}

ul#nav li.current a {
	color: #fff;
	text-decoration: none;
}

ul#nav li.current {
	background: #669abb;
	}

ul#nav a:hover {
	color: #00578e;
	text-decoration: none;
	background: #ccc;
}

ul#nav li ul { /* second-level lists */
	position: absolute;
	background: #669abb;
	top:0px;
	width: 155px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	list-style:none;
	z-index:1000;
	padding:0;margin:0;
}

ul#nav li ul li{
	float:none;
	background:transparent;
	margin: 0;padding: 0;
}

ul#nav li:hover ul, ul#nav li.over ul { /* lists nested under hovered list items */
	left: 0;
	top:25px;
	margin:0;
	padding:0;
}

ul#nav li ul li a{
	background:#ccc; 
	width:155px; 
	/*padding:7px 10px; */
	color:#00578e; 
	font-weight:normal;
	
	z-index:1000;
}

ul#nav li ul li a:hover{
	color: #00578e;
	background: #e0e0e0;
}

/* =Navigation within Content Pages
---------------------------------------------------------------------
*/
ul#content-links{
	font-size: .9em;
	text-transform: uppercase;
	}

ul#content-links li{
	list-style-type: none;
	margin:0;padding:0;
	border-bottom: 2px solid #fff;
	}
	
ul#content-links a { 
	display: block;
	padding: 4px 35px 20px 10px;margin: 0;
	text-decoration: none;
	color: #fff;
	text-align: left;
	background: #669abb;
}

ul#content-links a:link, #content-links a:visited {
	text-decoration: none;
}

ul#content-links li.current a {
	text-decoration: none;
	background: url(/_img/nav-bullet-hover.gif);
}

ul#content-links li.current {
	background: #669abb;
}

ul#content-links a:hover {
	color: #00578e;
	text-decoration: none;
	background: #ccc;
}
	
/* =Content
---------------------------------------------------------------------
*/

#lowercontainer {
	width: 960px;
	margin:0 auto;
	padding: 10px;
}

#lowercontainer img {
	padding: 1px;
	margin: 0;
}

#give-button img {
	border: none;
	}
	
#image-rotation {
	float: left;
	width: 640px;
	height: 376px;
	margin: 0 10px 0 10px;
	padding: 0;
	position: relative;
	z-index: 1;
	display: block;
}

#image-rotation ul {
	list-style: none;
	margin: 0;padding: 0;
}
#image-rotation ul li {
	display: none;
}

ul#rotation img {
	border:5px solid #fff;
	padding: 1px;
	margin: 0;
}

ul#callouts {
	float: left;
	width: 280px;
	height: 375px;
	margin: 0 10px 0 10px;
	padding: 0;
	list-style: none;
	position: relative;
	background: url(/_img/callouts-bg.gif);
}

ul#callouts li {
	padding: 10px 0 0 7px;
	height: 120px;
}

ul#callouts img {
	margin: -2px 3px 0 2px;
}

ul#callouts li a {
	color: #fff;
	font-size: 1.6em;
	font-weight: bold;
	text-decoration: none;
	margin: 10px 0 0 0px;	
}

ul#callouts li p {
	color: #ab9385;
	font-size: 1.2em;
	margin: 0;
	line-height: 120%;
}

ul#callouts img {
	float: left;	
}

#centersection {
	clear: both;
	float: left;
	margin: 0 0 15px 0;
}

ul#boxes {
	list-style: none;
	position: relative;
}

ul#boxes li {
	float: left;
	margin: 10px;
	background: #ccc;
}

ul#boxes img {
	padding: 1px;
}

ul#boxes li a {
	display: block;
	width: 210px;
	height: 120px;
	border: solid #fff 5px;
}
.centerbox {
	width: 280px;
	float: left;
	margin: 15px 10px 0 10px;
	padding: 0px;
	background: url(/_img/bg-events.png) no-repeat;
}

.centerbox h4 a {
	color: #a05b02;
	text-decoration: none;
}

#events.centerbox h3 {
	color: #443730;
	padding: 10px;	
	font-size: 1.2em;
}

#events.centerbox h3 a, #sermons.centerbox h3 a {
	color: #443730;
	text-decoration:none;
	padding: 0 0 10px 0;
	border-bottom: #897b6c dashed 1px;
}

.centerbox ul {
	list-style: none;
}

.centerbox ul li{
	margin: 0 10px 0 10px;
	padding: 5px 0 5px 0;
	border-bottom: #897b6c dashed 1px;
}

.centerbox ul li p {
	margin: 2px 0 ;padding: 0;
	color: #fff;
}

#sermons.centerbox h3 {
	background: #86bb66;
	color: #fff;
	padding: 10px;
	font-size: 1.2em;	
}

span.subscribe a {
	font-size: .9em;
	text-transform: none;
	color: #fff;
	text-decoration: none;
}

#contact.centerbox h3 {
	background: #c7be54;
	color: #fff;
	padding: 10px;	
	font-size: 1.2em;	
}

ul#podcastlinks {
	float: right;
	margin: 0px 0 ;
	padding: 0 0 0 10px;
	border-left: 3px solid #fff;
	width: 130px;
}

ul#podcastlinks li {
	float: left;
	margin: 0;padding: 0 5px ;
}

ul#podcastlinks li a {
	float: left;
	text-indent: -9999px;
	height: 22px;
	width: 22px;
}

ul#podcastlinks li.listen a{background: url(/_img/listen.gif) no-repeat;}

ul#podcastlinks li.watch a {background: url(/_img/watch.gif) no-repeat;}

ul#podcastlinks li.read a {background: url(/_img/read.gif) no-repeat;}

ul#podcastlinks li.save a {background: url(/_img/save.gif) no-repeat;}


#contact form {
	border: none;
	padding: 10px ;
	width: 265px;
	background: #e0ebf1;	
	color: #00578e;
	min-height: 220px;
}

#contact fieldset {
	border: none;
	color: ;
}

#contact legend {
	display: none;
}

#contact label {
	float: left;
	width: 90px;
	padding: 0 10px 0 0 ;
}

#contact input {
	width: 160px;
	border: 2px solid #ccc;
}

#contact textarea {
	border: 2px solid #ccc;
	height:120px;
}

#contact p#formsubmit input{
	float: right;
	width: 60px;
}

#bottom {
	margin: 0; 
	padding: 0;
}

#bottomcontainer {
	width: 960px;
	padding: 0 10px 0 10px;
	margin: 0 auto;
}

#whatsnew {
	width: 640px;
	float: left;
	margin: 5px 10px 15px 10px ;
}

	#whatsnew .item p {
		margin: .1em;
	}
	#whatsnew h3 a {
		padding-top: 10px;
		color: #00578E;
	}

	#whatsnew h3 a:link, #whatsnew h3 a:visited {
		text-decoration: none;
	}
	#whatsnew h3 a:hover, #whatsnew h3 a:active {
		text-decoration: none;
		border-bottom: 2px solid #00578E;
	}
	#whatsnew h3 a span {
		margin-left: 25px;
		font-size: 0.6em;
		font-weight: normal;
		font-style: italic;
	}
#whatsnew h4 {
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}

#whatsnew h5 a {
	color: #a05b02;
}

#whatsnew img {
	float: left;
	border: 3px solid #fff;
	margin: 0 10px 0 0;
}

#whatsnew .item{
	clear: left;
	border-bottom: #897b6c dashed 1px;
	min-height: 70px;
	padding: 10px 0 10px 0;
}

p.postmeta {
	margin: 0;padding: 0;	
	font-size: .9em;
}

.staff {
	width: 630px;
	border-top: 1px dashed #669abb;
	border-right: 1px dashed #669abb;
	}
	
.staff td {
	border-left: 1px dashed #669ABB;
	border-bottom: 1px dashed #669ABB;
	padding: 5px;
	}

.staff tr {
	padding: 0 0 2px 2px;
	}

.link-button a, .link-button a:visited {
	color: #00578e;
	background-color: #e0ebf1;
	padding: 7px 10px 7px 10px;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.2em;
	border: 3px solid #51b347;
	}

.link-button a:hover {
	background-color: #669abb;
	text-decoration: none;
	border: 3px solid #00578e;
	}
	
/* =Footer
---------------------------------------------------------------------
*/

#footer  {
	float: left;
	width: 100%;	
	margin: 0; 
	padding: 0;
	color: #448ccb;
	border-top: 5px solid #2a4b67;	
	background: #003663; 
}

#footer p{
   text-align: center;
   line-height: 200%;
}

#footer a {
	color: #448ccb;
}

#footer-container {
	margin: 0 auto;
	width: 960px;
}

#footer-social {
	width: 60px;
	margin: 15px 10px 15px 20px;
	float: left;
}

#footer-social img {
	margin-top: 10px;
}

#footer-nav {
	width: 840px;
	margin: 15px 20px 15px 10px;
	float:right;
}

#footer-nav ul {
	list-style: none;
	float:left;
}

ul#nav-foot li{
	float: left;
	width: 110px;
	padding: 2px;
}

ul#nav-foot li a{
	color: #6ca4d5;
	text-decoration: none;
	font-size: 1.1em;
}

ul#nav-foot li ul li {
	float:none;
}

ul#nav-foot li ul li a {
	color: #448ccb;
	text-decoration: none;
	font-size: .8em;
}

.footer-address {
	clear: both;
}
/* =Page Specific Formatting
---------------------------------------------------------------------
*/
ul#byline {
	list-style: none;
	display: inline;
	float: right;
	font-size: 0.5em;
}
#articletitle {
	border-bottom: 2px solid #777;
	margin-bottom: 20px;
	padding: 0 0 10px 0;
}
#articletitle h2 {
	font-size: 2em;
}
#content {
	float: left;
	width: 640px;
	margin-top: 0;
	padding: 0 10px 0 10px;
	background: #fff;
}
#content-wide {
	float: left;
	width: 960px;
	min-height: 550px;
	margin-top: 10px;
	padding: 0 10px 20px 10px;
	background: #fff;
}
#content-wide p {
	margin: 15px 0 15px 0;
}
#content-wide h3 {
	margin: 25px 0 10px 0;
	text-align: center;
}
#content-wide .announcelink {
	margin: 20px 290px 0 0;
	text-align: right;
	width: 640px;
	border-top: 2px solid #777;
	display: block;
}
#content-wide ul li{
	margin-left: 20px;
}
#text {
	width: 640px;
}

#content h3 {
	text-transform: none;
	font-size: 2.2em;
	margin: 20px 0 10px 0 ;
}

img#page_header_image {
	padding: 10px 0 0 8px;
	/*border:3px solid #669abb ;*/
}

#content ul, #content ol {
	margin: 5px 30px;padding: 0;
}

#content ul li, #content ol li {
	margin: 0;padding: 2px 0 ;
}

#sidebar {
	float: left;
	width: 280px;
	margin: 10px;
	padding: 0 0 20px 0;
	background: #fff;
}

.sectiondiv {
	margin-bottom: 20px;
}

#sidebar-events h3{
	background: #d18649;
	color: #fff;
	padding: 10px;	
}

.event {
	margin: 4px 0;
	padding: 7px;
	background: #e0ebf1;
}

.event h4 {
	font-size: 1.2em;
}

.event a {
	text-decoration: none;
}

.event p {
	margin: 0;
}


/* =Sermons
---------------------------------------------------------------------
*/

.sermonblock {
	width: 100%;
float: left;
	background: #fff;
	border-bottom: 1px dotted #ccc;
	padding: 10px 0;
	margin: 10px 0 ;
}
.sermonblock ul {
	margin: 0px;
	padding: 0px;
}

.sermoninfo {
	float: left;	
	width: 470px;
}

.sermoninfo h5 {
	margin: 5px 0 ;
}

.sermonmeta {
	width: 300px;
}

ul.mediabox {
	float: left;
	list-style: none;
}
 ul.mediabox li {
	float: left;
} 
ul.mediabox li a:link, ul.mediabox li a:visited{
	background: url(/_img/bg_mediabox_li.png) no-repeat;
   	display: block;
   width: 115px;
   text-align: center;
   text-decoration: none;
   padding: 6px;
   height: 17px;
   margin: 0;
}

#mediabox2-page ul {
	margin: 0px;
	padding: 20px;
}
ul.mediabox2 {
	float: right;
	display: inline;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

ul.mediabox2 li a:link, ul.mediabox2 li a:visited{
	background: url(/_img/bg_mediabox_li.png) no-repeat;
   	display: block;
   width: 115px;
   text-align: center;
   text-decoration: none;
   padding: 6px 0px;
   height: 17px;
   margin: 0;
}
#sermon-text {
	border-top: 1px solid;
}
#sermon-filtering {
	padding: 10px;
}

#sermon-filtering ul {
	list-style: disc;
	margin: 10px 20px;
}

#sermon-filtering ul li {
	margin: 0;padding: 0;
}


p#pagination {
 	float: right;	
}

p#pagination a {
	padding: 5px 10px;
	margin: 0 2px;
	text-decoration: none;
	background: #e0ebf1;
}

p#pagination a:hover {
	background: #f7f7f7;
}

/* CALEDAR FORMATTING .................... */

#featured-events ul{
	margin: 10px 0;padding: 0;
}

#featured-events ul li{
	list-style: none;
	margin: 2px 0;padding: 3px;
}

#calendar {
	margin: 15px 0px;padding: 0px;
}

#calendar table {
	padding: 0px 0px ;
	margin: 0;
}

#calendar span.calendar-next {
font-size: 1.5em;
}

#calendar caption.calendar-month {
	font-size: 1.2em;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	padding: 0px 0 10px 0px ;
	margin:  0 0 10px 2px;
}

#calendar td.linked-day {
	padding: 7px;
	margin: 10px;
	line-height: 100%;
	background: #e0e0e0;
}

#calendar th, .calendar td {
	background: #e0ebf1;
	padding: 10px;
	margin: 0;
	width: 114px;
	height: 70px;
	vertical-align: text-bottom;
}

#calendar td.linked-day a {
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
}

#calendar td.current {
	background: #669abb;
}

#calendar td.linked-day a:hover {
	text-decoration: underline;
}

#calendar td.linked-day ul {
	list-style: none;
	display: block;
	font-size: .8em;
	padding: 5px 0 ;margin: 0;
}

#calendar td.linked-day ul li  {
	margin: 7px 0;
	padding: 0;
}

#calendar td.linked-day ul li a {
	padding: 5px 0;
	margin: 0px;
	font-weight: normal;
}

/* GALLERY FORMATTING .................... */

/*.gallerybox {
	float: left;
	width: 175px;
	text-align: center;
	border: 1px solid #e0ebf1;
	margin: 0px 20px 10px 0;
	padding: 10px 0 ;
	height: 320px;
}

.gallerybox a {
	text-decoration: none;
	font-size: .9em;
}

.gallery-thumbnail {
	float: left;	
	height: 320px;
	overflow: hidden;
	margin: 10px 20px 10px 0;
	padding: 5px;
}

.gallery-thumbnail p {
	margin: 0;padding: 0;
}*/

/*REF TAGGER STYLES....................*/

.lbsTooltip
{
	background:#fff;
	border: 1px solid gray;
	z-index: 99;
	text-align: left;
	text-indent: 0;
}

.lbsTooltip div
{
	text-align: left;
}

.lbsTooltipHeader
{
	background:#d18649;
	color: #fff;
	font-weight:bold;
	font-size:15px;
	line-height: 18px;
	font-family:Arial,Helvetica,serif;
	margin: 0;
	padding:4px;
	position:relative;
	border: 0;
}

.lbsTooltipBody 
{
	padding: 4px 8px 0 8px;
	margin:0;
	position:relative;
	z-index: 2;
	border: 0;
	line-height:16px;
}

.lbsTooltipBody p, .lbsTooltipBody span
{
	display: inline;
	color: black;
	font-family:Arial,Helvetica,serif;
	font-size: 14px;
	line-height:16px;
}

.lbsTooltipFooter
{
	font-size:11px;
	font-family:Helvetica,Arial,serif;
	bottom:4px;
	margin-top: 4px;
	position:absolute;
	text-align:right;
	border: 0;
}

.lbsTooltipFooter a:link, .lbsTooltipFooter a:visited, .lbsTooltipFooter a:hover 
{
	color: blue;
	text-decoration: underline;
	font-weight: normal;
	font-size:11px;
	font-family:Helvetica,Arial,serif;
}

.lbsTooltipFooter div
{
	text-align:right;
}


.lbsTooltipBody .ch-ref, .lbsTooltipBody .verse-ref
{
	font-size: 85%;
	top: -1px;
	position: relative;
}

.lbsTooltipBody .ch-ref
{
	font-weight: bold;
}

.lbsTooltipBody .verse-ref
{
	color: dimgray;
}

.lbsTooltip, .lbsTooltipBody span, .lbsTooltip a, .lbsTooltipBody p
{
	margin: 0;
	padding: 0;
}

.lbsLibronix img
{
	float: none !important;
}
#comments form {
	border: 1px solid #333;
	padding: 10px 20px;
	margin-top: 20px;
}
#comments h5 {
	border-bottom: 1px solid #333;
}
ul.hub {
	list-style: none;
}
ul.hub li{
	border: 1px solid #333;
	box-shadow: 0px 0px 5px #333;
}
