﻿h2, h3, h4			{ font-weight: normal; font-family: calibri, 'trebuchet ms'; }
h2					{ font-size: 1em; text-transform: lowercase; font-family: 'trebuchet ms'; }

#outer-wrapper		{ width: 960px; margin: 0 auto; }

#content-wrapper    { position: relative; }

#main-wrapper		{ width: 500px; }

#sidebar-wrapper	{ position: absolute; top: 0; left: 550px; }

.title 				{ text-decoration: none; }
.title a			{ text-decoration: none; }

.date-header		{ font-size: 1em; margin: 3em 0 0 0; color: #fff; }
.post-title			{ font-size: 1.4em; margin: 0 0 3em 0; color: #e4d23e; }
.post-title a		{ text-decoration: none; color: #e4d23e; }

.post-body h2		{ font-size: 1.1em; margin: 0; }

.sidebar h2			{ margin: 0; color: #5b86c1; }

.widget				{ margin-bottom: 1em; }

.post-footer-line-0
{
	border-top: solid 1px #181b1b;
	border-left: none;
	border-bottom: solid 1px #39444a;
	border-right: none;
}

pre 
{
	margin: 0;
	padding: 1em;
	font: 11px  consolas, monospace, 'courier new', 'courier';
	background: #161a1b;
	border-top: none;
	border-left: none;
	border-bottom: solid 1px #3a454b;
	border-right: solid 1px #3a454b;
	overflow: hidden;
}

pre:hover
{
	overflow: visible;
	position: relative;
	left: -100px;
	width: 800px;
}