
html, body {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	color: #000000;
	font: 12px Arial, Helvetica, sans-serif;
}

form {
	margin: 0;
	padding: 0;
}

input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
}

h1, h2, h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 3em;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	margin-bottom: 1.8em;
	line-height: 160%;
}

ul, ol {
}

blockquote {
}

a { color: #990000; }

a:hover {
	text-decoration: none;
}

hr {
	display: none;
}

/* Wrapper */

#wrapper {
	height: 100%;
	min-height: 100%;

}

html>body #wrapper {
	height: auto;
}

/* Logo */

#logo {
	width: 100%;
	height: 100px;
	margin: 0 auto;
	color: #FFFFFF;
	text-transform: capitalize;
	font: bold normal 16px Arial, Helvetica, sans-serif;
	background: #990000;
}

#logo h1, #logo h2 {
	float: left;
	margin: 0;
}

#logo h1 {
	padding: 25px 0 0 20px;
	letter-spacing: -2px;
	text-transform: capitalize;
	font: 50px "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#logo h2 {
	padding: 36px 0 0 10px;
	letter-spacing: -1px;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 14px;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Page */

#page {
	width: 100%;
	margin: 0 auto;
	padding: 20px 0;
}

/* Content */

#content {
	float: left;
	width: 70%;
	border: thin solid #000000;
}

.post {
	padding-bottom: 20px;
}

.post .title {
	margin: 0;
	padding: 5px 20px;
	letter-spacing: -2px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background: #990000;
}

.post .title a {
	text-decoration: none;
	color: #57A122;
}

.post .entry {
	padding: 10px 20px 0 20px;
}

.post .meta {
	height: 26px;
	border-top: 1px solid #3E5C0E;
	border-bottom: 2px solid #3E5C0E;
	font-size: smaller;
	font-weight: bold;
}

.post .posted {
	float: left;
	height: 16px;
	padding: 5px 20px;
}

.post .permalink, .post .comments {
	float: right;
	height: 16px;
	padding: 5px 20px;
}

.post .permalink {
}

/* Sidebar */

#sidebar {
	float: right;
	width: 300px;
	border: thin solid #000000;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 20px;
}

#sidebar li ul {
	padding: 20px;
}

#sidebar li li {
	margin: 0;
}

#sidebar p {
	padding: 0 20px;
}

#sidebar h2 {
	height: 29px;
	margin: 0;
	padding: 9px 0 0 20px;
	background: #990000;
	border: 1px dotted #990000;
	font-size: 1.4em;
	font-weight: bold;
	color: #FFFFFF;
}


/* Footer */

#footer {
	clear: both;
	padding: 10px 0;
	font-size: smaller;
	color: #FFFFFF;
	background: #990000;
}

#footer p {
	margin: 0;
	text-align: left;
	line-height: normal;
}
