/*
 Theme Name: Hilfe bei Burnout
 Theme URI: http://markusdrubba.de
 Description: The Theme based on the given hilfe-bei-burnout.de Layout
 Version: 1.0
 Author: Markus Drubba
 Author URI: http://markusdrubba.de
 Tags: green, fixed width, two columns
 Text Domain: burnout
 */
html {
    min-height: 100%;
}* {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
}

img {
	border:0;
}

hr {
	color:#e0e0e0;
	margin:10px 0;
}

a {
	color:#015F58;
}

body {
    background: url(img/bg_out.gif) repeat;
    margin: margin: 11px 0 0;
}

.clearfloat {
    clear: both;
    font-size: 0;
}

.left {
    float: left;
}

#page {
    background: #FFF;
    font-size: 12px;
    margin: 0 auto;
    width: 950px;
    margin-top: 11px;
    background: transparent url(img/bg_inner.png) repeat-y 170px 0;
}

#header {
    height: 18px;
    background: transparent url(img/bg_top.gif) no-repeat 170px 0;
}

#content {
    float: right;
    width: 515px;
    height: auto;
    padding: 10px 20px 0 10px;
    text-align: justify;
}

#leftnav {
	float:left;
	width:160px;
	height:auto;
	background-color:transparent;
	padding:5px;
}

#leftnav ul {
	list-style-type:none;
	padding:0 0 5px 10px;
}

#leftnav a {
	text-decoration:none;
}

#leftnav a:hover, #navigation ul li.page_item ul li a:hover {
	text-decoration:underline;
}

#leftnav p {
	padding:10px 0;
}

.anzeige {
	font-size:10px;
	text-align:right;
} 

#navigation {
    float: left;
    width: 235px;
}

#navigation h1 {
    padding: 0 10px 16px 20px;
    font-weight: normal;
    font-size: 25px;
    color: #1E847C;
}

#navigation h1 a {
	text-decoration:none;
}

#footer {
    padding: 2px 4px;
    height: 18px;
    background: transparent url(img/bg_bottom.gif) no-repeat 170px 0;
}

#navigation ul li.page_item {
	list-style-type:none;
    background-image: url(img/bg_button.gif);
    background-repeat: no-repeat;
    color: #015F58;
    font-size: 12px;
    font-weight: bold;
    line-height: 16px;
    margin: 4px 0;
    padding-left: 21px;
}

#navigation ul li.page_item ul {
	padding:0;
	margin:0;
}

#navigation ul li.page_item ul li {
    background-color: #D1F0DC;
	background-image:none;
    color: black;
    font-size: 12px;
    line-height: 16px;
    margin: 1px 4px 1px -10px;
    vertical-align: middle;	
}

#navigation ul li.page_item a {
	font-weight:bold;
	text-decoration:none;
	color:#015F58;
}

#navigation ul li.page_item ul li a {
	color: #000000;
	font-weight:normal;
	display:block;
}
#navigation ul li.page_item ul li.current_page_item, #navigation ul li.page_item ul li.current_page_parent {
    background-color: #E8F0D1;
    color: #015F58;
    text-align: right;
	padding-right:10px;
    vertical-align: middle;
}

#navigation ul#subnavigation li {
	list-style-type:none;
	background:none;
	display:inline;
	float:left;
}

#navigation ul#subnavigation li a {
	color:#000000;
	text-decoration:underline;
}

h2 {
	text-align:center;
	color:#4D4D4D;
	font-size:18px;
	margin-bottom:24px;
	font-weight:normal;
}
h3 {
	color:#479B94;
	font-size:14px;
	font-weight:bold;
	margin-bottom:10px;
}

blockquote {
	color: #777;
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	font-size:11px;
}

.entry p { 
	margin-bottom: 1em;
}

.entry ul, .entry ol {
	padding: 0 0 10px 20px;
}

.entry ol li {
	padding: 0 0 10px 0;
}

a:active, a:focus {
	outline: none;
}

/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

.entry .wpcf7 form {
	text-align:left;
}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */
/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */