/*
Theme Name: WordPress Designerdock
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.0
Author: Imken Leibrock
Author URI: il66.de
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/


/* Begin Typography & Colors */




/* Begin Structure */
body {
/*
	margin: 0 0 20px 0;
	padding: 0;
	*/
	
	padding:0;
	margin:0;
	background-color:#afafaf;
	font-size:75%;
	font-family: "Lucida Grande", "Lucida Sans", Arial, sans-serif;	
	}


	

#page {
	position: relative;
	width: 1077px;
	width: 1008px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #c7b7b0;	
	}	

.single #page {

	background-image: url(images/bg_single.jpg) !important;
	background-repeat: no-repeat;
	background-position: left top;	
	
	}	

#header {
	margin: 0 0 0 1px;
	padding: 0;
	}

#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
	}
	
#logo{
	position:absolute;
	left:36px;
	top:17px;

}	

.narrowcolumn {
	position:relative;
	float:left;
	margin-left:24px;
	margin-top:432px;
	margin-top:417px;
	background-color:#fff;
	width:600px;
	width:553px;
	}
	
.widecolumn {
	position:relative;
	float:left;
	margin-left:24px;
	margin-top:74px;
	margin-top:59px;
	background-color:#fff;
	width:600px;	
	width:553px;
	}	
	
.narrowcolumn h1,
.widecolumn h1,
h2.pagetitle{
	background-color:#bdd500;
	height:31px;
	color:#fff;
	padding:4px 0 0 12px;
	margin:0 0 0 0;
	text-transform: uppercase;
	font-size:22px;
	}	
	
.narrowcolumn h1 span,
.widecolumn h1 span{
	text-transform:none;
	font-size:14px;
	}	



.post , .page{
	positionx:relative;
	margin: 0 0 0 0;
	padding:0 12px 12px 12px;
	border-bottom:4px solid #cad523;
	}
.post h2, .page h2{

	margin:0 0 0 0;
	padding:12px 0 12px 0;

}		
.post h2 a, .page h2 a{
	font-size:20px;
	color:#000;
	text-decoration:none;
	font-weight:bold;
	padding:0 0 0 0;
	margin:0 0 0 0;


}	


.post a, .page a{
	color:#000;

}	

.post hr {
	display: block;
	}

	

.start_postcont,
.start_postsingle,
.start_archive{
	position:relative;
}


.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 760px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */



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



h2.pagetitle {
	margin: 0 0 0 0;
	text-transform: none;
}

h2.search {
	margin: 12px 0 0 12px;
	text-transform: none;
}

#sidebar h1{
	background-color:#bdd500;
	height:31px;
	color:#fff;
	padding:4px 0 0 12px;
	margin:0 0 0 0;
	font-size:22px;
	}	
	
	
	
#sidebar h2 {
	margin: 5px 0 12px 0;
	padding: 0;
	}

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

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */


#sidebar a{

	color:#000;
	
}



.team_sb_img{
	float:left;
	width:56px;
}
.team_sb_img img{
	margin-bottom:10px;
}
.team_sb_txt{
	float:left;
	width:107px;
	font-size:0.8em;
	line-height:1.3em;	
	
}


/* 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;
	}
	
.entry{
	line-height:1.5em;
}

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



.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 0 0 0;
	padding:0 0 0 0;

	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 0;
	padding: 10px 17px 14px 17px;	
	line-height:1.5em;
	}
	
	
	
#sidebar ul.share_buttons li {
	margin-bottom: 0;
	padding: 0 0 0 0;	
	line-height:1.0em;
	}	

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


	
#sidebar .ul_widgets li{
	border-bottom:4px solid #cad523;
}
#sidebar .ul_widgets li.lastitem,
#sidebar  .widget_categories ul li{
	
}
#sidebar  .widget_categories ul li,
#sidebar  .widget_archive ul li,
#sidebar  .widget_pages ul li,
#sidebar  .widget_links ul li,
#sidebar  .widget_meta ul li,
#sidebar  .widget_recent_comments ul li,
#sidebar  .widget_email ul li,
#sidebar  .widget_recent_entries ul li,
#sidebar  .widget_search ul li{
	border-bottom:none;
	margin:0 0 0 0;
	padding:0 0 0 0;
}
#sidebar .ul_widgets li.seminare{
	padding: 10px 17px 14px 17px;	
}
#sidebar .ul_widgets li.seminare p{
	padding: 20px 0 12px 0;	
	margin:0 0 0 0;
}


#sidebar li .ul_seminare li{
	border-bottom:none;
	list-style-type: disc;
	margin:0 0 0 20px;
	padding:0 0 0 0;
	list-style-position: outside;
	
}


#sidebar li table.team{
	width:100%;
	font-size:0.8em;
	line-height:1.5em;
}

#sidebar li table.team img{
	padding: 5px 5px 5px 0;
}
	
/* End Entry Lists */



