@charset "utf-8";
/* CSS Document */
/* <!-- */
/* General styles */
body {
	margin:0;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	background:#000;
	min-width:600px;		/* Minimum width of layout - remove line if not required */
					/* The min-width property does not work in old versions of Internet Explorer */
	font-size:75%;
	background: #FFF url(../images/back_sky.jpg) top no-repeat;
	font-family:Arial, Helvetica, sans-serif;
}
a:link {
	color: #003366;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #003366;
}
a:hover {
	text-decoration: none;
	color: #0033FF;
}
a:active {
	text-decoration: none;
	color: #003366;
}
#wrap{
	position: relative;
	width: 976px;
	margin: auto;
}
h1, h2, h3 {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
}
p {
	margin:10px 0 10px 0;
	padding:0;
}
img {
	margin:10px 0 10px;
}
/* Header styles */
#header {
	clear:both;
	float:left;
	width:976px;
	height:120px;
	background:url(../images/bc_r1_c1.png) top no-repeat;
}
#header-bar {
	clear:both;
	float:left;
	width:976px;
	height:29px;
	background:url(../images/bc_r2_c1.png) top no-repeat;	
}
#header p,
#header h1,
#header h2 {
	padding:.4em 15px 0 15px;
	margin:0;
}
#header ul {
	clear:left;
	float:left;
	width:100%;
	list-style:none;
	margin:10px 0 0 0;
	padding:0;
}
#header ul li {
	display:inline;
	list-style:none;
	margin:0;
	padding:0;
}
#header ul li a {
	display:block;
	float:left;
	margin:0 0 0 1px;
	padding:3px 10px;
	text-align:center;
	background:#eee;
	color:#000;
	text-decoration:none;
	position:relative;
	left:15px;
	line-height:1.3em;
}
#header ul li a:hover {
	background:#369;
	color:#fff;
}
#header ul li a.active,
#header ul li a.active:hover {
	color:#fff;
	background:#000;
	font-weight:bold;
}
#header ul li a span {
	display:block;
}
/* 'widths' sub menu */
#layoutdims {
	clear:both;
	background:#eee;
	border-top:4px solid #000;
	margin:0;
	padding:6px 15px !important;
	text-align:right;
}
.column-back {
	background:url(../images/body-back.png);
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:976px;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */	
}
/* column container */
.colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:942px;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
	/*border:1px solid #FF0000; /* red */
	left:34px;
}
/* common column settings */
.colright,
.colmid,
.colleft {
	float:left;
	width:976px;			/* width of page */
	position:relative;
}
.col1,
.col2,
.col3 {
	float:left;
	position:relative;
	padding:0 0 1em 0;	/* no left and right padding on columns, we just make them narrower instead 
					only padding top and bottom is included here, make it whatever value you need */
	overflow:hidden;
}
/* 3 Column settings */
.threecol {
	background:url(../images/gradient-back.png) top left no-repeat;		/* right column background colour */
	/*border:2px solid #00FF00; /* green */
}
.threecol .colmid {
	right:31%;			/* width of the right column */
	background:none;		/* center column background colour */
	/*border:2px solid #0000FF; /* blue */
}
.threecol .colleft {
	right:57.5%;			/* width of the middle column */
	background:none;	/* left column background colour */
	/* border:2px solid #FFFF00;	/* yellow */
}
.threecol .col1 {
	width:56.0%;			/* width of center column content (column width minus padding on either side) */
	left:102.1%;			/* 100% plus left padding of center column */
	margin-top:5px;
}
.threecol .col2 {
	width:14.2%;			/* Width of left column content (column width minus padding on either side) */
	left:31.4%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
}
.threecol .col3 {
	width:19%;			/* Width of right column content (column width minus padding on either side) */
	left:90.0%;			/* Please make note of the brackets here:
					(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
}
/* Footer styles */
#footer {
	clear:both;
	float:left;
	width:976px;
	height:81px;
	background:url(../images/bc_r4_c1.png) top no-repeat;	
}
#footer p {
	padding:10px;
	margin:0;
}

#welcome-box {
	width: 544px;
	height:210px;
	border:1px solid #EAEAEA;
}
#welcome-box img {
	border:0px;
}
#welcome-box-photo {
	width: 152px;
	height:210px;	
	border-right: 1px solid #EAEAEA;
	float:left;
	margin-right:10px;
}
#welcome-box-photo img {
	left: 5px;
	top: -5px;
	position:relative;
}
#welcome-box-text {
	padding:10px;
}	
#content-box {
	width: 544px;
	height:auto;
}
#collapse-box {
	width:536px;
	border:1px solid #EAEAEA; 
	background-color:#EFEFEF;
	padding:4px;
	text-align:center;
}
.collapse-box-reveal {
	width:536px;
	border:1px solid #EAEAEA; 
	background-color:#FFF;
	padding:4px;
	text-align:left;
}

/* Main Menu */
.widget_pages {
	
}
.widget_pages h3 {
	display:none;
}
.col2 ul { 
	line-height: 19px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333;
	margin-top:4px;
	list-style:disc;
}
.col2 ul li { 
	margin-left:-41px;
	font-weight:bold;
	background:url(../images/menu-back.png) top left repeat-x;
	list-style:none;
}
.col2 ul li a { 
	margin-left:11px;
	color:#333;
	text-decoration:none;
}
.col2 ul li a:hover {
	text-decoration:underline;
}
.col2 ul li ul { 
	margin-top:8px;
	margin-bottom:10px;	
}
.col2 ul li ul li { 
	margin-left:-9px;
	font-weight:normal;
	background:none;
	list-style:disc;
}
.col2 ul li ul li a { 
	margin-left:0px;
}

