/*

Theme Name: FBC Greenwood
Theme URI: http://kerussotech.com/
Description: Custom theme for First Baptist Church of Greenwood, Missouri
Author: Kerusso Technologies
Author URI: http://kerussotech.com/
version: 1

*/

* {
	font-size: 12pt;
	margin: 0px;
	padding: 0px;
}

.clear { clear: both; }
.thin { font-size: 1pt; height: 1px; }

body {
	font-family: helvetica, arial;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#accent {
	background-image: url('images/accent.png');
	background-repeat: repeat-x;
	height: 50px;
	width: 100%;
}

#wrapper {
	margin: 0 auto;
	text-align: left;
	width: 780px;
}

#header {
	margin: 0px 15px 15px;
}

#header a img {
	background-image: url('images/logo.jpg');
	background-repeat: no-repeat;
	border: none;
	display: block;
	height: 97px;
	width: 400px;
}

#slideshow {
	background-image: url('images/slideshow_bg.png');
	background-repeat: no-repeat;
	margin: 15px 0px 0px;
	padding: 15px;
	height: 365px;
}

#quicklinks {
	height: 114px;
	padding: 0px 0px 0px 15px;
}

#quicklinks a img {
	background-repeat: no-repeat;
	border: none;
	display: block;
	height: 114px;
	float: left;
	margin: 0px 14px 0px 0px;
	width: 177px;
} 

#new_first img { background-image: url('images/new_first.png'); }
#new_first:hover img { background-image: url('images/new_first-hover.png'); }
#attend_first img { background-image: url('images/attend_first.png'); }
#attend_first:hover img { background-image: url('images/attend_first-hover.png'); }
#media img { background-image: url('images/media.png'); }
#media:hover img { background-image: url('images/media-hover.png'); }
#know_God img { background-image: url('images/know_God.png'); }
#know_God:hover img { background-image: url('images/know_God-hover.png'); }

#navbar {
	background-image: url('images/nav_bar_bg.png');
	background-repeat: no-repeat;
	list-style-type: none;
	height: 28px;
	margin: 0px 15px;
}
 
#navbar li {
	float: left;
	height: 23px;
	margin: 0px 5px 0px 2px;
	padding: 5px 2px 0px 5px;
}

#navbar li a {
	color: #ffffff;
	display: block;
	float: left;
	height: 23px;
	font-size: 10pt;
	text-decoration: none;
}

#navbar a span { font-size: 10pt; }

#navbar li ul {
	background-color: #231F20;
}

ul#navbar ul.dropdown li.cat-item a {
	background-image: url('images/home.png');
	background-repeat: no-repeat;
	padding-left: 25px;
}

#page {
	margin: 10px 15px;
}

h1 { 
	font-size: 18pt;
	margin: 15px 0px;
}

h2 {
	font-size: 16pt;
	margin: 10px 0px;
}

small {
	font-size: 10pt;
}

#footer {
	font-size: 8pt;
	height: 50px;
	margin: 25px 15px 0px;
}

#contacts {
	font-size: 8pt;
	width: 500px;
}

#address {
	font-size: 8pt;
	font-weight: bold;
	width: 500px;
}

#phone {
	float: left;
	font-size: 8pt;
	width: 100px;
}

#email {
	float: left;
	font-size: 8pt;
	width: 125px;
}

#ktech {
	float: right;
	width: 50px;
}

#ktech a img {
	background-image: url('images/ktech.png');
	background-repeat: no-repeat;
	border: none;
	height: 32px;
	width: 35px;
}

p {
	margin: 10px 0px;
}