/* @override 
	http://newlife.dev/_css/styles.css
	http://newlifegahanna.monkcms.net/_css/styles.css
*/

/* Site: [INSERT SITE NAME HERE] */

/* @group Initial */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 1px;
}
body {
	color: black;
	font: 62.5%/1em "Trebuchet MS";
	background-color: #fff;
	background-image: url(../_img/bg_body.jpg);
}
ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

hr{
   display: block;
   height: 1px;
   color: black;
}

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

#container{
   width: 1008px;
   margin: 0 auto;
   position: relative;
   padding-top: 10px;
}

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


.transparent {
	 filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
/* @end */
/* @group Header */
#header {
	height: 131px;
	width: 920px;
	margin-left: 45px;
	position: relative;
	top: -5px;
}

h1#logo a{
	display: block;
	background: url(../_img/logo.png) no-repeat;
	width: 250px;
	height: 120px;
	text-indent: -9999em;
	position: absolute;
	top: 15px;
	left: 20px;
}

#sub h1#logo a{
	display: block;
	background: url(../_img/logo.png) no-repeat;
	width: 250px;
	height: 120px;
	text-indent: -9999em;
	position: absolute;
	top: 14px;
	left: 50px;
}

/* @end */

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

#nav{
   list-style: none;
   position: absolute;
   top: 50px;
   left: 290px;
   font-family: "Trebuchet MS";
}

#sub #nav{
	top: 45px;
}

#nav li{
    float: left;
	margin-right: 28px;
	height: 20px;
	padding-left: 10px;
	padding-bottom: 10px;
}
#nav li a{
   display: block;
   color: #363636;
   text-decoration: none;
   font-weight: bold;
	font-size: 1.6em;
	text-transform: uppercase;
	padding-top: 9px;
	padding-right: 10px;
	margin-right: -10px;
	padding-bottom: 8px;
	margin-top: 0;
}
#nav li:hover, #nav li.current, #nav li.hover{
    float: left;
	height: 20px;
	background: url(../_img/bg_nav.png) no-repeat;
	padding-left: 10px;
	padding-bottom: 10px;
}

#nav li:hover a, #nav li.hover a, #nav li.current a{
   display: block;
   color: #dad39d; 
   text-decoration: none;
   font-weight: bold;
	text-transform: uppercase;
	padding-top: 9px;
	background: url(../_img/bg_nav.png) no-repeat right 0;
	padding-right: 10px;
	margin-right: -10px;
	padding-bottom: 9px;
	margin-top: 0;
}

#sidenav{
	margin-bottom: 50px;
}

#subnav li ul{
	margin-top: 10px;
}

#subnav li{
	font-size: 1.8em;
	padding-bottom: 15px;
	padding-top: 12px;
	background: url(../_img/bg_nav_border.jpg) repeat-x 0 bottom;
	cursor: pointer;
}
#subnav li li{
	font-size: .8em;
	padding-bottom: 10px;
	padding-top: 10px;
	background: none repeat-x 0 bottom;
	padding-left: 15px;
}
#subnav li.last{
	background-image: none;
}
#subnav li:hover, #subnav li.hover, #subnav li.current{
	background-color: #efebcb;
}
#subnav li:hover a, #subnav li.hover a{
	color: #850605;
}
#subnav li a{
	color: #979461;
	text-transform: uppercase;
	text-decoration: none;
	margin-left: 25px;
}
#subnav li.current a{
	color: #850605;
	text-transform: uppercase;
	text-decoration: none;
	margin-left: 25px;
}
#subnav li.current li a{
	color: #979461;
}
#subnav li.current li:hover a, #subnav li.current li.hover a, #subnav li.current li.current a{
	color: #850605;
}

/* @group Sub Layout */
#sub #texture{
	background: url(../_img/bg_sub-texture.jpg) repeat-y;
	margin-left: 45px;
	padding-bottom: 20px;
}
#sub #wraper{
	background-image: url(../_img/bg_container-repeat.png);
	position: relative;
	margin-top: 25px;
	padding-top: 5px;
	margin-bottom: 25px;
	padding-bottom: 20px;
}

