/*
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
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 */
body {
	/*font-size: 62.5%; /* Resets 1em to 10px */
  font-size: 62.5%;
	font-family: Verdana, Arial, Sans-Serif;
	/*background-color: #71828A;*/
  /*background-color: #EEF8D3;*/
  /*background-color: #CCFF99;*/
  background-color: #FFFFFF;
 
	/*color: #333;*/
  color: #330000;
	text-align: center;
	}

#page {
	text-align: left;
	width: 762px;
	}

/*#header {
	background: #73a0c5 url('images/kubrickheader.jpg') no-repeat bottom center;
	}

#headerimg 	{
	margin: 7px 9px 0;
	height: 192px;
	width: 740px;
	}*/

#content {
	font-size: 1.05em;
	margin: 0px;
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.6em;
  font-size: 1.25em;
	}

.widecolumn {
	line-height: 1.6em;
	}

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

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

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

h2, h3 {
	font-family: Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
  font-family: Verdana, Arial, Sans-Serif;
	font-size: 1.4em;
	text-align: left;
  margin-bottom: 20px;
  color: #777;
	}

.description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font: 1.0em Verdana;
	text-align: left;
  font-weight: bold;
	}

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

#sidebar h2 {
	font: 1.2em Verdana;
	}

h3 {
	font-size: 1.3em;
	}

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

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

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

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	/*padding: 0px 10px 0px 10px; neu*/
	}

/* #sidebar {
		/*font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
  font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
  line-height: 1.6em;
  font-size: 1.25em;
	} siehe weiter unten */

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

code {
	font: 1.1em Verdana, Arial, Sans-Serif;
	}

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

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

a:hover {
	color: #06c;
	text-decoration: none;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	text-align: center;
	font: normal 1em  Verdana, Arial, Sans-Serif;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */
/* begin tooltip BM */

a.tooltip, a.tooltip:link, a.tooltip:visited, a.tooltip:active  {
  position: relative;
  text-decoration: none;  
  }
  
a.tooltip:hover {
  color: #06c; 
  background: transparent;
  }

a.tooltip span {
  display: none;  
  text-decoration: none; 
}

a.tooltip:hover span {
  display: block;
  position: absolute; 
  top: 30px; 
  left: 0; 
  width: 150px;
  z-index: 100;
  color: #000000; 
  border:1px solid #000000; 
  background: #FFFFCC;
  font: 10px Verdana, sans-serif; 
  text-align: center;
  }
  
a.tooltip span b {
  display: block;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weigth: bold;
  color: yellow;
  background-color: gray;
  border: 0px;
  border-bottom: 1px solid black;
}
/* end tooltip BM */
/* Begin Structure */
body {
	margin: 0;
	padding: 0;
	}

#page {
	margin: 0px auto;
	padding: 0;
	}

/*#header {
	background-color: #73a0c5;
	margin: 0 0 0 1px;
	padding: 0;
	height: 200px;
	width: 758px;
	}

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

.narrowcolumn {
	float: left;
	padding: 0 0 20px 16px;
	margin: 0px 0 0;
	width: 400px;
	}
.narrowcolumn_1 {
	float: right;
	padding: 0 0 20px 16px;
	margin: 0px 0 0;
  width: 180px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	text-align: justify;
	position: relative;
	font-family: Verdana;
	}

/*.post hr {
	display: block;
	}*/

.widecolumn .post {
	margin: 0;
	}

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

.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 0 0 0px;
	margin: 0px auto 0px auto;
  /* width: 760px; */
	width: 690px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	margin-left: -250px;
	font: 0.9em Verdana;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	/*padding-top: 70px;*/
	margin: 0;
	}
.description {
	text-align: center;
	}

h2 {
	margin: 0px;
	}

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

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	font-family: Georgia;
	}

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

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	font-family: Verdana, Arial, Sans-Serif;
	}
/* 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;
	}
/*nur hier
.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}*/

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

.entry ol li {
	padding: 0;
	margin: 0px;
	padding-right: 15px;
	padding-left: 15px;
	}

.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: 15px;
	}

#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: 0px auto;
	padding: 5px 3px;
	text-align: left;
	}

