/* @override http://www.imagodeicommunity.com/_css/styles.css */

/* Site: Imago Dei */

/* =RESET MARGINS & PADDING
---------------------------------------------------------------------
*/

html, body, div, span,
p, blockquote, pre, code,
ul, ol, li,
h1, h2, h3, h4, h5, h6,
form, fieldset, legend, label, input, textarea,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
}

img {
  border: 0;
  margin: 0;
  padding: 0;
}

hr{
   display: none;
}

/* =RESET TYPOGRAPHY
---------------------------------------------------------------------
*/

body {
  font-family: Arial, Helvetica, sans-serif; /* web safe fonts */
  font-size: 62.5%;  /* Rest font to a 10px baseline when using ems */
  font-weight: normal;
  line-height: 140%;   
  background: #fff url(../_img/bg_body.gif) repeat-x;
}

h1 {
  font-size: 2em; /* font-size doesn't matter since we hide this with a logo */
  font-weight: normal;
}

h2 {
  font-size: 2em;
  color: #938b72;
  font-weight: normal;
}

h3 {
  font-size: 1.8em;
  line-height: 1.4;
  color: #504c3f;
  font-weight: normal;
}
h4 {
  font-size: 1.2em;
  line-height: 1.6;
  font-weight: normal;
}

h5 {
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.6;
  color: #504c3f;
}

h6 {
  font-size: 0.8em;
  font-weight: bold;
}

p,li {
  font-size: 1.2em;  /* Sets content font at 12px */
  font-weight: normal;
  margin: 0 0 10px 0;
  line-height: 2.0em;
  color: #938b72;
}



/* =DEFAULT LINKS
---------------------------------------------------------------------
*/

a {
  margin: 0;
  padding: 0;
  text-decoration: none;
  overflow: hidden;
  color: #57b6dd;
}

a:hover,
a:active {
  color: #938b72;
  text-decoration: underline;
}

a.readmore {
  font-weight: bold;
}

/* =Helper Classes
---------------------------------------------------------------------
*/

#skip{
   position: absolute;
   list-style: none;
   display: block;
   height: 0;
   overflow: hidden;
}

/* the clearfix rules make it possible to clear floated elements without additional structural markup. See http://www.positioniseverything.net/easyclearing.html */

.clearfix:after {
   content: "."; 
   display: block; 
   height: 0; 
   clear: both; 
   visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* =Header
---------------------------------------------------------------------
*/
#header{
  height: 59px;
  text-transform: uppercase;
}

#header h1 {
   width: 286px;
   line-height: 59px;
   float: left;
   background: url(../_img/bg_h1.gif) no-repeat 0 50%;
   text-indent: -9999px;
   margin-left: 20px;
}

#header h1 a{
   display: block;
   width: 286px;
   height: 59px;
}
/* =Navigation
---------------------------------------------------------------------
*/

#nav{
	position: relative;
	z-index: 10;
   list-style: none;
   float: right;
   height: 15px;
   margin: 20px 28px 0 0;
   width: 519px;
   height:21px;
}

#nav li{
 	position: relative;
 	z-index: 2;
   float: left;
   display: inline;
   height: 21px;
   text-indent: -9999px;
   line-height: 1.6;
}

#nav > li > a{
   background: url(../_img/bg_nav_futura.png) no-repeat 0 0;
}

#nav li#nav_about > a{ width: 60px; padding: 0 17px 0 19px; background-position: 0 0;}
#nav li#nav_about.current > a,
#nav li#nav_about > a:hover{ background-position: 0 -21px; }

#nav li#nav_sunday > a{ width: 71px; padding: 0 16px 0 18px; background-position: -96px 0;}
#nav li#nav_sunday.current > a,
#nav li#nav_sunday > a:hover { background-position: -96px -21px;}

#nav li#nav_community > a{ width: 107px; padding: 0 21px 0 19px;  background-position: -201px 0;}
#nav li#nav_community.current > a,
#nav li#nav_community > a:hover { background-position: -201px -21px;}

