/*  
Theme Name: jesus house
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://www.antigravityinc.com">Kubrick</a>.
Version: 1.6
Author: Antigravity LLC
Author URI: http://www.antigravityinc.com/

	Antigravity v1.5
	 http://www.antigravityinc.com/

	This theme was designed and built by Antigravity LLC,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.antigravityinc.com

*/



ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input{
	margin:0;
	padding:0;
}
ul{
	list-style:none;
}
a{
	color:#2b2723;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
a img{
	border:0;
}
.clear{
	clear:both;
}
.replace{
	position:relative;
	margin:0;
	padding:0;
	/* \*/
	overflow:hidden;
	/* */
}
.replace span{
	display:block;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}

body{
	margin:0px;
	padding:0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	background:#FFFFFF url(images/bg.png) repeat-x;
	color:#2b2723;
}

.page{
	width:900px;
	margin:0 auto;
}

/* HEADER */

#header{
	width:100%;
	height:135px;
	overflow:hidden;
}

#logo{
	width:900px;
	height:120px;
	text-indent:-5000px;
	position:relative;
	overflow:hidden;
	display:block;
	margin:1px 0 0 0px;
}
#logo span{
	background:url(images/logo.png) no-repeat;
	position:absolute;
	width:100%;
	height:100%;
	cursor:pointer;
}

/* MENU */

#menu{
	width:100%;
	height:60px;
	background:url(images/menu_bg.png) repeat-x;
	overflow:hidden;
}

#menu ul{
	float:left;
	padding:20px 0 0 15px;
}

#menu li{
	display:inline;
	color:#aa9988;
	font-size:12px;
	font-family:Verdana, Geneva, sans-serif;
	padding:0 7px 0 7px;
	text-transform:uppercase;
}

#menu li a{
	color:#aa9988;
}

/*board*/
#board{
	width:100%;
	height:231px;
	overflow:hidden;
}
#board img{
	float:left;
}

/* BODY */

#body{
	width:100%;
	background:#e6e6e6 url(images/body_bg.png) repeat-x;
	overflow:hidden;
	padding:0 0 40px 0;
}

#body_left{
	width:596px;
	float:left;
}

#body_right{
	width:304px;
	float:right;
}

/* left contact */

#body_left_content{
	width:566px;
	margin:20px 0 0 23px;
}

.post{
	margin:0 0 10px 0;
}

.post-title{
	width:547px;
	border-bottom:1px dashed #b75f51;
	padding:0 0 8px 0;
	margin:0 0 0 10px;
}

.post-title h2{
	font-size:27px;
	color:#000000;
	font-weight:normal;
	padding:0 0 5px 0;
}

.post-title h2 a{
	color:#000000;
}

.post-title h3{
	font-weight:normal;
	color:#000000;
	font-size:12px;
}

.post-title h3 a{
	color:#9e0b0e;
	font-weight:bold
}

.post-title h3 span{
	color:#9e0b0e;
	font-weight:bold
}

.entry{
	line-height:20px;
	font-size:13px;
	padding:10px;
}

.entry p{
	padding-bottom:15px;
}

.entry a{
	text-decoration:underline;
}

.entry a:hover{
	text-decoration:none;
}

.postmetadata{
	width:100%;
	height:77px;
	background:url(images/postmetadata_bg.png) no-repeat;
	overflow:hidden;
	font-size:12px;
}

.postmetadata .alignleft a{
	color:#000;
	background:url(images/post_comm.gif) no-repeat left 1px;
	padding:0 0 0 22px;
}

.postmetadata .alignleft a span{
	color:#9e0b0e;
}

.postmetadata .alignright a{
	color:#9e0b0e;
	text-decoration:underline;
}

.postmetadata .alignright a:hover{
	text-decoration:none;
}


.postmetadata .alignleft{
	padding:20px 0 0 20px;
}

.postmetadata .alignright{
	padding:20px 22px 0 0;
}

.post-page{
	width:555px;
}

h2.post_page_title{
	border-bottom:1px dashed #b75f51;
	padding:0 0 8px 0;
	color:#000;
	font-size:27px;
	font-weight:normal;
	margin:0 0 0 10px;
}

.post-page .entry{
}

.post-page .entry a{
	text-decoration:underline;
}

.post-page .entry a:hover{
	text-decoration:none;
}

