Body {
	margin: 0 auto;
	padding: 0;
	font-family: Arial, Tahoma, San serif;
	font-size: 13px;
	color: #616161;
	background: #131313;
	filter: alpha(opacity=100);
}

a {
	color: #d10101;
	text-decoration: none;
}

#page {
	width: 776px;
	margin: 0 auto;
}

#header a {
	color: #ffffff;
}

#header {
	width: 100%;
	height: 150px;
	background: url(images/header.png) no-repeat;
}

#headerimg {
	padding-top: 10px;
	padding-left: 14px;
}

#headerimg h1 {
	margin-bottom: 0px;
	font-size: 34px;
	font-weight: normal;
}

#headerimg .description {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

#wrapper {
	width: 100%;
	overflow: auto;
	background: url(images/body_top.png) no-repeat;
}

#wrapper_top {
	background: url(images/body_bg.png) repeat-y;
}

#wrapper_bottom {
	background: url(images/body_bottom.png) no-repeat;
	height: 30px;
}

#content {
	float: right;
	width: 474px;
	margin-right: 30px;
	padding-top: 20px;
}

* html #content {
	margin-right: 15px;
}

#sidebar {
	width: 196px;
	margin-left: 36px;
	margin-right: 524px;
}

#footer {
	width: 100%;
	clear: both;
	height: 40px;
	background: url(images/footer.png) no-repeat;
	color: #ffffff;
	padding-left: 14px;
	font-size: 12px;
	font-family: Tahoma, Arial, San serif;
}
#footer a {
color: #ffffff;
}
#footer a:hover {
color: #ffffff;
}

/*-------------Headings-------------*/

h2 {
	color: #e43803;
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 10px;
}

/*-------------The Post-------------*/

.entry {
	font-family: Tahoma, Arial, San serif;
	background: url(images/dash.png) repeat-x;
	padding-left: 21px;
	padding-top: 8px;
	margin-top: 15px;
	text-align: justify;
}

.postmetadata {
	background: url(images/dash.png) repeat-x;
	padding-top: 8px;
	padding-left: 21px;
}

.entry .postmetadata {
	padding-left: 0;
}

.navigation {
	padding-bottom: 10px;
}

/*--------------Sidebar------------*/

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#sidebar ul h2 {
	font-family: Tahoma, Arial, San serif;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	padding-top: 0;
	margin-top: 25px;
}

#sidebar ul ul {
	padding-left: 21px;
	list-style-image: url(images/bullet2.png);
	list-style-type: inside;
}

#sidebar ul ul li a {
	color: #6d0000;
	text-decoration: underline;
}

/*--------------Search Form-------------*/

#searchform #s {
	width: 120px;
	height: 14px;
	border: 1px solid #dd7300;
}

#searchsubmit {
	width: 30px;
	height: 17px;
	background: url(images/button_go.gif) no-repeat;
	border: 0;
}

/*-------------Other------------------*/

.post {
	padding-bottom: 10px;
}

.post_title {
	background: url(images/bullet1.png) no-repeat;
	padding-left: 21px;
}

.post_title .time ,
.post_title .author {
	font-weight: bold;
}

.post_title h2 {
	margin: 1px 0;
	font-size: 13px;
}

.post_title h2 a {
	font-weight: bold;
	color: #e43803;
}

hr {
	height: 2px;
	background: #e43803;
	border: 1px solid #e43803;
}

#search_box {
	padding-top: 30px;
	padding-right: 50px;
	text-align: right;
}

* html #search_box {
	padding-top: 8px;
}