/*
Theme Name: NLWC01
Theme URI: http://www.williamsasp.com
Description: New Life Worship Center Theme 01
Version: 2 (WP2.7.1)
Author: Michael Alan Williams
Author URI: http://www.williamsasp.com
Tags: New Life Worship Center
*/

/* Global reset */
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td {
	margin:0;
	padding:0
}
html, body {
	height:100%;
}
table {
	border-collapse:collapse;
	border-spacing:0
}
fieldset, img {
	border:0
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal
}
ol, ul, li {
	list-style:none
}
caption, th {
	text-align:left
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal
}
:focus {
	outline: 0px;
}
q:before, q:after {
	content:''
}
/* The below restores some sensible defaults */
strong {
	font-weight: bold
}
em {
	font-style: italic
}
a img {
	border:none
} /* Gets rid of IE's blue borders */
img {
	-ms-interpolation-mode: bicubic;
}
/* TYPOGRAPHY */
html {
}
body {
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-size:62.5%;
	color: #787878;
	background:#e0dedc url(img/body-bg.jpg) top center repeat-x;
}
body#home {
	background:#e0dedc url(img/body-bg-home.jpg) top center repeat-x;
}
body#home #main {
	display:none;
	font-size: 1.2em;
}
body#home #sidebar {
	display:none;
}
h1, h2, h3, h5, h5, h6 {
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}
h1 {
	margin: 0 0 .3em 0;
	padding: 0;
	font-size: 2.1em;
	font-weight: normal;
	line-height: 1em;
}
h2 {
	margin: 0 0 .3em 0;
	padding: 0;
	font-size: 1.8em;
	font-weight: normal;
	line-height: 1em;
}
h3 {
	margin: 0 0 .3em 0;
	padding: 0;
	font-size: 1.5em;
	font-weight: normal;
	line-height: 1em;
}
h4 {
	margin: 0 0 .3em 0;
	padding: 0;
	font-size: 1.3em;
	font-weight: normal;
	line-height: 1em;
}
h5 {
	margin: 0 0 .3em 0;
	padding: 0;
	font-size: 1.0em;
	font-weight: normal;
	line-height: 1em;
}
h6 {
	margin: 0 0 .3em 0;
	padding: 0;
	font-size: 0.7em;
	font-weight: normal;
	line-height: 1em;
}
#content a {
	color: #387E8A;
	text-decoration:none;
}
#content a:hover {
	text-decoration:underline;
}
#content p {
	font-size: 1.4em;
	line-height: 1.8;
	margin-bottom:1.2em;
}
#content ul {
	margin:1em 4em;
}
#content li {
	font-size: 1.2em;
	line-height: 1.6;
	list-style:disc;
}
/* LAYOUT */
/* ----------------------------------------- */

