*
{
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: Verdana, Arial;
	color: #000;
	list-style-type: none;
}
body
{
	background: #FFF url(img/body.png) top center repeat-x;
	color: #333333;
}
a
{
	color: #AD3600;
	text-decoration: none;
}
a:hover
{
	color: #000000;
	text-decoration: underline;
}
img
{
	border: 0;
}
p
{
	padding: 0px 0px 15px;
}
#page
{
	margin: 0px auto;
	width: 980px;
	position: relative;
}
#header
{
	height: 115px;
	margin-bottom: 35px;
	background: url(img/header.png) no-repeat top left;
}
#header #headerlogo
{
	position: relative;
	top: 17px;
}
#header #searchform
{
    right: 0;
    position: absolute;
    top: 17px;
}
#header #searchform br
{
	display: none;
}
#header #searchform #s
{
	width: 137px;
	height: 26px;
	border: 0;
	background: #FFF;
	vertical-align: middle;
}
#header #searchform #searchsubmit
{
	background: #FFF;
	border: 0;
	width: 60px;
	height: 26px;
	vertical-align: middle;
	font-weight: bold;
}
#header #nav
{
	position: absolute;
	top: 82px;
	height: 33px;
}
#header #nav li
{
	height: 25px;
	display: block;
	float: left;
	padding: 8px 15px 0 15px;
	margin-right: 15px;
}
#header #nav li a
{
	color: #FFF;
	font-size: 14px;
}
#header #nav li.current
{
	background: #AD3600;
}
#content
{
	width: 550px;
	float: left;
}
#content pre
{
	overflow: scroll;
	width: 550px;
	background: #DCE6ED;
	padding: 2px;
	border: 0;
	margin-bottom: 10px;
}
#content .post .post-cat *
{
	font-size: 11px;
}
#content .post h2 a
{
	font-size: 16px;
	font-weight: bold;
	color: #000;
	display: block;
	margin: 2px 0 15px 0;
}
#content .post h3
{
	font-size: 12px;
	font-weight: bold;
	color: #000;
	display: block;
	margin: 2px 0 2px 0;
}
#content .post ul
{
	margin-left: 20px;
}
#content .post ul li
{
	padding-left: 5px;
	list-style-type: disc;
	margin-bottom: 10px;
}
#content .post .postmetadata
{
	border-bottom: 1px solid #A3BED2;
	border-left: 0;
	border-right: 0;
	padding: 2px 0 2px 0;
}
#content .post .postmetadata *
{
	font-size: 11px;
	color: #A3BED2;	
	padding: 5px 0 5px 0;
	text-transform: lowercase;
	font-weight: normal;
}
#content .post
{
	margin-bottom: 15px;
}
#commentform textarea
{
	width: 550px;
	height: 115px;
	background: #FFFFFF;
	border: 1px solid #A3BED2;
	padding: 2px;
	margin-top: 3px;
}
#sidebar
{
	width: 395px;
	float: right;
	margin-left: 35px;
}
#sidebar #left
{
	width: 200px;
	float: left;
	margin-right: 35px;
}
#sidebar #left ul li h2
{
	background: #AD3600;
	height: 25px;
	padding: 8px 15px 0 15px;
	color: #FFF;
	font-weight: normal;
	font-size: 14px;
	display: block;
	margin-bottom: 7px;
}
#sidebar #left ul
{
	margin: 0 0 7px 0;
}
#sidebar #left ul.children
{
	margin: 0;
}
#sidebar #left ul li ul li
{
	padding: 2px 0 2px 15px;
}

#sidebar #right
{
	width: 160px;
	float: right;
}

.clear
{
	clear: both;
}