/* The roots post styles ========================================= */

/* Change your body background color or image */
body {
	background:#2d312f url(images/roots/background-notes.gif) 930px 120px no-repeat;
	color:#fff;
	vertical-align:baseline;
}
/* Decide if we need the logo on black or white */
#header h1 a {
	background:url(../themes/hiphopquoted/images/logo-white.png);
}
#header p,
#footer p,
#header p a,
#footer p a {
	color:#fff;
}
#header ul li a,
#footer ul li a {
	background:#fff;
	color:#2d312f;
	display:block;
}
#footer {
	background:url(images/roots/notation-background.png);
	border-top:5px solid #fff;
	height:200px;
}
/* Post styles */
.hentry {
	text-align:left;
	margin:60px 0 0 20px;
	position:relative;
}
.hentry h3 {
	background:url(images/roots/notation-background.png);
	border-top:5px solid #fff;
	border-bottom:5px solid #fff;
	border-left:30px solid #fff;
	font-size:123px;
	font-style:italic;
	height:408px;
	margin:0 0 0.2em 30px;
	letter-spacing:-6px;
	padding:0 0 0 280px;
}
.hentry h3 em {
	display:block;
	line-height:0.84;
	position:relative;
	top:4px;
}
.hentry blockquote {
	overflow:hidden;
	width:920px;
}
.hentry blockquote p {
	font-size:15px;
	font-style:italic;
}
.hentry blockquote p.first {
	float:right;
}
.hentry blockquote p.second {
	float:left;
	text-align:right;
	margin:155px 0 0 50px;
}
.hentry blockquote p em {
	font-size:28px;
	letter-spacing:-1px;
}
img.treble-clef {
	position:absolute;
	top:-95px;
	left:80px;
}
img.footer-note {
	position:absolute;
	bottom:-230px;
	left:750px;
}
.hentry cite {
	display:block;
	font-size:40px;
	margin:-140px 0 0 0;
	position:relative;
	left:545px;
	width:450px;
}
.hentry cite a {
	color:#fff;
}