#sub #container-inner{
	width: 920px;
}
#sub #header{
	height: 110px;
	margin: 0;
}

#lsidebar{
	width: 234px;
	float: left;
	position: relative;
}
#sub #content{
	width: 500px;
	float: left;
	display: inline;
}
#rsidebar{
	width: 174px;
	float: right;
	background-image: url(../_img/bg_rsidebar.jpg);
	padding-top: 30px;
}

/* @end */


#conttop{
	background: url(../_img/bg_container-top.png) no-repeat 0px 0;
	height: 30px;
	position: absolute;
	top: -30px;
	left: -1px;
	display: block;
	width: 1008px;
}
#contbtm{
	position: absolute;
	left: -1px;
	display: block;
	width: 1008px;
	bottom: -25px;
	height: 35px;
	background: url(../_img/bg_container-btm.png) no-repeat;
	clear: both;
}
/* @group Content */
#content h2{
   color: #373737;
   font-size: 2.4em;
	font-weight: bold;
	margin-bottom: 10px;
	line-height: 1.1em;
}
#sub #content h3{
   color: #373737;
   font-size: 1.8em;
	font-weight: bold;
	line-height: 1.1em;
}

#content h4{
	  color: #373737;
   font-size: 1.4em;
	font-weight: bold;
	line-height: 1em;
}
#content h5{
	  color: #373737;
   font-size: 1.2em;
	font-weight: bold;
}
#content h6{
     color: #373737;
   font-size: 1em;
	font-weight: bold;
}

#content p,
#content li{
   margin-bottom: 1em;
   color: #030303;
   line-height: 1.5;
}

#content ul,
#content ol{
	list-style-type: disc;
	margin: 10px 0 1px 3em;
}

#content ol{
	list-style-type: decimal;
}

#content ul#byline{
   display: inline; /* IE6 double margin float bug hack */
   float: left;
   margin-bottom: 10px;
   list-style: none;
}

#content ul#byline li{
   font-size: 1.1em;
}

#content li{
   margin: 0;
}

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

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

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

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

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

#content img{
   float: left;
   margin: 0 10px 5px 0;
}


#content #pagetitle{
	width: 500px;
	height: 140px;
	background: url(../_img/bg_sub_title.png) no-repeat;
	position: relative;
}

#content #pagetitle h3{
	position: absolute;
	right: 25px;
	bottom: 25px;
	color: #979461;
	text-transform: uppercase;
	font-size: 2.5em;
	text-align: right;
	line-height: 1em;
}

#content #text{
	min-height: 400px;
	height: auto !important;
	height: 400px;
	background: #979461 url(../_img/bg_sub_content.jpg) no-repeat;
	color: #f5f0be;
	padding: 30px 25px 20px;

}

#content #text p, #content #text li{
	color: #f5f0be;
	font-size: 1.3em;
	
}
#content #text ul{
    margin-left: 30px;
	list-style-position: outside;
	list-style-type: disc;
}

#sub #content #text a{
	color: #333333;
	text-decoration: none;
}

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

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

#content #text blockquote{
	position: relative;
	left: -80px;
	min-height: 107px;
	height: auto !important;
	height: 107px;
	background: #77754e url(../_img/bg_blockquote.jpg) no-repeat;
	color: #ffc12f;
	width: 350px;
	font-weight: bold;
	font-style: italic;
	font-size: 1.8em;
	line-height: 1.4em;
	padding: 21px 20px 10px 130px;
	margin-bottom: 15px;
	margin-top: 15px;
}

#content #text blockquote p{
	color: #ffc12f;
	line-height: 1.4em;
    font-size: 100%;
	padding: 0;
	margin: 0;
}

#content b, #content strong{
	font-weight: bold;
}

/* @end */

/* @group Right Sidebar */

#rsidebar h2{
	background: url(../_img/title_news-events.jpg) no-repeat;
	height: 90px;
	margin-left: 13px;
	text-indent: -9999em;
}

