/*
Theme Name: Life Baptist Church 
Theme URI: http://lifebaptist.org
Description: 
Version: 0.2
Author: Sam Kim
Author URI: 
*/


html {height:100%;}
*{margin:0; padding:0;}
p{margin:0.5em 0;}
body {
	/*background: #ddd url(images/bg.png) repeat-y center;*/
	background: #ddd;
	font-family:"Lucida Grande",Helvetica,sans-serif; font-size:14px;
	height:100%;
}
a, a:visited {color:#42719d; text-decoration:none;}
a:active, a:hover {color:#66b6c9; text-decoration:underline;}
h1 a, h2 a, h3 a {text-decoration:none;}
h1, h2 {color:#333;}
h1 {font-size:150%;}
h2 {font-size:120%;}
strong {color: #600;}
img {border:0;}
.clear {clear:both;}
.hide {display:none;}
.date {color:#777; font-size:12px; font-weight: normal;}
.alignleft {float:left;}
.alignright {float:right;}

div#container{
	position:relative; 
	margin:0 auto; 
	padding-bottom:50px;
	width:850px; 
	min-width:850px; 
	min-height:100%;
	text-align:left;
	border-left: 1px solid #ccc; 
	border-right: 1px solid #ccc;
	background:#fff;
}
* html #container
{
height: 100%;
}
div#page{
	margin:0; 
	padding:0;
	background-color:#fff; 
} 

div#header {}
div#logo {
	float:left;
}
div#logo a {
	margin-left:10px;
}
div#nav {
	float:right;
	margin-top:30px;
	margin-right:10px;
}
div#nav ul {
	list-style:none;
}
div#nav li {
	float:left;
}
div#nav li a {
	padding:5px 8px;
	color:#777;
	font-size:11px;
	border-bottom: 1px solid #ddd;
}
div#nav li a:hover {
	background:#DB862A;
	color:#fff;
	text-decoration:none;
}


div#content { /* 700px */
	width:750px; 
	margin:0 50px 0 50px;
} 


div#welcome {
	margin-left:50px;
	margin-bottom:30px;
	margin-top:10px;
	width:700px;
	padding-bottom:10px;
}
h2#welcomeheader {
	width:600px;
	height:50px;
	background: #fff url(images/welcome.gif) no-repeat top;
}
div#welcome h2 {
	font-size:200%;
}
div#welcome p {
	font-size:18px;
	line-height:1.5em;
}
div#welcome span {
	color:#fff; 
	background-color:#DB862A;
	padding:4px;
}

div#banner {
	background: #E3EDBB url(images/grass.jpg) no-repeat bottom;
	height: 250px;
	width:850px;
	margin-left:-50px;
	margin-bottom:50px;
}
div#slideshow {
	margin-left:130px;
}



div#sunday {
	float:left;
	width:400px;
	margin-right:30px;
	line-height:1.4em;
}
div#joinus {
	float:right;
	width:300px;
	height:200px;
	background:#E3EDBB url(images/card.jpg) no-repeat;
}
div#joinus h3 {
	margin-top:25px;
	text-align:center;
}
div#joinus h3 a {
	color:#333;
}
div#joinus ul {
	list-style:none;
	margin-top:10px;
	margin-left:30px;
}
div#joinus strong {
	color:#DB862A;
}
div#joinus li.indent {
	margin-left:4px;
}

div.frontlist {
	margin-top:60px;
	margin-left:60px;
}
div.frontlist img {
	margin-left:8px;
}
div#announcements h3 {
	color:#42719d;
	font-size:150%;
}
div#events h3 {
	color:#7A933C;
	font-size:150%;
}

ul.tabularlist { 
	width: 100%; margin: 20px auto 0 auto;  padding: 0; 
	list-style:none;
}

.tabularlist li { 
	float: left; width: 600px; margin: 0 0 0 0; padding: .5em; border-top: 1px solid #999;
}
.tabularlist li p {
	display:inline;
	line-height:1.3em;
}
.tabularlist img {
	vertical-align: bottom;
}

dl.tabularlist { width: 100%; margin: 20px auto 0 auto;  padding: 0; }
.tabularlist dt { width: 200px; float: left; margin: 0 0 0 0; padding: .5em;  border-top: 1px solid #999; font-weight: bold; }
/* commented backslash hack for mac-ie5 \*/
dt { clear: both; }
/* end hack */
.tabularlist dd { float: left; width: 400px; margin: 0 0 0 0; padding: .5em; border-top: 1px solid #999;}


div#ministries {
	margin-top:60px;
}
div#ministries h2 {
	font-size:180%;
	margin-bottom:10px;
	text-align:center;
}
div#ministries ul {
	list-style:none;
}
div#ministries table {width:90%; margin:0 auto;}
div#ministries table td { 
	width:33%; 
	background-color:#E0ECF7; 
	padding:1em;
}
div#ministries table td h3 {margin-bottom:4px;}
div#ministries table td h3 a {font-size:120%;}
div#ministries table td p {font-size:80%}


