﻿body {
	background-color: #1D1D1D;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
}
a {
	color: #145BD1;
	text-decoration: none;
}
#page {
	padding: 5px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	max-width: 1000px;
	background-color: #0F0F0F;
	border: 1px solid #373737;
	min-width: 300px;
}
#site-title {
	font-size: 30px;
	font-weight: bold;
	line-height: 36px;
	margin-bottom: 0px;
}
.upper_lower {
	border-bottom: thin solid #FFFFFF;
	font-size: large;
	font-weight: bold;
	line-height: 1.5em;
	padding-bottom: .3em;
	padding-top: 15px;
}
#site-description {
	color: #7a7a7a;
	font-size: 14px;
	margin: 0;
}
#left {
	margin-left: 25px;
	margin-right: 200px;
}
#right {
	width: 160px;
	float: right;
	margin-right: 25px;
	margin-bottom: 10px;
}
a:hover {
	text-decoration: underline;
}
.entry-sub {
	font-size: 20px;
	font-weight: normal;
	line-height: 1.5em;
}
#footer {
	font-size: x-small;
	text-align: right;
	border-top-style: solid;
	border-top-width: thin;
	border-top-color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	clear: both;
}
