/*
Theme Name: Conny Bauer
Theme URI: http://konradi.com/
Description: Theme made by Konradi - Agentur fuer Gestaltung.
Version: 1.6
Author: Christoph Konradi
Author URI: http://konradi.com/
Tags: custom

	

	This theme was designed and built by Christoph Konradi,
	whose blog you will find at http://konradi.com/
*/



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family:  'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #333;
	text-align: center;
	}

#page {
	text-align: left;
	color: #D1CFD0;
	}

#navmenu ul {
	margin: 0; 
	padding: 45px 0 0 25px; 
	list-style-type: none; list-style-image: none; 
	font: 1.2em Arial, Verdana,  Sans-Serif;
	font-weight:bold;
	}
#navmenu li {
	display: inline; 
	border-right: 1px solid #D1CFD0;
	}
#navmenu ul li a {
	text-decoration:none;  margin: 0px;
	padding: 0px 5px 0px 5px; 
	color: #000000;
	}
#navmenu ul li a:hover {
	color: #ffffff;
	}
	
#navmenu ul li.current_page_item a {
	color: #ffffff;
	}
	
#navmenu ul li.current_page_parent a {
	color: #ffffff;
	}
	
#navsubmenu ul li a {
	text-decoration:none;  
	color: #F3E1A1;
	font: 1.2em Arial, Verdana,  Sans-Serif;
	padding: 0px 0px 0px 0px; 
	}

	
#navsubmenu ul li.current_page_item a {
	color: #ffffff;
	}

#navsubmenu ul li li.page_item a {
	}
	

#qtrans_language_chooser  {
	text-align:right;
	}
#qtrans_language_chooser ul {
	margin: 0; 
	list-style-type: none; list-style-image: none; 
	font: 1.2em Arial, Verdana,  Sans-Serif;
	font-weight:bold;
	}
#qtrans_language_chooser li {
	margin: 0; 

	display: inline; 
	border-right: 0px solid #D1CFD0;
		padding: 0px 10px 0 0; 

	}
.qtrans_language_chooser  {
	margin: 0; 
	padding: 10px 40px 0 0;
	}
	
	
	
	
#sidebar {
	}
	
#header {
	
	}

#headerimg 	{

	}


#headerimg .description {
	font-size: 1.2em;
	text-align: left;
	 padding-left: 45px;
	}
	
#content {
	font-size: 1.2em;
	line-height: 1.6em;
	}


	
.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}


.narrowcolumn .postmetadata {
	text-align: center;
	}

#footer, #footer a {
		color: #000000;
	}


small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: normal;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}


h2 {
	font-size: 1.8em;
	line-height: 1.4em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #ccc;
	}

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;
	}



small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}



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

a, h2 a:hover, h3 a:hover {
	color: #F3E1A1;
	text-decoration: none;
	}

a:hover {
	color: #F3E1A1;
	text-decoration: underline;
	}

/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 0px 0;
	padding: 0;
	background: #000000 url('images/cb-back.jpg') repeat-x;

	}

#border {
	background: url('images/cb-back-footer.jpg') repeat-x bottom center;

	}
	
#page {
	margin: 0px auto;
	padding: 0;
	width: 900px;
	border: 0px solid #959596;
	background: url('images/header-back.jpg') no-repeat top center;

	}

#header {
	
	margin: 0px;
	padding: 0;
	height: 103px;
	width: 900px;
	}

#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
	}

#content {
	background: url('images/back-soloposaune-x.jpg') no-repeat ;
		width: 599px;
		float: left;
	}
#content-text {
	padding: 250px 20px 0px 20px;
	margin: 0px;
	width: 559px;
	}


.clear {
	clear: both;
}

#footer {
	padding: 0;
	margin: 0px auto;
	width: 900px;
	clear: both;
	background: #000000 url('images/footer-back.jpg') no-repeat top center;
	border: none;
	height: 108px;
	}


#footer p {
	margin: 0;
	padding: 80px 275px 0 0;
	text-align: right;
	}
/* End Structure */




/* Begin Sidebar */
#sidebar {
	padding: 220px 0px 10px 30px;
	margin-left: 0px;
	width: 200px;
	float: left;
	text-align: left;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */




/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	/* margin: 0px; */
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* 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: 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
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 10px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* 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;
	}

select {
	width: 130px;
	}

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

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* 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: 50px;
	border-left: 0px solid #ddd;
	background: url('images/back-blockquote.jpg') no-repeat top left;
	}

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 {

	text-align: left;
	padding-top: 4px;

}

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

.wp-caption p.wp-caption-text {
	font-size: 9px;
	color: #777777;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */




