body {
	padding: 20px;
	font-family: georgia, verdana;
}

h1 {
	margin-top: 0px;
	padding-top: 20px;
	width: 100%;
	height: 101px;
	text-indent: -9999em;
	background: transparent url("images/logo-om.jpg") left top no-repeat;
}

h2 {
	font-weight: normal;
	color: #200080;
}

h3, h3 a {
	font-weight: normal;
	font-size: 30px;
	font-weight: bold;
	color: #505050;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

h3 a:hover {
	color: #505050;
}

h4 {
	font-weight: bold;
}

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

.dtstamp {
	font-size: 20px;
	color: #ccc;
	text-align: right;
}

.hfeed {
	position: absolute;
	top: 150px;
	left: 40px;
	margin-right: 290px;
}

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

.entry {
	margin-bottom: 2em;
}

.meta {
	color: #ccc;
	margin-bottom: 15px;
}

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

.sidebar {
	position: absolute;
	top: 150px;
	right: 0px;
	width: 250px;
	font-size: 85%;
}

.sidebar h2 {
	font-size: 110%;
	font-weight: bold;
	color: black;
	padding-left: 5px;
	margin-left: 0px;
}

.sidebar ul {
	padding-left: 1em;
	margin-left: 0px;
	list-style-type: none;
}

.sidebar ul li:hover {
	color: grey;
}

.sidebar ul li a {
	text-decoration: none;
}

.sidebar ul li a:hover {
	text-decoration: underline;
}

.sidebar ul li a img {
	border: 0;
}

.sidebar p {
	border-top: 1px solid grey;
	margin-top: 30px;
	padding-top: 10px;
	padding-left: 5px;
}

.sidebar .message {
	cursor: help;
	border-bottom: 1px dashed red;
}

.sidebar a.message:hover {
	cursor: help;
	color: #ffffff !important;
	text-decoration: none !important;
}

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