#rsidebar h3.subtitle{
	color: #dad39d;
	font-size: 1.5em;
	text-transform: uppercase;
	margin-left: 13px;
	margin-top: 2px;
	margin-bottom: 20px;
	letter-spacing: 10px;
}
#rsidebar .item{
	margin-left: 0;
	padding-bottom: 15px;
	background: url(../_img/bg_rs_item_sep.jpg) repeat-x 0 bottom;
	padding-left: 13px;
	padding-right: 13px;
	margin-bottom: 15px;
}

#rsidebar .item h3{
	font-size: 1.8em;
	text-decoration: none;
	margin-bottom: 5px;
	line-height: 1em;
}
#rsidebar .item h3 a{
	color: #363636;
	text-decoration: none;
}
#rsidebar .item h3 a:hover{
	text-decoration: underline;
}

#rsidebar .item p, #rsidebar p{
	color: #f5f0be;
	font-size: 1.2em;
	line-height: 1.3em;
}

#rsidebar .item.last{
	padding-bottom: 0;
	background-image: none;
}

#lsidebar #filter{
	margin-left: 20px;
	margin-bottom: 25px;
}

#lsidebar #filter ul{
	margin-bottom: 25px;
}

#lsidebar #filter li{
	margin-bottom: 5px;
}

#lsidebar #filter a:hover{
	text-decoration: underline;
}

#lsidebar #filter a{
	color: #840605;
	font-size: 1.2em;
	text-decoration: none;
}

#lsidebar #filter h3{
	font-size: 2em;
	text-transform: uppercase;
	color: #373739;
	margin-bottom: 10px;
}

#rsidebar #section{
	padding-left: 13px;
	padding-right: 15px;
	background: url(../_img/bg_rs_item_sep.jpg) repeat-x 0 top;
	padding-top: 10px;
}
/* @end */
/* @group Left Sidebar */
#sub #lsidebar #searchbar{
	width: 200px;
	margin-left: 15px;
	background: url(../_img/bg_sub-search-lines.jpg) no-repeat 0 8px;
	padding-top: 22px;
	padding-left: 10px;
	height: 40px;
	margin-top: 25px;
	margin-bottom: 26px;
	position: relative;
	left: -5px;
}

#sub #lsidebar #searchbar form{
		background: url(../_img/bg_sub_search.jpg) no-repeat;
}
#sub #lsidebar #searchbar #search_go{
	visibility: hidden;
}
#sub #lsidebar #searchbar #search_term{
	border-style: none;
	color: #efebcb;
	margin-left: 59px;
	height: 20px;
	background-color: transparent;
	text-indent: 2px;
}
/* @group What They're Saying */
#lsidebar #wts h2{
	background: url(../_img/bg_nav_border.jpg) repeat-x 0 bottom;
	height: 60px;
	margin-left: 25px;
	margin-bottom: 10px;
	padding-bottom: 3px;
}


#lsidebar #wts #sep{
	background: url(../_img/bg_nav_border.jpg) repeat-x 0 bottom;
	height: 2px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 25px;
}

#lsidebar #wts p{
	color: #373737;
	margin-bottom: 15px;
	font-size: 1.2em;
	line-height: 1.4em;
	padding-left: 25px;
	padding-right: 25px;
}

#lsidebar #wts a{
	color: #850605;
}

#lsidebar #wts a:hover{
	color: #850605;
	background-color: #efebcb;
}

/* @end */
/* @end */
/* @group Footer */

#footer{
   clear: both;
	width: 920px;
	margin-left: 45px;
	padding-top: 20px;
	position: relative;
}

#footer #info{
	background: url(../_img/bg_footer-left.gif) no-repeat;
	height: 248px;
	padding: 20px;
	top: 0;
	left: 0;
	width: 215px;
	font-weight: bold;
	color: #cccccc;
}

