body {
	margin-right: 200px;
	border-right: 1px solid black;

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

a {
	text-decoration: none;
}

img {
	border: 0;
}

h {
	display: none;
}

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: "Bitstream Vera Sans", sans-serif;
	font-weight: normal;
	color: #082;

	margin-left: -20px;
}

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

	background-color: #dfd;
	border: 1px solid #777;
	padding: 4px;
}

h3 a {
	text-decoration: none;
	color: inherit;
        border-bottom: 0px;
}


h4 {
	font-family: "Bitstream Vera Sans", sans-serif;
	font-weight: bold;
	color: #272;
	margin-top: -20px;
        margin-left: 5px;
	margin-bottom: 10px;
	font-size: 1.5em;
}

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

code {
	font-weight: bold;
	font-size: 1.5em;
}

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

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

.content {
	font-family: "Bitstream Vera Sans", sans-serif;
	font-size: 0.75em;
}

.content a, .content a:visited {
	color: #181;
	border-bottom: 1px dotted #942;
}

.content a:hover, .content a:visited:hover {
	background-color: #dfd;
	color: #252;
}

.content img {
	float:right;
}

.sidebar {
	position: fixed;
	top: 0px;
	right: 0px;
	width: 200px;

	margin-left:   0px;
	margin-right:  0px;

	padding-top:  20px;
	padding-left:  0px;
	padding-right: 0px;

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

.sidebar li {
	margin: 1px;
	padding: 0;
}

.sidebar li a, .sidebar li a:visited {
	border-bottom: 1px dotted #942;
	color: #C72;
}

.sidebar li a:hover, .sidebar li a:visited:hover {
	background-color: #fec;
	color: #531;
}

.sidebar li a.image {
	background-color: none;
	border-bottom: 0;
}

.sidebar h2 {
	font-size: 110%;
	font-weight: bold;
	color: black;
	background-color: #fd9;
	border-top: 1px solid grey;

	padding-left: 5px;
	margin-left: 0px;
}

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

	list-style-type: none;
	font-size: .9em;
	text-align: left;
}

.sidebar p {
	margin-top: 30px;
	padding-top: 10px;

	padding-left: 5px;
}

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

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


.footer {
	position: absolute;
	right: 0px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-family: "Bitstream Vera Sans", sans-serif;
	font-size: 100%;
}

.footer h3 {
	font-size: 90%;
	font-weight: bold;
	color: black;
	margin: 0px;
	padding: 0px;
	border: 0;
	background-color: #ecf;
}

.footer ul {
	padding-left: 1em;
	margin-left: 0px;
	margin-top: 2px;
	margin-bottom: 2px;

	list-style-type: none;
	text-align: left;
	font-size: .75em;
}

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

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

.footer center {
	font-size: .75em;
}

.footer td {
	border-right: 1px dotted grey;
	border-top: 1px solid black;
	background: #fff;
}

<ItemPage> 
	span.fullpost {display: none;}
</ItemPage>

