
body {
	background: #F0F6D7 url(../img/bg_home.jpg) repeat-x left top;
}
#header {
	position: relative;
	background: url(../img/bg_home_christa.jpg) no-repeat 10px 0;
	height: 330px;
}
	#header .top {
		margin-top: 40px;
	}


h1#logo a {
	margin: 0 0 0 0;
}
#nav_wrap {
	border-bottom: 1px solid #660021;
	padding-top: 10px;
	margin: 0 0 10px;
}

#content {
	line-height: 1.7;
	background: #270312 url(../img/bg_home_bottom.jpg) repeat-x left bottom;
	padding-bottom: 190px;
}

h3 { /* post and page titles */
	font-size: 16px;
	font-weight:normal;
	margin: 10px 0 5px;
	line-height: 1.3;
}





/* =HOME - quotation & book cover */
blockquote#home_quote {
	font-family: georgia, palatino, times, serif;
	color: #87825B;
	font-style: italic;
	font-size: 14px;
	margin: 10px 10px 0 0;
	line-height: 1.5;
}
blockquote#home_quote cite {
	font-style: normal;
	font-size: 12px;
	font-weight:bold;
}
blockquote#home_quote cite:before {
	content: '  ~' ;
}
#book {
	font-size: 12px;
	line-height: 1.3;
	color: #555;
	text-align:center;
}
#book img {
	width: 220px;
}

/* =HOME - latest news */
#latest_news h2 {
	margin: 0 0 15px;
}
#latest_news p {
	font-size: 12px;
	line-height: 1.3;
}



/* =HOME - blog entries */
#blog_entries {
	color: #fff;	
}
	#first_column {
		min-height: 200px;
		background: url(../img/home_blog.png) no-repeat left top;
	}
#blog_entries p {
	font-size: 12px;
}
#blog_entries h3 {
	color: #b91c55;
}
/* =HOME - subscribe */
#subscribe {
	background: url(../img/home_subscribe.png) no-repeat left top;
	min-height: 200px;
}
	#subscribe p {
		margin: 0 0 5px;
	}
	#subscribe a {
		color: #fff;
		font-size: 11px;
		text-decoration:none;
		padding: 2px 10px 2px 23px;
		background: transparent url(../img/rss.png) no-repeat left center;
	}
form#rss input#submit,
form#newsletter input#submit {
	background: transparent url(../img/button_submit.png) no-repeat center center;
	height: 25px;
	width: 55px;
	border:0;
	font-size: 0;
	vertical-align:middle;
}
form#rss input#text,
form#newsletter input#text {
	vertical-align:middle;
	height: 8px;
	padding: 3px;
}
form#newsletter {
	
}



/* =HOME - endorsements */
#endorsements {
	position: relative; top: -80px;
	text-align:center;
	font-family: georgia, palatino, times, serif;
	color: #5b8d45;
	font-style: italic;
	font-size: 14px;
	line-height: 1.7;
}
#endorsements blockquote {
	width: 70%;
	margin: 0 auto;
}
#endorsements cite {
	border:0;
}
#endorsements cite:before {
	content: '  ~' ;
}
#endorsements cite {
	color: #555;
	font-style:normal;
}