#footer #info h3{
	color: #f5f0be;
	font-size: 1.8em;
	line-height: 1.2em;
	font-weight: normal;
	font-style: normal;
	margin-bottom: 15px;
}


#footer #info p{
	font-size: 1.4em;
	line-height: 1.2em;
}

#footer #info a{
	color: #cccccc;
	text-decoration: none;
}

#footer #info a:hover{
	text-decoration: underline;
}

#footer #info ul{
	margin-top: 15px;
	list-style-type: disc;
	list-style-position: inside;
	font-size: 1.4em;
	line-height: 1.2em;
}

#footer #links{
	position: absolute;
	top: 35px;
	left: 240px;
}

#footer #links li{
	margin-bottom: 30px;
}

#footer #links li.email a{
	display: block;
	width: 150px;
	background: url(../_img/btn_email.png) no-repeat -1px -58px;
	height: 50px;
	text-indent: -9999em;
	position: relative;
	left: 12px;
}

#footer #links li.email a:hover{
	background-position: 0px 0px;
}

#footer #links li.prayer a{
	display: block;
	width: 150px;
	background: url(../_img/btn_prayer.png) no-repeat -1px -58px;
	height: 50px;
	text-indent: -9999em;
}

#footer #links li.prayer a:hover{
	background-position: 0px 0px;
}

#footer #links li.invite a{
	display: block;
	width: 150px;
	background: url(../_img/btn_invite.png) no-repeat -1px -57px;
	height: 50px;
	text-indent: -9999em;
	position: relative;
	left: 9px;
}

#footer #links li.invite a:hover{
	background-position: 0px 0px;
}

#footer #linklist{
	width: 558px;
	background: url(../_img/bg_footer-right.gif) no-repeat;
	height: 170px;
	position: absolute;
	right: 0;
	top: 20px;
}

#footer #linklist .clm{
	float: left;
	margin-left: 25px;
	margin-top: 15px;
}

#footer #linklist li ul{
	margin-top: 5px;
	width: 85px;
}

#footer #linklist li a{
	font-size: 1.2em;
	line-height: 1.2em;
	color: #f5f0be;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}
#footer #linklist li li{
	margin-bottom: 2px;
}

#footer #linklist li li a{
	color: #939393;
	text-decoration: none;
	font-size: 1.2em;
	line-height: 1.2em;
	text-transform: capitalize;
}

#footer #linklist li li a:hover{
	color: #f5f0be;
}

#footer p.copy, #footer p.powered{
	color: #d6cf99;
	margin-bottom: 5px;
	font-size: 1.2em;
}

#footer p.powered a{
	color: #ece6c4;
}

#footer #galleries{
	position: absolute;
	right: 0;
	bottom: 15px;
}

#footer #galleries li{
	float: right;
	overflow: hidden;
	margin-right: 10px;
}
#footer #galleries li img{
	height: 100px;
}

/* @end */

/* @group Sermons */

.sermon{
	background: url(../_img/bg_rs_item_sep.jpg) repeat-x 0 bottom;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

#sub #content #text .sermon ul{
	 list-style: none;
	list-style-type: none;
}

#sub #content #text .sermon ul li a{
	color: #36353a;
}

#sub #content #text .sermon h3{
	line-height: 1.1em;
	padding-bottom: 15px;
}

#sub #content #text .sermon .byline{
	clear: both;
	margin-bottom: 2px;
}

.sermon .desc{
	margin-top: 10px;
}

#text #filter{
	display: block;
	padding-bottom: 20px;
}

#text #filter b{
	color: #36353a;
	font-weight: bold;
	font-size: 1.2em;
}

#text #filter select{
	width: 150px;
}

#text h2.groupby{
	margin-bottom: 15px;
	font-size: 1.8em;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	background-color: #a5a16a;

	color: #edeac9;
}
/* @end */
/* @group Galleries */

#text .gallery{
	clear: both;
	margin-bottom: 20px;
	background: url(../_img/bg_rs_item_sep.jpg) repeat-x 0 bottom;
	padding-bottom: 10px;
}

