/* Jeru the Damaja post styles ========================================= */

/* Change your body background color or image */
body {
	background:#000 url(images/jeru/static-background.gif);
	font-family: Helvetica Neue, Helvetica, Arial,  sans-serif;
	text-align:left;
}
#container {
	text-align:left;
}
/* Decide if we need the logo on black or white */
#header h1 a {
	background:url(../themes/hiphopquoted/images/logo-white.png);
}
#header p,
#header p a,
#footer p,
#footer p a {
	color:#fff;
}
#header ul li a,
#footer ul li a {
	background:#fff;
	color:#3e3e3e;
}
/* Post styles */
.hentry {
	width:960px;
}
.hentry cite {
	color:#fff;
	display:block;
	margin:20px 0 0 380px;
}
.hentry cite a {
	color:#fff;
}
.hentry blockquote {
	overflow:hidden; /* Clear the floted list items */
}
.hentry blockquote p.intro {
	background:url(images/jeru/static-title-image.png) no-repeat;
	float:left;
	height:1100px;
	margin:50px 20px 0 100px;
	text-indent:-9999px;
	width:262px;
}
.hentry blockquote p.verse {
	background:url(images/jeru/static-quote.png) no-repeat top left;
	color:#fff;
	float:left;
	font-size:15px;
	margin:0 0 30px 0;
	padding:50px 0 0 0;
	position:relative;
	width:550px;
}
