/*   

Theme Name: Hilltop Baptist Church

Theme URI: http://www.hilltopbc.com

Description: The best one yet!

Author: Bennie Mosher

Author URI: http://www.bamrjdesigns.com

Version: 1.0

*/

body {
  	background: #e4e4e4 url(images/background.gif) repeat-x top left;
	margin: 0px;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 12px;
	}

#head {
  	background: #e4e4e4 url(images/head_empty.jpg) no-repeat top left;
	width: 747px;
	height: 117px;
	margin: 0 auto;
	}
	
#location {
	color: #fff;
	float: right;
	text-align: right;
	font-size: 14px;
	margin: 30px 25px 0px -155px;
	line-height: 16px;
	}
	
/* Navigation */

#menu {
  	float: right;
	margin: 80px 20px 0px 0px;
	}

#menu ul {
	margin: 0;
	}

#menu li {
	list-style: none;
	float:left;
	text-align: center;
	}

#menu li a {
	color : #fff;
	text-decoration : none;
	display: block;
	border-style:none;
	}

#menu li a:link, #menu li a:visited {
	background: url(images/menu_item2.gif) no-repeat;
	height: 26px;
	width: 94px;
	line-height: 26px;
	padding-top: 7px;
	}

#menu li a:hover, #menu li a:active {
	background: url(images/menu_item2.gif) no-repeat 0px -33px;
	height: 29px;
	width: 94px;
	line-height: 29px;
	padding-top: 4px;
	}

#menu li.active a:hover, #menu li.active a:active, #menu li.active a:link, #menu li.active a:visited {
	background: url(images/menu_item2.gif) no-repeat 0px -66px;
	height: 29px;
	width: 94px;
	line-height: 29px;
	padding-top: 4px;
	color: #B05128;
	}

#body_wrapper {
  	background: url(images/body_cont.jpg) repeat-y top left;
	margin: 0px auto;
	width: 747px;
	}

#body {
  	background: url(images/body_top.jpg) no-repeat top left;
	float: left;
	padding: 10px 20px 0px 20px;
	min-height: 343px;
	display: block;
	}

#end_body {
  	background: url(images/footer.jpg) no-repeat top left;
	margin: 0px auto;
	width: 747px;
	height: 37px;
	display: block;
	}

.clearer {
  	clear: both;
	height: 1px;
	}

#all {
  	width: 707px;
	float: left;
	padding: 0px;
	background: url(images/all_middle.gif) repeat-y top left;
	}

#all .top {
  	background: url(images/all_top.gif) no-repeat top left;
	width: 707px;
	height: 18px;
	padding: 0px;
	margin: 0px;
	}

#all .bottom {
 	background: url(images/all_bottom.gif) no-repeat bottom left;
	width: 707px;
	height: 21px;
	padding: 0px;
	margin: 0px;
	}

#left {
 	width: 538px;
	float: left;
	padding: 0px;
	margin: 0px;
	background: url(images/left_middle.gif) repeat-y top left;
	}

#left .top {
  	background: url(images/left_top.gif) no-repeat top left;
	width: 538px;
	height: 18px;
	padding: 0px;
	margin: 0px;
	}

#left .bottom
{
  background: url(images/left_bottom.gif) no-repeat bottom left;
	width: 538px;
	height: 21px;
	padding: 0px;
	margin: 0px;
}

#right
{
  width: 169px;
	float: right;
	padding: 0px;
	margin: 0px;
	background: url(images/right_middle.gif) repeat-y top left;
}

#right .top
{
  background: url(images/right_top.gif) no-repeat top left;
	padding: 0px;
	margin: 0px;
	width: 169px;
	height: 18px;
}

#right .bottom
{
  background: url(images/right_bottom.gif) no-repeat bottom left;
	padding: 0px;
	margin: 0px;
	width: 169px;
	height: 21px;
}

.content 
{
  padding: 0px 15px;
}

