/* Common post styles ========================================= */

/* Change your body background color or image */
body {
	background:#e8e8d2;
	font-family:"Adobe Garamond Pro", "Adobe Caslon Pro","Hoefler Text", Garamond, 'Palatino Linotype', Georgia, Times New Roman,serif;
}
/* Decide if we need the logo on black or white */
#header h1 a {
	background:url(images/common/loverher-logo.png);
}
#header p {
	color:#ce4f4f;
	font-size:15px;
}
#footer p {
	color:#ce4f4f;
}
#header p a {
	color:#ce4f4f;
}
#header ul li a,
#footer ul li a {
	background:#ce4f4f;
	color:#e8e8d2;
	font-size:15px;
}
#footer {
	background:#ce4f4f;
}
#footer ul li a {
	background:#e8e8d2;
	color:#ce4f4f;
	font-size:15px;
}
#footer p,
#footer p a {
	color:#e8e8d2;
}
	
/* Post styles */
.hentry {
	color:#ce4f4f;
	margin:0 auto 100px auto;
	width:960px;
}
.hentry cite {
	border-top:2px solid #ce4f4f;
	border-bottom:1px solid #ce4f4f;
	color:#ce4f4f;
	display:block;
	font-style:normal;
	font-weight:bold;
	font-size:15px;
	margin:37px 0 37px 0;
	padding:18px 0 18px 0;
	text-align:center;
}
.hentry cite a {
	color:#ce4f4f;
}
.hentry cite em {
	font-weight:normal;
}
.hentry blockquote {
	overflow:hidden;
	text-align:center;
}
.hentry blockquote p.intro {
	background:url(images/common/loverher-title.png) no-repeat bottom center;
	font-size:15px;
	height:402px;
	text-indent:-9999px;
	margin:0 auto;
	width:824px;
}
.hentry blockquote p.verse {
	float:left;
	font-size:15px;
	margin:0 30px 0 0;
	text-align:left;
	width:300px;
}
.hentry blockquote p.last {
	margin:0;
}
.hentry blockquote span {
	float:left;
}
.hentry blockquote span.drop-i {
	background:url(images/common/loverher-i.png) no-repeat;
	height:62px;
	margin:0 10px 0 0;
	text-indent:-9999px;
	width:35px;
}
.hentry blockquote span.drop-n {
	background:url(images/common/loverher-n.png) no-repeat;
	height:63px;
	margin:0 10px 0 0;
	text-indent:-9999px;
	width:47px;
}
