@charset utf-8;
/*
Theme Name: Schoenberger-2012
Theme URI: http://soulstyled.de/
Author: Michael Geissler, soulstyled.de
Author URI: http://soulstyled.de/
Description: Theme für den Baumpfleger, basiert auf dem Whiteboard-Framework: http://whiteboardframework.com
Version: 3.2.1

 * Built on the Whiteboard Framework
 * http://whiteboardframework.com
 */

/*
 * The Whiteboard Framework is licensed under the GPL license.
 * Feel free to use the Whiteboard Framework for commercial and non-commercial ventures.
 * We require a link in the CSS file and request a link on the website
*/

 /* ==|== normalize ==========================================================
 */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { margin: 0; font-size: 13px; line-height: 1.231; }
body, button, input, select, textarea { font-family: sans-serif; color: #535353; }

::-moz-selection { background: #333; color: #e5dbd4; text-shadow: none; }
::selection { background: #333; color: #e5dbd4; text-shadow: none; }

a { color: #00e; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
/* img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; } */
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; *overflow: visible; }
table button, table input { *overflow: auto; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

/*
List of divs in Whiteboard
Note that this list does not include the dynamically generated ids and classes, such as the body classes, the post ids, etc
*/

body {
	
	/* background: url(images/sample_bg.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; */
	
	font-family:Century Gothic, Arial, sans-serif
}

#superbgimage {
    display: none;
}

#main {
    position: relative;
    z-index: 3;
}



/* ################ BASIC LAYOUT ################ */
.container {
	width:934px;
	margin:0 auto;
	margin-top:30px;
	}


#header {

}

#header .container {
	background:url(images/bg_transparent.png);
	}

#logo {
	width:150px;
	float:right;
	margin:0px;
	height:150px;
	overflow:hidden;}

	.nav {
		
	}
	
	#nav-primary {
	text-transform:uppercase;	
	color:#868889;
	width:740px;
	float:left;
	margin-top:40px;
	margin-left:40px;
	position:relative;
	z-index:99;
	}
	
	#nav-primary ul li {
	list-style-type:none;
	float:left;
	margin-bottom:18px;
	}
	
	/* Einzelne Breiten für diverse Menupunkte */
	#nav-primary .menu-item-22,
	#nav-primary .menu-item-26 {
	width:154px;
	}
	
	#nav-primary .menu-item-25 {
	width:180px;
	}
	
	#nav-primary .menu-item-28,
	#nav-primary .menu-item-27,
	#nav-primary .menu-item-24,
	#nav-primary .menu-item-23 {
	width:202px;
	}
	
	#nav-primary a {
	color:#868889;
	font-size:22px;
	font-weight:bold;
	float:left;
	text-decoration:none;
	}
	
	#nav-primary a:hover,
	#nav-primary .current-menu-item a,
	#nav-primary .current-page-ancestor a {
	color:#626262;
	}
	
	#search-form {
	position:absolute;
	margin-left:558px;
	margin-top:50px;
	z-index:999;
		}
		
	#searchform {
	display:block;
	width:130px;
	}
		
	#searchform input[type=text] {
	width:105px;
	border:1px solid #cccccc;
	text-transform:uppercase;
	color:#868889;
	padding:3px;
	}
	
	#searchform #searchsubmit {
	margin-top:4px;
	float:right;
	}
	
	nav.footer {
		
	}
	#widget-header {
		
	}
	#widget-alert {
		
	}

#content {
	background:url(images/bg_content.jpg) repeat-y;
	padding:38px 25px 35px 40px;
	}
	
#content h1 {
	margin-top:0;
	margin-bottom:12px; 
	text-transform:uppercase; 
	color:#868889;
	}
	

#content #subnav {
	width:869px;
	padding:5px 0;
	margin-bottom:45px;
	}

#content #subnav ul {
	margin:0;
	padding:0;
	}
	
#content #subnav li {
	list-style-type:none;
	float:left;
	margin-right:18px;
	}
	
#content #subnav li a {
	text-transform:uppercase;
	color:#868889;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	}
	
#content #subnav li a:hover,
#content #subnav ul .current_page_item a {
	color:#626262;
	}
	
#content a {color:#9b9b9b; text-transform:uppercase; text-decoration:none;}
#content a:hover {color:#333; text-decoration:underline;}

.page {
	
}
.page-content {
	}
	
.page-content .page-left {
	width:420px;
	float:left;
	}
	
.page-content .page-right {
	width:420px;
	float:right;
	}


.search {
	
}

.author {
	
}
#recent-author-posts {
	
}
#recent-author-comments {
	
}

#error404 {
	
}

#sidebar {
	
}
	#widget-sidebar {
		
	}
		#sidebar-search {
			
		}
		#sidebar-nav {
			
		}
		#sidebar-archives {
			
		}
		#sidebar-meta {
			
		}
		.widget {
			
		}

#footer {
	
}

#footer .container {
	background:url(images/bg_transparent.png);
	margin-top:25px;
	}


	#nav-footer {
	width:200px; 
	float:right;
	text-align:right;
	padding:8px 25px 7px 0px;
	}
	
	#nav-footer ul li{
	float:right;
	text-align:right;
	}
	
	#nav-footer a {
	color:#868889;
	font-size:12px;
	font-weight:bold;
	float:left;
	text-decoration:none;
	text-transform:uppercase;
	}
	
	#nav-footer a:hover {
	color:#626262;	
	}
	
.no-results {
	
}

.widget-area {
	
}

.none { /* this class is used to hid the skip to content link at the beginning of the document for accessibility */
	display: none;
}
.clear {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}
.aligncenter {
	text-align: center;
}
.alignleft {
	text-align: left;
	float:left;
	margin-right:10px;
	margin-bottom:5px;
}
.alignright {
	text-align: right;
	float:right;
}

/* Always remember to compress your live stylesheet and keep an uncompressed backup */