/*  
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



html,body {
	font: 12px Arial, Verdana, sans-serif;
	color: #000;
	background: url(images/bg.jpg) repeat-x;
	background-color: #EFEDD8;
	margin:0 auto;
	text-align:center;
	padding:0;
}
img {
	border:none;
}
div.clear {
	clear:both;
}
#top_padding {
	height:33px;
}
#container {
	width:780px;
	margin:0 auto;
	text-align:center;
	background:url(images/slice.jpg);
}
#header {
	height:42px;
	width:760px;
	background:url(images/header.jpg);
	padding:19px 0 0 20px;
}
#graphic {
	width:780px;
	height:235px;
}
#content {
	width:720px;
	margin:0 auto;
	padding-top:20px;
	text-align:left;
}
#content_left {
	width:230px;
	float:left;
	text-align:left;
}
#content_right {
	width:470px;
	float:right;
}
#front_content {
	width:720px;
	margin:0 auto;
	padding-top:30px;
	text-align:left;
}
#col1, #col3 {
	width:230px;
	float:left;
}
#col2 {
	width:218px;
	padding: 0px 10px 0 10px;
	border-left: 1px solid #bfbaac;
	border-right: 1px solid #bfbaac;
	float:left;
}
#col3 {
	padding-left:10px;
}
#footer {
	width:780px;
	height:40px;
	background:url(images/footer.jpg);
padding-top:50px;
font-size:11px;
color:#aaa;
}

/* Paragraphs */

p {
	line-height: 22px;
}
p.center {
	text-align: center;
}

/* Headers */

h1 {
	font: 18px Arial, Trebuchet MS, Verdana;
	color: #000;
	font-weight: bold;
	margin:0px;
	padding:0px;
}
h2 {
	font: 14px Arial, Trebuchet MS, Verdana;
	color: #000;
	font-weight: bold;
	margin-bottom:0px;
	padding-bottom:0px;
}

/* Links */

ul {
	margin:0;
	padding:0;
	padding-top:18px;
	padding-left:0px;
}
li {
	list-style-type:none;
	background: url(images/li.jpg);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-bottom: 8px;
	padding-left:14px;
	margin-left:4px;
}
blockquote {
	color:#cacbc4;
}
hr {border: none 0;
border-top: 1px dashed #BCBBA9;/*the border*/
margin-left: 24px;
width:478px;
height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
}
a {
	color: #213F4A;
}
a:hover {
	color: #6294AB;
}
a:visited {
	color: #467388;
}
a.voice {
	padding: 4px;
}
a:hover.voice {
	background: #eef2f4;
	color: #213F4A;
}
#nav {
display: block;
text-align: left;
width: 205px;
}

#nav .item a {
display: block;
background: #fff;
font: 12px Arial, sans-serif;
padding: 9px 5px 9px 20px;
color: #000;
border-top: 1px solid #d9d6c7;
text-decoration: none;
}

#nav .item a:hover, #nav .item a:active {
display: block;
color: #5f5f5f;
background-color: #efefef;
border-top: 1px solid #d9d6c7;
}
a#buttonA {float:left;width:89px;height:42px;background:url(images/btn_home.jpg);}
a#buttonA:link {background:url(images/btn_home.jpg)}
a#buttonA:visited {background:url(images/btn_home.jpg)}
a#buttonA:hover {background:url(images/btn_home.jpg) 0 -42px;}
a#buttonB {float:left;width:134px;height:42px;background:url(images/btn_ministries.jpg);}
a#buttonB:link {background:url(images/btn_ministries.jpg)}
a#buttonB:visited {background:url(images/btn_ministries.jpg)}
a#buttonB:hover {background:url(images/btn_ministries.jpg) 0 -42px;}
a#buttonC {float:left;width:159px;height:42px;background:url(images/btn_services.jpg);}
a#buttonC:link {background:url(images/btn_services.jpg)}
a#buttonC:visited {background:url(images/btn_services.jpg)}
a#buttonC:hover {background:url(images/btn_services.jpg) 0 -42px;}
a#buttonD {float:left;width:158px;height:42px;background:url(images/btn_message.jpg);}
a#buttonD:link {background:url(images/btn_message.jpg)}
a#buttonD:visited {background:url(images/btn_message.jpg)}
a#buttonD:hover {background:url(images/btn_message.jpg) 0 -42px;}
a#buttonE {float:left;width:90px;height:42px;background:url(images/btn_links.jpg);}
a#buttonE:link {background:url(images/btn_links.jpg)}
a#buttonE:visited {background:url(images/btn_links.jpg)}
a#buttonE:hover {background:url(images/btn_links.jpg) 0 -42px;}
a#buttonF {float:left;width:110px;height:42px;background:url(images/btn_contact.jpg);}
a#buttonF:link {background:url(images/btn_contact.jpg)}
a#buttonF:visited {background:url(images/btn_contact.jpg)}
a#buttonF:hover {background:url(images/btn_contact.jpg) 0 -42px;}