/* Memorial Baptist Church (MBC)
   ----------------------------------------------------

   Core CSS
	Author:     George Hite
   Updated by: George Hite
   Updated:    11.02.08
   ----------------------------------------------------*/
	
/* Style Sheet Purpose:
	Put all selectors, classes and ID's in one style sheet.
	
	Style Sheet Organization:
	(.) HTML Tags
	(.) Generic
	(.) Header Zone
	(.) Primary Navigation
	(.) Content Zone
	(.) Footer Zone
	(.) Components
		 (..) Clear Floats
   ----------------------------------------------------*/

/* =HTML Tags
   ----------------------------------------------------*/

html {
	color:#000;
	background:#fff;
}	
	
body {
	font-size: 10pt;
	font:10pt Arial,Helvetica,Geneva,sans-serif;
	color:#000;
	background:#fff;
	}

h1 {
	margin: 0.5pc 0 0.8pc;
	font-size: 16pt;  
	}
	
h2, h3, h4, h5, h6 {
	margin: 0.5pc 0;
	}
	
h2 {
	font-size: 14pt;
	}

h3 {
	font-size: 13pt;
	}

h4 {
	font-size: 12pt;
	}

h5 {
	font-size: 11pt;
	}

h6 {
	font-size: 10pt;
	}

a {
	color:#000;
	text-decoration:none;
}

img {
	display:block;
	border: none;
	}
	
a img {
	border: none;
	}

caption, th {
	text-align: left;
	}

td, th {
	padding-right: 1em;
	}
	
hr {
	border:none;
	border-top: 0.75pt solid #000;
	height: 0.75pt;
	padding: 0;
	margin: 0;
	}
	
acronym, abbr {border: none;}
	
q:before, q:after {
   content: "";
	}
	
/* =Generic
   ----------------------------------------------------*/

.access {
	display:none;
	}

	
/* =Primary Navigation
   ----------------------------------------------------*/

#primary-navigation {
	display:none;
}

/* =Org zone
   ----------------------------------------------------*/
   
#org-zone h1 {
	display:inline-block;
	margin-bottom:0;
	border-bottom:0.5pt solid #000;
	font-size:18pt;
}

#org-zone p {
	margin-top:0;
	font-size:12pt;
}

#search-wrapper {
	display:none;
}

#contact-zone {
	display: none;
}

#services h2 {
	display:inline;
	font-size:12pt;
	vertical-align:middle;
}

#services h2 .extra-span {
	display:none;
}

#services dl,#services dt,#services dd {
	display:inline-block;
	vertical-align:middle;
}

#content-zone #services dt {	
	margin:0;
	font-weight:normal;
}

#main-content .connect {
	display:none;
}

#intro-wrapper {
	padding:15pt 0;
}

#upcomingevents {
	margin:10pt 0;
	padding:5pt 0;	
	border-top:0.5pt solid #000;
	border-bottom:0.5pt solid #000;
}

#upcomingevents h3 {
	font-size: 10pt;
}

#content-zone #services dd {
	margin:0 4pt 0 0;
	padding-right:4pt;
	border-right:0.5pt solid #000;
}

#content-zone #service-location-title,
#content-zone #service-location {
	display: none;
}

#featured h2 {
	display:none;
}

#featured h4 {
	font-weight: 500;
	font-style: italic;
}

#content-zone #featured-list {
	list-style: none;
	margin:0;
	padding:0;
}

#content-zone .featured-item {
	padding-bottom:12pt;
	margin-bottom:12pt;
	border-bottom:0.5pt dashed #000;
}

.featured-link {
	display:none;
}

#ministry {
	margin-top:15pt;
}

#ministry h3 {
	margin-bottom:0;
}

#ministry-index {
	margin:0 0 15pt;
	padding:0 2pt 2pt;
	background-color: #ccc;
	border-bottom:0.5pt solid #000;
}

#ministry-index .index-group {
	display:block;
}

#ministry-index:after,
.index-group:after {
	content:".";
	clear:both;
	display:block;
	visibility:hidden;
	height:0;
	font-size:0;
	background-color:transparent;
	}

#ministry-index dl {
	float:left;
	width:30%;
	padding:0 4pt 16pt;
	vertical-align:top;
}

#ministry-index dt {
	font-weight: 700;
	margin:8.5pt 0 2pt;
}

#help-zone {
	display:none;
}

#content-zone #plugins {
	display:none;
}

#reading-week-zone h3 {
	margin-bottom:0;
}

#reading-week-zone #reading-week {
	display:block;
	margin-bottom:12pt;
	font-weight:normal;
}

#reading-week-zone {
	width:200pt;
}

#reading-week-zone dl dt {
	display:inline-block;
	float:left;
	font-weight: normal;
	vertical-align:top;
	clear:both;
}

#reading-week-zone dl dd {
	display:inline-block;
	float:right;
}

#reading-week-zone dl:after {
	content:".";
	clear:both;
	display:block;
	visibility:hidden;
	height:0;
	font-size:0;
	background-color:transparent;
}

#affiliations-zone {
	margin-top:10pt;
	padding-top:5pt;
}

#footer-zone h2 {
	display:none;
}

#footer-zone {
	border-top:0.5pt #000 solid;
	margin-top:14pt;
	padding-top:1pt;
	font-size:9pt;
}

#footer-zone dt, #footer-zone dd {
	display:inline-block;
	font-size:9pt;
	margin:0;
	padding:0;
}

#footer-zone dt {
	margin-right:4pt;
}

#footer-zone dd {
	margin-right:4pt;
	padding-left:4pt;
	border-left:0.5pt solid #000;
}

#footer-zone address {
	font-size:9pt;
	font-style:normal;
}

#footer-zone .tel .type {
	display:none;
}
