/* @override http://www.doorcreekchurch.org/_css/styles.css */

/* Site: Door Creek Church */

* {
  margin: 0;
  padding: 0;
  outline: 0;
}

body{
  font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
  line-height: 1;
  background-image: url(../_img/bg_body.gif);
  background-repeat: repeat;
}

hr{
  display: none;
}

#skip{
  position: absolute;
  left: -9999px;
}

a{
  overflow: hidden;
}

a img{
  border: 0;
}

/* 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 */


/* =container
---------------------------------------------------------------------
*/

#container{
  background: url(../_img/bg_container_new.png) repeat-x;
}

/* =containerInner
---------------------------------------------------------------------
*/

#containerInner{
	/* Index.php revises this section */
}

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

/* =ministryGuide
---------------------------------------------------------------------
*/

#ministryGuide{
  position: absolute;
  left: 50%;
  z-index: 9999;
  width: 960px;
  margin-left: -480px;
}

#ministryGuide h2{
  position: absolute;
  right: 43px;
  font-size: 12px;
  font-weight: normal;
  font-family: "Lucida Sans", "Lucida Grande", Arial, Helvetica, Verdana, Tahoma, sans-serif;
}

#ministryGuide h2 a{
  display: block;
  width: 127px;
  height: 21px;
  padding: 7px 0 0 23px;
  color: #f9fbfb;
  text-decoration: none;
  background: url(../_img/bg_ministryGuide_h2_a.png) no-repeat;
  outline: 0;
}

#ministryGuideInner{
  display: none;
  clear: both;
  float: left;
  background: #342934;
}

#ministryGuideInner div.spacer{
  clear: left;
  height: 40px;
}

/* =header
---------------------------------------------------------------------
*/

#header{
  position: relative;
  width: 960px;
  margin: 0 auto;
  z-index: 9999;
  height: 163px; /* issue found by chris: http://bit.ly/jZODuz */
}

#header h1{
  float: left;
  width: 322px;
  height: 116px;
  margin: 44px 0 -30px -2px;
  background: url(../_img/bg_h1.png) no-repeat;
  text-indent: -9999px;
}

#header h1 a{
  display: block;
  width: 322px;
  height: 116px;
}

/* newHere */

#header #newHere{
  position: absolute;
  top: 84px;
  right: 10px;
  width: 257px;
  height: 31px;
}

#header #newHere a{
  width: 257px;
  height: 31px;
  display: block;
  text-indent: -9996em;
  background: url(../_img/bg_newHere_new.png) no-repeat;
}

#header #newHere a:hover{

}

/* select location */

#header #select-location {
	position: absolute;
	top: 0;
	right: 0;
	padding-top: 45px;
	width: 232px;
	height: 27px;
	background: url(../_img/bg_selectlocation.png) no-repeat;
}

#header #select-location ul {
	overflow: hidden;
	margin: 0;
	padding: 0;
}

#header #select-location ul li {
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	margin-left: 8px;
	width: 105px;
}

#header #select-location ul li a {
	display: block;
	width: 105px;
	height: 22px;
	text-indent: -9999em;
	background-image: url(../_img/bg_selectlocation_links.png);
	background-repeat: no-repeat;
}

#header #select-location ul li#door-creek a {
	background-position: 0 0;
}

#header #select-location ul li#north-campus a {
	background-position: -108px 0;
}

/* =nav
---------------------------------------------------------------------
*/

#nav-container {
	float: left;
  position: relative;
  z-index: 500;
  clear: left;
  width: 960px;
  height: 36px;
  list-style: none;
}


#nav{
  z-index: 500;
  float: left;
  width: 960px;
  list-style: none;
}

#nav li{
  float: left;
  padding: 0;
  margin: 0;
  font-size: 15px;
}

#nav li:hover{
   position:static;
}

#nav li a{
  display: block;
  height: 23px;
  *height: 26px;
  padding: 10px 20px 0;
  margin: 0;
  color: #fff;
  text-decoration: none;
}

#nav li a:hover,
#nav li.current a,
#nav li.current a:hover{
  background: #4D6A84;
  
}


#nav li ul{
	float: none;
   position: absolute;
   left: -999em;
   z-index: 999;
   width: 140px;
   list-style: none;
   line-height: 1;
}

#nav li li{
   font-size: 1em;
   text-transform: none;
   margin: 0;
   padding: 0;
}

#nav li ul ul{
   margin: -30px 0 0 140px;
}

#nav li:hover ul ul,
#nav li.sfhover ul ul{
   left: -999em;
}

