/* ATCQ post styles ========================================= */

/* Change your body background color or image */
body {
	background:#fff url(images/smif-n-wessun/wood-background.jpg);
}
/* 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 {
	color:#fff;
}
#header p a,
#footer p a {
	color:#fff;
}
#header ul li a,
#footer ul li a {
	background:#000;
	color:#fff;
}
/* Post styles */
.hentry {
	background:url(images/smif-n-wessun/bucktown-background.jpg) no-repeat;
	color:#000;
	font-family: Baskerville, Palatino,"Palatino Linotype", Georgia, Times New Roman, Times, serif;
	font-weight:bold;
	height:1264px;
	padding:30px;
	text-align:center;
	margin:0 auto;
	width:900px;
	overflow:hidden;
}
.hentry h3,
.hentry h4 {
	border-bottom: 10px solid #000;
	font-size:72px;
	font-family:"stud-1", "stud-2", "Copperplate Light", "Copperplate Gothic Light", Georgia, Times New Roman, Times, serif;
	line-height:0.8;
	margin:0 0 20px 0;
	padding:0 0 20px 0;
	text-transform:uppercase;
}
.hentry h4.bottom {
	border-top: 10px solid #000;
	margin:0 0 20px 0;
	padding:20px 0 20px 0;
}
.hentry h3 em {
	display:block;
	font-size:168px;
	font-style:normal;
}
.hentry h3 strong {
	display:block;
	margin:7px 0 0 0;
	font-size:98px;
}
.hentry blockquote {
	overflow:hidden;
}
.hentry blockquote p {
	float:left;
	font-size:1.6em;
	font-weight:bold;
	text-align:left;
	width:440px;
	margin-right:10px;
}
.hentry blockquote p:first-letter {
	float:left;
	font-size:2.8em;
	line-height:0.8;
	padding:10px 0 0 0;
	margin:0 10px -10px 0;
	text-transform: uppercase;
}
.hentry cite {
	font-style:normal;
	display:block;
	font-size:1.4em;
}
