/* Gang Starr post styles ========================================= */

/* Change your body background color or image */
body {
	background:#fff;
	font-family:Georgia, Times New Roman, Times, serif;
	width:100%;
}
/* 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;
	font-size:13px;
}

/* Post styles ===================================================== */
.hentry {
  margin:0 auto;
  width:620px;
}
.hentry img.guru-rip {
  display:block;
  margin:0 auto;
}
.hentry blockquote {
  position:relative;
  padding-left:293px;
  text-align:justify;
  width:327px;
}
.hentry p.verse {
  font-size:13px;
  text-align:justify;
  position:relative;
  margin:-5px 35px 18px 0;
}
.hentry p.verse:first-letter {
  float:left;
	font-size:80px;
	line-height:0.7;
	padding:7px 15px 5px 0;
	position:relative;
	margin:0;
	text-transform: uppercase;
}
.hentry p.chorus {
  background:url(images/gangstarr/full-clip-chorus.gif) no-repeat top left;
  position:absolute;
  height:574px;
  margin:7px 20px 0 60px;
  text-indent:-9999px;
  top:0;
  left:0;
  width:213px;
}
.hentry cite {
  display:block;
}
.hentry cite a {
  background:url(images/gangstarr/full-clip-cite.gif) no-repeat top left;
  border:0;
  display:block;
  height:373px;
  text-indent:-9999px;
  width:295px;
}
.hentry cite a:hover {
  border:0;
}
