/*
Theme Name: Gruenes-Blog
Description: WordPress Theme programmiert f&uuml;r B&uuml;ndnis 90 die Gr&uuml;nen von Jules Weigel (www.karo3.de).
Version: 1.0
Author: Jules Weigel
Tags: mantle color, variable width, three columns, widgets, two sidebars
*/


acronym, abbr {
	border-bottom: 1px dashed #333;
}

acronym, abbr, span.caps {
	font-size: 90%;
	letter-spacing: .07em;
}

acronym, abbr {
	cursor: help;
}

blockquote {
	border-left: 5px solid #ccc;
	margin-left: 1.5em;
	padding-left: 5px;
}

ol#comments li p {
	font-size: 100%;
}

/* classes used by the_meta() */
ul.post-meta {
	list-style: none;
}

ul.post-meta span.post-meta-key {
	font-weight: bold;
}

cite{
	font-style: normal;
}

#credit {
	position: absolute;
	bottom: 0px;
	color: #BBBBBB;
	font-size: 9px;
	line-height: 12px;
	text-align: center;
	margin-left: 166px;
}

#credit a:link, #credit a:hover , #credit a {
	color: #BBBBBB;
}

.feedback {
	color: #ccc;
	text-align: right;
	clear: both;
}

.meta {
	font-size: .75em;
}

.meta li, ul.post-meta li {
	display: inline;
}

.meta ul {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

.meta, .meta a {
	color: #808080;
	font-weight: normal;
	letter-spacing: 0;
}

.storytitle {
	margin: 0;
}

.storytitle a {
	text-decoration: none;
}

#commentform #author, #commentform #email, #commentform #url, #commentform textarea {
	background: #fff;
	border: 1px solid #333;
	padding: .2em;
}

#commentform textarea {
	width: 100%;
}

#commentlist li ul {
	border-left: 1px solid #ddd;
	font-size: 110%;
	list-style-type: none;
}

#commentlist li .avatar {
	float: right;
	margin-right: 25px;
	border: 1px dotted #ccc;
	padding: 2px;
}

#menu {
	background: #fff;
	border-left: 1px dotted #ccc;
	border-top: 3px solid #e0e6e0;
	padding: 20px 0 10px 30px;
	position: absolute;
	right: 2px;
	top: 0;
	width: 11em;
}

#menu form {
	margin: 0 0 0 13px;
}

#menu input#s {
	width: 80%;
	background: #eee;
	border: 1px solid #999;
	color: #000;
}

#menu ul {
	color: #ccc;
	font-weight: bold;
	list-style-type: none;
	margin: 0;
	padding-left: 3px;
	text-transform: lowercase;
}

#menu ul li {
	font: italic normal 110% 'Times New Roman', Times, serif;
	letter-spacing: 0.1em;
	margin-top: 10px;
	padding-bottom: 2px; /*border-bottom: dotted 1px #ccc;*/
}

#menu ul ul {
	font-variant: normal;
	font-weight: normal;
	line-height: 100%;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

#menu ul ul li {
	border: 0;
	font: normal normal 12px/115% 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	letter-spacing: 0;
	margin-top: 0;
	padding: 0;
	padding-left: 12px;
}

#menu ul ul li a {
	color: #000;
	text-decoration: none;
}

#menu ul ul li a:hover {
	border-bottom: 1px solid #809080;
}

#menu ul ul ul.children {
	font-size: 142%;
	padding-left: 4px;
}

/* Captions & aligment */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

body{
	background-color: #fff;
	margin: 0;
	padding: 0;
	color: #393734;
	font-family: Verdana,Arial,sans-serif;
	font-size: 12px;
	line-height: 142%;
}
			
img{
	border:0px;
}

a{
	font-weight: normal;
	color: #3C6315;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}
			
h1 {
	font-size:1.5em;
	font-weight:bold;
	line-height:122.2%;
	margin-bottom:0.6em;
}

h2, h3 {
	font-size:14px;
	font-weight:bold;
	line-height:128.6%;
	margin-bottom:0.4em;
}

#center{
	margin: auto;
	width: 846px;
}

#content_box{
	background-image: url(images/ct_bg.gif);
	background-position: 0;
	background-repeat: repeat-y;
	position:absolute;
	top: 0px;
	margin-left: 169px;
	width: 552px;
	z-index: 3;
}
			
