body {
	font-family: verdana;
	font-size: 80%;
	background-image: url('logo.png');
	background-attachment: fixed;
	background-repeat: no-repeat;
	padding: 25px;}
a:link {
	color: #528EA5;
	text-decoration: none;
	border-bottom: thin dotted #84BED6;}
a:visited {
	color: #528EA5;
	text-decoration: none;
	border-bottom: thin dotted #528EA5;}
a:hover {
	color: #528EA5;
	background-color: #DAE9EF;
	border-bottom: thin dotted #84BED6;}
a:active {
	color: #84BED6;
	background-color: #DAE9EF;
	border-bottom: thin dotted #84BED6;}

#menu {
	float: right;
	width: 200px;
	background-color: #EEEEEE;
	padding: 10px;
	border: thin ridge gray;
	color: gray;
	font-size: 75%}
#menu h1 {
	font-family: impact;
	font-size: 150%;
	color: black;
	/*border-bottom: thin solid gray;*/
	margin-top: 0px;}
#menu h2 {
	font-family: arial;
	font-style: normal;
	font-weight: bold;
	font-size: 125%;
	color: black;
	border-bottom: thin dotted gray;
	margin-bottom: 0px;}
#menu ul {
	margin: 0px;
	padding: 0px;}
#menu ul li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	border-bottom: thin dotted gray;}
#menu ul li a {
	display: block;
	padding: 2px;}
#menu a:link {
	color: black;
	text-decoration: none;
	border: none;}
#menu a:visited {
	color: gray;
	text-decoration: none;
	border: none;}
#menu a:hover {
	color: white;
	background-color: gray;
	border: none;}
#menu a:active {
	color: white;
	background-color: gray;
	border: none;}
	
#content {
	padding-left: 30px;
	padding-right: 280px;}
#content h1 {
	font-family: arial;
	font-style: normal;
	font-weight: bold;
	font-size: 200%;}
#content h2 {
	font-family: arial;
	font-style: normal;
	font-weight: normal;
	font-size: 150%;
	border-bottom: thin dotted lightgrey;}

#content .entry {
	margin-top: 25px;
	margin-bottom: 50px;}
#content .entry h1 {
	font-family: arial;
	font-style: normal;
	font-weight: normal;
	font-size: 175%;
	border-bottom: thin solid lightgrey;
	margin-bottom: 5px}
#content .entry h1 a {
	border-bottom: none;}
#content .entry h2 {
	display: inline;
	font-family: arial;
	font-style: normal;
	font-weight: normal;
	font-size: 150%;
	border-bottom: thin dotted lightgrey;}
#content .entry h3 {
	font-family: verdana;
	font-style: normal;
	font-weight: bold;
	font-size: 100%;}
#content .entry .info {
	font-family: courier new;
	font-size: 90%;
	font-style: normal;
	font-weight: normal;
	color: #666666}
#content .entry .body {
	margin-left: 10px;
	margin-right: 10px;}
#content .entry .links {
	margin-left: 10px;
	margin-right: 10px;}

#comments {
	margin-bottom: 50px;}
#comments h1 {
	font-family: arial;
	font-style: normal;
	font-weight: normal;
	font-size: 150%;
	border-bottom: thin dotted lightgrey;}
#comments h2 {
	font-family: arial;
	font-style: normal;
	font-weight: normal;
	font-size: 125%;
	border-bottom: thin dotted lightgrey;}
#comments .comments-body {
	margin-left: 10px;
	margin-right: 10px;}
#comments .comments-body .every-comment {
	border: thin solid gray;
	margin-top: 10px;
	margin-bottom: 10px;}
#comments .comments-body .other-comment {
	border: thin solid lightgrey;
	margin-top: 10px;
	margin-bottom: 10px;}
#comments .comments-body .every-comment .heading {
	background-color: gray;
	padding: 10px;}
#comments .comments-body .other-comment .heading {
	background-color: lightgrey;
	padding: 10px;}
#comments .comments-body .every-comment .heading h1 {
}
#comments .comments-body .every-comment .comment-body {
	padding: 10px;}
#comments .comments-body .other-comment .comment-body {
	padding: 10px;}
#comments .comments-body .info-none {
	font-style: italic;}

#footer {
	text-align: center;
	padding: 5px;
	border: thin dotted lightgrey;
	margin: 25px;}
#copyright {
	font-weight: bold;}

.required {
	font-weight: bold;
	color: red;}
.error {
	font-weight: bold;
	color: red;}

div.codehilite {
	background-color: #F8F8F8;
	padding-left: 15px;
	padding-right: 15px;
	border-top: thin solid lightgrey;
	border-bottom: thin solid lightgrey;
	margin-left: 25px;
	margin-top: 15px;
	margin-right: 25px;
	margin-bottom: 10px;}
div.codehilite pre {
	font-size: 90%;
	font-family: consolas, luxi mono, lucida console, courier, monospace;
	overflow: auto;}
