/* Blackalicious post styles ========================================= */

/* Change your body background color or image */
body {
	background:#fff;
	font-family:'Hoefler Text', Garamond, 'Palatino Linotype', Times New Roman, Times, serif;
}
#header {
	background:#000;
}
#footer {
	background:#000;
}
/* 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:#000;
	display:block;
}
/* Post styles */
.hentry {
	text-align:left;
	margin:0 auto;
	overflow:hidden;
	width:960px;
}
.hentry ul {
	margin:0;
	overflow:hidden;
}
.hentry ul li {
	float:left;
	margin:0 20px 27px 0;
	width:176px;
}
.hentry ul li.last-row {
	margin-right:0;
}
.hentry ul li strong {
	font-weight:normal;
	display:block;
	font-size:160px;
	line-height:normal;
	margin:0;
	padding:0 0 18px 0;
	text-align:center;
}
/* Last list items is longer */
.hentry ul li.last {
	margin:0;
	width:764px;
}
.hentry ul li.z {
	margin-bottom:0;
}
.hentry ul li.last strong {
	text-transform:uppercase;
}
.hentry ul li.last p {
	height:110px;
	font-size:80px;
	text-align:center;
}
.hentry ul li p {
	border-top:2px solid #000;
	border-bottom:1px solid #858585;
	color:#858585;
	font-size:15px;
	height:110px;
	left:0;
	margin:0;
	padding:18px 0 18px 0;
	position:relative;
	top:-36px;
}
.hentry cite {
	color:#858585;
	display:block;
	font-style:normal;
	font-size:15px;
	margin:0;
	padding:18px 0 18px 0;
}
