body {
	margin:0;
	color:#333;
	font:12px/18px Arial, Helvetica, sans-serif;
	background:#46230a;
}
form {
	margin:0;
	padding:0;
}
/*-----header-----*/
#header {
	clear:both;
	min-width:965px;
	background:url(http://life-pointe.com/images/headerbg.jpg) repeat-x 50% 0;
}
#header .header-holder {
	clear:both;
	overflow:hidden;
	width:965px;
	height:87px;
	margin:0 auto;
}
#header .logo {
	float:left;
	margin:5px 0 0;
}
#header .logo a {
	display:block;
	width:394px;
	height:71px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(http://life-pointe.com/images/logo.gif) no-repeat;
}
#header ul {
	float:right;
	width:529px;
	margin:24px 0 0;
	padding:0;
	background:url(http://life-pointe.com/images/top-nav-bg.png) no-repeat;
}
#header ul li {
	float:left;
	margin:0 18px;
	display:inline;
	list-style:none;
	font:13px/37px Arial, sans-serif;
	text-transform:uppercase;
}
#header ul li a {
	position:relative;
	color:#fff;
	text-decoration:none;
}
#header ul li a:hover {
	text-decoration:none;
	color:#CCCC33;
}
/*-----content-----*/
#content {
	clear:both;
	min-width:965px;
	overflow:hidden;
	background:#fff;
}
#content .content-holder {
	clear:both;
	overflow:hidden;
	width:965px;
	margin:0 auto;
	padding:26px 0 50px;
}
#content .info-column {
	float:left;
	width:600px;
	overflow:hidden;
	margin:0 0 0 30px;
	display:inline;
}
#content .info-column h1 {
	clear:both;
	overflow:hidden;
	margin:30px 0 0;
	font-size:36px;
	line-height:40px;
	letter-spacing:-2px;
}
#content .info-column h2 {
	clear:both;
	overflow:hidden;
	margin:10px 0 0;
	font-size:22px;
	line-height:26px;
	letter-spacing:-1px;
	padding-bottom:2px;
}

#content .info-column h3  {
	margin:0;
	padding:0;
	font-size:14px;
	color:#933f16;
	}
	
	
#content .info-column p {
	clear:both;
	overflow:hidden;
	width:100%;
	margin:4px 0 0;
	padding:0 0 8px;
}
#content .info-column ul {
	clear:both;
	overflow:hidden;
	width:300px;
	margin:0;
	padding:0;
}
#content .info-column ul li {
	float:left;
	width:100%;
	padding:16px 0;
	list-style:none;
	font-size:18px;
	line-height:21px;
}
#content .info-column ul li span {font-size:14px;}
#content .info-column ul li a {
	color:#333;
	text-decoration:none;
}
#content .info-column ul li a:hover {text-decoration:underline;}

#content .info-column a {
	color:#933f16;
	text-decoration:none;
}
#content .info-column a:hover {text-decoration:underline;}

#content .sidebar {
	float:right;
	width:260px;
	overflow:hidden;
}

#content .sidebar h2 {
	clear:both;
	overflow:hidden;
	margin:26px 0 0;
	font-size:20px;
	line-height:26px;
	letter-spacing:-1px;
        color:#933f16;
}

#content .sidebar p {
	clear:both;
	overflow:hidden;
	padding:0 46px 8px 0;
	margin:6px 0 0;
}

#content .sidebar ul {
	clear:both;
	overflow:hidden;
	width:300px;
	margin:0;
	padding:0;
}
#content .sidebar ul li {
	float:left;
	width:100%;
	padding:4px 0;
	list-style:none;
	font-size:14px;
	line-height:12px;
	text-decoration:none;
	}
	
	#content .sidebar ul li a {
	color:#333;
	text-decoration:none;
}
#content .sidebar ul li a:hover {text-decoration:underline;}

