/*

	Theme Name:		M.Schulz
	Version:		0.9.1
	Author:			Your Neighbours/ fixed by: Bastian Koell
	Author URI:		http://yourneighbours.de
    Description:    Original theme from yourneighbours (V0.9). Fixed by Bastian Koell (V0.9.1), IE6+7 compatibility, Links and formatting in posts, more link jumps to complete article, proper display of news page with very wide articles, automatic generation of floating level-3-menu.
	Link color: 	#6D8899

*/

@charset "UTF-8";
/*-----------------------------------------------------------------
Reset & basics
-----------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0px;
	padding: 0px;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}

html, body {
	height: 100%;
}

body {
	line-height: 1;
	color: #333;
}
ol, ul {
	list-style: none;
	padding: 0px;
}
a{
	color: #6D8899;
}
a:hover{
	text-decoration: none;
}
p, .widget{
	font-family: Georgia, serif;
	color: #333;
	letter-spacing: -.5px;
}

strong {
	font-weight: 700;
}

.left{
	float: left;
}

.right{
	float: right;
}


/*-----------------------------------------------------------------*/

#wrapper{
	width: 960px;
	margin: 0 auto;
}

	#header{
		height: 158px;
		padding: 64px 0 0 0;
	}
	
		#logo{
			float: left;
			margin-left: -6px;
		}
			
			#logo a{
				width: 189px;
				height: 99px;
				display: block;
				overflow: visible;
				background: url('img/bkd_logo.gif') 0 0 no-repeat;
				border: 0;
				text-indent: -8080px;
			}

	#navigation {
		position: relative;
		margin-top: 5px;
		margin-right: -2px;
		width: 467px;
		height: 24px;
	}

	#subwrapper {
		position: relative;
		margin-top: 10px;
		margin-right: -2px;
		height: 24px;
		width: 479px;
		text-align: left;
	}

	.menu {
		margin:					0px;
		width: 					467px;
		height: 				24px;
		position: 				relative;
		background: 			url('img/menu.gif') 0 0 no-repeat;
		padding:				0;
	}

	.menu li {
		list-style: 			none;
		height: 				24px;
		position: 				absolute;
		display: 				block;
		text-indent:			-3000px;
	}

	.menu a {
		height: 				24px;
		display: 				block;
	}

	.page-item-8 {
		left:					0px;
		background-position:	0px 0px;
		width:					42px;
	}

	.page-item-8 a:hover {
		background: 			url('img/menu.gif') 0px -24px no-repeat;
	}

	.page-item-10 {
		left:					43px;
		background-position:	-43px 0px;
		width:					81px;
	}

	.page-item-10 a:hover {
		background: 			url('img/menu.gif') -43px -24px no-repeat;
	}

	.page-item-12 {
		left:					125px;
		background-position:	-125px 0px;
		width:					100px;
	}

	.page-item-12 a:hover {
		background: 			url('img/menu.gif') -125px -24px no-repeat;
	}

	.page-item-14 {
		left:					226px;
		background-position:	-226px 0px;
		width:					86px;
	}

	.page-item-14 a:hover {
		background: 			url('img/menu.gif') -226px -24px no-repeat;
	}

	.page-item-16 {
		left:					313px;
		background-position:	-313px 0px;
		width:					50px;
	}

	.page-item-16 a:hover {
		background: 			url('img/menu.gif') -313px -24px no-repeat;
	}

	.page-item-18 {
		left:					364px;
		background-position:	-364px 0px;
		width:					61px;
	}

	.page-item-18 a:hover {
		background: 			url('img/menu.gif') -364px -24px no-repeat;
	}

	.page-item-1618 {
		left:					426px;
		background-position:	-426px 0px;
		width:					40px;
	}

	.page-item-1618 a:hover {
		background: 			url('img/menu.gif') -426px -24px no-repeat;
	}

		ul#sub-navigation{
			position: relative;
			margin: 0px;
		}

			ul#sub-navigation li{
				list-style: none;
				float: left;
				margin-left: 16px;
			}
			
				ul#sub-navigation li a{
					text-decoration: none;
					font-size: 14px;
					letter-spacing: -1px;
				}
				
				ul#sub-navigation li a{
					color: #666;
				}
				
				ul#sub-navigation li a:hover, ul#sub-navigation li.current_page_item a{
					color: #6D8899;
				}

	ul#accordion{
		clear: both;
		float: left;
		margin-bottom: 93px;
		overflow: hidden;
	}
	
		ul#accordion li{
			width: 196px;
			height: 198px;
			background: #aeaeae;
			float: left;
			margin-right: 16px;
			padding: 15px 16px;
			float:left;
			overflow: hidden;
			cursor: pointer;
		}

			ul#accordion li h1{
				font-size: 18px;
				color: #fff;
				letter-spacing: -1px;
				padding-bottom: 11px;
			}
			
			ul#accordion li p{
				font-size: 22px;
				color: #fff;
				letter-spacing: -1px;
				overflow: hidden;
			}

			ul#accordion li a, ul#accordion li a:hover, ul#accordion li a:visited{
				color: #fff;
				text-decoration: none;
			}

		ul#accordion li:hover{
			background: #6D8899;
		}

		ul#accordion li.accordion-last{
			margin-right: 0;
		}

	#content{
		width: 656px;
		float: left;
	}

	.more-link {
/*		display: inline;*/
		clear: none;
		font: inherit;
		font-size: inherit;
	}

			#content h2, #sidebar h2{
				border-bottom: 1px dashed #aeaeae;
				height: 18px;
			}
			
				#content h2 a, #sidebar h2 a{
					background: #aeaeae;
					padding: 4px 8px;
					color: #fff;
					font-size: 14px;
					letter-spacing: -.5px;
					text-decoration: none;
				}

				#sidebar p {
					padding: 4px 0px !important;
				}

			#contentright h6 {
				color: #fff;
				margin: 10px 0px;
				padding: 0px 0px;
			}

			.sidebar_poll {
				margin-top: 10px;
			}

			.wp-polls .pollbar  {
				margin-top: 4px !important;
			}

			#sidebar ul {
				list-style: none;
			}

			.sidebar_list {
				list-style-type: disc !important;
			}

			.sidebar_list li {
				margin-left: 20px;
			}

			.sidebar_list li a, .sidebar_list li a:visited {
				color: #333;
				text-decoration: none;
			}

			.sidebar_list li a:hover {
				text-decoration: underline;
			}

			#go-to-news a, #go-to-news a:hover {
				color: #6D8899;
			}

			#blog-item-featured{
				clear: both;
			}
						
						
				#blog-item-featured h3{
					color: #333;
					font-size: 40px;
					letter-spacing: -1px;
					padding: 17px 0 7px 0;
					margin: 0px;
				}
						
				#blog-item-featured img{
					margin-bottom: 10px;
				}
				
				#blog-item-featured p{
					font-size: 16px;
					line-height: 24px;
					padding: 8px 0 12px 0;
				}
				
				#blog-item-featured a{
					color: #6D8899;
					text-decoration: none;
				}
				
				#blog-item-featured a:hover{
					text-decoration: none;
				}
				
				.author, .comment-count{
					font-size: 12px;
					border-top: 1px dashed #aeaeae;
					border-bottom: 1px dashed #aeaeae;
					padding: 7px 0 6px 0;
				}
				
				.author{
					width: 70%;
					float: left;
					color: #999;
				}
				
				.comment-count{
					width: 29%;
					float: left;
					text-align: right;
				}

			.blog-item-secondary{
				position: relative;
				width: 305px;
				float: left;
			}
			
			.blog-item-secondary.left{
				margin-right: 46px;
			}
						
				.blog-item-secondary h3{
					color: #444;
					font-size: 24px;
					letter-spacing: -1px;
					margin: 0px;
					padding: 29px 0 11px 0;
				}

				.blog-item-secondary h3 a, .blog-item-secondary h3 a:hover, .blog-item-secondary h3 a:visited{
					text-decoration: none;
					color: #444;
				}

				.clearboth {
					clear: both;
				}

				.blog-item-secondary img{
					padding-bottom: 10px;
				}
				
				.blog-item-secondary p{
					font-size: 14px;
					line-height: 24px;
					padding: 8px 0 12px 0;
					margin: 0px;
				}

				.blog-item-secondary div{
					position: absolute;
					top: 270px;
					width: 305px;
				}
			
			h4{
				color: #6D8899;
				font-size: 24px;
				margin: 29px 0 0 0;
				float: left;
				width:100%;

			}

			h4.bloglink {
				margin-top: 110px;
			}
			
				h4 a{
					text-decoration: none;
					border-bottom: 2px solid #fff;
				}
				
				h4 a:hover{
					text-decoration: none;
					border-bottom: 2px solid #6D8899;
				}
	
	#sidebar{
		width: 228px;
		float: left;
		margin-left: 76px;
	}
	
		#sidebar h3{
			background: #6D8899;
			color: #fff;
			padding: 5px 10px 6px 10px;
			margin: 32px 0 16px 0;
			font-size: 19px;
			letter-spacing: -1px;
		}
		
			#sidebar h3 img{
				vertical-align: middle;
				margin-right: 10px;
			}

			#sidebar .img_umfrage{
				padding-left: 0px !important;
			}
		
		#sidebar p{
			line-height: 24px;
			padding-left: 10px;
		}
		
		#sidebar_list ul{
			padding-left: 10px;
			list-style: disc;
			list-style-position: inside;
		}
		
			#sidebar ul li{
				margin-bottom: 11px;
			}
			
				#go-to-news{
					list-style: none;
					float: right;
				}
					
		#poll p{
			padding-bottom: 13px;
		}
		
		#poll ul{
			list-style: none;
		}

	#sidebarleft {
		float: left;
		width: 166px;
		position: relative;
		min-height: 100%;
		height: auto;
		text-align: right;
		padding-right: 16px;
		padding-bottom: 50px;
		overflow: visible;
	}

	#floatMenu {
		position: absolute;
		top: 0px;
		width: 166px;
		float: right;
		overflow: visible;
	}

	#floatMenuBlog {
		position: absolute;
		top: 0px;
		width: 166px;
		font-family: Georgia, serif;
		font-size: 90%;
	}

	.blogfooter {
		padding: 5px 0px;
		margin-bottom: 60px;
		font-family: Georgia, serif;
	}

	#commentform {
		height: 400px;
	}

	textarea#comment {
		height: 155px;
	}

	#scrollback {
		position: relative;
		height: 50px;
		clear:both;
		width: 166px;
		text-align: right;
		top: -15px;
		font-size:95%;
		line-height:1.5;
		padding:0 1px;
		text-decoration:none;
	}

	#contentright {
		float: left;
        overflow: hidden;
		position: relative;
		width: 655px;
		border-left: 1px #ccc dashed;
		padding-left: 62px;
		clear: none;
	}

	#contentright h3{
		color: #333;
		font-size: 24px;
		display: inline;
		letter-spacing: -1px;
		padding: 0px 0px 18px 0px;
		margin: 0px;
	}

	#contentright .cufon-canvas {
		margin: 5px 0px;
	}

	#contentright img{
		margin: 18px 0px;
	}

	#contentright blockquote p{
		display: block;
		background: #6D8899;
		color: #fff;
		font-size: 24px;
		padding: 15px 30px;
		width: 655px;
		margin: 5px 0px 10px -30px
	}

