/* The perceptionists post styles ========================================= */

/* Change your body background color or image */
body {
	background:#fff;
}
/* Decide if we need the logo on black or white */
#header h1 a {
	background:url(images/perceptionists/memorial-logo.png);
}
#header p,
#footer p {
	color:#4e5248;
}
#header p a,
#footer p a {
	color:#bcb3a7;
}
#header ul li a,
#footer ul li a {
	background:#4e5248;
	color:#fff;
}
/* Post styles */
.hentry {
	text-align:left;
	margin:0 auto;
	width:960px;
}
.hentry cite {
	border-bottom:2px dotted #bcb3a7;
	color:#4e5248;
	display:block;
	font-style:normal;
	font-size:15px;
	margin:20px 0 0 350px;
	padding:0 0 20px 0;
}
.hentry cite a {
	color:#bcb3a7;
}
.hentry blockquote p.intro {
	background:url(images/perceptionists/memorial-title-image.jpg);
	height:575px;
	text-indent:-9999px;
	width:960px;
}
.hentry blockquote p.second,
.hentry blockquote p.third {
	background:url(images/perceptionists/memorial-speech-mark.gif) no-repeat top left;
	border-bottom:2px dotted #bcb3a7;
	color:#bcb3a7;
	font-size:15px;
	margin:0 0 20px 350px;
	padding-bottom:20px;
	position:relative;
}
.hentry blockquote p.second span,
.hentry blockquote p.third span {
	bottom:25px;
	left:-330px;
	position:absolute;
	text-indent:-9999px;
	width:308px;
}
.hentry blockquote p.second span {
	background:url(images/perceptionists/memorial-block-one.gif) no-repeat;
	height:152px;
}
.hentry blockquote p.third span {
	background:url(images/perceptionists/memorial-block-two.gif) no-repeat;
	height:143px;
}