#nav li#nav_serve > a{ width: 57px; padding: 0 16px 0 15px; background-position: -348px 0;}
#nav li#nav_serve.current > a,
#nav li#nav_serve > a:hover{ background-position: -348px -21px;}

#nav li#nav_blog > a{ width: 45px; padding: 0 19px 0 19px; background-position: -436px 0;}
#nav li#nav_blog.current > a,
#nav li#nav_blog > a:hover{ background-position: -436px -21px;}

#nav li#nav_give > a{ width: 45px; padding: 0 19px 0 19px; background-position: -436px 0;}
#nav li#nav_give.current > a,
#nav li#nav_give > a:hover{ background-position: -436px -21px;}


#nav li a{
   display: block;
   color: #938b72; /* Change this to the right color */
   text-decoration: none;
}

#nav > li.current > a{
   color: #504c3f;
}



/* =Fold-out Navigation
---------------------------------------------------------------------
*/

#navfolds {
	display: none;
}
#nav .navfold {
	display: none;
	width: 517px;
	position: absolute;
	top: 20px;
	padding-top: 18px;
	background: #E9E5D9;
	font-family: Futura, Verdana, Sans-Serif;
	font-weight: normal;
	text-transform: capitalize;
}
#nav #navfold_about {
	left: -0px;
}
#nav #navfold_sunday {
	left: -96px;
}
#nav #navfold_community {
	left: -201px;
}
#nav #navfold_serve {
	left: -348px;
}
#nav #navfold_blog {
	left: -436px;
}
#nav .navfold div, #nav .navfold ul, #nav .navfold li, #nav li .navfold li a {
	margin: 0;
	padding: 0;
	text-indent: 0;
}
#nav .navfold .nf-inner {
	border-top: 1px solid #beb8a6;
	width: 477px;
	margin: 0 20px 12px 20px;
	height: 100%;
}
#nav .navfold .nf-inner ul.nf-topcols {
	display: block;
	position: relative;
	width: 100%;
	height: 27px;
	border-bottom: 1px solid #beb8a6;
	margin-top: 5px;
}
#nav .navfold .nf-inner ul.nf-topcols li {
	display: block;
	position: absolute;
}
#nav .navfold .nf-inner ul.nf-topcols li a {
	font-size: 14px;
	font-weight: lighter;
}
#nav ul.nf-topcols li.topcol-lt {
	z-index: 10;
	left: 0;
}
#nav ul.nf-topcols li.topcol-ctr {
	display: inline-block;
	z-index: 5;
	width: 100%;
	text-align: center;
}
#nav ul.nf-topcols li.topcol-ctr a{
	width: auto;
}
#nav ul.nf-topcols li.topcol-rt {
	z-index: 10;
	right:0;
}
#nav ul.nf-topcols li a:hover{
	color: #504C3F;
}
#nav .navfold .nf-inner ul.nf-navcols {
	display: block;
	position: relative;
	width: 100%;
	margin-top: 15px;
	padding-bottom: 7px;
}
#nav .navfold .nf-inner ul.nf-navcols li.nf-navcol {
	display: block;
	width:110px;
	height: auto;
	margin-right: 8px;
}
#nav .navfold .nf-inner ul.nf-navcols li.nf-navcol:last-child {
	margin: 0;
}
#nav .navfold .nf-inner ul.nf-navcols li.nf-navcol li.nf-navitem{
	float: none;
	line-height: normal;
}
#nav .navfold .nf-inner ul.nf-navcols li.nf-navcol li.nf-navitem:last-child{
	margin-bottom: 0;
}
#nav .navfold .nf-inner ul.nf-navcols li.nf-navcol li.nf-navitem a{
	font-size: 11px;
	padding-bottom: 6px;
	font-weight: lighter; 
}
#nav .navfold .nf-inner ul.nf-navcols li.nf-navcol li.nf-listhead {
	border-bottom: 1px solid red;
}
#nav .navfold .nf-inner ul.nf-navcols li.nf-navcol li.nf-listhead a{
	font-size: 13px;
	letter-spacing:1px;
	padding-bottom: 6px;
	font-weight: lighter;
}
#nav .navfold .nf-inner ul.nf-navcols li.nf-navcol li a:hover{
	color: #504C3F;
}
#nav .navfold .nf-inner .nav-more {
	display: block;
	margin-bottom: 6px;
	width: 100%;
	color: #57B6DD;
}
#nav .navfold .nf-inner .nav-more p{
	line-height: normal;
	margin: 0;
}
#nav .navfold .nf-inner .nav-more p a{
	font-size: 12px;
	color: #57B6DD;
	text-align: right;
}


