/*
	Theme Name: Baptist Studies Online
	Theme URI: http://baptiststudiesonline.com/
	Description: Custom WordPress theme designed exclusively for Baptist Studies Online.
	Version: 1.0
	Author: Kerusso Technologies
	Author URI: http://kerussotech.com/
*/

body {
	font-family: arial;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#page {
	background-image: url('page_bg.png');
	background-repeat: repeat-y;
	margin: 0 auto;
	text-align: left;
	width: 930px;
}

#inner {
	margin: 0px 15px;
	width: 900px;
}

#right a img { border: none; }


}

#spacer {
	background-image: url('spacer_bg.png');
	background-repeat: repeat-x;
	font-size: 1pt;
	height: 21px;
	margin: 0px;
	padding: 0px;
}

.menu ul {
	background-image: url('menu_bg.png');
	background-repeat: repeat-x;
	height: 30px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.menu ul li {
	float: left;
}

.menu ul li a {
	color: #ffffff;
	display: block;
	float: left;
	font-size: 12pt;
	font-weight: normal;
	height: 30px;
	margin: 0px 10px;
	padding: 4px 5px 0px;
	text-decoration: none;
}

.menu ul li.current_page_item a,
.menu ul li a:hover {
	background-image: url('menu-active_bg.png');
	background-repeat: repeat-x;
}

#banner-home {
	background-image: url('banner-home.jpg');
	background-repeat: no-repeat;
	height: 445px;
}

#banner-page {
	background-image: url('banner-page.jpg');
	background-repeat: no-repeat;
	height: 205px;
}

.white_bg {
	background: url('main_bg.png');
}

#left {
	float: left;
	margin: 25px;
	width: 525px;
}

h2 {
	color: #3c4076;
	font-weight: normal;
	font-size: 13pt;
}

p {
	font-size: 10pt;
}

#right {
	float: left;
	margin: 25px;
	width: 250px;
}

.clear {
	clear: both;
}

.thin {
	font-size: 1pt;
	height: 1px;
}

#pre-footer {
	text-align: center;
}

#pre-footer img {
	margin: 0 auto;
}

#footer {
	color: #22265a;
	font-size: 9pt;
	padding: 25px;
	text-align: right;
}