/* Ludacris 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(../themes/hiphopquoted/images/logo-black.png);
}
#header p {
	color:#000;
}
/* Post styles */
.hentry {
	text-align:left;
	margin:0 auto;
	width:670px;
}
.hentry cite {
	display:block;
	margin:0;
}

