body {
	background: #8c9163;
}

div#main {
	background: #cdd397;
	width: 780px;
	margin: 10px auto;
	padding-top: 30px;
}

div#content {
	width: 540px;
	float: left;
	background: #cdd397;
	padding: 0px 20px;
}

h1 {
	background: #a30013;
	border-bottom: 1px solid white;
	border-top: 1px solid white;
	color: white;
	font-family: "Bitstream Vera Serif", serif;
	font-size: 33pt;
	font-weight: normal;
	margin: 0px;
	padding: 5px 100px 5px 0px;
	text-align: right;
}

h2 {
	font-family: "Bitstream Vera Serif", serif;
	font-weight: normal;
	color: #56583f;
}

h3 {
	font-family: "Bitstream Vera Serif", serif;
	font-weight: normal;
	color: #a30013;
	padding: 4px 0px;
}

h3 a {
	text-decoration: none;
	color: inherit;
}

h4 {
	font-family: "Bitstream Vera Serif", serif;
	font-weight: bold;
}

h4 a {
	text-decoration: none;
	color: inherit;
}

img {
	border: 0;
}

.house {
	font-size: smaller;
	text-transform: lowercase;
}

.entry {
	font-family: "Bitstream Vera Serif", serif;
	font-size: small;
	margin-bottom: 2em;
}

.entry .date {
	font-family: "Bitstream Vera Serif", serif;
	color: #784;
}

.entry .date a {
	text-decoration: none;
	color: inherit;
}

.entry h1 {
	background: inherit;
	color: inherit;
	border: none;
	font-size: large;
	margin: 5px;
	padding: 0px;
	text-align: left;
}

.sidebar {
	float: right;
	width: 200px;

	margin-left: 0px;
	margin-right: 0px;
	padding-right: 0px;

	padding-top: 20px;
	padding-left: 0px;

	font-family: "Bitstream Vera Serif", serif;
	font-size: 85%;

	background-color: #ffc;

}

.sidebar h2 {
	font-size: 110%;
	font-weight: bold;
	color: black;

	padding-left: 5px;
	margin-left: 0px;
}

.sidebar ul {
	padding-left: 2em;
	margin-left: 0px;

	list-style-type: square;
}

.sidebar ul li {
	font-size: x-small;
}

.sidebar ul li:hover {
	color: #56583f;
}

.sidebar ul li a:hover {
	color: #56583f !important;
}

.sidebar ul#subscribe {
	list-style-type: none;
}

.sidebar ul#subscribe li {
	font-size: small;
}

.sidebar p {
	border-top: 1px solid #56583f;
	margin-top: 30px;
	padding-top: 10px;

	padding-left: 5px;
}

.sidebar form p {
	border: none;
	margin: 0;
	font-size: small;
}

.sidebar form input {
	display: block;
}

.sidebar img {
	margin: 0 auto;
}

a {
	color: #903;
}

a:hover {
	text-decoration: underline !important;
	color: black !important;
}