.entry strong{
}

.post-page .entry strong, .post-page .entry h1, .post-page .entry h2, .post-page .entry h3, .post-page .entry h4, .post-page .entry h5, .post-page .entry h6{
	color:#000;
	display:block;
	font-weight:normal;
}

.post-page .entry strong{
	font-size:28px;
}

.post-page .entry h1{
	font-size:26px;
	padding:0 0 14px 0;
}

.post-page .entry h2{
	font-size:24px;
	padding:0 0 14px 0;
}

.post-page .entry h3{
	font-size:22px;
	padding:0 0 12px 0;
}

.post-page .entry h4{
	font-size:20px;
	padding:0 0 10px 0;
}

.post-page .entry h5{
	font-size:18px;
	padding:0 0 8px 0;
}

.post-page .entry h6{
	font-size:16px;
	padding:0 0 6px 0;
} 

/* right content */

/* SIDE BAR */

#sidebar{
	width:292px;
	margin:5px 0 0 8px;
	overflow:hidden;
}

.sideItem{
	width:230px;
	background:url(images/sidebar_li.png) no-repeat;
	padding:22px 30px 20px 32px;
	margin:0 0 10px 0;
}
.sideItem div{
	position:relative;
}

.sideItem h2{
	color:#9e0b0e;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:normal;
	text-align:right;
	text-transform:uppercase;
	letter-spacing:-1px;
	padding:0 0 15px 0;
}
#latest_teachings p{
	font-size:12px;
	font-family:Verdana, Geneva, sans-serif;
	color:#000;
	line-height:17px;
	padding:0 0 14px 0;
}
#latest_teachings p b a{
	color:#000;
	text-decoration:none;
}
#latest_teachings p b a:hover{
	text-decoration:underline;
}
#latest_teachings p a{
	color:#aa2c04;
	text-decoration:underline;
}
#latest_teachings p a:hover{
	text-decoration:none;
}
#latest_teachings .right{
	text-align:right;
}

#latest_news{
}
#latest_news ul{
	width:100%;
	overflow:hidden;
}
#latest_news ul li{
	width:100%;
	float:left;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	background:url(images/dotted_grey.gif) repeat-x left bottom;
	padding:0 0 10px 0;
	margin:0 0 12px 0;
}
#latest_news ul li.last{
	background:none;
}
#latest_news ul li h3{
	float:left;
	background:#ededed;
	border:1px solid #c7c7c7;
	padding:5px;
	color:#000;
	font-size:12px;
	text-align:center;
	margin:3px 5px 0 0;
}
#latest_news ul li h3 span{
	color:#9e0b0e;
	display:block;
}
#latest_news ul li h4{
	color:#603913;
	line-height:16px;
	font-size:12px;
}
#latest_news ul li h4 a{
	color:#603913;
}
#latest_news ul li p{
	color:#000;
	line-height:16px;
}


/* FOOTER */

#footer{
	width:100%;
	height:92px;
	background:url(images/footer_bg.png) repeat-x bottom;
	overflow:hidden;
	color:#FFF;
	font-size:12px;
	font-family:Verdana, Geneva, sans-serif;
	text-align:center;
}
#footer ul{
	padding:30px 0 10px 0;
}

#footer li{
	display:inline;
	color:#aa9988;
	padding:0 4px 0 4px;
	text-transform:uppercase;
}

#footer li a{
	color:#aa9988;
}
#fcopyrights{
	color:#907a6f;
}
#fcopyrights a{
	color:#907a6f;
	text-decoration:underline;
}
#fcopyrights a:hover{
	text-decoration:none;
}



/* Begin Typography & Colors */

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 12px;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 13px Arial, Helvetica, sans-serif;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	background:#dadada;
	padding:2px 0 2px 0;
	}
/* End Typography & Colors */




/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 98%;
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	background:#ededed;
	border:1px solid #c7c7c7;
	}

#wp-calendar a {
	display: block;
	background:#dadada;
	text-decoration:underline;
	padding: 3px 0 3px 0;
	border:1px solid #c7c7c7;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	background:none;
	text-decoration:none;
	border:0;
	margin:10px 0 0 0;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	background:none;
	text-decoration:none;
	border:0;
	margin:10px 0 0 0;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 10px 10px;
	padding-left: 30px;
	padding-bottom:4px;
	background:url(images/blockquote_bg.gif) repeat-y;
	}