#footer
{
  margin: 0 auto; 
	width: 747px;
	text-align: center;
	color: #B05128;
	font-weight: bold;
}

#footer a
{
 color: #B05128;
}

#right ul 
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#right ul li 
{
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: block;
}

#right ul a 
{
	display: block;
	width: 125px;
	background: #c7b8a4;
	color: #000;
	padding: 3px;
	padding-left: 10px;
	text-decoration: none;
	margin: 0px;
	border: 0px;
}

#right ul a:hover 
{
	color: #FFFFFF;
	background: #633400;
}



.article_title {
	margin-bottom: 5px;
	color: #D96B11;
	font-size: 28px;
	padding: 0px;
	margin: 0px;
	}
	
.article_title a {
	border-bottom: none;
	}
	
.article_title a:hover {
	color: #5F360E;
	font-weight: bold;
	}
	
.article_date {
	padding: 0px;
	margin: 0px;
	margin-bottom: 5px;
	color: #333;
	font-size: 14px;
	}	
	
a
{
  color: #AD4C21;
	text-decoration: none;
	border-bottom: 1px dashed;
	padding-bottom: 0px;
}

a:hover
{
	color: #000;
}

hr
{
  border: 0px;
  border-bottom: 1px #F0EBE7 dashed;
	height: 1px;
}

#left hr, #all hr
{
  margin: 10px 0px;
}

form
{
  margin: 0px;
	padding: 0px;
}

form .item
{
  clear: left;
	border-top: 1px solid #EEE;
	margin: 3px;
}

form .label
{
  float: left;
	clear: left;
	width: 150px;
}

input, textarea, select
{
  color: #AD4C21;
	border: 1px solid;
	background: #F0EBE7;
	margin: 3px;
	padding: 2px;
}

blockquote {
	margin: 5px;
  background: transparent url(images/quotes.gif) left top no-repeat;
	padding-left: 37px;
}

blockquote[cite]:after {
	content: "Quote from: " attr(cite);
	display: block;
	border-top: 1px solid #999;
	color: #999;
	margin: 1em 0 0;
	padding: .5em 0 0;
	font-size: .8em;
	font-weight: bold;
}

/**** Contact Style *****/
.line {
	text-align:left;
	margin-bottom: 10px;
	}

.line label {
	text-align: right; 
	width: 100px; 
	float: left; 
	padding: 2px;
	}
	
.box {
	color: #AD4C21;
	border: 1px solid;
	background: #F0EBE7;
	padding: 2px 2px 2px 2px; 
	margin-left: 10px;
	}

#submit {
	width: 100%;
	text-align:center;
	}

#submitdiv {
	clear: both;
	text-align:center;
	}
	
/****** Calendar *******/

#calendar {
	margin-bottom: 15px;
	}
	
/***** Bible Quote *****/
.bible_reference {
	font-size: 12px;
	}
	
/***** Random Image Generator *****/
#random_image {
	text-align: center;
	}
	
#service_times {
	margin: 0 auto;
	font-size: 14px;
	}
	
/***** Sidebar *****/
.sidebar_title {
	padding: 10px 0px 0px 0px;
	margin:0px;
	color: #333;
	background-color: transparent;
	font-size: 1.3em;
	font-weight: bold;
	}
	
#sidebar li {
	border-bottom: 1px #F0EBE7 dashed;
	}
	
#inside_ministries li {
	border: none;
	}
	
#bible_verse {
	padding-bottom: 10px;
	}
	
/***** Must keep for widget use *****/
#breukies-pages-1 li {
	border-bottom: none;
	}
	
.widgettitle {
	padding: 10px 0px 0px 0px;
	margin:0px;
	color: #333;
	background-color: transparent;
	font-size: 1.3em;
	font-weight: bold;
	}
	
#searchform div {
	text-align: right;
	}
	
#searchform #s {
	/*Colors the search text area*/
	}


#news {
text-align: center;
}