#nav li:hover ul,
#nav li li:hover ul,
#nav li.sfhover ul,
#nav li li.sfhover ul{
   left: auto;
}

	
#nav li li a{
   width: 126px;
   padding: 7px;
   background: #4D6A84 !important;
   height: auto !important;
   font-size: .85em;
   border-bottom:  1px solid #667E94;
}

#nav li li a:hover{
   background: #667E94 !important;
}


/* search */

#header #search {
	float: right;
	width: 225px;
	overflow: hidden;
	position: absolute;
	right: 0;
	bottom: 40px;
}

#header #disability {
	width: 18px;
	height: 18px;
	position: absolute;
	right: 237px;
	bottom: 44px;
}

#header #disability a {
	display: block;
	width: 18px;
	height: 18px;
	text-indent: -9999em;
	background: url(../_img/disability-symbol.png) no-repeat;
}

#header form#searchForm{
  clear: right;
  float: right;
  width: 223px;
  height: 27px;
  margin: 2px 0 0 0;
  padding: 4px 0 0 4px;
  background: url(../_img/bg_searchForm.png) no-repeat;
}

#header form#searchForm input{
  float: left;
  width: 150px;
  height: 17px;
  margin-right: 3px;
  padding: 4px 5px 0;
  border: 1px solid #b9becb;
  background: #fcfdfe;
  color: #2b292b;
  font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
  font-weight: bold;
}

#header form#searchForm a{
  float: left;
  width: 54px;
  height: 22px;
  margin-top: 1px;
  background: url(../_img/bg_searchForm_a.png) no-repeat;
  text-indent: -9999px;
}

#header form#searchForm a:hover{
  background-position: left bottom;
}

/* =contentWrap
---------------------------------------------------------------------
*/

#contentWrap{
  clear: both;
  width: 960px;
  margin: 0 auto 29px;
  background: url(../_img/bg_contentWrap.png) repeat-y right top;
}

body#noSidebar #contentWrap{
   background-image:none;
   background:#fff;
}

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

body#home #contentWrap{
  margin-bottom: 0;
  padding: 20px 0;
  background: none;
}

body#home #contentWrap div#homePageRotator{
  float: left;
  width: 710px;
}

body#home #contentWrap div#homePageRotator img{
  border: 0;
}

/* =homeBoxes
---------------------------------------------------------------------
*/

#homeBoxes{
  width: 230px;
  float: right;
  margin-right: 1px;
  padding: 0 0 0 18px;
  background: #D0C49A;
  height: 309px; /* keeps the right-hand-side box aligned */
}

#homeBoxes div#hb_welcome{
  /*height: 127px;*/
  min-height: 117px;
  padding-bottom: 10px;
}

#homeBoxes div#hb_lastWeeksMessage{
  /*height: 182px;*/
  padding-bottom: 40px;
}

#homeBoxes h2{
  height: 35px;
  margin: 0 0 8px -18px;
  background-color: #4D6A84;
  background-position: 3px top;
  background-repeat: no-repeat;
  text-indent: -9999px;
}

#hb_welcome h2{
	margin: 0 0 4px -18px;
}

#homeBoxes #hb_welcome h2{
  background-image: url(../_img/bg_homeBoxes_h2_welcome.png);
}

#homeBoxes #hb_lastWeeksMessage h2{
  background-image: url(../_img/bg_homeBoxes_h2_lastWeeksMessage.png);
}

#homeBoxes h3{
  margin-bottom: .3333em;
  font-size: 12px;
}

#homeBoxes h3 a{
  color: #000000;
  text-decoration: none;
}

#homeBoxes p,
#homeBoxes #hb_welcome div{
  margin-bottom: .75em;
  font-size: 12px;
  color: #000000;
  line-height: 1.25;
}

#homeBoxes #hb_welcome div{
  margin-bottom: 0;
}


#homeBoxes p.date{
  margin-bottom: 0;
  color: #83534C;
  font-weight: bold;
}

#homeBoxes p.preacher{
  margin-bottom: .6667em;
}

#homeBoxes p a{
  color: #799dca;
  font-weight: bold;
  text-decoration: none;
}

#homeBoxes ul{
  width: 214px;
  padding-top: 0;
  /*border-top: 1px solid #3e4650;*/
}

#homeBoxes li{
  float: left;
  margin-right: 4px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: bold;
  list-style: none;
}

#homeBoxes li#lwm_download{
  margin: 0;
}