blockquote blockquote{
	background:url(images/blockquote_bg2.gif) repeat-y;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	font-weight:bold;
	font-size:13px;
	clear:both;
	}

.navigation  a{
	color:#000;
	text-decoration:underline;
	}

.navigation  a:hover{
	text-decoration:none;
	}
/* End Various Tags & Classes*/

/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

.entry ul {
	margin: 0 10px 20px 0;
	list-style: none;
	padding:15px 15px 15px 15px;
	background:#eaeaea;
	border:1px solid #dbdbdb;
	} 

.entry ul li {
	border-bottom:1px solid #bbbbbb;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	background:url(images/entry_before.gif) no-repeat left 10px;
	padding:3px 0 4px 15px;
	}

.entry ol {
	margin: 0 10px 20px 0;
	padding:15px 15px 15px 40px;
	background:#eaeaea;
	border:1px solid #dbdbdb;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	padding-bottom:4px;
	padding-top:3px;
	border-bottom:1px solid #bbbbbb;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
	
ol li{
	list-style: decimal outside;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform{
	width:400px;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 350px;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	width:75px;
	height:35px;
	}
/* End Form Elements */



/* Begin Comments*/

h2#comment_title{
	font-size:27px;
	color:#614031;
	font-weight:normal;
	margin:0 0 0 20px;
}

.alt {
	margin: 0;
	}

.commentlist {
	padding: 0px;
	text-align: justify;
	margin:0 0 0 20px;
	}

.comm_items {
	margin: 15px 0 5px 0;
	display:block;
	border:1px solid #d6d6d6;
	background:#eeeeee;
	font-family:Verdana, Geneva, sans-serif;
	}

.comm_items li {
	margin: 0;
	padding: 5px 10px 5px;
	background:none;
	border:0;
	list-style:none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	line-height:18px;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	display: block;
	color:#000;
	text-transform:capitalize;
	font-size:17px;
	padding:12px 0 10px 22px;
	}

.commentmetadata a{
	color:#000;
	}

.commentmetadata span{
	color:#818181;
	font-size:15px;
	text-transform:lowercase;
	}

.commentmetadata_text{
	margin:0 22px 15px 22px;
	font-size:12px;
	color:#474747;
}

#respond_box{
	margin:30px 0 0 20px;
	padding:0 0 60px 0;
}

h3#respond{
	font-size:27px;
	color:#614031;
	font-weight:normal;
	border-bottom:1px dashed #a3938b;
	padding:0 0 5px 0;
}

#commentform{
	color:#000;
	font-size:11px;
	font-family:Verdana, Geneva, sans-serif;
	padding:18px 10px 0 55px;
	width:80%;
}

#commentform a{
	color:#000;
}

#commentform label{
	position:relative;
	top:-5px;
}

#commentform input{
	background:#ffffff;
	border:3px #d3d3d3 solid;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:3px;
	color:#333;
}

#commentform textarea{
	background:#ffffff;
	border:3px #d3d3d3 solid;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:3px;
	color:#333;
	margin:5px 0 3px 0;
	overflow:auto;
}

#commentform input#submit{
	background:none;
	border:0px;
}

/* End Comments */

/* Archives page */
.page_archives_div{
	padding-bottom:60px;
	width:95%;
	margin:0 0 0 10px;
}

.ar_panel{
}

.ar_panel3{
}

.page_archives_div h2{
	border-bottom:1px dashed #b75f51;
	padding:0 0 8px 0;
	color:#000;
	font-size:27px;
	font-weight:normal;
	margin:0 0 10px 0;
}

.ar_panel3 h2{
	padding-top:5px !important;
}

.ar_panel3 ul{
	margin-left:0px !important;
}

.page_archives_div ul h2{
}

.page_archives_div ul{
	margin:0px;
	padding:0px;
	margin-bottom:40px;
}

.page_archives_div ul ul{
	padding:0;
	background:none;
}

.page_archives_div ul li{
	margin:0px;
	padding:8px 0 8px 10px;
	list-style:none;
	background:none;
	background:url(images/dotted_grey.gif) repeat-x left bottom;
	font-family:Arial, Helvetica, sans-serif;
}

