body {
	margin-right: 20em;
	line-height: 1.4;
	font-size: .9em;
}

.header h1 {
	margin-top: 0;
	padding-top: 1em;

	font-family: "Bitstream Vera Sans", sans-serif;
	font-weight: normal;
	text-transform: lowercase;
	color: grey;
}

.header h1 img {
	vertical-align: middle;
}

.admin {
	text-align: right;
}

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

	background-color: #a0c0ff;
	border: 1px solid #5080b0;

	padding: .5em;
}

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

h4 {
	font-family: "Bitstream Vera Sans", sans-serif;
	font-weight: bold;
	margin-bottom: 0;
	margin-top: .75em;
}

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

img.face {
	border: none;
}

#entries {
	border-right: 1px solid black;
	padding-left: 1em;
	padding-right: 1em;
        width: 37em;
}

.entry {
  background: #cedeff;
  border: 1px solid #ddd;
  margin-bottom: .5em;
  padding: 0 1em;
  overflow: auto;
}
.content h1, .content h2, .content h3, .content  h4 {
  font-family: sans-serif;
  font-size: 100%;
  font-weight: bold;
}
.entry:after { content: ""; display: block; height: 0; clear: both; }

.content, .entry p {
  margin-bottom: .75em;
}

.entry .date {
	font-family: "Bitstream Vera Sans", sans-serif;
	color: grey;
	margin-top: 0;
}

.entry .date a {
	color: inherit;
}

.sidebar {
	position: absolute;
	top: 5em;
	left: 39em;
	width: 18em;

	margin-left: 0;
	margin-right: 0;
	padding: 1em;

	font-family: "Bitstream Vera Sans", sans-serif;
}

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

	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: 2em;
	padding-top: 1em;
	padding-left: .5em;
}

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

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

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