/* The Gravediggaz post styles ========================================= */

/* Change your body background color or image */
body {
	background:#000 url(images/gravediggaz/sixfeetdeep-backround.jpg) fixed center no-repeat;
	font-family:"Adobe Garamond Pro", "Adobe Caslon Pro","Hoefler Text", Garamond, 'Palatino Linotype', Georgia, Times New Roman,serif;
}
/* Decide if we need the logo on black or white */
#header h1 a {
	background:url(images/gravediggaz/sixfeetdeep-logo.png);
}
#header p,
#footer p {
	color:#6b6b6b;
	font-size:15px;
	text-shadow:1px 1px 0 #000;
}
#footer p {
	color:#4e4e4e;
	text-shadow:1px 1px 0 #000;
}
#header p a,
#footer p a {
	color:#fff;
}
#header ul li a,
#footer ul li a {
	background:#4e4e4e;
	color:#fff;
}
#header,
#footer {
	opacity: 0.5;
}

/* Post styles */
.hentry {
	color:#4e4e4e;
	text-align:center;
	margin:0 auto;
	width:960px;
}
.hentry cite {
	display:block;
	font-style:normal;
	font-size:15px;
	opacity:0.4;
	text-transform:uppercase;
	text-shadow:1px 1px 0 #000;
	text-align:center;
}
.hentry cite a {
	color:#fff;
}
.hentry blockquote p.intro {
	background:url(images/gravediggaz/sixfeetdeep-intro-background.png) no-repeat bottom center;
	font-size:130px;
	text-transform:uppercase;
	margin:0 0 20px 0;
	opacity:0.5;
	text-shadow:1px 1px 0 #000;
	padding:0 0 50px 0;
}
.hentry blockquote p.verse {
	background:url(images/gravediggaz/sixfeetdeep-verse-background.png) no-repeat bottom center;
	font-size:20px;
	text-transform:uppercase;
	opacity:0.5;
	margin:0 0 20px 0;
	text-shadow:1px 1px 0 #000;
	padding:0 0 50px 0;
}
.hentry blockquote em {
	text-transform: lowercase;
}

/* Just for IE 7 */
#container {
	*filter: progid:DXImageTransform.Microsoft.dropShadow(Color=000000,offX=1,offY=1,positive= true), progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
}
#header h1 a {
	*background:url(images/gravediggaz/sixfeetdeep-logo-ie.png);
}
.hentry blockquote p.intro {
	*background:url(images/gravediggaz/sixfeetdeep-intro-background-ie.png) no-repeat bottom center;
}
.hentry blockquote p.verse {
	*background:url(images/gravediggaz/sixfeetdeep-verse-background-ie.png) no-repeat bottom center;
}
