/*
Design by Christian Kaever
http://wwww.myspace.com/rotroterbaer
*/

body {
	margin: 0;
	padding: 0;
	background: #421800 url(images/img09d.gif) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #A4E4F5;
}


input, textarea {
	background: #A4E4F5;
	border: 1px solid #FFFFFF;
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #0F5B96;
}

h1, h2, h3, p, ol, ul {
	margin-top: 0;
}

h1, h2, h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1, h2 {
	text-transform: none;
	font-weight: normal;
}

h1 {
	letter-spacing: -2px;
	font-size: 2.4em;
}

h2 {
	letter-spacing: -1px;
	font-size: 2.0em;
}

p, ol, ul {
	margin-bottom: 1.5em;
	line-height: 150%;
}

a {
	color: #A4E4F5;
}

a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

img.left {
	float: left;
	margin: 4px 20px 0 0;
}

img.right {
	float: left;
	margin: 4px 0 0 20px;
}

hr {
	display: none;
}

/* Header */

#header {
	height: 150px;
	background: url(images/img02a.gif) no-repeat center top;
	text-transform: none;
}

#logo {
	float: left;
}

#logo h1, #logo p {
	float: left;
	margin: 0;
	line-height: normal;
}

#logo h1 {
	padding: 47px 0 0 20px;
	font-size: 2.8em;
	color: #62D6F5;
}

#logo p {
	padding: 85px 0 0 7px;
	letter-spacing: -1px;
	font-size: 1.4em;
	color: #199DD2;
}



#menu {
	float: right;
}

#menu ul {
	margin: 0;
	padding: 120px 20px 0 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	float: left;
	width: 120px;
	height: 56px;
	margin: 0 0 0 2px;
	padding: 9px 0 0 0;
	background: #8C9D79 url(images/img03a.gif) no-repeat;
	text-decoration: none;
	text-align: center;
	letter-spacing: -1px;
	font-size: 1.2em;
	font-weight: bold;
	color: #3F1800;
}

#menu a:hover, #menu .current_page_item a {
	background: #A4E4F5 url(images/img04a.gif) no-repeat;
	color: #A4E4F5;
}


/* Page */

#page {
	width: 980px;
	margin: 0 auto;
	
}

/* Content */

#content {
	float: left;
	width: 530px;
	padding: 150 0 0 25px;
}



.post {
	margin-bottom: 15px;
	background: #8C9D79 url(images/img05.gif) no-repeat;
	color: #7F3300;
}

.post a {
	color: #7F3300;
}

.post a:hover {
	color: #A4E4F5;
}

.post .title {
	margin: 0;
	padding: 30px 30px 0 30px;
}

.post .title a {
	text-decoration: none;
	color: #7F3300;
}

.post .byline {
	margin: 0;
	padding: 0 30px;
}

.post .entry {
	padding: 20px 30px 10px 30px;
}

.post .links {
	margin: 0;
	padding: 10px 30px 35px 30px;
	background: url(images/img06.gif) repeat-x left bottom;
	border-top: 1px solid #8C9D79;
}

.post .links a {
	padding-left: 10px;
	background: url(images/img08.gif) no-repeat left center;
	text-decoration: none;
	font-weight: bold;
	color: #0A416B;
}

.post .links a:hover {
	color: #A4E4F5;
}

/* Sidebars */

.sidebar {
	float: left;
	width: 200px;
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

.sidebar li {
}

.sidebar li ul {
	
}

.sidebar li li {
	padding: 12px 0 12px 10px;
	background: url(images/img08.gif) no-repeat 0 18px;
	border-bottom: 1px solid #8C9D79;
}

.sidebar li li a {
	text-decoration: none;
	color: #8C9D79;
}

.sidebar li li a:hover {
	color: #A4E4F5;
}

.sidebar li h2 {
	padding-top: 5px;
	color: #8C9D79;
}


/* Left Sidebar */

#leftbar {
	padding: 160 0 0 5px;	
}

#leftbar li h2 {
	padding-top: 5px;
	color: #8C9D79;
}

/* Right Sidebar */

#rightbar {
	padding: 150 0 0 5px;
}




/* Footer */

#footer {
	clear: both;
	padding: 40px 0;
	background: #351E12;
}

#footer p {
	text-align: center;
	font-size: smaller;
	color: #0F5B96;
}

#footer a {
	color: #0F5B96;
|