#sidebar .widget_tag_cloud a{
	color:#2e56b4;
	text-decoration:none;
}
#sidebar .widget_tag_cloud a:hover{
	text-decoration:underline;
}



/* Begin Form Elements */
#searchform {
	margin: 0 0 0 0;
	padding: 7px 0 0 0;
	}
	
#content #searchform {
	margin: 0 0 0 0;
	padding: 12px 3px 24px 12px;
	border-bottom:4px solid #cad523;
}
	
#searchform  input {
	width: 282px;
	height:18px;
	color:#999999;
	background-image: url(images/comment_input.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border:none;
	padding:3px 5px;
	margin:0 0 0 0;
	color:#000;
	}	
#searchform  #searchsubmit{
	background-image: url(images/butt_comment_submit.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border:none;
	font-size:1.4em;
	width:110px;
	height:30px;
	border:none;
	background-color:#fff;
	font-weight:bold;	
	color:#000;
}

#sidebar #searchform #s {
	background-image: url(images/search_input_small.jpg);
	width: 150px;
	margin-right:10px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}
.commentbox,
.commentbox_2{
	padding:12px 12px 12px 12px;
	border-bottom:4px solid #cad523;
}

.commentbox h3,
.commentbox_2 h3{
	padding:5px 0 5px 0;
	margin:0 0 0 0;
	font-size:1.4em;
	color:#787878;
}

#commentform textarea, 
#commentform input{

	font-family: "Lucida Grande", "Lucida Sans", Arial, sans-serif;	
	font-size:1.0em;
}
#commentform .input_name,
#commentform .input_email,
#commentform .input_url,
.TextField{
	width: 282px;
	height:18px;
	color:#999999;
	background-image: url(images/comment_input.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border:none;
	padding:3px 5px;
	margin:0 0 0 0;
	}
	
#commentform .input_url {
	width: 223px;
	margin:0 0 0 0;
	background-image: url(images/comment_input_small.jpg);
	
	}	
	
#commentform  .com_submit{
	background-image: url(images/butt_comment_submit.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border:none;
	font-size:1.4em;
	width:110px;
	height:30px;
	border:none;
	background-color:#fff;
	font-weight:bold;
	
	position:absolute;
	bottom:0;
	right:0;
}	


#commentform {
	position:relative;
	margin: 5px 10px 0 0;
	width:529px;

	}
#commentform  textarea {
	width:519px;
	height:92px;
	background-image: url(images/comment_textarea.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border:none;
	color:#000;
	padding:5px 5px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
	
p.subscribe-to-comments	{
	position:absolute;
	right:0;
	bottom:0;
	bottom:128px;
	font-size:10px;
}
.subscribe-to-comments input{
	float:left;
	width:23px;
}
.subscribe-to-comments label{
	display:block;
	float:left;
	width:215px;	
}

/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 12px 0 0 0;
	padding: 0 0 0 0;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-right: 0;
	margin-left: 24px;
}


.commentlist .txt p{
	padding: 10px 0 10px 0;
	margin:0 0 0 0;
}



.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}
	
#commentform a{
	color:#000;
}	

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	/*
	padding: 20px 0 10px 0;
	margin-left: 545px;
	width: 190px;
	*/
	
	position:relative;
	float:left;
	margin-left:48px;
	margin-top:168px;
	margin-top:153px;
	margin-top:178px;
	background-color:#fff;
	width:384px;
	width:360px;
	text-align:left;
	
	
	}

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



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	xmargin: 15px 30px 0 10px;
	xpadding-left: 20px;
	xborder-left: 5px solid #ddd;
	margin:0 0 0 0;
	padding: 0 0 0 0;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	clear:both;
	text-align: center;
	margin: 10px 16px 10px 16px;
	border-bottom:16px solid #fff;	
	
	}
	
.navigation a{
	
	color:#000;
	text-decoration:none;
	font-weight:bold;
	
	}	
	