/* Post */
.post h2 {
	border-bottom:1px solid #DDD;
	width:543px;
	height:28px;
	color:#6767AE;
	margin-top:5px;
	margin-left:2px;
	padding-bottom:0px;
	font-size:30px;
	font-weight:normal;
	background:url(../images/post-h2-back.png) bottom repeat-x;
}
.post h2 a {
	margin-left:8px;
	color:#3A5C89 !important;
	text-decoration:none !important;
}
.post h3 {
	border-bottom:1px solid #DDD;
	width:526px;
	height:22px;
	color:#3A5C89;
	margin-top:25px;
	margin-left:0px;
	padding-bottom:0px;
	font-size:22px;
	font-weight:normal;
	background:url(../images/post-h3-back.png) bottom repeat-x;
}
.post h3 span {
	margin-left:8px;
	top:6px;
	position:relative;
	
}
.post h5 {
	font-size:13px;
	margin:0px 0px -5px 0px;
	padding:10px 0px 0px 0px;
}
.five-purposes h4 {
	font-weight:normal;
	padding:0px;
	margin:20px 0px -10px 20px;
	font-size:14px;
}
.five-purposes p {
	margin-left:20px;
}
.post li {
	margin-top:20px;
	margin-left:30px;
	font-size:14px;
	list-style-type:square;
}
.post ul li, .post ol li {
	margin-top:20px;
	margin-left:0px;
	font-size:13px;
	list-style-type:square;
}
.entry {
	padding:10px;
	line-height:18px;
	color:#555;
}
.entry img {
	border:1px solid #345E88;	
}
.aboutus-div {

}
.aboutus-bcsign-pastorlinks-div {
	width:249px;
	height:235px;
	float:right;
	margin-left:10px;
	margin-bottom:10px;	
}
.aboutus-bcsign-div {
	width:249px;
	height:135px;
	border:1px solid #999;
}
.aboutus-bcsign-div img {
	border:none;
	padding:0px;
	margin:0px;
}
.aboutus-pastorlinks-div {
	width:249px;
	height:100px;
	text-align:center;
	border:1px dashed #999;
	border-top:none;
	background-color:#FFFF99;	
}
.aboutus-pastorlinks-div h3 {
	padding-top:10px;
	color:#333;
}
.img-left {
	float:left;
	margin-right:10px;
}
.img-right {
	float:right;
	margin-left:10px;
}
.clear {
	clear:both;
}
.mapp-div {
	border:1px solid #DADADA;
	text-align:center;
}	
.mapp-poweredby {
	display:none;
}
.love-accept-forgive {	
	font-size:16px;
	text-align:center;
	margin-top:-25px;
}
div.home-slideshow {
	padding-top:5px;
	width:546px;
	height:218px;
}
#tri-box-wrap { width:546px; border:0px solid #EAEAEA; margin-top:-5px; }
#tri-box { width:546px; height:155px; border-bottom:1px solid #FFF; margin:0; padding:0; margin-top:0px; }
.ad1 { width:181px; height:155px; float:left; }
.ad2 { width:181px; height:155px; border-left:1px solid #FFF !important; border-right:1px solid #FFF !important; float:left; }
.ad3 { width:181px; height:155px; float:left; }
#lifegroup-tri-box-wrap { width:527px; border:0px solid #EAEAEA; margin-top:0px; }
#lifegroup-tri-box { width:527px; height:148px; border-bottom:1px solid #FFF; margin:0; padding:0; margin-top:0px; }
.lifegroup-ad1 { width:175px; height:148px; float:left; }
.lifegroup-ad2 { width:175px; height:148px; border-left:1px solid #FFF !important; border-right:1px solid #FFF !important; float:left; }
.lifegroup-ad3 { width:175px; height:148px; float:left; }
#ministry-block { margin-top:10px; }

/* Sermon Notes */
.sermon_file_types {
	float:left;
	height: 24px;
	font-size:12px;
	font-size:11px;
}
.sermon_file_types img {
	top:6px;
	position:relative;
}
sermon_file_types_flash {
	margin-top:20px;
	height: 26px;
}
.weekly_events_list {
	margin-top:10px;
	line-height:17px;
}
.weekly_events_list_item {
	font-size:11px;
}
.thisweektitle {
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
}
.dayofweek {
	font-size:12px;
	text-decoration:underline;
	margin-top:7px;
	color:#444;
}
.entry .weekly_events_list_item {
	margin:15px 0 0 0px !important;
	font-size:14px !important;
	clear:both;
}
.entry .weekly_events_list_item img.event-pic {
	margin:0px 14px 0 -30px !important;
	border:1px solid #DADADA;

}
.post div.dayofweek {
	display:none;
}
.bible-plans-box {
	border: 2px solid #CCCCCC;
	background:#EFEFEF;
	padding:10px;
	text-align:center;
	width:400px;
	margin:20px 0 20px 60px;
}
/* --> */
