* {
	border:0px solid #eee;
	margin:0;
	padding:0;
	list-style:none
}
html, body, #bg, #bg table, #bg td, #cont {
	font-family:"Century Gothic", "Lucida Grande", Arial, sans-serif;
	width:100%;
	height:100%;
	overflow:hidden
}
body {
	font-size:11px;
	cursor:default;
	/*background:url(loading.gif);*/
	color:#000
}
h1, h2, .large, .left {
	font-family:"Century Gothic", "Lucida Grande", Arial, sans-serif;
	font-size:24px
}
h2, .box div img {
	padding-bottom:10px
}
a {
	text-decoration:none;
	color:#000;
}
.entry a {
	font-weight: bold;
}
img {
	display:block
}
img#background {
	height: 100%;
	width: 100%;
	z-index: -1;
	position:absolute;
	color: white;
}
#heading {
	margin:0;
	height: 40px;
	background:transparent url('images/shade.png') repeat-x bottom left;
	border:1px 1px 1px 0px;
	border-color:#000;
	padding-left: 8%;
	padding-top:8px;
	padding-bottom:8px;
}
#heading h1 {
	font-weight: bold;
	font-size:24px;
	color:#FFF;
	display:inline;
}
#heading ul {
	padding:0;
	margin-left: 40px;
	display:inline;

}
#heading ul li {
	margin-left:12px;
	display:inline;
	text-transform:lowercase;
}
#heading ul a {
	color:#CCC;

}
#heading ul a:hover{
	color:#FFFC90;	
}

#content {
	/* Typical fixed height and fixed width example */
	width: 50%;
	height:60%;
	overflow-y: auto;
	overflow-x:hidden;
	/* IE overflow fix, position must be relative or absolute*/
	position:absolute;
	margin-top: 15%;
	margin-left: 8%;
	padding: 4px 10px 10px 0px;
}
input, textarea {
	margin: 2px 2px 2px 0px;
	border: 1px solid #333;	
}
textarea {
	
	width: 95%;
}
.podPress_content {
	margin: 10px 4px 10px 0px;	
}
.home_link{
	color:white;
}
.postmetadata {
	margin-bottom: 20px;
}
.sitemap_credit {
	
	display: none;
}
.alignleft {
	text-align: left;
	float: left;
}
.alightright{
	text-align: right;
	float: right;
}

.post {
	clear: both;
}