#text .gallery h3{
	text-transform: uppercase;
	margin-bottom: 5px;
}
#text .gallery-thumbnails{
	display: block;
	float: none;
	clear: none;
}
#sub #content #text div.thumb{
	float: left;
	display: inline-block;
	width: 100px;
	height: 100px;
	overflow: hidden;
	margin-right: 10px;
	margin-bottom: 10px;
}

#text  div.thumb img{
	width: 150px;
}
/* @end */
/* @group Calendar */

 table.calendar
{
	margin-bottom: 30px;
	border: 1px solid #514030;
	border-collapse: collapse;
	width: 450px;

	margin-top: 25px;
}

 table.calendar caption
{
	padding-bottom: 10px;
	color: #35271c;
	font-size: 1.4em;
	font-weight: bold;
	text-align: center;
}

 table.calendar caption span
{
	color: #68401d;
	padding-left: 0;
	font-size: 1.1em;
}

 table.calendar caption span.calendar-next{
	margin-left: 10px;
}
 table.calendar caption span.calendar-prev{
	margin-right: 10px;
}

 table.calendar th
{
	padding: 6px 0;
	background: #514030;
	color: #fff;
	font-size: 1.3em;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}

 table.calendar td
{
	width: 68px;
	height: 68px;
	padding: 2px;
	border: 1px solid #514030;
	color: #0f243f;
	font-size: 1em;
	vertical-align: top;
	background: url(../_img/bg_cal-num.gif) no-repeat left top;
}

table.calendar td.empty{
	background-image: none;
}
#sub table.calendar td.linked-day a{
	color: #514030;
}

#sub table.calendar td.linked-day a:hover{
	background-color: #514030;
	color: #fff;
	padding: 2px;
}

#sub table.calendar td.linked-day li a:hover{
	background-color: transparent;
	color: #514030;
	padding: 0;
}

 table.calendar td.current{
	background-color: #b1ad73;
}

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

#sub #content #text table.calendar td ul
{
	font-size: 100%;
	list-style: none;
	list-style-image: none;
	list-style-type: none;
	margin-left: 0;
}

#sub table.calendar td li
{
	padding: 0;
	background: none;
	font-size: 1.1em;
	line-height: 1.2em;
	margin-bottom: .8em;
}
table.calendar td li a
{
	text-decoration: underline;
	font: .9em Arial;
}

table.calendar td li a:hover
{
	text-decoration: none;
	
}
/* @end */

#content #text #response{
	color: #850605;
	font-size: 1.5em;
	margin-bottom: 10px;
	font-weight: bold;
}

#content #text #fform div{
	margin-bottom: 15px;
}

#content #text #fform label{
	font-weight: bold;
	font-size: 1.2em;
	display: block;
	margin-bottom: 3px;
	width: 250px;
	margin-top: 5px;
}

#content #text #fform label.error{
	color: #efebcb;
	padding: 5px;
	background-color: #850605;
}





/* @group Forms */

#content #text form.monkForm fieldset{
	background-color: #979461;
}

#content #text form.monkForm legend{
	text-transform: uppercase;
	color: #850605;
	white-space: normal;
	font: bold 1.3em "Lucida Grande", Lucida, Verdana, sans-serif;
}

#content #text form.monkForm label{
	text-transform: uppercase;
	color: #363636;
	font-size: .9em;
	font-weight: bold;
	padding-left: 0px;
	padding-right: 5px;
	clear: both;
}

#content #text form.monkForm input{
	height: 20px;
}

#content #text form.monkForm textarea{
	display: block;
	width: 300px;
}

#content #text form.monkForm p.data{
	margin-bottom: 10px;
	margin-top: 10px;
}

#content #text form.monkForm p.data img{
}

#content #text form.monkForm p#formsubmit{
	clear: both;
	padding-top: 10px;
}

/* @end */

#home h1#logo a, #sub h1#logo a, #footer #links li.email a, #footer #links li.prayer a, #footer #links li.invite a { behavior: url("/_css/iepngfix.htc"); }