#homeBoxes li a{
  display: block;
  width: 77px;
  height: 21px;
  padding: 11px 2px 0 26px;
  color: #282937;
  text-decoration: none;
  text-align: center;
}

#homeBoxes li#lwm_listen a{
  background-image: url(../_img/bg_lwm_listen.png);
  background-repeat: no-repeat;
}

#homeBoxes li#lwm_download a{
  background-image: url(../_img/bg_lwm_download.png);
  background-repeat: no-repeat;
}

#homeBoxes li a:hover{
  color: #fff;
  background-position: left bottom;
}

#homeBoxes p#survey-btn {
	padding: 5px 0 0 0;
}


#homeBoxes p#survey-btn a{
	display: block;
  	width: 104px;
  	height: 32px;
  	text-indent: -9999em;
  	background: url(../_img/bg_btn-take-survey.png) no-repeat 0 0;
}

#homeBoxes p#survey-btn a:hover {
	background-position: 0 -32px;
}


#homeBoxes p#register-btn {
	padding: 5px 0 0 0;
}
#homeBoxes p#register-btn a{
	display: block;
  	width: 104px;
  	height: 32px;
  	text-indent: -9999em;
  	background: url(../_img/bg_btn-register.png) no-repeat 0 0;
}
#homeBoxes p#register-btn a:hover {
	background-position: 0 -32px;
}


/* =content
---------------------------------------------------------------------
*/

#content{
  float: right;
  width: 515px;
  margin-right: 134px;
  padding: 34px 20px 5px 25px;
  background: url(../_img/bg_content.gif) repeat-x top left;
  min-height: 500px;
}

body#home #content{
  background: none;
}

body#noSidebar #content{
   width: 915px;
   margin: 0;
}

#content h2.page-title {
  margin-bottom: .3333em;
  color: #352a35;
  font-size: 27px;
  font-weight: normal;
}

#content h2{
  margin-bottom: .3333em;
  color: #352a35;
  font-size: 27px;
  font-weight: normal;
}

#content h3{
  margin-bottom: .125em;
  color: #352a35;
  font-size: 16px;
  font-weight: bold;
}

#content h4,
#content h5,
#content h6{
  margin-bottom: .5em;
  padding-bottom: 4px;
  border-bottom: 1px solid #d6dade;
  color: #352a35;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}

#content p,
#content li{
  margin-bottom: 1.5385em;
  color: #4d5167;
  font-size: 13px;
  line-height: 1.5385;
}

#content table{
  margin-bottom: 25px;
  border-collapse: collapse;
}

#content ul,
#content ol{
  margin: 0 0 1.5385em 20px;
}

#content ul{
  margin: 0 0 1.5385em 3em;
}

#content li{
  margin-bottom: 0.3077em;
}

#content ul li{
	list-style-type: disc;
}

#content ol li{
  color: #342934;
  font-weight: bold;
}

#content ol li span{
  color: #4d5167;
  font-weight: normal;
}

#content blockquote{
  width: 443px;
  margin-bottom: 20px;
  padding:  8px 10px 19px;
  border-left: 8px solid #8da0af;
  color: #4d5167;
  font-size: 16px;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-style: italic;
  line-height: 1.5;
}

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

#content a{
  color: #2261b4;
  font-weight: bold;
  text-decoration: none;
}

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

#content img{
  margin-bottom: 13px;
  padding: 7px;
}

#content #text{
  margin-top: 11px;
}


/* Forms 

#content label {  
float: left;  
width: 11em;  
margin-right: 1em;
text-align: right; 
}

#content .checkbox label{
	float: inherit;
}

#content .checkbox input{
	width: auto;
	height: auto;
	margin-left: 12em;
}
*/

/*
#content fieldset input{
	float: right;
	height: 16px;
	width: auto;
} */

/*
#content #formsubmit {
	float: left;
	margin-left: 12em;
}

#content legend{
	width: 515px;
	text-align: left;
	white-space: inherit;
}
#content .monkForm div {
	clear: both;
}
*/

/* filters */

#content .filters {
	margin-bottom: 25px;
}

#content .filters h5 {
	display: inline;
	margin-right: 10px;
}

#content .filters select {
	width: 140px;
	margin-right: 10px;
}

/* byline */

#content p#byline{
  margin-bottom: 0;
  padding-bottom: 1em;
  border-bottom: 1px solid #EAE8C6;
}

#content p#byline.sermon{
  clear: both;
}

/* mediabox */

#content ul#mediabox{
  float: right;
  width: 106px;
  margin-left: 25px;
  padding: 11px 0 0 25px;
  background: url(../_img/bg_sermonList_sermon.gif) no-repeat -340px top;
  
}

