﻿
body {
	margin: 0px;
	padding: 0px;
	background: #000000 url(images/img01.jpg) repeat-x left top;
	font: 13px Arial, Helvetica, sans-serif;
	color: #D9D9D9;
}

h1, h2, h3 {
	margin-top: 0px;
	color: #FFFFFF;
}

h1 {
	font-size: 2.0em;
	color: #000000;
}
h1 a {
	color: #000000;
	text-decoration: none;
}

h1 a:hover {
	text-decoration: none;
	color: #FFFF00;
}

h2 {
	font-size: 1.8em;
	background-color: #333333;
}

h3 {
	font-size: 1.4em;
}

p, ol, ul {
	margin-bottom: 1.8em;
	line-height: 160%;
}

a {
	color: #FF3300;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #FFFF00;
}

a img {
	border: none;
}

/* Header */

#header {
	width: 900px;
	height: 80px;
	margin: 0px auto;
}

#header p a {
	text-decoration: none;
	color: #000000;
	float: right;
}
#header p a:hover {
	color: #FFFF00;
}

/* Logo */

#logo {
	float: left;
}

#logo h1, #logo p {
	margin: 0px;
	padding-left: 83px;
	line-height: normal;
	font-weight: normal;
	color: #FFFFFF;
}

#logo h1 {
	padding: 25px 0px 0px 80px;
}

#page {
	width: 900px;
	margin: 0px auto;
	padding: 40px 0px;
}

/* Content */

#content {
	float: left;
	width: 900px;
}

.post {
	margin: 0px 0px 30px 0px;
}

.post .title {
	margin: 0px;
	padding: 0px 0px 5px 0px;
}

.post .entry {
}

.post .meta {
	font-weight: bold;
}
.post h2 {
	position: absolute;
}

.post .byline {
	margin: 0px;
}

/* Footer */

#footer {
	clear: both;
	height: 80px;
	margin: 0px auto;
	background: url(images/img01.jpg) repeat-x left top;
	color: #000000;
}

#footer p {
	margin: 0px;
	padding: 20px 0px 0px 0px;
	text-align: center;
	line-height: normal;
	font-size: small;
}

#footer a {
	color: #000000;
}
#footer a:hover {
	color: #FFFF00;
}
