/*
Theme Name: Komplex_1
Theme URI: http://www.buero-komplex.de
Version: 1.0
Author: Uwe Steinbeck
Author URI: http://www.ideengut.de
Tags: blue, white, fixed width, two columns, widgets, clean



	The CSS, XHTML and design is released under GPL: http://www.opensource.org/licenses/gpl-license.php*/


/*=-=-=-=-=-=-=-=-=-=-= BEGIN CUSTOMIZATION =-=-=-=-=-=-=-=-=-=-=*/


/*Body text color*/
  body {color:#333;}

/*Text color of the blog title in the header*/
  #header h1 a {color:#000000;}

/*Text color of the blog description in the header*/
  .description {color:#333;}

/*Links color*/
  a {color:#000000;
	text-decoration: none;}

/*Links hover color*/
  a:hover {color:#333}

/*Headings color*/
  .post h2 a, #sidebar h2 {color:#000000;}

/*Headings hover color*/
  .post h2 a:hover {color:#0066CC;}


/* Begin Typography & Colors */
body {
	font-size: 70%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande',Verdana, Arial, Sans-Serif;
	color: #333;
background-color: #ffffff;
	/*background: url('image/background.png') center top repeat-x #e9e9e9;*/
	margin: 0; padding: 0;
	}

#header {
	display:block;
	height: 60px;
	width: 700px;
	background-image: url(image/logo_komplexred.gif);
	background-repeat: no-repeat;
	margin-top:100px;
	}

#content {
	font-size: 1.0em;
min-height: 580px;
}

#content .entry p {
	font-size: 1.0em;
	}


#content .postmetadata {}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

#footer {
	border: none;
	}

small {
	font-family: 'Lucida Grande',Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Lucida Grande',Verdana, Arial, Sans-Serif;
	font-weight: bold;
	line-height: 22px;
	}

#header h1 {
	font-size:2em;
visibility:hidden;	
}

.description {
  font-size:1em;
  visibility:hidden;	
/*  color:#333;*/
	}

h2 {
	font-size: 1.0em;
		line-height: 22px;
	}


#sidebar h2 {
	font-family: 'Lucida Grande',Verdana, Arial,Sans-Serif;
	font-size: 1.0em;
	}

h3 {
color: #333333;
	font-size: 1.0em;
		border-top: 1px solid #999999;
		line-height: 22px;
clear:both;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg{
	text-decoration: none;
	color: #3b6ea5;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
color: #333333;	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}


#sidebar {
	font: 1em  'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	/*color: #777;*/
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

h2 a:hover, h3 a:hover {
	color: #990000;
	text-decoration: none;
	}

#sidebar a,
.postmetadata a,
.navigation a,
ol.commentlist cite a,
.commentmetadata a {
       text-decoration:none;
}

a:hover {
	color: #990000;
	}

/* End Typography & Colors */


/* Begin Structure */

/* Always show the scrollbar */
html {height: 100%;margin-bottom: 0px;}

body {
	margin: 0;
	padding: 0;
	}

#page {
	display: block;
	width: 850px;
	margin: 0px 50px 25px 75px;

	}

#content {
	width: 600px;
	display: block;
	float: left;
	margin-left: 35px;
	}



.post {

  padding-bottom:0px;
margin: 0;
	}


	
	
.post h2 {
  border-top:1px solid #990000;
  color: #990000;
 line-height: 22px;
  padding-top:0px;
  padding-bottom:0px;
	align: left;
}

.post hr {
  display: block;
}

#content .post {
  margin: 0;
}



#content .postmetadata {
	margin: 0px 0;
	}



.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer {
	display: block;
	height: 30px;
	width: 600px;
        margin-top: 20px;
	margin-left: 248px;
	position: relative;
	font-family: 'Lucida Grande',Verdana, Geneva, sans-serif;
	color: #999999;
	font-weight: normal;
	text-decoration: none;
		border-top: 1px solid #999999;

	}

