body {
	margin: 0;
	padding: 0;
	background: #fff url(images/img01.jpg) repeat-x left top;
	text-align: justify;
	font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #5d5854;
}

input, textarea {
	padding: 5px;
	border: 1px solid #626262;
	font: normal 1em "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1, h1 a, h2, h2 a, h3, h3 a {
	margin: 0;
	text-decoration: none;
	font-weight: normal;
	color: #5d5854;
}

h1 {
	letter-spacing: -3px;
	font-size: 2.6em;
}

h2 {
	letter-spacing: -2px;
	font-size: 2em;
}

h3 {
	margin-bottom: 2em;
	font-size: 1em;
	font-weight: bold;
}

p, ol, ul {
	margin: 0 0 2em 0;
	line-height: 200%;
}

a {
	color: #5d5854;
	text-decoration: none;}

a:hover {
	text-decoration: none;
	color: #8c0101;
}

/* Header */

#wrapper {
}

#header {
	width: 100%;
	height: 170px;
	margin: 0 auto;
	background: url(images/img02.jpg) no-repeat right top;
}

#logo h1, #logo p {
	float: left;
	color: #AAFF00;
}

#logo h1 {
	height: 88px;
	padding: 20px 90px 0 0;
	font-size: 4em;
}

#logo p {
	margin: 0 0 0 -80px;
	padding: 55px 0 0 0;
	line-height: normal;
	letter-spacing: -1px;
	font-size: 1.2em;
	font-weight: bold;
	color: #8c0101;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}

#logo p a {
	color: #8c0101;
}

/* Menu */

#menu {
	width: 950px;
	height: 35px;
	margin: 0 auto;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
	text-transform: uppercase;
}

#menu a {
	display: block;
	float: left;
	background: url(images/img03.gif) no-repeat left 75%;
	padding: 18px 30px 0 15px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #5d5854;
}

#menu a:hover {
	color: #8c0101;
}

#menu .current_page_item {
}

#menu .current_page_item a {
}

#menu .current_page_item a:hover {
}

/* Page */

#page {
	right: 170px;
	left: 170px;
	min-width: 400px;
	margin-left: 180px;
	margin-bottom: 0;
	margin-right: 180px;
	margin-top: 0;
	padding: 0px 0;
}

/* Ads */

#adbar {
	right: 0px;
	position: absolute;
	width: 160px;
}

#adbar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#adbar li {
	margin-bottom: 20px;
}

/* Content */

#content {
	width: auto;
	float: left;
	left: 180px;
	right: 180px;
}

.post {
	margin-bottom: 0px;
}

.post .title {
	color: #8c0101;
}

.post .title h2 {
	font-size: 2.2em;
	color: #8c0101;
}

.post .title p {
	margin: 0;
	line-height: normal;
	color: #BABABA;
}

.post .title p a {
	color: #BABABA;
}

.post .entry {
	padding-top: 0px;
}

.post .entry h2, #comments h2, #respond h2 {
	margin-bottom: 1em;
}

.post .links {
	width: 410px;
	height: 29px;
	margin: 0;
	padding: 6px 0 0 20px;
}

.post .links a {
	padding: 0 23px;
	text-decoration: none;
	font-weight: bold;
}

.post .links a:hover {
	text-decoration: underline;
}

.post .links .more {
	background: url(images/img07.gif) no-repeat;
}

.post .links .comments {
	background: url(images/img08.gif) no-repeat;
}

.post a {
	color: #8c0101;
}

.navigation a {
	font-weight: bold;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.pagetitle {
	margin-bottom: 1em;
}

/* Sidebar */

#sidebar {
	left: 0px;
	position: absolute;
	width: 160px;
	background: black;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 20px;
}

#sidebar li ul {
	padding: 15px 20px;
	line-height: 150%;
}

#sidebar li li {
	margin: 0;
	padding-left: 15px;
	padding-bottom: 5px;
	background: black url(images/img04.gif) repeat-x left bottom;
}

#sidebar h2 {
	width: 140px;
	height: 30px;
	padding: 5px 0 0 30px;
	letter-spacing: -1px;
	font-size: 1.6em;
	color: #5d5854;
}

/* Footer */

#footer {
	border-top-width: 0px;
	clear: both;
	width: 950px;
	margin: 0 auto;
	padding: 30px 0;
	border-top: solid #2B2B2B;
}

#footer p {
	margin: 0 0 5px 0;
	text-align: center;
	line-height: normal;
	font-size: .9em;
}

#footer a {
	text-decoration: none;
}