.navigation  .alignleft a	{
	background-image: url(images/arrow3.gif) !important;
	background-repeat: no-repeat;
	background-position: left 2px;	
	padding-left:15px;
}
.navigation  .alignright a	{
	background-image: url(images/arrow2.png) !important;
	background-repeat: no-repeat;
	background-position: right 2px;	
	padding-right:15px;

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

.clr{
	clear:both;
}

/******* blog content */
.butt_readmore{
	floatx:right;
	clear:both;
	text-align:right;
}
.butt_readmore a{
	background-color:#cab6ad;
	background-image: url(images/butt_readmore.gif);
	background-repeat: no-repeat;
	background-position: right 0;
	padding:1px 20px 2px 15px;
	color:#fff;
	text-decoration:none;
	font-size:11px;
}

.author_social{
	position:relative;
	font-weight:bold;
	margin:0 0 0 0;
	color:#938888;
	line-height:1.5em;
	border-bottom:5px solid #fff;	
}

.author_social a{
	color:#000;
	text-decoration:none;	
}



.social_icons{
	position:absolute;
	right:0;
	top:20px;

}
.social_icons ul{
	list-style-type: none;
	margin:0 0 0 0;
	padding:0 0 0 0;
}
.social_icons li{
	float:left;
	padding-left:15px;
	padding-left:40px;
}


.social_tweet{
	position:absolute;
	top:0;
	left:290px;
}

.social_icons .last_icon{
	width:100px;
	text-align:right;
	height:31px;
	background-image: url(images/i_email.png);
	background-repeat: no-repeat;
	background-position: right 0;		

}

.email_icon a{
	text-decoration:none;
	font-size:11px;
	font-weight:normal;
	color:#000;

}
.facebook_icon{
	width:71px;
	color:#fff;
}

#fbook{
	position:absolute;
	right:30px;
	top:22px;
	z-index:10;
}

.start_archive #fbook{
	right:12px;
}

.twitter_icon{
	width:71px;
	color:#fff;
}


.tweetmeme_button{
	position:absolute;
	right:64px;
	top:22px;
	width:60px;
	text-align:right;
	z-index:1;
}

.start_archive .tweetmeme_button{
	right:70px;
}

.icon_rss_comments{
	padding:12px 0 20px 0;
}
.icon_rss_comments a{
	position:absolute;
	background-image: url(images/icons/icon_rss_s.gif);
	background-repeat: no-repeat;
	background-position: left top;	
	padding-left:24px;
	color:#000;
}


/******* sidebar content */

.line_green{
	border-bottom:4px solid #cad523;
	padding:12px 0 0 0;
}
#sidebar .share_buttons{
	padding:12px 0 0 12px;
	clear:both;
}

#sidebar .share_buttons a{
	
	font-size:11px;
	color:#000;
	text-decoration:none;

}
#sidebar .share_buttons li{
	float:left;
	width:58px;
}
#sidebar a.firstitem{
	padding:0 10px 0 0;
}
#sidebar a.lastitem{
	padding:0 0 0 5px;
}

/* discuss */

#dsq-content{
	border-bottom:4px solid #cad523;
	padding:12px 12px;
}

.dsq-dc-logo{
	display:none !important;
}
#disqus_thread{
	margin-top:-20px;
}



/*** comments ***/

.comment-author{
	float:left;
	background-color:#efefef;
	width:100%;
}
.comment-author img{
	float:left;
	padding:5px 5px; 
}


.comment-author .author{
	float:left;
	padding:8px 10px 0 10px;
	font-size:1.1em;
}

.comment-author .author a{
	color:#000;
	text-decoration:none;
}
.comment-author .author a:hover{
	text-decoration:underline;
}
.comment-author .time{
	float:left;
	padding:8px 10px 0 10px;
}

.reply{
	float:right;

}
a.comment-reply-link{
	background-image: url(images/butt_reply.gif);
	background-repeat: no-repeat;
	background-position: center top;
	color:#000;
	text-decoration:none;
	padding:5px 7px 5px 7px;	
	text-align:center;
	
}
a.comment-reply-link:hover{
	text-decoration:underline;

}




#testimonial div {
	display:none;
	position:absolute;
	top:0; left:0;
}

#testimonial{
	position:absolute;
	width:330px;
	width:360px;
	right:24px;
	top:21px;
	color:#e6edf7;
	line-height:1.5em;
}


/***********+ email popup */


#wp-email-popup{
	padding:0;
	margin:0;
	background-color:#fff !important;
	font-size:1.0em !important;
	font-family: "Lucida Grande", "Lucida Sans", Arial, sans-serif !important;	
}

#wp-email-popup a{
	color:#000;
}

#wp-email-popup input,#wp-email-popup textarea{
	color:#000;
	font-size:1.0em;

}

#wp-email-popup textarea{
	width:282px;
	height:92px;
	font-family: "Lucida Grande", "Lucida Sans", Arial, sans-serif !important;	
	background-image: url(images/comment_textarea_small.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border:none;
	color:#000;
	padding:5px 5px;
	}
	
#wp-email-popup #imageverify{
	width:80px;
	background-image: url(images/comment_input_small_xs.jpg);
}	


#wp-email-popup #wp-email-submit{
	width:80px;
	background-image: url(images/butt_comment_submit.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border:none;
	font-size:1.4em;
	width:110px;
	height:30px;
	border:none;
	background-color:#fff;
	font-weight:bold;
}
	
.language{
	position: absolute;
	width: 360px;
	text-align: right;
	top: 168px;
	left: 624px;

}	

.language a{
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}
.language img{
	padding-left:3px;
}