#footer a {
       text-decoration:none;
       	color: #999999;

}
#footer a:hover {
	color: #333333;
	}

#footer p {

}

/* End Structure */



/*	Begin Headers */
h1 {
	margin: 0;
	}

h2 {
	margin: 0px 0 0 0;
	}



#sidebar h2 {
	margin: 0px 0 0;
	padding: 0;
	display: none;
	}

h3 {
	padding: 0;
	margin: 0px 0 0;
	}


/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 0px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 0px;
	margin: 0 20px 20px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */




.postmetadata ul, .postmetadata li {
	list-style-type: none;
	list-style-image: none;
	}



/* SubNavigation */
#referenz ul, #referenz ul ol, #referenz ul li {
	margin: 0;
	padding:0;
	}
#referenz {
	display: block;
	text-align:left;
	line-height: 22px;

	}
#referenz ul li {
	list-style-type: none;
	list-style-image: none;
	line-height: 22px;

	}

#referenz ul li a {
	text-decoration: none;
	color: #999999;
	border-top: 1px solid #999999;
	display: block;
}

#referenz ul li a:hover {
	color: #000;
	text-decoration: none;
	font-weight: normal;
	border-top-color: #990000; border-top-style: solid; border-top-width: 1px;
}
#referenz .current, #menu_top .current:hover {
	color: #990000;
	text-decoration: none;
	font-weight: bold;
	border-top-color: #990000; border-top-style: solid; border-top-width: 1px;
}

#referenz .noBorder
{
  border: none;
}
#referenz .current_page_item a {
	background: none !important;
	color: #990000 !important;
	text-decoration: none;
	font-weight: bold;
	border-top-color: #990000; border-top-style: solid; border-top-width: 1px;

}
#referenz .current_page_item ul li a:hover {
	background: none !important;
	color: #990000 !important;
	text-decoration: none;
}

/* Navigation */


#sidebar {
	display: block;
	float: left;
margin:0;
}

#sidebar form {
	margin: 0;
	}
	
#sidebar ul, #sidebar ul ol, #sidebar ul li {
	line-height: 22px;		
	display: block;
margin:0;
padding:0px;
	width: 215px;


}
#sidebar ul ul  {
	margin-left: 0px;
	}



#sidebar ul ul li, #sidebar ul ol li {
	margin: 0px 0 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	line-height: 22px;
	}

#sidebar ul li a {
	display: block;
	text-decoration: none;
	color: #999999;
	border-top: 1px solid #999999;
	line-height: 22px;

}
#sidebar ul ul ul li a {
	margin-left: 10px;
	text-decoration: none;
		font-weight: normal;

	color: #999999;
	line-height: 18px;

}

#sidebar ul li a:hover {
	color: #990000;
	text-decoration: none;
	font-weight: bold;
	border-top-color: #990000; border-top-style: solid; border-top-width: 1px;

}


#sidebar .noBorder
{
  border: none;
}
#sidebar .current_page_item ul li a {
	background: none !important;
	color: #999999 !important;
	text-decoration: none;
	font-weight: normal;
	border-top-color: #999999; border-top-style: solid; border-top-width: 1px;
}
#sidebar .current_page_item a {
	background: none !important;
	color: #990000 !important;
	text-decoration: none;
	font-weight: bold;
	border-top-color: #990000; border-top-style: solid; border-top-width: 1px;
}



#sidebar .current_page_item ul li a:hover {
	background: none !important;
	color: #990000 !important;
	text-decoration: none;
	border-top-color: #990000; border-top-style: solid; border-top-width: 1px;
}

/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 0px 5px 3px;
	}

#searchform #s {
	width: 108px;
	padding: 1px;
	}

#searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 98%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	}
/* End Form Elements */





/* Begin Various Tags & Classes */
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;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}


/* End Various Tags & Classes*/


/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.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;
}
/* End captions */



