/* Ludacris post styles ========================================= */

/* Change your body background color or image */
body {
	background:#e13131;
}
/* Link colours */
a {
  	color: #fff;
}
/* Decide if we need the logo on black or white */
#header {
	border:none;
}
#header h1 a {
	background:url(../themes/hiphopquoted/images/logo-white.png);
}
#header p,
#footer p {
	color:#fff;
}
#header p a,
#footer p a {
	color:#fff;
}
#header ul li a,
#footer ul li a {
	background:#fff;
	color:#e13131;
	display:block;
}
/* Post styles */
.hentry {
	color:#e13131;
	text-align:left;
	margin:0 auto;
	width:848px;
}
.hentry cite {
	font-family: Helvetica Neue, Helvetica, Arial,  sans-serif;
	font-size:1.2em;
	font-style: normal;
	text-transform: uppercase;
	display:block;
	letter-spacing:2px;
	margin:0 0 0.5em;
	position:absolute;
	top:450px;
	left:100px;
}
.hentry a {
  	color: #e13131; 
	font-weight:bold;
}