* {
	font-family: "Trebuchet MS", Arial, sans-serif;
}
body, html {
	padding: 0px;
	margin: 0px;
	text-align: center;
	background-color: #9d5229;
	font-size: 10pt;
	background-image: url("./images/bg.jpg");
	background-repeat: repeat-x;
	background-position: center top;
}
a img {
	border: 0px;
}
.clear {
	clear: both;
}
#page {
	width: 750px;
	margin: auto;
	text-align: left;
}

#logo {
	width: 220px;
	text-align: right;
	color: #804424;
}

#left_menu {
	position: absolute;
	left: 0px;
	top: 0px;
	bottom: 0px;
}

.entry, #entries {
	padding: 15px 0px;
	clear: both;
}

.entry .left, #entries .left {
	width: 220px;
	float: left;
	text-align: right;
	color: #462412;
}
.entry .right, #entries .right {
	width: 500px;
	float: right;
	text-align: left;
	color: #fffff0;
}
.entry .right a {
	color: #ccccb3;
}
.entry .right a:hover {
	background-color: #ccccb3;
	color: #9d5229;
	text-decoration: none;
}
.entry h1, #logo h1, #entries h1 {
	font-size: 40px;
	margin: 0px 0px 20px 0px;
}
#logo h1 {
	margin: 0px;
	float: right;
	display: inline;
}
.entry .left h1 {
	float: right;
	display: inline;
	margin-left: 5px;
}
.entry .left h3 {
	margin: 0px;
	font-size: 14px;
	color: #462412;
	display: inline;
	padding: 0px 2px;
	float: right;
}
.entry .left h3.year {
	color: #64371e;
	margin-top: 2px;
}
.entry .left .month_year {
	padding-top: 8px;
}

.entry div.tags {
	margin-top: -20px;
	margin-bottom: 5px;
}
.entry .tags a {
	padding: 2px 4px;
	margin-right: 2px;
}

ul.tags, ul.loc {
	clear: both;
	list-style: none;
	padding: 0px;
	margin: 0px;
	text-align: right;
}
ul.tags li, ul.loc li {
	display: block;
	padding: 2px 2px 0px 0px;
	margin: 0px;
}
.hover {
	background-color: #af643a;
	cursor: pointer;
}
ul.tags li a, ul.loc li a {
	display: block;
	color: #462412;
}

input.text, textarea {
	font-size: .9em;
	width: 100%;
	border: 1px solid #64371e;
	background-color: #e79c73;
	padding: 5px;
	margin-bottom: 5px;
}
textarea {
	height: 7em;
}
hr {
	color: #64371e;
	border: 0px;
	border-bottom: 1px solid #64371e;
}