/* =subNav
---------------------------------------------------------------------
*/

#subNav{
  float: right;
}

#subNav ul{
  width: 285px;
  list-style-type: none;
}

#subNav ul li{
  border-bottom: 1px solid #e9e5d9;
  font-size: 1.6em;
  padding: 8px ;
  margin: 0;
}


/* =Container
---------------------------------------------------------------------
*/

#container{
   width: 900px;
   margin: 0 auto;
}

/* =Home Page
---------------------------------------------------------------------
*/
#home #content {
   padding: 20px 0 0 0;
   width: 900px;
}

#home #content img{
   margin: 0;
}

#home #homeRotator{
	display: block;
	position: relative;
  height: 347px;
  padding-bottom: 9px;
  border-bottom: 1px solid #e9e5d9;
  margin-bottom: 14px;
  overflow: hidden;
}

#home ul#homeRotatorImages{
   /* visibility: hidden; */
   height: 347px;
   list-style-type: none;
   margin: 0;
}

#rotator-pager  {
	position:absolute;
	bottom:20px;
	left:20px;
	z-index:50;
	overflow:hidden;
}

#rotator-pager a {
	padding:5px 8px;
	background-color:#000;
	margin-right:5px;
	color:#fffeff;
	font-weight:bold;
	text-decoration:none;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	display:block; /*for IE7 - converting the a's to blocks */
	float:left; /*for IE7 - converting the a's to blocks */
}

#rotator-pager a.activeSlide {
	background-color:#ccc;
	color:#000;
}

#home #latestNews h2{
  float: left;
  padding-left: 20px;
  font-size: 1.4em;
  width: 100px;
  background: url(../_img/home_h2.gif) no-repeat left center;
  text-indent: -9999px;
  margin-bottom: 14px;
}

#home ul#scrollingNews{
  list-style-type: none;
  margin: 0 0 0 125px;
  padding: 0;
  
}

#home ul#scrollingNews li{
  display: none;
}

#home ul#scrollingNews.innerfade li{
  line-height: 13px;
  display: block;
  font-size: 1.3em;
}

#home #content h4 {
  margin-left: 8px;
  font-size: 1.4em;
}

#home #content h4 a {
  color: #504c3f;
}

#home #subNews .newsItem{
  width: 285px;
  float: left;
  margin: 0 22px 20px 0;
}

#home #subNews .newsItem.last{
  margin-right: 0;
}

#home #homeInfo p{
  clear: both;
  font-size: 11px;
  margin-bottom: 14px;
}

/* =Content-Wrap
---------------------------------------------------------------------
*/
#content-wrap{
}

#content-wrap .title-wrap{
  width: 900px;
  overflow: auto;
  margin: 25px 0 20px 0;
}

#content-wrap h2.title {
  padding: 10px 0;
  border-top: 1px solid #e9e5d9;
  border-bottom: 1px solid #e9e5d9;
  float: left;
  line-height: 1;
  font-size: 1.6em;
  letter-spacing: 1;
  min-width: 350px;
  _width:350px;
}

#content-wrap h2.article.title{
  padding: 8px 0;
}

#content-wrap h2.title a {
  color: #504c3f;
}