@media screen and (-webkit-min-device-pixel-ratio:0) {
/* safari only hacks here */
	#contentright blockquote p{
		margin-left: -70px !important;
	}

	#contact #buro-munchen, #contact #buro-berlin{
		margin-top: -20px;
	}

	#footer div h2, #commentdiv h2, #commentform h2{
		height: 19px !important;
	}

}

#backtoplink {
	float: left;
	clear: both;
	padding-left: 75px;
	}

	#sidebarleft h3 {
		color: #333;
		font-size: 160%/1;
		letter-spacing: -1px;
		padding: 0px 0px 18px 0px;
		margin: 0px;
	}

	.anchor, .anchor:hover{
		text-decoration: none;
		line-height: 1.5;
		font-size: 95%;
		padding: 0px;
		margin: 2px 0px;
		float: right;
		clear: both;
	}

	#contentright p{
		font-size: 16px;
		line-height: 24px;
		padding: 8px 0 12px 0;
		margin: 0px;
	}

	
	#blogpost-meta{
		float: left;
		width: 164px;
		padding-right: 16px;
		position: relative;
	}
	
		#blogpost-meta p{
			font-size: 12px;
			color: #999;
			text-align: right;
			margin-bottom: 11px;
			line-height: 16px;
		}
		
		#blogpost-meta h1{
			text-align: right;
		}
		
			#blogpost-meta a{
				text-decoration: none;
			}
			
			#blogpost-meta a:hover{
				border-bottom: 1px solid #6D8899;
			}
	
	#blogpost-entry{
		float: left;
		width: 778px;
	}

		#blogpost-entry-body{
			border-left: 1px dashed #aeaeae;
		}
		
			#blogpost-entry-body h1{
				margin-left: 60px;
				font-size: 40px;
				letter-spacing: -1px;
				color: #333;
				padding-bottom: 17px;
			}
			
			#blogpost-entry-body h2{
				margin: 18px 0 11px 60px;
				font-size: 24px;
			}
			
			#blogpost-entry-body p{
				margin: 0 0 26px 60px;
				line-height: 24px;
				width: 656px;
			}
			
			#blogpost-entry-body img{
				margin-left: 60px;
			}
			
			#blogpost-entry-body blockquote{
				margin: 0 0 20px 30px;
				background: #6D8899;
				padding: 17px 30px;
				color: #fff;
				font-size: 24px;
				letter-spacing: -1px;
			}

	img.alignleft {
		float: left;
		text-align: left;
		padding-right: 10px;
		margin: 0px 0px 5px 0px !important;
	}

	.pagewrap {
		width: 100%;
		position: relative;
		float: left;
	}

							
		#blogpost-entry h1#back-to-top{
			margin: -40px 0 0 -100px;
		}
		
			#blogpost-entry h1#back-to-top a{
				text-decoration: none;
			}
			
			#blogpost-entry h1#back-to-top a:hover{
				border-bottom: 1px solid #6D8899;
			}
		
		#blogpost-entry-comments{
			margin-left: 60px;
		}

		#commentlink {
			width: 100%;
			clear: both;
			margin: 4px 0px;
		}

		#commentlink h4 {
			margin-bottom: 50px;
		}
	
			#blogpost-entry-comments h1{
				font-size: 24px;
				letter-spacing: -1px;
				color: #6D8899;
				margin-top: 68px;
			}
			
			#blogpost-entry-comments h2{
				border-bottom: 1px dashed #aeaeae;
				height: 19px;
				margin: 66px 0 9px 0;
			}
			
				#blogpost-entry-comments h2 a{
					background: #aeaeae;
					padding: 4px 8px;
					color: #fff;
					font-size: 14px;
					letter-spacing: -1px;
				}
			
			#blogpost-entry-comments ul{

			}
			
				#blogpost-entry-comments ul li{
					border-bottom: 1px dashed #aeaeae;
					padding: 16px 0 13px 0;
				}
				
					#blogpost-entry-comments ul li.last-comment{
						border: 0;
					}
				
					#blogpost-entry-comments ul li div{
						font-size: 12px;
						color: #999;
						padding: 7px 0 4px 0;
					}
					
					#blogpost-entry-comments ul li p{
						font-size: 14px;
						line-height: 22px;
						letter-spacing: -1px;
					}
				
			#blogpost-entry-comments #comment-form{
				margin-top: 32px;
			}
					
				#blogpost-entry-comments #comment-form input{
					width: 241px;
					padding: 5px;
					margin-bottom: 11px;
					border: 1px solid #ccc;
					float: left;
					font: 12px/20px Georgia, serif;
					color: #333;
				}
				
				#blogpost-entry-comments #comment-form input#submit-button{
					width: 60px;
					height: 12px;
					border: 0;
					margin-left: 56px;
				}
				
				#blogpost-entry-comments #comment-form p{
					clear: both;
					font-size: 12px;
					color: #999;
				}
				
				#blogpost-entry-comments #comment-form p span{
					text-align: right;
					float: left;
					display: block;
					width: 50px;
					padding: 6px 10px 0 0;
				}
				
				#blogpost-entry-comments #comment-form textarea{
					width: 424px;
					height: 148px;
					border: 1px solid #ccc;
					font: 12px/20px Georgia, serif;
					color: #333;
				}

				.commentauthor {
					color: #999;
					font-size: 12px;
					font-family: Georgia, serif;
					width: 100%;
					height: 10px;
					line-height: 1.5;
					margin: 4px 0px;
				}

				.commenttext {
					color: #000;
					font-size: 14px;
					font-family: Georgia, serif;
					width: 100%;
					margin-bottom: 20px;
					border-bottom: 1px dashed #AEAEAE;
				}

	input#author, input#email, input#url, textarea#comment {
		border: 1px solid #999;
		padding: 5px;
	}

	.formlabel {
		position: relative;
		width: 70px;
		height: 30px;
		font-family: Georgia, serif;
		color: #999;
		font-size: 12px;
		text-align: right;
	}

	.forminput {
		position: absolute;
		left: 120px;
	}

	.spansubmit {
		width: 100%;
		position: relative;
		top: 140px;
		left: 60px;
	}

	#commentdiv {
		clear: both;
	}



	#footer{
		clear: both;
		margin: 120px 0 20px 0;
		float: left;
	}
	
		#bottom-navigation, #contact{
			width: 460px;
			float: left;
			height: 180px;
			margin-bottom: 90px;
		}

		#bottom-navigation{
			margin-right: 26px;
		}
		
			#bottom-navigation ul{
				
			}
			
				#bottom-navigation ul li{
					width: 50%;
					float: left;
					font-size: 16px;
					letter-spacing: -1px;
					margin-bottom: 8px;
				}
				
					#bottom-navigation ul li a{
						text-decoration: none;
					}
					
					#bottom-navigation ul li a:hover{
						border-bottom: 1px solid #6D8899;
					}
				
				#bottom-navigation ul li#go-right{
					float: right;
				}
		
		#footer div h2, #commentdiv h2, #commentform h2{
			border-bottom: 1px dashed #aeaeae;
			height: 17px;
			margin-bottom: 20px;
		}
		
			#footer div h2 a, #commentdiv h2 a, #commentform h2 a{
				background: #aeaeae;
				padding: 4px 8px;
				color: #fff;
				font-size: 14px;
				letter-spacing: -1px;
			}
		
			#contact h3{
				color: #6D8899;
				font-size: 19px;
				letter-spacing: -1px;
				margin-bottom: 11px;
			}
			
			#contact #buro-berlin{
				float: left;
				width: 90%;
				position: relative;
				margin-top:	1px;
			}
			
			#contact p{
				line-height: 24px;
				font-size: 14px;
			}

.ddfmwrap, form.ddfm {
	width: 655px !important;
}

form.ddfm label {
	width: 39% !important;
}

form.ddfm input.fmfile, form.ddfm input.fmtext {
	width: 55% !important;
}

.ddfmwrap .errorlist {
	display:		block;
	float:			left;
	margin-bottom:	15px;
	padding:		3px;
	text-align:		left;
	width:			75% !important;
	font-size:		85% !important;
	line-height:	1.5 !important;
}

.ddfmwrap .ddfmerrors {
	width:			15% !important;
}

form.ddfm legend, form.ddfm label, form.ddfm label.fmtextlblwide {
	font-size:100%;
	font-weight:normal !important;
	color: #000 !important;
}