#sidebar #searchform #s {
	width: 115px;
	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 .textform {
	padding: 2px;
	margin: 5px 5px 1px 0;
	font-size: 14px;
	border-style: ridge;
	border-width: 1px;
	font-family: Verdana, Arial, Sans-Serif;
}

#commentform textarea {
	width: 100%;
	font-size: 14px;
	padding: 1px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



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

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

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}
  /*wuhan*/
ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	float: none;
	margin: 0px;
	text-align: center;
	color: #7f7f7f;
	padding: 0;
	}
/* End Comments */



/* Begin Sidebars */
#sidebar
{
	padding: 10px 0 0px 0;
	margin-left: 525px;
	width: 220px;
	font: 1.25em Verdana;
  line-height: 1.6em;
  text-align: left;
	}
  #sidebar_logo
{
	padding: 0px 0 0px 0;
  margin-top: 20px;
  margin-right: 650px;
  /*float: left;*/

	}
  #sidebar_forum
{
	padding: 0px 0 0px 0;
	margin-left: 525px;
	width: 220px;
	font: 1.25em Verdana;
  line-height: 1.25em;
  text-align: left;
	}

/* #sidebar form {
	margin: 0; 
	}
#sidebar_forum span {
	font: 0.9em Verdana;
	}*/
/* End Sidebars */

/* This is the nice box for pics BM */
#picimg_start {
  height: 390px;
	width: 220px;
	background: url(images/start.jpg) no-repeat center;
	margin: 0px auto 0px auto;
}
#picimg_theater {
  height: 401px;
	width: 220px;
	background: url(images/theater.jpg) no-repeat center;
	margin: 0px auto 0px auto;
  
}
#picimg_performances {
  height: 394px;
	width: 220px;
	background: url(images/performances.jpg) no-repeat center;
	margin: 0px auto 0px auto;
}
#picimg_stuecke {
  height: 344px;
	width: 220px;
	background: url(images/stuecke.jpg) no-repeat center;
	margin: 0px auto 0px auto;
}
#picimg_forum {
  height: 389px;
	width: 220px;
	background: url(images/forum.jpg) no-repeat center;
	margin: 0px auto 0px auto;
}
#picimg_forschung {
	height: 427px;
	width: 220px;
	background: url(images/forschung.jpg) no-repeat center;
	margin: 0px auto 0px auto;
}
#picimg_alltag {
  height: 404px;
	width: 220px;
	background: url(images/alltag.jpg) no-repeat center;
	margin: 0px auto 0px auto;
}
#picimg_familie {
  height: 435px;
	width: 220px;
	background: url(images/familie.jpg) no-repeat center;
	margin: 0px auto 0px auto;
}
#picimg_charisma {
  height: 394px;
	width: 220px;
	background: url(images/charisma.jpg) no-repeat center;
	margin: 0px auto 0px auto;
}
#picimg_gemeinschaft {
  height: 400px;
	width: 220px;
	background: url(images/gemeinschaft.jpg) no-repeat center;
	margin: 0px auto 0px auto;
}
#picimg_europa {
	height: 300px;
	width: 220px;
	background: url(images/europa.jpg) no-repeat center;
	margin: 0px auto 0px auto;
}
#picimg_information {
	height: 365px;
	width: 220px;
	background: url(images/information.jpg) no-repeat center;
	margin: 0px auto 0px auto;
}
#picimg_archiv {
	height: 400px;
	width: 220px;
	background: url(images/archiv.jpg) no-repeat center;
	margin: 0px auto 0px auto;
}
#picimg_logo {
  height: 43px;
	width: 100px;
	background: url(images/logo.jpg) no-repeat right;
  
	margin: 0px auto 0px auto;
}
/* End of BM box */
/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	/*font-size: 100%; wuhan*/
	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: left;
	width: 100%;
	}
 /*wuhan*/ 
#wp-calendar th {
	padding: 3px 0;
	text-align: center;
	font: normal 1em Verdana, Arial, Sans-Serif;
	}
  
#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 {
	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;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/
/* This is the nice box all the entries are posted in wuhan*/

.post-top, .title, .entry, .post-bottom {
	width:  465px;
}

.post-top {
	background: url(images/title_top.jpg) no-repeat center top;
	margin: 0px;
	margin-bottom: 30px;
}



.title {
	background:url(images/title_body.jpg) repeat-y center;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}


