/*
Theme Name: Druweko WP Theme
Theme URI: http://www.druweko.de/
Description: Theme for Druweko-Webseite
Version: 0.7
Author: Bj&ouml;rn Stromberg
Author URI: http://www.data-systems.de

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/


body 	{
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Lucida, "Lucida Sans Unicode", Arial, Helvetica;
	color: black;
	padding: 0;
	margin: 0;
	}

#page 	{
	background-color: white;
	padding: 0;
	margin: 0;
	}

a	{
	color: black;
	}

a:hover {
	text-decoration: underline;
	}

/* ---------- Header */
#header {
	height: 100px;
	background-color: #363d43; /* RAL 7016 */
	}

#header h1 {
	display: none;
	}

#headerimg .description {
	display: none;
	}

#headerimg img {
	margin: 0 0 0 30px;
	}

#header_navigation {
	height: 31px;
	background-image: url(http://druweko.de/wp-content/themes/druweko/images/header_nav_bg.gif);
	}

#header_navigation ul {
	padding: 6px 0 0 30px;
	margin: 0;
	}

#header_navigation ul li{
	display: inline;
	margin: 10px;
	}

#header_navigation ul li a{
	color: black;
	font-size: 15px;
	font-weight: bold;
	font-variant: small-caps;
	text-decoration: none;
	}

#header_navigation ul li a:hover{
	background: #f0f0f0;
	}

/* ---------- Search */
#searchform {
	position: absolute;
	top: 70px;
	left: 740px;
	}

#searchform #s {
	width: 110px;
	padding: 2px;
	font-size: 10px;
	background-color: #dedfe0;
	border: 1px inset black;
	}

#searchform #searchsubmit {
	font-size: 10px;
	background-color: #dedfe0;
	border: 1px outset black;
	}

.searchresult h3 a {
	color: black;
	text-decoration: none;
	font-size: 14px;
	}

.searchresult h3 a:hover {
	text-decoration: underline;
	}

.searchresult p {
	font-size: 13px;
	}

/* ---------- Sidebar */
#sidebar {
	width: 250px;
	}

#sidebar ul {
	list-style-type: none;
	padding: 0;
	margin: 20px 0 0 40px;
	}

#sidebar ul li h2 {
	display: block;
	height: 24px;
	color: white;
	font-size: 14px;
	padding: 1px 0 0 3px;
	margin: 0;
	background-image: url(http://druweko.de/wp-content/themes/druweko/images/sidebar_nav-header_bg.gif);
	border-bottom: 2px solid white;
	}

#sidebar ul li a {
	text-decoration:none;
	display: block;
	height: 19px;
	color: black;
	font-weight: bold;
	font-size: 13px;
	border-bottom: 2px solid white;
	padding: 0 0 0 15px;
	background: #e8e8e8 url(http://druweko.de/wp-content/themes/druweko/images/sidebar_nav-arrw.gif) no-repeat 3px 3px;
	}

#sidebar ul li a:hover {
	background-color: #f0f0f0;
	text-decoration: underline;
	}

/* ---------- 2nd Sidebar */

#sidebar2 {
	width: 200px;
	margin: 0 40px 0 20px;
	}

#sidebar2 ul {
	list-style-type: none;
	padding: 0;
	margin: 20px 0 0 0;
	}

#sidebar2 ul li h2 {
	display: block;
	height: 24px;
	color: white;
	font-size: 14px;
	padding: 1px 0 0 3px;
	margin: 0;
	background-image: url(http://druweko.de/wp-content/themes/druweko/images/sidebar_nav-header_bg.gif);
	border-bottom: 2px solid white;
	}

#sidebar2 ul li.inhalt {
	background-color: #e8e8e8;
	padding: 0 0 10px 15px;
	border-bottom: 3px solid white;
	}

#sidebar2 ul li p {
	color: black;
	font-size: 13px;
	margin: 0;
	padding: 0;
	}

#sidebar2 ul li a {
	text-decoration:none;
	display: block;
	color: black;
	font-weight: bold;
	font-size: 13px;
	}

#sidebar2 ul li a:hover {
	text-decoration: underline;
	}

/* ---------- Inhalte */
.narrowcolumn {
	background-color: #e8e8e8;
	margin: 20px 0 0 20px;
	padding: 10px 10px 10px 10px;
	}

.post {
	margin: 0 0 40px;
	}

/* Seiten- und Artikelueberschriften */
.post h1, .post h1 a {
	font-size: 20px;
	color: #808080;
	border-bottom: 2px solid white;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	text-decoration: none;
	}

/* Seiten-, Artikelihalte und Listen*/

div.entry {
	padding-bottom: 20px;
	}

* html div.entry {
	height: 500px;
	}

.entry p {
	font-size: 14px;
	}

.entry h1, .entry h1 a {
	font-size: 1.7em;
	border: none;
	padding: 0;
	}

.entry h2,
.entry h2 a {
	font-size: 16px;
	border: none;
	padding: none;
	color: black;
	}

.entry h3, .entry h3 a {
	font-size: 1.2em;
	}

.entry h4, .entry h4 a {
	font-weight: normal;
	font-size: 13px;
	padding: 10px 0 0 0;
	margin: 10px 0 0 0;
	border-top: 2px solid white;
	}

.entry ul {
	font-size: 13px;
	padding-left: 80px;
	list-style-image: url(http://druweko.de/wp-content/themes/druweko/images/page_bullet.gif);
	line-height: 25px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	font-size: 14 px;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

ol li, {
	list-style: decimal outside;
	}

.entry hr {
	color: white;
	border: 1px solid white;
	margin: 20px 0 20px 0;
	}

.wpcf7-response-output {
	font-size: 13px;
	}

/* ---------- Bilder und Captions */
p img {
	padding: 0;
	max-width: 100%;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}

.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
	}

.wp-caption.alignright {
	background-color: #e8e8e8;
	padding: 4px 5px 5px 20px;
	border-left: 2px solid white;
	margin: 10px 0 0 10px;
	}

.wp-caption p.wp-caption-text {
	font-size: 12px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
	}


/* ---------- Rest */

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;
	}



/* 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 */





/* ---------- Various Tags & Classes */

a.post-edit-link {
	color: red;
	font-size: 15px;
	}

acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	font-size: 14px;
	}
/* ---------- footer */



#footer {
	background-color: #363d43;
	color: white;
	font-size: 13px;
	margin-top: 20px;
	padding: 10px 0 0 0;
	float: left;
	width: 100%;
	}

#footer div {
	float: left;
	padding-left: 5px;
	border-left: 3px solid #ff0000;
	}