#content_box_bottom{
	background-image: url(images/ct_bg.gif);
	background-position: 0;
	background-repeat: repeat-y;
	position:fixed;
	bottom: 0px;
	margin-left: 169px;
	width: 552px;
	height: 1200px;
	z-index: 2;
}
			
#header{
	margin-left: 16px;
}
			
#content{
	padding: 30px 46px;
	margin-bottom: 80px;
}

#sidebar{
	position: absolute;
	top: 83px;
	margin-left: 0px;
	width: 185px;
	z-index: 4;
}
			
#sidebar_content{
	background-image: url(images/sidebar_bg.gif);
	background-position: 0;
	background-repeat: repeat-y;
	color:#E9ECA3;
	padding: 10px 24px;
	width:150px;
	font-weight: bold;
}

#sidebar_content li {
	background-image:url(images/sidebar_li.gif);
	background-position:0 10px;
	background-repeat:no-repeat;
	color:#E9ECA3;
	margin-left:-40px;
	margin-top:-3px;
	padding-left:10px;
	padding-top:3px;
	list-style: none;
}

#blogger{
	background-image: url(images/blg_bg.gif);
	background-position: 0;
	background-repeat: repeat-y;
	position: absolute;
	top: 180px;
	margin-left: 705px;
	width: 150px;
	z-index: 4;
}
			
#blg_img{
	padding: 0 6px;
}

.date {
	font-size: 11px;
}

.hr_content{
	border-color:#393734;
	border-style:dotted;
	border-width:0 0 1px;
	display:block;
	float:left;
	height:1px;
	margin-top: 0px;
	width:100%;

}

.title{
	margin-bottom: -11px;
}

.pagetitle{
	font-size: 18px;
	margin-bottom: 12px;
	margin-top:-5px;
}

.title_single{
	margin-top: 20px;
}

.mehr_link{
	margin-top: -3px;
}

.entry img{
	margin-bottom:18px;
	margin-left:0;
	margin-right:24px;
	margin-top:6px;
}

/* ---------------sidebar1------------*/

.widjet {
	list-style: none;
	margin-top: 5px;
}			

.sidebar_h2 {
	margin-bottom: 0px;
}

#sidebar_content a {
	color: #ffffff;
	font-weight: bold;
	line-height:142%;
	font-size: 11px;
}

#sidebar_content a:hover {
	color: #E9ECA3;
}

#sidebar ul{
	margin-top: 0px;
}

#s {
	border:0 none;
	height:13px;
	width:100px;
	margin-bottom: 16px;
}

#searchsubmit {
	background-image: url(images/submit.gif);
	background-repeat: no-repeat;
	height: 14px;
	width: 14px;
	border: 0px;
}

.hr_sidebar1 {
	border-color:#FFFFFF;
	border-style:dotted;
	border-width:0 0 1px;
	display:block;
	float:left;
	height:1px;
	margin:-2px 0 8px -20px;
	width:180px;
}

select {
	margin-bottom: 13px;
}

.seach_title{
	margin-top: 10px;
}

/* ---------------kallender------------*/

#calendar_wrap{
	margin-bottom: 10px;
}

#sidebar caption {
	font-size: 14px;
	color: #E9ECA3;
	text-align: left;
}

#wp-calendar {
	font-weight: normal;
}

#wp-calendar caption {
	font-weight: bold;
}

#sidebar thead {
	color: #ffffff;
}

/* ---------------sidebar2------------*/

#blg_content li {
	background-image:url(images/sidebar_li2.gif);
	background-position:0 10px;
	background-repeat:no-repeat;
	margin-left:-40px;
	margin-top:-3px;
	padding-left:10px;
	padding-top:3px;
	list-style: none;
}

#blg_content a {
	color: #2D5615;
	font-weight: bold;
	line-height:142%;
	font-size: 11px;
}

#blg_content a:hover {
	color: #407b1e;
}

#blg_content ul{
	margin-top: 0px;
}

.hr_sidebar2 {
	border-color:#393734;
	border-style:dotted;
	border-width:0 0 1px;
	display:block;
	float:left;
	height:1px;
	margin:-2px 0 8px -45px;
	width:120px;
}

.hidden {
	font-weight: bold;
}

#blg_content {
	font-size: 11px;
	margin:0 0 0 -28px;
	width: 165px;
}


/* ---------------kallender------------*/

#blg_content caption {
	font-size: 14px;
	color: #393734;
	text-align: left;
}

#blg_content thead {
	color: #407b1e;
}






/* End captions & aligment */
