body {
	margin-left:0;
	margin-top:0;
	margin-right:0;
	background-color: #FFF;
	font-family: Tahoma, Sans-Serif;
}

.page {
	max-width: 75em;
	margin: 1em;
}

#content {
	max-width: 52em;
}

#infopage {
	padding: 2em;
	max-width: 45em;
	line-height: 150%;
}

a {
	color: #F55400;
	text-decoration: none;
}

a:hover {
	color: #444;
	background-color:#EEE;
}

img.face {
	float: right;
	margin-top: -3em;
}

.entry {
	margin-bottom: 2em;
}

.entry .date a {
	text-decoration: none;
	color: inherit;
}

.sidebar {
	vertical-align: top;
	max-width: 22em;
	padding-top: 10px;
	padding-left: 1em;

	font-size: 85%;
	background-color:#FFF;
}

.sidebar h2 {
	font-size: 110%;
	font-weight: bold;
	color: white;
	background: #5c597e;
	padding: 2px;
	margin: 0px;
}

.sidebar ul {
	padding-left: 2em;
	margin-left: 0px;
	list-style-type: square;
}

.sidebar ul li:hover {
	color: grey;
}

h1 {
	margin: 0px;
	margin-left: -10px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	font-weight: bold;
	letter-spacing: -2px;
	background: #e0970b;
	color: white;
}

h2 {
	margin-top: 10px;
	margin-left: -5px;
	padding: 5px;
	font-weight: bold;
	background: #999;
	border: 1px solid #aaa;
	color: white;
}

h3 {
	font-weight: normal;
	background-color: #eee;
	border: 1px solid #999;
	padding-left: 4px;
}

h3 a {
	text-decoration: none;
	color: inherit;
}

h4 {
	font-weight: bold;
}

h4 a {
	text-decoration: none;
	color: inherit;
}