#content-wrap h2.title strong{
  font-weight: normal;
}

/* =contentTop
---------------------------------------------------------------------
*/

#contentTop{
  position: relative;
  clear: both;
  height: 376px;
}

#contentTop #pageRotator{
  height: 347px;
  width: 595px;
  clear: both;
  padding-bottom: 9px;
  border-bottom: 1px solid #e9e5d9;
  margin-bottom: 20px;
  float: left;
}

#content #pageRotator{
  height: 347px;
  width: 660px;
  clear: both;
  padding-bottom: 9px;
  border-bottom: 1px solid #e9e5d9;
  margin-bottom: 20px;
}

#contentTop #subNav{
  position: absolute;
  bottom: 30px;
  right: 0;
}

/* =Content
---------------------------------------------------------------------
*/
#content{
   clear: both;
   width: 900px;
   float: left;
}

#content h3{
  clear: both;
  color: #938b72;
  margin-bottom: 10px;
  line-height: 1.4em;
}

#content li{
   margin-bottom: 1em;
   font-size: 1.2em;
   line-height: 1.5;
   color: #938b72;
}

#content ul,
#content ol{
   margin: 0 0 1em 3em;
}

#content li{
   margin: 0;
}

#content li li{
   font-size: 1em;
}

#content blockquote{
   margin-left: 3em;
}

#content hr{
   display: block;
   margin-bottom: 1em;
}

#content a:hover{
   text-decoration: none;
   color: #504c3f;
}

#content .text img{
   float: right;
   margin: 0 0 5px 22px;
}

#content .text{
   clear: both;
   padding-left: 15px;
}

#content .text.narrow{
  width: 580px;
}

#content .text a{
  color: #57b6dd;
}

#content .text a:hover{
  text-decoration: underline;
}

/* =subpage
---------------------------------------------------------------------
*/

#subpage #content,
#sermons #content{
  width: 660px;
  padding-right: 19px;
  margin-bottom: 15px;
  border-right: 2px solid #f9f8f5;
  position: relative;
}

#subpage .leadImage {
  margin-bottom: 10px;
}

#subpage .leadImage img{
  padding-bottom: 9px;
  border-bottom: 1px solid #e9e5d9;
}

#subNews{
  clear: both;
}

#subpage #subNews .newsItem{
  width: 319px;
  float: left;
  margin: 0 22px 15px 0;
}

#subNews .newsItem.last,
#subpage #subNews .newsItem.last{
  margin-right: 0;
}

.newsItem img{
  padding-bottom: 9px;
  border-bottom: 1px solid #e9e5d9;
  margin:0;
}
.newsItem h3.title{
  margin-top: 5px;
}
.newsItem p{
  margin: 0 8px;
}

.newsItem p strong a{
  color: #504c3f;
}

/* =Staff Page
---------------------------------------------------------------------
*/
#content .staffMember{
  float: left;
  width: 645px;
  margin-bottom: 15px;
  padding:0 0 15px 15px;
  border-bottom: 1px solid #e9e5d9;

}

#content .staffMember h4.name{
  font-size: 1.2em;
}
#content .staffMember h4.name a,
#content .staffMember ul li a{
  text-decoration: underline;
  color: #938b72;
}
#content .staffMember img{
  float: left;
  display: inline;
  width: 150px;
  margin: 0 20px 0 0;
}

#content .staffMember ul {
  list-style-type: none;
  margin-left: 0;
  float: left;
  display: inline;
  list-style-position: outside;
}

#content .staffMember ul li{
  font-size: 1.2em;
  line-height: 2.0;
}

.staffList #content .staffMember.profile p{
  display: none;
}
.staffProfile #content .staffMember p{
  clear: both;
  float: left;
  margin: 5px 0;
}
/* =Sidebar
---------------------------------------------------------------------
*/

#sidebar h3{
  font-size: 1.4em;
}

