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

/* Change your body background color or image */
body {
	background:#fff;
}
/* Decide if we need the logo on black or white */
#header h1 a {
	background:url(images/atcq/logo-ohmygod.png);
}
#header p,
#footer p {
	color:#ad8030;
}
#header p a,
#footer p a {
	color:#ad8030;
}
#header ul li a,
#footer ul li a {
	background:#ad8030;
	color:#fff;
}
/* Post styles */
.hentry {
	background:url(images/atcq/background-ohmygod.gif) no-repeat;
	font-family: Baskerville, Palatino,"Palatino Linotype", Georgia, Times New Roman, Times, serif;
	height:914px;
	padding:0;
	text-align:left;
	margin:0 auto;
	width:632px;
}
.hentry blockquote p {
	bottom:100px;
	font-size:1.6em;
	font-style:italic;
	left:20px;
	margin:200px 0 0 20px;
	position:absolute;
}
.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 {
	bottom:40px;
	display:block;
	font-size:1.4em;
	left:40px;
	margin:0;
	position:absolute;
}