.page_archives_div ul li ul li{
	border:0px;
	background:none;
}

.page_archives_div ul li ul{
	margin:0px;
	padding:0px;
	padding-left:10px;
}

.page_archives_div ul li a{
	font-weight:normal;
	font-size:12px;
	background:url(images/page_archives_div.gif) no-repeat left 4px;
	padding:0 0 0 11px;
	color:#000;
}


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */


/* CONTACT */
/* ==================================================================
    Secure and Accessible PHP Contact Form v.2.0WP FIXED width
    BEAST-BLOG.CSS made by Mike Cherim - http://green-beast.com 
   Designed and built to work with the Beast-Blog WordPress theme
================================================================== */

#gb_form_div { 
  text-align : left;
  width : 460px;
  font-family:Arial, Helvetica, sans-serif;
}

#gb_form {
  text-align : left;
  background : transparent;
}

#gb_form_div a {
  color : #000;
  text-decoration : underline;
}

#gb_form_div a:hover, #gb_form_div a:focus, #gb_form_div a:active {
  color : #000;
  text-decoration : none;
  background-color : #fff;
}

#gb_form fieldset { 
  border : 0;
}

#gb_form legend, #gb_form dt { 
  font-weight : bold; 
  color : #333;
}

#gb_form legend {
  margin-left : 0;
}

#gb_form legend#mainlegend { 
  font-size : 1.2em;
  color : #000;
  margin-left : -10px;
  padding-bottom : 10px;
}

#gb_form legend#mainlegend small { 
  font-size : 12px;
  text-transform : uppercase;
  color : #000;
}

#gb_form_div h2.formhead small {
  font-size : 12px;
  width : 40%;
  padding-left : 15px;
}

#gb_form_div .main_formhead {
  font-size : 1.4em;
}

#gb_form label { 
  color : #333; 
  margin-top : 5px;
  margin-left : 10px;
}

#gb_form input.short, #gb_form input.med, #gb_form select.med, #gb_form textarea.textbox { 
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  color : #666; 
  padding : 4px; 
  border : 3px solid #dbdbdb;
  background-color : #fff;
  line-height : 1.5em;
  width : 300px;
  margin:0 0 10px 10px;
}

#gb_form input.short {
  width : 45px;
}

#gb_form textarea.textbox {
  width : 450px;
  height : 6em;
}

#gb_form select.med {
  width : 250px;
}

#gb_form input.checkbox {
  cursor : default;
  background : transparent;
  border : 0;
  padding : 0; 
  margin : 0;
  width : 10px;
}


#gb_form textarea.textbox:focus, #gb_form textarea.textbox.focus { 
  width : 450px;
  height : 18em;
}

#gb_form input.button {
  margin-top : 10px;
  width : 35%;
  float : right;
  cursor : pointer;
  background:#614031;
  color:#FFF;
  border:0;
  padding:5px;
}

span.error, span.success, #gb_form_div dt { 
  color : #333;  
  font-weight : bold; 
}

#gb_form_div dt small, #gb_form_div .formhead span.success, span.success, dl#result_dl_blockq dt {
  color : #333;
}

#gb_form small.whythis, #gb_form small.whythis a { 
  font-size : .9em; 
  text-decoration : none;
  color : #666;
}

#gb_form small.whythis a span {
  color : #fff;
  padding : 1px 4px 1px 4px;
  background:#000;
  border:1px solid #fff;
}

p.creditline small {
  clear : both; 
  display : block;
  text-align : right;
  margin : 0;
  padding : 45px 0 15px 0;
  font-size : 12px;
  color : #666;
}

#spamq{
	float:left;
}

/* NOTE: .abbr class is for IE */
.abbr { 
  cursor : help; 
  border-bottom : 1px dashed #999;
}

dl#result_dl_blockq blockquote {
  margin-left : 0;
}

dl#result_dl_blockq blockquote p cite {
  display : block;
  text-align : right;
}

#gb_form_div span.items {
  font-weight : bold;
  color : #99cc66;
}


/* End BEAST-BLOG CSS */


/* index */

#ibody_content{
	width:880px;
	overflow:hidden;
	margin:8px 0 0 10px;
}

#ibody_content .sideItem{
	float:right;
}

#ibody_content #sideItem_latnews{
	float:left;
}