#sidebar{
   width: 205px;
   padding-left: 14px;
   float: right;
   background: #fff;
   position: relative;
}
#sidebar h4{
  color: #504c3f;
  margin-bottom: 0;
  font-size: 1.2em;
  font-weight: bold;
}

#sidebar ul{
   list-style: none;
   padding-left: 0;
   margin-bottom: 20px;
}

#sidebar ul li{
   font-size: 1.2em;
   margin-bottom: .5em;
   line-height: 1.6;
   color: #ada795;
}

#sidebar ul li a{
  color: #ada795;
  text-decoration: underline;
}

/* Sidebar - Sermons */
#sidebar p.podcastlink{
   margin: 0;
}

#sidebar .podcastlink a{
   display: block;
   line-height: 30px;
   color: #ada795;
   background: url(../_img/Podcast_32.png) no-repeat 140px top;
   text-decoration: underline;  
}

#sidebar p#filter{
   margin: 20px 0 25px;
   font-size: 1.2em;
   font-weight: bold;
}

#sidebar p#filter select{
   width: 130px;
   margin-left: 8px;
}

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

#sermons #content #current-sermon h4{
   font-size: 1.3em;
   font-weight: bold;
   font-family: Arial, Helvetica, sans-serif;
   line-height: 1.4;
   display: inline; /* inline bumps the sermon-meta up */
}

#sermons #content h3 a{
}

#sermons h3.sermongroup{
   margin: 24px 0 10px;
}

#content h3 a:hover{
   text-decoration: underline;
}

#sermons #content #current-sermon{
   padding: 10px 9px 8px 15px;
}

#sermons #content #current-sermon .sermon-meta{
}

#sermons #content #current-sermon p{
   margin: 0;
}

#sermons #content #current-sermon p.series,
#sermons #content #current-sermon p.category{
   font-weight: bold;
   line-height: 1.5;
   margin-bottom: 5px;
}

#sermons #content #current-sermon p.series a,
#sermons #content #current-sermon p.category a{
   font-weight: normal;
   text-decoration: none;
}

#sermons #content #current-sermon p.series a:hover,
#sermons #content #current-sermon p.category a:hover{
   text-decoration: underline;
}

#sermons #content #current-sermon p.byline{
   margin-bottom: 1em;
   line-height: 1.2;
}
/* #mediabox controls "feature" sermon and sermon detail */
#content ul#mediabox{
   float: right;
   display: inline;
   padding: 5px 5px 4px;
   list-style: none;
   margin: 0 0 20px 20px;
   /* width: 228px;
   background: #EDEBE8; */
}

#sermons #content ul#mediabox{
	margin-right: 250px;
}

#sermons #content ul#mediabox li a{
   color: #938b72;
}

#sermons #content ul#mediabox li a:hover{
   color: #504c3f;
}

/*
#sermons #content ul#mediabox li{
   margin: 0 0 2px;
   padding: 0;
   background: url(../_img/bg_mediabox_li.png);
   font-size: 1.1em;
   float: left;
}

#sermons #content #mediabox li a{
   display: block;
   width: 78px;
   height: 23px;
   padding: 7px 0 0 36px;
   color: #545454;
   background-position: 18px 9px;
   background-repeat: no-repeat;
   font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
}

#sermons #content li#mb_listen a{
   background-image: url(../_img/bg_mb_listen.png);
}

#sermons #content li#mb_download a{
   background-image: url(../_img/bg_mb_download.png);
}

#sermons #content li#mb_video a{
   background-image: url(../_img/bg_mb_watch.png);
}

#sermons #content li#mb_notes a{
   background-image: url(../_img/bg_mb_notes.png);
}
*/
#content .sermonbox{
/* position this so that the ul can be position: absolute */	
   position: relative; 
   clear: both;
   padding: 10px 15px 8px;
   border-top: 1px solid #e9e5d9;
}

#content .sermonbox:hover{
   background: #f6f5f3;
}

#content .sermonbox .sermon-meta{
  width: 400px;
}

