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

/* Change your body background color or image */
body {
	background:#fff;
	font-family:"Hoefler Text", Georgia, Times New Roman, Times, serif;
}
/* Link colours */
a {
  	color: #e70000;
}
/* 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(images/gangstarr/logo-red.png);
}
#header p,
#footer p {
	color:#e70000;
}
#header p a,
#footer p a {
	color:#e70000;
}
#header ul li a,
#footer ul li a {
	background:#e70000;
	color:#fff;
	display:block;
}
/* Post styles */
.hentry {
	color:#e70000;
	text-align:center;
	margin:0 auto;
	width:960px;
}
.hentry blockquote {
	background: url(images/gangstarr/quote-left.gif) 40px 0 no-repeat;
	font-size:74px;
	line-height:normal;
	letter-spacing:-1px;
	padding:15px 0 0 0;
	width:960px;
}
.hentry blockquote p {
	background:url(images/gangstarr/quote-right.gif) right bottom no-repeat;
	margin:0 0 18px 0;
}
.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;
}
.hentry a {
  	color: #e13131; 
	font-weight:bold;
}
