body {
    	padding: 0;
    	top-margin: 5px;
	background: #646f67;
	align: center;
}

a img {
    	border: none;
}

a {
    	text-decoration: none;
    	border-bottom: none;
	color: #0b681a;
}

a:hover {
    	text-decoration: underline;
    	border-bottom: none;
	color: #4fff33;
}

blockquote {
    	font-style: italic;
    	border-left: 1px dotted #85dd77;
    	margin: 0 30px 0 25px;
    	color: #6a6a6a;
    	padding-left: 8px;
}

h1 {
	margin-top: 0px;
	padding-top: 20px;

	font-family: "Bitstream Vera Sans", sans-serif;
	font-weight: normal;
	letter-spacing: 4px;
	text-transform: lowercase;
	text-align: left;
	font-size: 20px;

	color: black;
}

h2 {
	font-family: "Bitstream Vera Sans", sans-serif;
	font-weight: normal;
	color: #a3b89b;

	margin-left: -20px;
}

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

	background-color: #ffffff;
	border: 1px solid #34b808;

	padding: 4px;
}

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

h4 {
	background-color: #8ade6e;
	border: 1px solid black;
	font-family: "Bitstream Vera Sans", sans-serif;
	font-weight: bold;
	letter-spacing: 3px;
	top-padding: 5px;
	bottom-padding: 2px;
}

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

h4 a:hover {
	color: #133308;
	text-decoration: none;
}

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

#page {
    	width: 900px;
    	background-color: #ffffff;
    	margin: 0 auto;
}

#main {
	float: left;
    	width: 579px;
    	padding: 30px 40px 50px 40px;
   	text-align: justify;
    	background-color: #ffffff;
	border-right: 1px dashed #c9f0bd;
	border-bottom: 1px dashed #c9f0bd;
}

.entrygroup {
	border: 1px solid #ffffff;
}

.entrygroup:hover {
	border: 1px dashed #3fff22;
}

#header {
	background-color: #8ade6e;
}

#header h1 {
    	padding: 20px;
    	padding-bottom: 0;
    	margin: 0;
}

#header img {
	padding: 10px 10px 10px 20px;
}

#footer {
	background-color: #ffffff;
	clear: both;
	padding: 10px;
}

#footer p {
    font-size: 10px;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 2px;
}

.entry {
	margin-bottom: 2em;
}

.entry .date {
	font-family: "Bitstream Vera Sans", sans-serif;
	color: #565b55;
}

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

.sidebar {
	color: #6a6a6a;
	background-color: #ffffff;
	float: right;
    	width: 200px;
    	padding: 30px 20px;
    	margin-left: -2px;

	font-family: "Bitstream Vera Sans", sans-serif;
	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: #4bed15;
}

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

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

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

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

	padding-left: 5px;
}

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

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