/*
Theme Name: Biblepraise Custom Theme
Theme URI: http://biblepraise.org
Description: The theme was developed by Damilare Onajole of <a href="http://www.websitemesh.com">WebsiteMesh.com</a>
Version: 0.1
Author: Damilare Onajole
Author URI: http://damilare.net/
*/

body {
	background-color: #8A7438;
	background-image: url('images/body-bg.jpg');
	background-repeat: repeat-x;
}

#main-page{
	margin:auto;
	text-align:left;
	width:65.384em; /* 600/13 */
	*width:63.750em;/* 610/13.3333 */
}

#sidebar{
	font-family: verdana, sans-serif;
	font-size: 10px;
}

#sidebar ul li p{
	margin-top: 10px;
	margin-bottom: 10px;
}

#sidebar ul li h2 {
	font-size: 15px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #005BB7;
}

#sidebar ul li {
	margin-bottom: 15px;
}

#sidebar img {
	text-align: center;
	margin-bottom: 5px;
}

#sidebar input {
	border: 1px solid #999999;
	height: 15px;
}

#sidebar ul li ul li {
	margin-bottom: 5px;
	margin-left: 15px;
	list-style: square;	
}

#sidebar ul li ul li a{
	border-bottom: 1px dashed #005BB7;
	width: 100%;
}


#content h1{
	font-size: 20px;
	font-family: verdana, sans-serif;
	font-weight: bold;
	color: #8A7438;
	border-bottom: 1px dashed #e2e2e2;
	padding-bottom: 5px;	
}

#content h1 a {
	text-decoration: none;
	color: #8A7438;
}

#content h1 a:hover {
	text-decoration: none;
	color: #8A7430;
}

#content p.meta {
	font-size: 10px;
	margin-top: 5px;
	color: #999999;
	margin-bottom: 10px;
	
}

#content p {
	margin-bottom: 15px;
}

#content div.meta {
	background-image: url('images/meta-bg.jpg');
	background-repeat: repeat-x;
	background-position: right;
	height: 35px;
	color: #005BB7; 
	font-size: 10px;
	font-family: verdana, serif;
	margin-bottom: 15px;

}



.main {
	background-color: #ffffff;
}

.navigation {
	background-color: #005BB7;
	border-bottom: 3px #CAE4FF solid;
	color: #ffffff;
	height: 30px
}

.navigation ul{
	height: 30px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.navigation ul li{
	padding-top: 6px;
	float: left;
    margin: 0 1px 0 0;
    padding-left: 1px;
}

.navigation ul a {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
    display: block;
    float: left;    
    text-decoration: none;
	height: 30px;
	margin-right: 10px;
	padding-left: 15px;
	text-align: center;
	text-transform: lowercase;
	background-image: url(images/arrow.jpg);
	background-repeat: no-repeat;
}

.navigation ul a.first {
	background-image: none;
}

.navigation ul a:hover {
	color: #CAE4FF;
}

.banner {
	height: 169px;
	background-image: url('images/banner.jpg');
	background-repeat: no-repeat;
	font-size: 12px;
	text-align: right;
	color: #BDA158;
}

#date {
	font-family: times new romans;
	font-style: italic;
	font-size: 14px;
	padding-left: 10px;
	padding-top: 3px;
	color: #999999;
}

#search {
	text-align: right;
	padding-right: 5px;
	padding-top: 2px;
}

#search input {
	border: none;
	padding: 5px 0 0 0;
	margin: 0; 
}

#search input.round {
	background-image: url('images/round-input.gif');
	background-repeat: no-repeat;
	width: 185px;
	height: 27px;
	margin: 0;
	padding-left: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-top: 2px;
}

#search input.search-btn {
	background-image: url('images/search.jpg');
	background-repeat: no-repeat;
	background-position: bottom left;
	font-weight: bold;
	color: #ffffff; 
	width: 56px;
	height: 27px;
	margin: 0;
	border: 0;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-top: 2px;
}



.search {
	height: 40px;
}

.body {
	min-height: 600px;
	background-image: url('images/curve-body.jpg');
	background-repeat: no-repeat;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 20px
	
}

.outterbody {
	background-image: url('images/outterbody.jpg');
	background-repeat: repeat-y;			
}

.closebody {
	background-image: url('images/closebody.jpg');
	background-repeat: no-repeat;
	height: 27px;
	width: 850px;
}

.footer {
	height: 20px;
	margin-top: 10px;
	background-color: #005BB7;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	padding-top: 10px;
	
}

a {
	color: #8A7438;
	text-decoration: none;
}

a:hover {
	color: #CAE4FF;
	text-decoration: underline;
}

/** comment **/
.alt {  
  zoom : 1;
  background-color: #BAA056;
  color: #ffffff;
  border : 1px solid #ddd;
  margin : 0;
  padding : 10px;
  margin-top: 10px; 
}

.alt a {
	color: #CAE4FF;
}
.tla {
  zoom : 1;
  background-color: #CAE4FF;
  color: #000000;
  border : 1px solid #ddd;
  margin : 0;
  padding : 10px;
  margin-top: 10px;
}

.tla a:hover {
	color: #000000;
}

strong {
	font-weight: bold;
}
