/*
 * Hintergrund: e3ddd2
 * Sidebar-Grün: 41591d
 * Braun: 3f2c03
 * Logo-Rot: c6152f
 * Logo-Rot dunkel: 953421
 */

body {
	background:#e3ddd2;
	color:#3f2c03;
	text-align:left;
	font:85% Verdana,Tahoma,Arial,sans-serif;
}

#container {
	background-color: #e3ddd2;
	width:800px;
}

#sitename {
	height:192px;
	width:100%;
}
#sitename #schriftzug{
	float:left;
	height:100%;
	width:555px;
	background: url(images/logo-schriftzug-ha2008.gif) top left no-repeat;
}
#sitename #hirsch{
	float:right;
	height:100%;
	width:196px;
	margin-right: 40px;
	background: url(images/logo-elch-ha2008.gif) top right no-repeat;
}

/* Sidebar */
#leftside h2.description {
	color: #3f2c03;
	font-size: 1em;
	font-weight: normal;
	line-height: 1.3em;
}
#leftside { /* nach rechts geschoben */
	float:right;
	margin-right:0px;
	margin-left:10px;
	padding-left: 60px;
	background: url(images/sidebar-doedel-ha2008.gif) left top repeat-y;
}

/* Content */
#content {
	background-color:#e3ddd2;
	border:0;
	color:#3f2c03;
	padding:0px 20px 5px 20px;
	margin: 0;
}
div.post {
	/*border-bottom: 1px dotted #41591d;*/
}
#page {
	border-bottom: 0;
}
#content h2, #page h2 {
	font-size:1.6em;
	color:#c6152f;
}
#content h1,#contentalt h1,#contentalt h2 {
	color:#c6152f;
}
#content h1,#contentalt h1 {
	border-bottom: 0;
}
#content h2 {
	color:#c6152f;
}
a {
	color:#c6152f;
}
a:hover {
	color:#3f2c03;
	text-decoration:none;
}

/*** Footer ***/
#footer {
	background:#e3ddd2 url();
	font-size:0.8em;
	font-weight:normal;
	padding:3px;
	text-align:left;
	width:auto;
}
#footer a {
	color: #953421;
	font-weight:bold;
}

/* Sidebar-Links etc. */
#leftside a {
	/*color:#e3ddd2;*/
}
#leftside a:hover {
	color:#3f2c03;
	text-decoration:none;
}

#leftside h2{
	font-size: 1.4em;
	margin-top: 10px;
	padding: 0 0 0 0;
	border-bottom: 0;
}
#leftside li ul li{
	padding-bottom: 3px;
}
li#recent-posts ul li {
	padding-bottom: 3px;
}

li#categories li a, li#archives li a, li.pagenav li a {
	/*
	background:#41591d;
	*/
	border:0;
	display:inline;
	margin-top:0;
	padding:0;
	position:relative;
	text-transform: none;
	width:140px;
}

li#categories li a:hover, li#archives li a:hover, li.pagenav li a:hover {
	/*
	background:#41591d;
	*/
	border:0;
	color:#e3ddd2;
	text-decoration:none;
}

/* Comment */
#commentform {
	width: 500px;
}
#comment {
	width: 100%;
	border:2px solid #3f2c03;
}
ol.commentlist li {
	list-style: none url(images/sidebar-doedel-ha2008.gif) outside;
	/*
	background:#41591d;
	*/
	border: 0;
	padding: 0 10px 10px 10px;
	margin: 10px 10px 10px 22px;
	width: 450px;
}
ol.commentlist li cite {
	text-transform: capitalize;
}
ol.commentlist li p {
	padding-top: 5px;
}
.alt {
	/*
	background:#41591d;
	*/
}
ol.commentlist a {
	color:#3f2c03;
}
ol.commentlist a:hover {
	color:#e3ddd2;
	text-decoration:none;
}
#submit {
	background:#e3ddd2;
	border:2px solid #3f2c03;
}
#submit:hover {
	/*
	background: #41591d;
	*/
	border:2px solid #3f2c03;
	cursor:pointer;
}

/* Image Display */
.entry img, .entrytext img, .entry a:hover img, .entrytext a:hover img {
	border: 1px solid #3f2c03;
}
img.wp-smiley {
	border: 0px;
}
img.plain {
	border: 0px;
	margin: 0px;
	padding: 0px;
}
.thumbnail, .left, .right, .noalign {
	background:#e3ddd2;
	border:1px solid #3f2c03;
}

/* Meta */
.date {
	margin: 10px 0 0 0;
	border-bottom: 0;
}
.category {
	margin: 0;
	border-bottom: 0;
}

/* Navigation */
.bottomnavigation {
	margin: 30px 0 0 0;
	padding: 5px 0 30px 0;
	border-top: 0;
}
.navigation {
	border-bottom: 0;
}
.bottomnavigation {
	border-top: 0;
}

/* Player */
div.podPress_content {
	float:left;
}