#content .sermonbox h4{
   margin: 0 0 5px;
   font-size: 1.2em;
   font-family: Arial, Tahoma, sans-serif;
   line-height: 1.3;
   text-transform: none;
   color: #938b72;
}

#content .sermonbox h4 a{
   text-decoration: none;
}

#content .sermonbox h4 a:hover{
   text-decoration: underline;
}



#content .sermonbox p{
   font-size: 1.2em;
}

#content .sermonbox a{
   color: #504c3f;
   text-decoration: underline;
}

#content .sermonbox p.comments{
   height: 15px;
   margin: 0;
   padding-left: 19px;
   background: url(../_img/bg_comments.gif) no-repeat left center;
}

#content .sermonbox.alt p.comments{
   background-position: left bottom;
}

#content .sermonbox:hover p.comments{
   background-position: left top;
}

#content .sermonbox p.comments a{
   color: #0F6131;
}

#content .sermonbox ul{
   position: absolute;
   top: 12px;
   right: 150px;
   _right:183px;
   list-style: none;
   margin: 0;
   padding: 0;
   z-index: 999;
}

#content .sermonbox li a{
  color: #928a72;
}

/*
#content .sermonbox li{
   float: left;
   padding: 0;
   background: none;
   text-indent: -9999px;
}

#content .sermonbox li a{
   display: block;
   width: 36px;
   height: 29px;
   background-repeat: no-repeat;
}

#content .sermonbox:hover li a{
   background-position: left top;
}

#content .sermonbox li.sl_listen a{
   background-image: url(../_img/bg_sermonlist_listen.png);
}

#content .sermonbox li.sl_download a{
   background-image: url(../_img/bg_sermonlist_download.png);
}

#content .sermonbox li.sl_video a{
   background-image: url(../_img/bg_sermonlist_video.png);
}

#content .sermonbox li.sl_notes a{
   background-image: url(../_img/bg_sermonlist_notes.png);
}
*/

p#backtoarchive{
   margin-top: 10px;
   float: left;
   clear: both;
}

p#backtoarchive a{
   display: block;
   padding: 3px 10px;
   border: 1px solid #e9e5d9;
   background: #EDEBE8;
   line-height: 1.5;
}

/* = Pagination  
---------------------------------------------------------------------
*/
p.paginate_label{
   float: left;
   line-height: 20px;
}
#pagination{
  float: left;
}
#pagination span.pagination_ellipsis{
  margin: 0 8px;
  padding: 0;
  float: left;
  font-weight: bold;
}

#pagination a#off{
   display: none;
}

#pagination a{
   margin: 0 8px;
   padding: 1px 4px;
   text-decoration: none;
   display: inline;
   border: 1px solid;
   float: left;
   line-height: 20px;
}

#pagination a:hover{
   text-decoration: none;
}

#pagination a#current{
   font-weight: bold;
   display: block;
   color: #464646;
   text-decoration: none;
}

#pagination a#next{
	width: 14px;
	text-indent: -9999px;
	margin: 1px 0 0 4px;
	padding: 0;
	background: url(../_img/bg_paginate_next.png) no-repeat left center;
	border: none;
}

#pagination a#previous{
   width: 14px;
   text-indent: -9999px;
   margin: 1px 4px 0 0;
   background: url(../_img/bg_paginate_prev.png) no-repeat right center;
   border: none;
}

#content ul#byline{
   float: left;
   display: inline;
   padding: 5px 5px 4px;
   list-style: none;
   margin: 0 0 20px;
   max-width: 380px; /* keeps byline from overflowing into ul#mediabox */
   _width: 380px;
}

/* = Events  
---------------------------------------------------------------------
*/

#content #calendar-outer{
   position: relative;
}

#content table.calendar{
   margin-bottom: 25px;
   border: 1px solid #e9e5d9;
   border-right: 0;
   border-bottom: 0;
   border-collapse: collapse;
}

#content table.calendar caption{
   padding-bottom: 10px;
   font-size: 1.8em;
   font-weight: normal;
   color: #26365d;
}

