.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

html {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Bitstream Vera Sans', Corbel, 'Trebuchet MS', sans;
	font-size: 12px;
	color: black;
	background-color: #dfdbc9;
}

ul, ol {
	margin-left: 2em;
}

ul li, ol li {
	list-style-type: decimal;
}

/**************
 * TYPOGRAPHY *
 **************/

p {
	font-size: 0.9em;
	line-height: 1.5em;
	margin: 1.5em 0;
}

small {
	font-size: 0.83333em;
	line-height: 1.8em;
}  

code, pre {
	font-family: Inconsolata, Consolas, monospace;
	font-size: 1em;
	line-height: 1.5em;
}

pre {
	font-size: 0.95em;
	background: #3f3f3f;
	color: #dcdcdc;
	line-height: 1.58em;
	margin: -10px 0;
	padding: 10px;
}

h2, h3 {
	font-family: 'Droid Sans', Palatino, Gentrium, Garamond, Georgia, serif;
}

h2 {
	font-size: 1.9em;
	line-height: 1.05em;
	margin: 0.26em 0;
	letter-spacing: -0.05em;
	font-weight: normal;
}

#sidebar h2 {
	font-size: 1.4em;
	margin: .6em 0;
}

h3 {
	font-size: 1.16667em;
	font-weight: bold;
	line-height: 1.2857em;
	margin: 0.75em 0 0.5357em 0;
}

/**********
 * LAYOUT *
 **********/

#container {
	max-width: 100%;
	width: 960px;
	background-color: white;
	margin: 0 auto;
}

#main {
	margin: 0 10px;
	padding-top: 10px;
	border-left: 1px dotted #c0c0c0;
}

#content {
	float: left;
	width: 67%;
}

#content > .wrap,
#sidebar > .wrap {
	padding: 20px;
	padding-top: 10px;
}

#sidebar {
	margin-left: 67%;
	background-color: #d0d2d9;
}

#footer {
	margin: 0 2em 0 2em;
	padding: 2em 0;
	text-align: right;
	font-size: .8em;
	color: #808080;
}

/**********
 * HEADER *
 **********/

#header {
	background: url('../img/header-background.png') repeat-x top left;
	position: relative;
	width: 960px;
	height: 94px;
}

#header > .wrap1 {
	padding: 0 9px;
	margin: 0 10px;
	width: 920px;
	height: 94px;
	border-left: 1px dotted #b0b0b0;
}

#header h1 > a {
	position: absolute;
	left: 40px;
	width: 290px;
	height: 94px;
	text-indent: 10000px;
	overflow: hidden;
	background: url('../img/header.png') no-repeat top left;
}

#header ul#menu {
	position: absolute;
	right: 10px;
	top: 0px;
}

#header ul#menu li {
	float: left;
	list-style-type: none;
}

#header ul#menu li a {
	display: block;
	padding: 5px;
	padding-top: 10px;
	text-decoration: none;
	color: #041512;
}

#header ul#menu li a:hover {
	padding-top: 5px;
	border-top: 5px solid #a09b93; /*9aa2ab*/
	color: white;
}

pre {
	-moz-border-radius: 5px;
}

/************
 * COMMENTS *
 ************/

#comment-form {
	
}

#comment-form tr {
	margin: .5em 0;
	vertical-align: top;
	line-height: 2em;
}

#comment-form td {
	padding: .5em;
}

#comment-form td.label {
	text-align: right;
}

#comment-form td.label:after {
	content: ':';
}

#comment-form .info {
	color: #909090;
	font-size: .85em;
}

#comment-form td.input textarea,
#comment-form td.input input {
	border: 1px solid #909090;
	border-top: 1px solid #303030;
	padding: .2em .5em;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