.center {
	display:block;
	margin:0 auto
}
.floatLeft {
	float:left
}
.floatRight {
	float:right
}
img.floatLeft {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	clear:left;
}
img.floatRight {
	float:right;
	margin-left:10px;
	margin-bottom:10px;
}
img.alignleft {
	float:left;
	margin-right:10px;
}
img.alignright {
	float:right;
	margin-left:10px;
}
.wp-caption {
	border:1px solid #ccc;
	text-align:center;
	background:#fff;
	padding:10px 5px;
	margin:0 0 20px 0;
}
#content p.wp-caption-text {
	margin-bottom:0;
	font-size:9px;
}
.clearfloat {
	clear:both;
	display:block;
	height:1px;
	margin:-1px 0 0 0
} /* Use this br class to clear your floated columns */
.bdr {
	background:#fff;
	padding:10px;
	border:1px solid #ccc;
}
.hidden {
	visibility:hidden;
}
div {
	position:relative;
	zoom:1;
} /* This will save you having to declare each div's position as 'relative' and allows you to absolutely position elements inside them */
/* form */
input[type="submit"], button, .button {
	font-size: 24px;
	background:#E5D4BF;
	color:#272727;
	border: 1px solid #333;
	line-height:24px;
	padding:0;
	margin:0;
}
input[type="submit"]:hover, button:hover, .button:hover {
	color:#387E88;
	cursor:pointer;
}
#searchform #s {
	height:18px;
	width:200px;
	overflow:hidden;
	border:none;
	background: #f8f8f8;
	color: #555;
	vertical-align:middle;
	padding: 4px 2px 2px 2px;
	;
}
/* Structure */
#container {
	width:960px;
	margin: 0 auto -350px;
	min-height: 100%;
	height:auto;
 !important;
	height:auto;
}
#push {
	height: 350px;
}
#header {
	height:103px;
	overflow:hidden;
	color:#fff;
}
#header a {
	color:#fff;
	text-decoration:underline;
}
/* Use text-indent -99999 to hide the text */
#logo {
	margin-top: 20px;
	float:left;
	width:200px;
}
#logo h1 {
	text-indent: -99999px;
	height: 70px;
	width: 306px;
	background: url(img/new-life-logo.png) top left no-repeat;
}
#contact-bar {
	background:#a14c46 url(img/contact-background.jpg) left top no-repeat;
	text-align:right;
	color:#fff;
	height:20px;
	padding:2px 2px 2px 0;
	margin: -20px 0 10px 0;
	font-size:12px;
}
#search {
	margin-top: 20px;
	float:right;
	width:650px;
	text-align:right;
}
#navigation {
	height:55px;
	overflow:hidden;
}
body#home #navigation {
	height:30px;
}
#navigation ul {
	margin:0;
	padding:0;
}
#navigation ul#navigation-main li {
	list-style:none;
	float:left;
	margin:0;
	padding:0;
}
#navigation ul#navigation-main li a {
	display: block;
	color:#e5d4bf;
	text-decoration:none;
	font-size: 1.2em;
	text-transform:uppercase;
	font-weight:400;
	letter-spacing:0.1em;
	padding: 8px 8px 8px 8px;
	border-right: 1px solid #514638;
}
#navigation ul#navigation-main li a:hover {
	color:#e5d4bf;
	background:#387E8A;
}
#navigation ul#navigation-main li.current_page_item a, #navigation ul#navigation-main li.current_page_parent a {
	color:#e5d4bf;
	background:#387E8A;
}
ul#navigation-sub {
	color:#e5d4bf;
	background:#387E8A;
}
ul#navigation-sub li {
	list-style:none;
	float:left;
}
ul#navigation-sub li a {
	display: block;
	color:#e5d4bf;
	background:#387E8A;
	text-decoration:none;
	font-size: 1em;
	text-transform:uppercase;
	font-weight:400;
	letter-spacing:0.1em;
	padding: 4px 8px;
}
ul#navigation-sub li a:hover, #navigation-sub li.current_page_item a {
	text-decoration:underline;
}
#banner {
	overflow:hidden;
	margin-top:40px;
}
#hero {
	width:680px;
	float:left;
	margin:0;
	overflow:hidden;
}
#events-banner {
	width:270px;
	overflow:auto;
	float:right;
	margin:0;
	overflow:hidden;
}
#events-sidebar {
	margin-bottom: 20px;
}
ul#events-calendar-list li {
	list-style:none;
	margin-bottom:1em;
}
#content {
	margin-top:40px;
}
#main {
	float:left;
	width:640px;
	font-size: 1.2em;
}
#main-full {
	display:block;
	width:100%;
	font-size: 1.2em;
}
#sidebar {
	float:right;
	width: 270px;
}
#footer {
	height:350px;
	background:#534635 url(img/html-bottom-bg.jpg) top center repeat-x;
	color: #fff;
}
#footer-inside {
	width: 960px;
	margin:0 auto;
	padding-top: 90px;
}
#footer-left {
	width:540px;
	float:left;
}
#footer-right {
	width:346px;
	float:right;
	font-size:14px;
	text-align:right;
	padding-right:4px;
}
#footer-right strong {
	color:#fff;
	font-size: 1.4em;
}
#footer a {
	color:#fff;
	text-decoration:underline;
}
#footer a:hover {
	color:#ffffcc;
	text-decoration:none;
}
#comments-container {
	margin-top:20px;
	border:1px solid #555;
}
table.event-table {
	padding:0;
	width:100%;
	border-collapse:collapse;
	border:none;
}
#sidebar table.event-table thead th {
	color:#387E8A;
	font-weight:600;
	padding-left: 4px;
}
table.event-table thead th {
	font-size: 1.2em;
	padding:4px 0;
	font-weight:600;
	color: #387E8A;
	text-transform:uppercase;
	letter-spacing:0.05em;
}
table.event-table tfoot th {
	display:none;
}
table.event-table tbody td.tspacer {
	padding:0;
	height:6px;
}
table.event-table tbody td {
	padding:6px;
	vertical-align:middle;
	text-transform:uppercase;
}
table.event-table tbody td.event-date {
	text-align:center;
	height: 46px;
	width:35px;
	padding:0;
	border-bottom: 1px solid #fff;
}
#sidebar table.event-table tbody td.event-date {
	background:none;
}
table.event-table tbody td.event-date div.day {
	font-size:14px;
	font-weight:bold;
	color:#387E8A;
	text-align:center;
}
table.event-table tbody td.event-date div.month {
	font-size:14px;
	font-weight:bold;
	color:#387E8A;
	text-transform:uppercase;
}
table.event-table tbody td.event-description {
	color:#387E8A;
	font-size: 1.4em;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
}
table.event-table tbody td.event-description a {
	color:#387E8A;
	text-decoration:none;
}
table.event-table tbody td.event-description a:hover {
	text-decoration:underline;
}
#map-icon {
	border: 10px solid #387E8A;
}
#get-connectedevents #sidebar {
	display:none;
}
#get-connectedevents #main {
	width:100%;
}
#social {
	margin: 10px 0;
}
.services {
	color:#387E8A;
	margin-bottom:10px;
	border-bottom:2px solid #387E8A;
}
.services h2 {
	font-size: 18pt;
}
.services span {
	font-size: 16pt;
}