#content ul#mediabox li{
  padding: 0;
  background: none;
  font-size: 11px;
}

/* articleList */

#content #articleList,
#content #sermonList{
  width: 474px;
  margin: 21px 0 0 2px;
  padding: 16px;
  background: url(../_img/bg_articleList.gif) no-repeat;
  min-height: 140px;
}

#content #articleList.pages,
#content #sermonList.pages{
  background: none;
}

#content #sermonList{
  background-image: url(../_img/bg_sermonList.gif);
  clear: both;  
  height: 100px;

}

#content #articleList h3,
#content #sermonList h3{
  margin-bottom: 1em;
  color: #5a5e72;
  font-size: 12px;
  font-weight: normal;
}

#content #sermonList h3{
  clear: both;
}

#content #articleList .article,
#content #sermonList .sermon{
  clear: both;
  float: left;
  width: 474px;
  margin-bottom: 11px;
  padding-top: 11px;
  border-top: 1px solid #eae8c6;
}

#content #sermonList .sermon{
  margin-bottom: 19px;
  background: url(../_img/bg_sermonList_sermon.gif) no-repeat;
}

#content #articleList .article.latest,
#content #sermonList .sermon.latest{
  margin-bottom: 36px;
  padding: 0;
  border: 0;
}

#content #articleList .article.last,
#content #sermonList .sermon.last{
  margin-bottom: 0;
  padding-bottom: 14px;
  border-bottom: 1px solid #eae8c6;
}

#content #articleList .article.latest h3,
#content #sermonList .sermon.latest h3{
  margin-bottom: .5625em;
}

#content #articleList .article h4,
#content #sermonList .sermon h4{
  border: 0;
  padding: 0;
  font-size: 14px;
  text-transform: none;
  line-height: 1.25;
}

#content #articleList .article p{
  color: #5a5e72;
  font-size: 10px;
  text-transform: uppercase;
}

#content #sermonList .sermon p{
  color: #5a5e72;
  font-size: 12px;
}

#content #articleList .article em,
#content #sermonList .sermon em{
  font-size: 12px;
}

#content #articleList .article p a,
#content #sermonList .sermon p a{
  font-size: 11px;
  text-transform: none;
}

#content #sermon-utility {
	position: relative;
}

#content p#filter{
  
  /*float: left;
  margin-top: -10px;*/

  position: absolute;
  top: 25px;
}

#content p.sermonfeed{
   float: right;
   margin-bottom: 0;
}

#content p.sermonfeed a{
   display: block;
   background: url(../_img/bg_sermon_feed.gif) no-repeat right;
   line-height: 27px;
   padding: 7px 40px 0 0;
   margin-top: -7px;
}
#content p.sermonrss{
   float: right;
   clear: right;
   margin-bottom: 0;
}

#content p.sermonrss a{
   display: block;
   background: url(../_img/rss.jpg) no-repeat 172px;
   height: 27px;
   padding: 7px 40px 0 0;
   margin-top: 5px;
   
}
#content p.sermonrss-2009{
   float: right;
   clear: right;
    margin-bottom: 0;
}

#content p.sermonrss-2009 a{
   display: block;
   /*background: url(../_img/rss.jpg) no-repeat 172px;*/
   height: 27px;
   padding: 0 40px 0 0;
   margin-top: 5px;
}
/* sermonDetails */

#content #sermonList .sermonDetails{
  float: left;
  width: 325px;
  margin-right: 17px;
  }

#content #sermonList .sermonDetails h4 a{
  color: #352a35;
}

/* sermonActions */

#content #sermonList ul.sermonActions{
  float: left;
  margin: 0 0 0 23px;
}

#content #sermonList ul.sermonActions li{
  padding: 0;
  background: none;
  font-size: 11px;
}

/* pagination */

#content #articleList p#pagination,
#content #sermonList p#pagination{
  float: right;
  margin-right: 30px;
  color: #707385;
  font-size: 12px;
}

#content #articleList p#pagination a,
#content #articleList p#pagination span,
#content #sermonList p#pagination a,
#content #sermonList p#pagination span{
  float: left;
  display: block;
  padding: 3px 10px 0;
  font-size: 12px;
  text-align: center;
}

#content #articleList p#pagination span,
#content #sermonList p#pagination span{
  padding: 3px 4px 0;
}

#content #articleList p#pagination a#current,
#content #sermonList p#pagination a#current{
  width: 26px;
  height: 23px;
  padding: 3px 0 0;
  background: url(../_img/bg_pagination_current.gif) no-repeat;
}

