/*
Theme Name: BoellBlog.org Portal Hompage-Theme
Theme URI: http://wordpress.org/
Description: BoellBlog.org wpmu Hompage-Theme
Version: 0.1
Author: Tim Logemann
Author URI: http://www.derDeich.de/
Template: boellblog
Tags: 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
 
*/
 
@import url('../boellblog/style.css');

/* Boell Header */

/* externes CSS */
#logo {
	position:absolute;
	top:10px;
	z-index:3;
}
#head { 
	position: relative; 
	}
.head-space {
	padding:100px 0 0 0;
}	
	
	/* grauer menubalken oben & sprachbalken */
#top-switch { 
	height: 25px; 
	position: absolute; 
	top: 0px; 
	right: 0px; 
	display: block; 
	z-index : 5;
	}
#top-switch li { border-left: 1px solid #FFFFFF; float: left; list-style-type: none; }
#top-switch a { color: #FFFFFF; display: block; padding: 0px 7px 0px 7px; line-height: 25px; text-align: center; text-decoration: none; }

/* #lang-switch { height: 23px; position: absolute; top: 30px; right: 0px; display: inline; padding: 0px; margin: 0px; background-color: #A7A796; border-top: 1px solid #A7A796; border-bottom: 1px solid #A7A796; border-left: 1px solid #A7A796; }
#lang-switch li { background-color: #FFFFFF; border-right: 1px solid #A7A796; float: left; list-style-type: none; }
#lang-switch a { color: #A7A796; display: block; padding: 0px 7px 0px 7px; line-height: 23px; text-align: center; text-decoration: none; }

#lang-switch .enlarge { font-size: 13px; }
 */
#top-switch a:hover, #lang-switch a:hover { color: #000000; }
	/* navigationsleiste quer */
.main-nav { width: 910px; height: 25px; border-bottom: 1px solid #FFFFFF; }
.main-nav li { border-right: 1px solid #FFFFFF; float: left; list-style-type: none; }
.main-nav span { padding: 5px 0px 5px 0px; }
.main-nav a { color: #FFFFFF; display: block; padding: 0px 10px 0px 10px; line-height:25px; text-align: center; text-decoration: none; }
.main-nav a:hover { color: #000000; }

.first-level-bc { background-color: #82BE1E; } /* farbe der oberen menüleiste */
	
.kat-08-bc { 
	background: #96B496; 
	}
.kat-07-bc {
	background:#399B62;
}
.kat-09-bc {
	background:#BFBFAB;
}
.kat-09-bc .bc {
	background-color:#A7A796;
}
/*  ENDE Extern */
.bcb {
	background:#9BD737;
}

#Nav-Xtra {
	height : 25px;
}
#Nav-Xtra li{
	float: left;
	padding: 0 10px;
	border-right: 1px solid #fff;
	line-height: 25px;
}

#Nav-Xtra li a{
	color : #fff;
	line-height: 25px;
}
#Nav-Xtra li a:hover{
	color : #000;
}
/*  */
#head a{
	font-size: 11px;
}

#head.boell-header {
	position: absolute;
	top : 0;
	left : 0;
}
ul.blog-teaser {
	border-top: 1px dashed #ddd;
	padding-top: 8px;
}
.blog-teaser li{
	width : 282px;
	margin-left: 10px;
	margin-bottom: 8px;
	display: inline;
	border-bottom: 1px dashed #ddd;
	float: left;
	padding-bottom: 5px;
}
.blog-teaser li.first{
	margin-left: 0;
	clear :both;
}
.blog-teaser li img{
	
}
.blog-teaser span.blog-list-image {
	float: left;
	width : 280px;
}
#content .blog-teaser span.blog-list-text h3{
	margin-bottom: .2em;	
}
.blog-teaser span.blog-list-text {
	display: none;
}



/* Ende Header */

#content-top {
	margin: 0 4px 4px 4px;
	background: #fff;
	padding : 12px 15px 15px;
}
#content-top .meta {
	color : #999;
	display: block;
	margin-bottom: .6em;
	
}

/* Home Page */
.home-container {
	padding: 5px 10px 15px 10px;
	border-bottom: 4px solid #f0f0f0;
}
.home .post {
	padding: 0;
	border: none;
}
#content .home-container h4.blog-title a {
	color : #333;
	font-size: 13px;
	
}
#content .home-container h4.blog-title {
	margin-bottom: .4em;
}

#content h2.homepage {
	color : #fff;
	padding: 3px 5px;
	font-weight: normal;
	font-size: 12px;
	margin-bottom: 0;
	background-color:#82BE1E;
	border: 5px solid #fff;
	line-height: 1.2em;

}
.header-image-left {
	float: left;
	margin: 0 10px 10px 0 ;
}

/* Ende Home Blog Extras */

#wrap {
	padding-top: 118px;
	width: 910px; 
	margin: 0px auto;
	position: relative;
}

/* ENDE Mu-special */

/* Calender */
/* Begin Calendar */
#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}
 
#wp-calendar a {
	text-decoration: none;
	}
 
#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}
 
#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
 
#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 */

/* Widgets */
.widget #socialLinksSidebarContainer {
	width : 100% !important;
}
.widget #socialLinksSidebarContainer a{
	clear : none;
	display: block;
	width : 50%;
	float: left;
}
.post p img[width="1"] {
	border: 0px;
}
