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

    padding: 0;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 2px;
	font-family: sans-serif;
}

body > h1 {
	margin-top: 0px;
	padding-top: 5px;

	font-weight: normal;
	letter-spacing: -2px;
	text-transform: lowercase;
	text-align: right;
    margin-right: 0.25em;

	color: grey;
}

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

}

body > h3 {
	font-weight: normal;

	background-color: #ddd;
	border: 1px solid #bbb;
    padding-left: 0.5em;
    margin-left: 3px;
    margin-right: 3px;
}

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

body > h4 {
	font-weight: bold;
    padding-left: 1em;
}

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

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

img {
    border: 0;
}

.entry {
	margin-bottom: 2em;
    overflow: hidden;
    margin-left: 1em;
    margin-right: 0.25em;
}

.entry .date {
	color: grey;
}

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

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

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

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

	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: 0.5em;
    font-size: 95%;

	list-style-type: square;
}

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

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

	padding-left: 5px;
}


.nav {
    text-align: center;
    font-size: 105%;
    color: white;
}
.nav a {
    border-top: solid #ddd 1px;
    border-left: solid #ddd 1px;
    border-right: solid #ddd 1px;
    border-bottom: solid #ddd 1px;
    background: #eee;
    padding-left: 1em;
    padding-right: 1em;
    color: #66f;
}
.nav a:hover {
    background: #ddd;
}
.nav b {
    padding-left: 1em;
    padding-right: 1em;
    color: black;
    background: #f9f9f9;
    border-top: solid #eee 1px;
    border-left: solid #eee 1px;
    border-right: solid #eee 1px;
}

.paginator {
    border-top: solid #ccc 1px;
    border-bottom: solid #ccc 1px;
    text-align: center;
    font-size: 90%;
    background: #eee;
}



a {
    text-decoration: none;
    color: blue;
}

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


body > h3 a:hover {
    text-decoration: none;
}