#content #articleList p#pagination a#next,
#content #articleList p#pagination a#previous,
#content #sermonList p#pagination a#next,
#content #sermonList p#pagination a#previous{
  font-weight: normal;
}

#content #articleList p#pagination a#off,
#content #sermonList p#pagination a#off{
  display: none;
}

/* =sidebar
---------------------------------------------------------------------
*/

#sidebar{
  float: left;
  width: 247px;
  padding-top: 21px;
}

#sidebar p.sidebar-more {
	text-align: right;
}

#sidebar p.sidebar-more a {
  font-size: 12px;
  color: #222222;
  text-decoration: none;
  margin: 0 0 8px 0;
  padding: 4px;
  text-transform: uppercase;
  font-weight: bold;
}

/* =homebar
---------------------------------------------------------------------
*/

#homebar{
  width: 960px;
  margin: 24px auto;
}

/* =subnav
---------------------------------------------------------------------
*/

#subnav{
  margin-bottom: 21px;
  padding: 6px 0 9px;
  background: url(../_img/bg_subnav.gif) repeat-y;
}

#subnav li{
  font-size: 11px;
  text-transform: uppercase;
  list-style: none;
}

#subnav li.current{
  font-weight: bold;
}

#subnav li a{
  display: block;
  width: 195px;
  margin: 0 12px 0 13px;
  padding: 8px 5px;
  border-bottom: 1px solid #332f37;
  color: #ece9f3;
  text-decoration: none;
}

#subnav li.current a{
  width: 229px;
  height: 24px;
  margin: 0;
  padding: 15px 0 0 18px;
  border: 0;
  background: url(../_img/bg_subnav_li_current_a.png) no-repeat;
  color: #ffffff;
}

#subnav li.preCurrent a{
  border: 0;
}

#subnav li.last a{
  border: 0;
}

#subnav li a:hover{
  background: url(../_img/bg_subnav_li_li_current_a.png);
}

#subnav li.current a:hover{
  background: url(../_img/bg_subnav_li_current_a.png) no-repeat;
}

#subnav ul {
	display: none;
}

#subnav li.current ul {
	display: block;
}

#subnav li.current li a {
	background: none;
	background: #627a8f;
    width: 195px;
  margin: 0 12px 0 13px;
  padding: 8px 5px;
  border-bottom: 1px solid #494f59;
  color: #ece9f3;
  text-decoration: none;
  height: auto !important;
}

#subnav li.current li a:hover {
	background: #4d6a84;
}

#subnav li.current li.current a, #subnav li.current li.current a:hover {
	background: #4d6a84;
	border: 0;
	color: #ffffff;
}

#subnav li.current li li a {
	width: 180px;
	padding-left: 20px;
	background: #627a8f !important;
	border-bottom: 1px solid #494f59 !important;
	color: #ece9f3;
}

#subnav li.current li li a:hover {
	background: #4d6a84 !important;
}

/* =sidebarEvents
---------------------------------------------------------------------
*/

#sidebarEvents{
  position: relative;
  clear: left;
  float: left;
  width: 100%;
  margin: 18px 0;
}

body#home #sidebarEvents{
  clear: none;
  width: 450px;
  float: left;
  display: inline;
  margin: 0 0 0 15px;
}

#sidebarEvents .sidebarEvents-header {
	position: relative;
	margin-bottom: 10px;
	height: 54px;
}

body#home #sidebarEvents .sidebarEvents-header {
	height: 34px;
}

body#home #sidebarEvents .sidebarEvents-header {
	border-bottom: 1px solid #C2C2C2;
}

#sidebarEvents .sidebarEvents-header h3 {
  margin-bottom: 15px;
  border-bottom: 1px solid #C2C2C2;
  padding-bottom: 5px;
}

body#home #sidebarEvents .sidebarEvents-header h3 {
  border-bottom: 0;
  padding-bottom: 0;
}

#sidebarEvents .sidebarEvents-header a {
	position: absolute;
	right: 0;
	bottom: 0;
	background: url(../_img/icon_cal_home.png) no-repeat right 50%;
	font-size: 1.1em;
	font-weight: normal;
	color: #2261b4;
	text-decoration: none;
	padding-right: 30px;
	margin: 0;
	display: block;
	height: 20px;
}

body#home #sidebarEvents .sidebarEvents-header a {
	top: 0;
}

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

