/* Raekwon - Verbal Intercourse post styles ========================================= */

/* Change your body background color or image */
body {
	background:url(images/raekwon/verbal-intercourse-background.gif);
}
/* Link colours */
a:link {
	border:none;
  	color: #000;
}
/* If the image is tall use the container to set a fixed height */
#container {
	height:100%;
}
/* Decide if we need the logo on black or white */
#header {
	border:none;
}
#header h1 a {
	background:url(../themes/hiphopquoted/images/logo-black.png);
}
#header p,
#footer p {
	color:#000;
}
#header p a,
#footer p a {
	color:#000;
}
#header ul li a,
#footer ul li a {
	background:#000;
	color:#fff;
	display:block;
}
/* Post styles */
.hentry {
	color:#000;
	font-family: 'Hoefler Text', Garamond, 'Palatino Linotype', Times New Roman, Times, serif;
	text-align:left;
	margin:0 auto 0 auto;
	padding:0 10px 50px 10px;
	width:940px;
}
.hentry h3 {
	font-size:10em;
	font-style: normal;
	line-height:0.5;
	margin:0.5em 0 0 0;
	text-align:center;
}
.hentry cite {
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	display:block;
	font-style: normal;
	font-size:1.25em;
	margin:2em 0 1.5em 0;
	padding:5px 0 5px 0;
	text-align:center;
	text-transform: uppercase;	
}
.hentry blockquote em,
.hentry cite em {
	font-style: italic;
	text-transform: lowercase;
}
.hentry .number {
	font-family: Times New Roman, Times, serif;
	font-style: italic;
	text-transform: lowercase;
}
.hentry blockquote.quote-one,
.hentry blockquote.quote-two,
.hentry blockquote.quote-three {
	float: left;
	font-size:1.2em;
	font-style: normal;
	font-weight:normal;
	margin:0 20px 0 0;
	width:300px;
}
.hentry blockquote.last {
	margin:0;
}
.hentry blockquote.quote-two {
	margin:0;
}
.hentry .column-one {
	float:left;
	width:620px;
	margin:0 20px 0 0;
}
.hentry .column-two {
	float:left;
	width:300px;
}
.hentry blockquote.quote-four {
	clear:both;
	font-size:1.7em;
	margin:1.5em 0 0 0;
	text-transform: uppercase;	
	width:620px;
}
.hentry blockquote.quote-four p {
	margin:0 0 1.15em 0;
}
.hentry blockquote p.first {
	font-size:26px;
	text-transform: uppercase;
	margin:0 0 0.5em 0;
}
.hentry p.copyright {
	clear:both;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	font-size:1.4em;
	margin:2.5em 0 0 0;
	padding:5px 0 5px 0;
	text-transform: uppercase;
}