#content table.calendar caption span{
   position: absolute;
   top: 0;
   width: 18px;
   height: 0;
   padding-top: 19px;
   overflow: hidden;
   color: #8A4700;
}

#content table.calendar caption span.calendar-prev{
   left: 250px;
   background-image: url(../_img/bigcal_previous.png);
}

#content table.calendar caption span.calendar-next{
   right: 250px;
   background-image: url(../_img/bigcal_next.png);
}

#content table.calendar th{
   padding: 6px 0;
   background: #EDEBE8;
   color: #545454;
   font-size: 1.3em;
   font-weight: normal;
   text-align: center;
}

#content table.calendar td{
   width: 100px;
   height: 68px;
   padding: 2px;
   border: 1px solid #e9e5d9;
   border-left: 0;
   border-top: 0;
   background: #FFF;
   color: #626262;
   font-size: 1em;
   vertical-align: top;
}

#content table.calendar td.empty{
   background: #f6f5f3;
}

#content table.calendar td a{
   text-decoration: none;
}

#content table.calendar td ul{
   margin: .5em 0 0 .5em;
   font-size: 100%;
   list-style: none;
   padding: 0;
}

#content table.calendar td li{
   padding-left: 8px;
   margin-left: 0;
   margin-bottom: .75em;
   font-size: 1.1em;
   line-height: 1.2;
   background: none;
}

#content table.calendar td li a{
   text-decoration: underline;
}

#content table.calendar td li a:hover{
   text-decoration: none;
}

/* =Footer
---------------------------------------------------------------------
*/

#footer{
   clear: both;
   height: 42px;
   color: #ffffff;
   background: url(../_img/footer_bg.gif) repeat-x;
   margin-bottom: 20px;
}

#footer-inner{
  width: 900px;
  margin: 0 auto;
}

#footer-inner p.sharethis{
  float: left;
}

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

ul#footer-nav li{
  float: left;
  display: inline;
  margin: 0 20px 0 0;
  line-height: 42px;
}

ul#footer-nav li a {
  color: #938b72;
}

ul#footer-nav li a:hover {
  color: #57b6dd;
  text-decoration: none;
}

#footer p{
   float: right;
   margin:0;
   line-height: 42px;
}

#footer p.church{
  background: url(../_img/footer_logo_name.gif) no-repeat left 50%;
  height: 0;
  overflow: hidden;
  padding-top: 14px;
  width: 190px;
  margin-top: 15px;
  margin-right: 20px;
}

#footer div.search {
	float: right;
	width: 190px;
	margin-top: 12px;
}

#footer div.search form, #footer div.search fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

#footer div.search fieldset {
	width: 190px;
}

#footer div.search #search_term {
	float: left;
	width: 160px;
	height: 19px;
	line-height: 19px;
	padding: 0 0 0 5px;
	border: 1px solid #938b72;
	color: #938b72;
	text-transform: capitalize;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


#footer div.search #search_go {
	float: right;
	width: 13px;
	height: 13px;
	background: url(../_img/search_go.png) no-repeat;
	text-indent: -9999px;
	margin-top: 3px;
}

#footer p.powered{
   clear: right;   
}

#footer #metanav{
  width: 900px;
  margin:0 auto;
  clear: both;
}

#footer div.min-col{
   float: left;
   display: inline;
   width: 170px;
   margin: 15px 5px 0 5px;
   padding-bottom: 25px;
}

#footer div.min-col ul{
  list-style-type: none;
}

#footer div.min-col ul li{
  margin-bottom: 6px;
  line-height: 1;
}

#footer div.min-col ul a{
  font-size: .9em;
  color: #938b72;
}

#footer div.min-col ul a:hover{
  text-decoration: none;
  color: #504c3f;
}

/* Misc */
.align-left {
	text-align: left;
}
.align-center {
	text-align: center;
}
.align-right {
	text-align: right;
}
