* {padding:0;margin:0;}
html, body {height: 100%;}
body {
	font-family: Helvetica, Verdana, Geneva, Arial, sans-serif;
	background: white;
	border-bottom: 1px white solid;
}
img {border: none;}
div {position: relative;}
h3 {
	font-family: Arial;
	font-weight: normal;
	color: #456CA1 !important;
	font-size: 1.6em;
	margin-top: 0.6em;
}
h3 a {
	text-decoration: none !important;
	color: #456CA1 !important;
}
h4 {
	color: #333333;
	margin-bottom: 0.5em;
	margin-top: 1.5em;
}
blockquote {
	font-size: 0.9em;
	border-left: 1px black solid;
	padding-left: 1em;
	color: gray;
}
#main ol li, #main ul li {
	margin-bottom: 0.5em;
}
#container {
	width: 744px;
	height: 100%;
	margin: 0 auto;
}
#header {
	width: 744px;
	height: 95px;
	background: url(../img/header.gif) no-repeat 10px 0;
}
#header h1 {
	text-indent: -9000px;
	display: block;
	float: right;
}
#header ul, #header ul li {
	list-style: none;
	display: block;
}
#header ul {
	position: absolute;
	right: 30px;
	top: 42px;
	height: 42px;
}
#header ul li {
	float: left;
	padding: 3px 10px 0;
	height: 29px;
	margin-top: 10px;
	font-size: 1.1em;
}
#header ul li a {
	color: #89A2C4;
	text-decoration: none;
}
#header ul li a:hover {
	text-decoration: underline;
}
#header ul li.active, #header ul li.active a {
	color: white !important;
	background: #ABEC6B;
}
#share {
	padding: 12px 40px 0 0;
	float: right;
	color: #696969;
	vertical-align: middle;
}
#counter {
	margin-right: 25px;
}
#share a img {
	margin-left: 4px;
}
#content {
	padding: 24px 48px 0 33px;
}
#main {
	padding-left: 20px
}
#main p {
	margin: 0.8em 0;
	line-height: 1.5em;
}
#main a {
	color: #6b8e23;
}
#main ul {
	list-style: none;
	padding-left: 2em;
}
#main ol {
	padding-left: 2em;
}
#main ul li:first-line {
	color: #456CA1;
}
#footer {
	/*background: gray; #AED75B;*/
	color: gray;
	margin: 50px 10px 0;
	padding: 10px;
	font-size: 0.8em;
	border-top: 1px #999999 solid;
}
#footer span {
	font-weight: bold;
	margin-right: 30px;
}
#footer a {
	margin: 0 10px;
	color: gray;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#sidebar {
	width: 130px;
	float: right;
	font-size: 0.8em;
	/*border-left: 2px #7CD225 solid;*/
}
.post {
	margin-right: 160px;
	margin-bottom: 35px;
}
.postmetadata {
	text-align: right;
	font-size: 0.8em;
}
