body {
	width: 100%;
	background-image: url('/img/moss_bg.png');
	background-repeat: no-repeat;
	background-position: bottom right;
	background-attachment: fixed;
	font-family: sans-serif;
}

#header {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 160px;
	width: 100%;
	background-color: #fea;
	background-image: url('/img/moss_logo.png');
	background-repeat: no-repeat;
	overflow: hidden;
}

#header h1 {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 100%;
	margin-left: 160px;
	margin-top: 0px;
	background-image: url('/img/masthead.jpg');
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#header h1 span {
	display:none;
}

#googleheader {
	position: absolute;
	margin-left: 175px;
	margin-right: 15px;
	margin-top: 175px;
	width: 800px;
	height: auto;
}

#sidebar {
	position: absolute;
	top: 160px;
	left: 0px;
	width: 160px;
	padding-bottom: 20px;
}

#sidebar .navhead {
	height: 30px;
	border-bottom: 1px solid #888;
	text-align: center;
	vertical-align: middle;
	line-height: 30px;
	background-color: #975;
	color: #fff;
	font-weight: bold;
}

#sidebar .nav {
	height: 30px;
	border-bottom: 1px solid #888;
	text-align: center;
	vertical-align: middle;
	line-height: 30px;
}

#sidebar .nav {
	color: #080;
	background-color: #ffc;
}

#sidebar .nav a {
	display: block;
	background-color: #fea;
	color: #080;
	text-decoration: none;
}

#sidebar .nav a:hover {
	background-color: #ffc;
}

#sidebar .credits, #sidebar .feed {
	margin-top: 20px;
	text-align: center;
	font-size: small;
}

#sidebar .credits img, #sidebar .feed img {
	margin-top: 10px;
	border-style: none;
}


#sidebar .googleads {
	margin-left: 20px;
	margin-top: 20px;
}

#legal {
	margin: 15px;
	text-align: center;
	font-size: x-small;
}

#content {
	position: absolute;
	margin-left: 175px;
	margin-right: 15px;
	margin-top: 285px;
	width: 800px;
	height: auto;
}

#content h2 {
	margin-top: -10px;
	padding: 1px;
}

#content h1 {
	font-size: xx-large;
	text-align: center;
}

#content h1, h2, h3 {
	font-family: 'Comic Sans MS', cursive;
	color: #080;
}

#content .separator {
		background-image: url('/img/moss_small.gif');
		background-repeat: no-repeat;
		background-position: center;
		display: always;
		padding-top: 16px;
		padding-bottom: 48px;
		width: 100%;
}

#content a {
	color: #080;
}

#content iframe {
	width: 100%; 
	height: 100%; 
	border: 1px solid black;
}

#moss {
	float: left;
	margin: 50px 25px 5px 0px;
}

.date-header {
	text-align: center;
}
  

.post-title {
	color: #080;
}

.post-title a {
	text-decoration: none;
}

.post-footer {
	font-size: small;
}