/*-----intro-----*/
#intro {
	clear:both;
	min-width:965px;
	overflow:hidden;
	background:#fff;
}
#intro .intro-holder {
	clear:both;
	overflow:hidden;
	width:965px;
	margin:0 auto;
	padding:11px 0;
}
#intro .gallery {
	float:left;
	width:587px;
	overflow:hidden;
	border:5px solid #933f16;
	position:relative;
	z-index:888;
}
#intro .gallery .img-holder {
	clear:both;
	overflow:hidden;
	width:100%;
}
#intro .gallery .gal-nav {
	clear:both;
	overflow:hidden;
	padding:0 14px;
	width:559px;
	position:absolute;
	z-index:999;
	top:236px;
	left:0;
	height:25px;
}
#intro .gallery .gal-nav a.lnk-l {
	float:left;
	width:25px;
	height:25px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(http://life-pointe.com/images/btn-left.png) no-repeat;
}
#intro .gallery .gal-nav a.lnk-r {
	float:right;
	width:25px;
	height:25px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(http://life-pointe.com/images/btn-right.png) no-repeat;
}
#intro .gallery .img-holder img {
	display:block;
	margin:0;
	border:none;
}
#intro .video {
	float:right;
	width:353px;
	overflow:hidden;
	border:5px solid #933f16;
}
#intro .video img {
	display:block;
	margin:0;
	border:none;
}
/*-----bottom-block-----*/
#bottom-block {
	clear:both;
	min-width:965px;
	overflow:hidden;
	border-top:2px solid #e7e7de;
	background:url(http://life-pointe.com/images/wood.jpg) no-repeat 50% 0;
}
#bottom-block .bottom-block-holder {
	clear:both;
	overflow:hidden;
	width:965px;
	min-height:374px;
	margin:0 auto;
}
* html #bottom-block .bottom-block-holder {
	height:374px;
	overflow:visible;
}
#bottom-block .box-holder {
	float:left;
	width:650px;
	overflow:hidden;
}
#bottom-block .box-holder ul {
	clear:both;
	overflow:hidden;
	width:100%;
	margin:0;
	padding:0;
}
#bottom-block .box-holder ul li {
	float:left;
	width:100%;
	margin:24px 0 0;
	list-style:none;
}
#bottom-block .box-holder ul li ul {
	clear:both;
	overflow:hidden;
	width:100%;
	margin:0;
	padding:0;
}
#bottom-block .box-holder ul li ul li {
	float:left;
	width:290px;
	margin:0;
	padding:0 20px 0 0;
}
#bottom-block .box-holder ul li ul li img {
	float:left;
	margin:0;
	border:none;
}
#bottom-block .box-holder ul li ul li .txt {
	float:right;
	width:160px;
}
#bottom-block .box-holder ul li ul li .txt strong {
	display:block;
	clear:both;
	overflow:hidden;
	color:#b1e6fa;
	font-size:18px;
	line-height:24px;
	font-weight:normal;
}
#bottom-block .box-holder ul li ul li .txt p {
	clear:both;
	overflow:hidden;
	width:100%;
	margin:2px 0 0;
	color:#fff;
	font-size:12px;
	line-height:16px;
}
#bottom-block .pastors-blog {
	float:right;
	margin:30px 40px 0 0;
	display:inline;
	width:275px;
	height:248px;
	overflow:hidden;
	background:url(../images/pastors-blog-bg.gif) no-repeat;
}
#bottom-block .pastors-blog h3 {
	clear:both;
	margin:33px 0 0 44px;
	width:167px;
	height:30px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(http://life-pointe.com/images/pastor-blog.gif) no-repeat;
}
#bottom-block .pastors-blog ul {
	clear:both;
	overflow:hidden;
	width:252px;
	margin:12px 0 0 11px;
	padding:0;
}
#bottom-block .pastors-blog ul li {
	float:left;
	width:100%;
	list-style:none;
	font-size:13px;
	line-height:18px;
}
#bottom-block .pastors-blog ul li a {
	color:#46230a;
	text-decoration:underline;
}
#bottom-block .pastors-blog ul li a:hover {text-decoration:none;}
#bottom-block .pastors-blog a.rss {
	float:left;
	margin:10px 0 0 11px;
	padding:0 0 0 40px;
	display:inline;
	color:#46230a;
	font-size:13px;
	line-height:28px;
	background:url(../images/ico-rss.gif) no-repeat;
	text-decoration:none;
}
#bottom-block .pastors-blog a.rss:hover {text-decoration:underline;}
#bottom-block .pastors-blog p {
	clear:both;
	overflow:hidden;
	margin:0 0 0 16px;
	padding:8px 0 0;
	font-size:13px;
	line-height:18px;
	color:#46230a;
}
/*-----footer-----*/
#footer {
	clear:both;
	min-width:965px;
	overflow:hidden;
}
#footer .footer-holder {
	clear:both;
	overflow:hidden;
	width:965px;
	margin:0 auto;
	padding:52px 0 30px;
}
#footer p.date {
	float:left;
	width:270px;
	margin:0;
	color:#fff;
}
#footer .f-txt {
	float:left;
	width:320px;
}
#footer .f-txt p,
#footer .f-txt address {
	clear:both;
	overflow:hidden;
	width:100%;
	margin:0;
	color:#fff;
	font-style:normal;
}
#footer .f-txt span {
	display:block;
	clear:both;
	overflow:hidden;
	width:100%;
	padding:18px 0 0;
}
#footer .f-txt span a {
	color:#fff;
	font-style:italic;
	text-decoration:none;
}
#footer .f-txt span a:hover {text-decoration:underline;}
#footer p.f-info {
	float:right;
	width:auto;
	margin:0;
	color:#fff;
}
#footer p.f-info a {
	color:#fff;
	text-decoration:none;
}
#footer p.f-info a:hover {text-decoration:underline;}

.entry {
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 20px 0px;
	border-bottom: 1px solid gray;
}
.posted {
	background-color: #f9f9f9;
	padding: 5px;
}

.horizontal_rule {
	border-bottom: 1px solid gray;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.active_cat {
	font-weight: bold;
}

.comment_body {
	margin: 5px 0px 0px 30px;
}

.comment_form .comment_textbox{
	height: 20px;
	width: 400px;	
	border: 1px solid #aaa 
	}

.search_results {
	padding-bottom: 10px;
	}