.entry {
	background:url(images/post_body.jpg) repeat-y center;
	margin: 0px;
	padding: 0px;
	bottom: 11px;
	position: relative;
	font-family: Verdana;
}

.post-bottom {	
	background:url(images/post_bottom.jpg) no-repeat left bottom;
	padding: 15px 0px 0px 0px;
	position: relative;
	top: 6px;
}

/* End of the entry box */
/*wuhan*/
.post p{	
	margin:  0px;
	padding: 15px;
}

/* Edit this to change the two-column background */
/*sitemap by bB*/
.sitemap {
margin-top: 0px;
padding: 15px;
}
/* end sm*/

#index-top 	{ 
	background: url(images/frame_top.jpg) no-repeat center top;
	clear: both;
	bottom: 0px;
	width: 762px;
	margin-right: auto;
	margin-left: auto;
}

#index		{
	background: url(images/frame_body.jpg) repeat-y center; 
	border: none;
	bottom: 21px;
	position: relative;
}

#index-bottom {
	background: url(images/frame_bottom.jpg) no-repeat center bottom;
	padding-top: 38px;
	width: 762px;
}
/* End of two-column background */
/* Changed background for pages author:BM*/

#page-top 	{ 
	background: url(images/page_top.jpg) no-repeat center top;
	clear: both;
	bottom: 0px;
	width: 762px;
	margin-right: auto;
	margin-left: auto;
}

#page		{
	background: url(images/page_body.jpg) repeat-y center; 
	border: none;
	bottom: 21px;
	position: relative;
}

#page-bottom {
	background: url(images/page_bottom.jpg) no-repeat center bottom;
	padding-top: 38px;
	width: 762px;
}
/* End of pages background */
/* wuhan */
.title h2, small {
	padding: 0px 15px 0px 15px;
	margin: 0px;
	font-family: Verdana, Arial, Sans-Serif;
}
	
/* Change the header image here */

#headerimg {
	height: 100px;
	width: 100%;
	background: url(images/header.jpg) no-repeat center;
	margin: 20px auto 10px auto;
}

/* This is the nav bar on top of the page. I think this is the nicest part of the whole theme =) */

#topbar {
  margin: 20px auto 10px auto;
	background: url(images/top_bar.jpg) no-repeat center;
	height: 88px;
	text-align: left;
	width:  760px;
}
#topbar_1 {
	background: url(images/top_bar_1.jpg) no-repeat center;
	margin: 20px auto 10px auto;
	height: 36px;
	text-align: right;
	width:  760px;
}

#topbar .nav {
	height: 36px;
	float: left;
	font: 1.4em Verdana;
	margin-top: 10px;
  /*font-weight: bold;*/
}
#topbar .nav_i {
	height: 36px;
	float: right;
	font: 1.4em Verdana;
	margin-top: 10px;
  /*font-weight: bold;*/
}
/*#topbar a, #topbar_1 a {
	color: #000066;
}*/
#topbar_1 .nav {
/*.nav {*/
  
	height: 36px;
	float: right;
	font: 2em Verdana;
	margin-top: 5px;
}
.nav_1 {
  color: #000066;
	height: 36px;
	float: right;
	font: 2em Verdana;
	margin-top: 5px;
}
#topbar a, #topbar_1 a {
	color: #000066;
 } 
#topbar a:hover, #topbar_1 a:hover {
	color: #06c;
 }
  
/*#topbar .searchform {
	float: right;
	font: 1.2em Verdana;
	margin: 2px 10px 2px auto;
}
#topbar form {
	margin: 0px;
}
#topbar_1 form {
	margin: 0px;
}*/

/* See, I could have settled for the default text input field. But being a man with good taste and all, I've decided to make my own search-box 

.search-box {
	background: url("images/search.jpg") no-repeat center;
	width: 118px;
	border: none;
	padding: 2px 2px 1px 5px;
	height: 20px;
}*/

/* End of nav bar */

a {
	/*color: #0A5692;*/
  /*color: #0000cc;*/
 color: #06c;
}

  
.alignleft a, .alignright a,.postmetadata, .commentmetadata {
	font-family:  Verdana, Arial, Sans-Serif;
	font-variant: small-caps;
}

.entry p {
	margin:  0px;
	padding: 15px;
	}

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


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */
