#header_area {
	display: inline;
	position: absolute;
	width: 100%
	height: 87px;
	top: 0;
	right: 0;
	bottom: auto;
	left: 0;
}

#content_area {
	display: inline;
	position: absolute;
	width: auto;
	height: auto;
	top: 87px;
	right: 0;
	bottom: auto;
	left: 200px;
	border-left: 1px dashed black;
}

#sidebar_area {
	display: inline;
	position: absolute;
	width: 200px;
	height: auto;
	top: 87px;
	right: auto;
	bottom: auto;
	left: 0;
}

#footer {
	display: inline;
	position: relative;
	width: 100%;
	left: 0;
	text-align: center;
}

.banner {
	width: 100%;
	background: #ffffff;
}

.content {
	width: auto;
	font-family: "Loma", sans-serif;
}

pre {
	font-family: monospace;
	padding: 1em 1em 1em 1em;
	background-color: #ffc0a0;
}
h1 {
	margin-top: 0px;
	padding-top: 20px;

	font-family: "Bitstream Vera Sans", sans-serif;
	font-weight: normal;
	letter-spacing: -2px;
	text-transform: lowercase;
	text-align: right;

	color: grey;
}

h2 {
	font-family: "Garuda", "Browallia New", sans-serif;
	font-weight: bold;
	color: #cc0033;
	margin-left: 5px;
}

h3 {
	font-family: "Bitstream Vera Sans", sans-serif;
	font-weight: bold;

	border-bottom: 3px solid #ffc0a0;
	color: #800020;

	padding: 4px;
	margin-left: 20px;
	margin-right: 20px;
}

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

h4 {
	font-family: "Bitstream Vera Sans", sans-serif;
	font-weight: bold;
	color: #800020;
	margin-left: 20px;
	margin-right: 20px;
}

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

img.face {
	float: right;
	margin-top: -3em;
}

.entry {
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 2em;
}

.entry .date {
	font-family: sans-serif;
	color: grey;
}

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

.sidebar {
	margin-left: 0px;
	margin-right: 0px;
	padding-right: 10px;

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

	font-family: "Loma", sans-serif;
	font-size: 85%;
}

/*
.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:hover {
	color: grey;
}

.sidebar p {
	border-top: 1px dashed grey;
	margin-top: 30px;
	padding-top: 10px;

	padding-left: 5px;
}

a {
	color: #a00;
}

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