#sidebarEvents h3.sidebar{
margin-bottom: 15px;
  border-bottom: 1px solid #C2C2C2;
  padding-bottom: 5px;
}

#sidebarEvents h3.sidebar a{
  color: #4d6a84;
}

#sidebarEvents .event  {
	margin-bottom: 10px;
	overflow: hidden;
}

        
#sidebarEvents .event .date { 
	float: left;
	background: #4d6a84;
	font-size: 1.6em;
	color: #ffffff;
    text-align: center;
    padding: 6px 8px;
	text-transform: uppercase;
	font-weight: bold;
}
		  
#sidebarEvents .event .date span { 
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	font-size: 16px;
	text-transform: none;
}

#sidebarEvents .event .info {
	float: right;
	width: 195px;
}

body#home #sidebarEvents .event .info {
	width: 395px;
}
		
#sidebarEvents .event .info h3  { 
	margin-bottom: 1px;
  font-size: 14px;
  line-height: 1.25;
}
		
#sidebarEvents .event .info h3 a  { 
	color: #000000;
  text-decoration: none;
}

#sidebarEvents .event .info h3 a:hover  { 
	color: #000000;
  border-bottom: 1px solid #000000;
}
  
#sidebarEvents .event .info p {
	margin-bottom: 1em;
  color: #000000;
  font-size: 12px;
  line-height: 1.5;
}

#sidebarEvents .event .info p a {
  color: #000000;
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
}

#sidebarEvents .event .info p a:hover {
	text-decoration: underline;
}

/* eventsInfo */

#eventsInfo{
  padding: 10px;
  background: #83534C;
}

#eventsInfo h3{
  margin-bottom: .5em;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: .025em;
}

#eventsInfo h3 a{
  color: #fff;
  text-decoration: none;
}

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

#eventsInfo p{
  color: #fff;
  font-size: 12px;
  line-height: 1.5;
}

/* =quicklinks
---------------------------------------------------------------------
*/

#quicklinks{
  clear: left;
  width: 221px;
  margin-bottom: 18px;
  padding-left: 10px;
  border-left: 1px solid #4D6A84;
}

body#home #quicklinks{
  clear: none;
  float: left;
  margin-right: 15px;
  padding: 0;
  border: 0;
}

#quicklinks .quicklink{
  margin-bottom: 10px;
  border: 2px solid #4D6A84;
}

#quicklinks .quicklink a{
  display: block;
  color: #000000;
  text-decoration: none;
}

#quicklinks .quicklink a img{
  display: block;
  border: 0;
}

#quicklinks .quicklink a span{
  display: block;
  width: 210px;
  height: 21px;
  padding: 11px 0 0 7px;
  background: url(../_img/bg_quicklinks_a_span.jpg) no-repeat left bottom;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}

#quicklinks .quicklink a:hover span{
  background-position: left top;
}

#quicklinks .quicklink a span b{
  padding-right: 5px;
  background: url(../_img/bg_quicklinks_a_span_b.jpg) no-repeat -7px -43px;
}

#quicklinks .quicklink a:hover span b{
  background-position: -7px -11px;
}

/* =sidebarBlog
---------------------------------------------------------------------
*/

body#home #sidebarBlog{
  float: left;
  width: 470px;
  margin-right: 19px;
}

/* body#home a.homeRSS{
  background: url(../_img/rss.png) no-repeat left top;
  display: inline-block;
  height: 0;
  padding-top: 16px;
  overflow: hidden;
  width: 16px;
}
*/

body#home .latest-news-header {
	position: relative;
	border-bottom: 1px solid #C2C2C2;
	height: 34px;
	margin-bottom: 10px;
}

body#home ul#social-links {
	list-style: none;
	margin-left: 10px;
	position: absolute;
	right: 10px;
	top: 0;
}

body#home ul#social-links li {
	list-style: none;
	float: left;
	margin-right: 8px;
}

body#home ul#social-links li a {
	display: block;
	width: 20px;
	height: 20px;
	background: url(../_img/icons_social.png) no-repeat 0 0;
	text-indent: -9999px;
}

body#home ul#social-links li#subscribe a {
	background: none;
	text-indent: 0;
	width: auto;
	height: auto;
	font-size: 1.1em;
	font-weight: normal;
	color: #2261b4;
	text-decoration: none;
}

body#home ul#social-links li#subscribe a:hover {
	text-decoration: underline;
}

body#home ul#social-links li#facebook a {
	background: url(../_img/icons_social.png) no-repeat 0 0;
}

body#home ul#social-links li#rss a {
	background: url(../_img/icons_social.png) no-repeat -28px 0;
}

