@charset "utf-8";
/* CSS Document */

html, body {height:100%; margin:0; padding:0; color:#131313;}
a {
	color:#006600;
}
ul {
	padding:0;
	margin:0;
	list-style:none;
}
#page-background {position:fixed; top:0; left:0; width:100%; height:100%;}
#content {
	position:relative; 
	z-index:1; 
	display:block; 
	width:540px; 
	margin:20px 0 20px 30px;
}
.hentry {
	
}

h1 {
	height:50px;
	background:#333;
	filter:alpha(opacity=40);
    opacity:0.4;
	margin:0;
	font-family: 'IM Fell Double Pica SC', arial, serif;
	padding:10px 10px 0;
	position:relative; z-index:1;
}
h1 a {
	filter:alpha(opacity=100);
    opacity:1;
	text-decoration:none;
	color:#fcfcfc;
	text-shadow: 0.25em 0.25em 0.25em #000;
}
h2 {
	font-family: 'Nobile', arial, serif;
	font-size:40px;
	color:#fff;
	text-shadow: 0.05em 0.08em 0.15em #000;
}
h2 a {
	filter:alpha(opacity=100);
    opacity:1;
	text-decoration:none;
	color:#fff;
	text-shadow: 0.05em 0.08em 0.15em #000;
}
.entry-content {
	font-size:18px;
	display:block;
	background: url(../images/postbg.png) top left repeat;
	padding:10px 20px;
	border-bottom:#666 dashed 1px;	
}
.entry-content p {
	line-height: 24px;
}
.post-info {
	display:block;
	background: url(../images/postbg.png) top left repeat;
	padding:5px 5px 0;
	font-family: 'Nobile', arial, serif;
	min-height:62px;
	font-size:13px;
}
.post-date {
	display: block;
	width: 100px;
	text-decoration:none;
}
.post-icon {
	width:52px;
	height:52px;
	margin:5px;
	float:left;
}
.post-author {
	margin:5px 5px 5px 62px;
	line-height:19px;
}
.post-author div span {
	font-weight:bold;
}
.post-tags {
	clear:left;
	display:block;
	margin:5px;
	border-top:#999 1px solid;
	padding-bottom:5px;
	font-size:10px;
}
#page-footer {
	display:block;
	background: url(../images/footerbg.png) top left repeat-x;
	z-index:1;
	position:relative;
	width: 100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	min-height:75px;
}
#page-footer a {
	font-weight: bold;
}
#page-footer ul li {
	float:left;
	margin-bottom:10px;
}
#page-footer .page-footer-content {
	width:20%;
	padding:5px;
	box-shadow: 0px 0px 15px #666;
	margin-top:10px;
	margin-left: 3.5%;
	-moz-box-shadow: 0px 0px 15px #333;
	-webkit-box-shadow: 0px 0px 15px #333;
	min-height: 100px;
}
#page-footer .page-footer-content ul li {
	float: none;
}
#page-footer .page-footer-content h3 {
	font-family: 'Nobile', arial, serif;
	color:#FFFFFF;
	text-align:center;
	border-bottom:#CCCCCC 1px solid;
	margin-top:0;
	text-shadow: 0.05em 0.08em 0.15em #000;
}
#supersize{
			position:fixed;
		}
		#supersize img, #supersize a{
			height:100%;
			width:100%;
			position:absolute;
			z-index: 0;
		}