div#highlights {
	margin-top:60px;
	text-align:center;
}
div#highlights h2 {
	font-size:180%;
	margin-bottom:10px;
}
div#highlights ul {
	list-style:none;
	margin:0 auto;
	width:230px;
}
div#highlights ul li {
float:left;
background:url(images/photo_frame.png); height: 75px; width: 68px;margin:0 7px 7px 0;
}
div#highlights img {position: relative; top: 4px;left: 0px; width:60px; height:60px;}


div#epilogue {
	margin-top:60px;
	margin-bottom:60px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-size:14px;
	line-height:1.5em;
	color:#555;
	background:#eee;
}
div#epilogue img {
	float:left;
	margin-top:20px;
	margin-left:30px;
}
div#epilogue p {
	margin-top:20px;
	margin-bottom:20px;
	padding:0 20px;
	text-align:center;
}

#footer { 	
	position:relative; 
	margin:-20px auto 0 auto; 
	width:800px; 
	min-width:800px; 
	border-left: 1px solid #ccc; 
	border-right: 1px solid #ccc;
	padding-left:50px;
	
	color:#999999;  
	font-size:10px; 
	text-align:left; 
	background:#fff;
}
#footer ul { list-style:none;}
#footer li { display:inline; margin-right:.75em;}









#secondarynavs {	
	width: 150px;
	float: left;
	padding-right: 40px;
}
#secondarynavs h3 {
	text-transform: uppercase;
	font: bold 11px "Lucida Grande", verdana, arial, helvetica, sans-serif;
	border-top: 4px solid #8b8b8b;
	border-bottom: 1px solid #8b8b8b;
	padding: 3px 0;
	margin: 5px 0 10px 0;
	color: #282f33;
}
#secondarynavs h3 a {
	color: #282f33;
}
#insidecontent {
	width: 550px;
	float: left;
	text-align:justify;
}
#secondarynavs ul.secondarynav {
	margin: 0 0 20px 0px;
	padding: 0;
}
#secondarynavs ul.secondarynav li {
	font-size: 11px;
	margin: 0 0 2px 0;
	padding: 3px 0 2px 0px;
	display:block;
	list-style-type:none;
	text-align:left;
}
#insidecontent div {
	margin-bottom:30px;
}
#insidecontent p {
	line-height: 19px;
	font-size:12px;
	padding: 0 0 16px 0;
}
#insidecontent p.big {
	font-size: 16px;
	line-height: 22px;
	padding: 0 0 18px 0;
}
#secondarynavs p {
	font-size: 11px;
	line-height: 15px;
}
#insidecontent h1 {
	margin-bottom:20px;
	padding: 0 0 4px 0;	
	border-bottom: 1px solid #8b8b8b;
}
#insidecontent h2 {
	font: bold 16px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	margin: 0 0 10px 0;
	padding: 0 0 4px 0;
	color: #282f33;
	border-bottom: 1px solid #282f33;
}
#insidecontent h3.bar {
	background:#B7D776;
	color:#999;
	padding:2px 0 2px 10px;
	margin-bottom:15px;
}
#insidecontent h3.bar a {
	color:#fff;
}
#insidecontent .infobox {
	padding:10px;
	background: #F1EC9E;
	border: 1px solid #E4D92A;
	float:left;
	width:300px;
}
#insidecontent ul, #insidecontent ol {
	margin-bottom:20px;
}
#insidecontent ul li {
	list-style-type: square;
	margin-left:20px;
}
#insidecontent ol li {
	margin-left:20px;
}
#insidecontent .photo {
	padding:5px;
	border: 1px solid #ddd;
	margin-bottom:14px;
}
#insidecontent .left {
	float:left;
	margin-right:14px;
}
#insidecontent .right {
	float:right;
	margin-left:14px;
}


ul#upcoming {
	padding:0;
	margin:0;
	width:100%;
}
ul#upcoming li {
	font-weight: normal;
	font-size: 24px;
	line-height: 130%;
	margin-top: 0px;
	color: #292d34;
	margin-bottom: 30px;
	width:100%;
	list-style:none;
}
ul#upcoming li ul {
	font-size:100%;
		width:100%;
}
ul#upcoming li ul li, ul#upcoming li ul li a {
	font-size:14px;
}



#dt  {
	width: 500px;
	padding: 0;
	margin: 0;
	margin-top:10px;
	border-collapse:collapse;
}
#dt th {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #4f6b72;
	border-left: 1px solid #C1DAD7;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #E0ECF7;
}
#dt td {
	border-left: 1px solid #C1DAD7;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	padding: 6px 6px 6px 12px;

}
#dt td.alt {
	background: #F5FAFA;
}