#sidebarBlog h3.sidebar{
margin-bottom: 15px;
  border-bottom: 1px solid #C2C2C2;
  padding-bottom: 5px;
}

#sidebarBlog h3.sidebar a{
  color: #4d6a84;
}

#sidebarBlog h3.sidebar a:hover{
	text-decoration: none;
}
  
  
body#home #sidebarBlog h3{
  margin-bottom: 15px;
}

body#home #sidebarBlog .post h3{
  margin-bottom: 0;
}

#sidebarBlog h2{
  margin-bottom: .6667em;
  padding-bottom: 13px;
  color: #4D6A84;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: .01em;
}

body#home #sidebarBlog h2{
  margin-bottom: .8889em;
}

#sidebarBlog .post  {
	overflow: hidden;
	margin-bottom: 10px;
}

#sidebarBlog .post .post-img {
	float: left;
	width: 75px;
}

#sidebarBlog .post .post-img img {
	float: none;
	width: 70px;
	border: 0;
	padding: 0;
	margin: 0;
	
}

#sidebarBlog .post .post-info  {
	float: right;
	display: inline;
	width: 380px;
}

#sidebarBlog .post h3{
  margin-bottom: 1px;
  font-size: 14px;
  line-height: 1.25;
}

#sidebarBlog .post h3 a{
  color: #000000;
  text-decoration: none;
}

#sidebarBlog .post h3 a:hover{
  color: #000000;
  border-bottom: 1px solid #000000;
}

#sidebarBlog a.more-news,
#content.article a.more-news,
#sidebarEvents a.more-news{
  font-size: 12px;
  color: #222222;
  text-decoration: none;
  margin: 0 0 8px 0;
  padding: 4px;
  float: right;
  text-transform: uppercase;
  font-weight: bold;
}

#sidebarBlog p{
  margin-bottom: 1em;
  color: #000000;
  font-size: 12px;
  line-height: 1.5;
}

#sidebarBlog p.date{
  margin-bottom: .3333em;
  color: #83534C;
  font-size: 11px;
  font-family: Georgia, Times, "Times New Roman", serif;
}

#sidebarBlog .post p.date em{
  padding-bottom: 1px;
  font-style: italic;
  text-decoration: underline;
}

/* =sitemap
---------------------------------------------------------------------
*/

#containerSitemap{
	width: 100%;
	height: 100%;
	margin: 0 auto 0 auto;
	padding-top: 25px;
	background-color: #83534C;
}

#sitemap{
  clear: left;
  width: 959px;
  margin: 0px auto 27px;
  padding: 27px 0 0;
  border-top: 1px solid #000000;
  background: url(../_img/bg_sitemap2.png) repeat-x;
  z-index: 3;
}

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

#sitemap div.col,
#ministryGuide div.col{
  float: left;
  width: 130px;
  padding: 0 15px;
}

#sitemap div.col.last,
#ministryGuide div.col.last{
  width: 129px;
}

#sitemap li,
#ministryGuide li{
  margin-bottom: .5833em;
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  list-style: none;
  line-height: 1.1;
}

#sitemap li a,
#ministryGuide li a{
  display: block;
  color: #ffffff;
  text-decoration: none;
}

#sitemap li li,
#ministryGuide li li{
  margin: 0;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-transform: none;
  line-height: 1.25;
}

#sitemap li li a,
#ministryGuide li li a{
  font-size: 11px;
  font-weight: normal;
  margin-bottom: .1818em;
  color: #ffffff;
}

#sitemap li ul,
#ministryGuide li ul{
  margin-top: 5px;
}

/* =Contact Form
---------------------------------------------------------------------
*/
/*
form.monkForm legend {
  padding: 10px 0;
  margin: 0;
}

.monkForm .textarea textarea{
   width: 100%;
   height: 100px;
}

#content .monkForm div {
  padding: 5px 0 0 0;
}

#content .monkForm p.data{
  margin-bottom:8px;
}

.monkForm p label{
  float: left;
  margin-right: 10px;
}

.monkForm .captcha p,
.monkForm .captcha p.data input{
   float: left;
   clear: both;
}

.monkForm .captcha p.data{
   margin-bottom: 4px;
}

.monkForm p#formsubmit{
   clear: both;
}

#content #comments form label{
	width: 120px;
	display: inherit;
	margin-right: 10px;
	margin-bottom: 10px;
	display: block;
	float: none;
	padding: 0;
}

#content #comments form textarea{
	height: 300px;
	margin-bottom: 10px;
	border-right: 1px solid #C2BCA2;
	border-bottom: 1px solid #C2BCA2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	padding: 5px;
	line-height: 1.5em;
	width: 400px;
	float: none;
}
*/


/* =footer
---------------------------------------------------------------------
*/

#footer{
  clear: both;
  width: 960px;
  margin: auto;
  padding: 14px 0 100px;
  border-top: 1px solid #000000;
  font-family: "Lucida Sans", "Lucida Grande", Arial, Helvetica, Verdana, Tahoma, sans-serif;
}

#footer div.copyright {
  float: right;
  text-align: right;
}

#footer p{
  margin-bottom: .75em;
  color: #ffffff;
  font-size: 12px;
}

#footer p strong{
  color: #ffffff;
}

#footer div.powered{
  float: left;
  font-size: 12px !important;
}

#footer div.powered div {
	display: inline;
}

#footer a{
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
}

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

.ui-tabs .ui-tabs-hide  {  
	display: none;
}

#content #event-tabs .tabs-links {  
	overflow: hidden;
	margin: 0 0 15px 0;
	padding: 0;
	background: none;
	border: 0;
}

#content #event-tabs .tabs-links li {  
	float: left;
	list-style: none;
	margin-right: 10px;
	background: none;
	padding: 0;
}

#content #event-tabs .tabs-links li a {  
	text-decoration: none;
	padding: 4px 8px;
	display: block;
    background: #eee;
	border: 1px solid #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#content #event-tabs .tabs-links li.ui-tabs-selected a {  
	background: #4d6a84;
	color: #fff;
	border: solid thin #ccc;
}

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

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

#content table.calendar caption{
   font-size: 1.6em;
   line-height: 34px;
   font-weight: normal;
   color: #c1c9d4;
   background: #1d2a3c;
   font-family: Lucida Grande;
}

#content table.calendar caption span{
   position: absolute;
   top: 0;
   width: 16px;
   color: #8A4700;
}

#content table.calendar caption span.calendar-prev{
   left: 10px;
}

#content table.calendar caption span.calendar-next{
   right: 10px;
}
#content table.calendar caption span img{
   border: none;
   margin: 0;
   padding: 0;
}
#content table.calendar th{
   padding: 6px 6px 6px 0;
   background: #e6e6e6;
   color: #1d2a3c;
   font-size: .8em;
   font-weight: normal;
   text-align: right;
   border: 1px solid #cbcbcb;
}

#content table.calendar td{
   width: 73px;
   height: 68px;
   padding: 2px 4px;
   border: 1px solid #cbcbcb;
   background: #FFF url(../_img/bg_calendar_day.gif) no-repeat left top;
   color: #626262;
   font-size: .7em;
   vertical-align: top;
}

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

#content table.calendar td a{
   text-decoration: none;
   font-size: .9em;
   color: #1d2a3c;
}

#content table.calendar td a:hover{
	color: #1f62c3;
}


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

#content table.calendar td li{
	list-style:none;
   padding: 2px 5px;
   margin: .75em -.4em;
   border-top: 1px solid #cbcbcb;
   border-bottom: 1px solid #cbcbcb;
   font-size: 1.1em;
   line-height: 1.2;
   background: #f1f7f9;
}

#content table.calendar td li a{
	color: #1f62c3;
}
#content table.calendar td li a:hover{
   color: #1d2a3c;
}

#content table.calendar td li:hover{
   background: #fff;
}

/* Fix the .gallery-list to be like .gallery-thumbnail */

#galleries .gallery-list {
   float: left;
   width: 444px;
   margin-bottom: 15px;
}

#galleries .gallery-list h4{
   margin-bottom: 5px;
   border-bottom: none;
}

#galleries .gallery-thumbnail {
display:inline;
float:left;
margin:0 10px 10px 0;
overflow:hidden;
text-align:center;
width:136px;
}

#galleries .gallery-thumbnail a{
display:block;
padding:0;
width:130px;
}

#galleries .gallery-thumbnail a:hover {
border-color:#a8a8a8;
}

#galleries .gallery-thumbnail a img{
border:medium none;
margin:0;
padding:0;
}

/* Misc */

/* http://support.monkdevelopment.com/admin.php?pg=request&reqid=19548 */
#TB_window {
	position:relative;
	z-index:9999 !important;
}

/* RSVP */
p#register a {
	display: block;
	width: 107px;
	height: 29px;
	text-indent: -9999px;
	background: url(/_img/btn_register-now.png) no-repeat 0 0;
}




