/*
Theme Name: BeBees Wiki
Theme URI: http://www.bebees.de/wiki/
Description: This is a modified Theme for the BeBees wiki. Its based on the default Wordpress Theme with the cool Kubrik functions.
Version: 1.0
Author: Stefan Nordhoff
Author URI: http://www.idgv.info/

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

*/

/* Page Structure */
* {
	margin: 0;
	padding: 0;
	border: 0;
}

a {
	color: #000000;
	text-decoration: none;
}

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

body {
	color: #000000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background: url(images/bg.jpg) 0 0 no-repeat #FFC827 fixed;
}

*.clear {
	clear: both;
}

div#main {
	width: 1018px;
	margin: 0 auto 0 auto;
	background: url(images/border-leftright.gif) 0 0 repeat-y;
}
div#top, div#bottom {
	width: 1018px;
	height: 18px;
	margin: 0 auto 0 auto;
	overflow: hidden;
	background: url(images/border-top.gif) 0% 100% no-repeat;
}
div#bottom {
	background: url(images/border-bottom.gif) 0% 0% no-repeat !important;
}
div#body {
	width: 1000px;
	margin: 0 0 0 8px;
}

/* Header */
div#header {
	width: 1000px;
	height: 142px;
	background: url(images/header.jpg) 0 0 no-repeat;
}
div#header div#logo {
	width: 287px;
	height: 100px;
	margin: 21px 0 0 356px;
	background: url(images/logo_en.gif) 0 0 no-repeat;
	float: left;
	display: inline;
}
div#bar {
	width: 1000px;
	height: 36px;
	background: url(images/bar.gif) 0 0 repeat-x;
}
div#bar div.sidebar {
	width: 203px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	font-size: 14px;
	color: #FFFFFF;
	background: url(images/menu.png) 0 0 no-repeat;
	float: left;
}
div#bar div.sidebar:hover {
	background: url(images/menu_hover.png) 0 0 no-repeat;
}
div#bar div.sidebar a {
	width: 150px;
	height: 36px;
	margin: 0 0 0 25px;
	color: #FFFFFF;
	display: block;
}
div#bar div.sidebar a:hover {
	text-decoration: none;
}
div#bar div.search {
	width: 300px;
	height: 36px;
	line-height: 36px;
	margin: 0 0 0 490px;
	padding: 0;
	float: left;
}
div#bar div.search form#searchform {
	margin: 4px 0 0 0;
	padding: 0;
	text-align: center;
}
div#bar div.search form#searchform input {
	width: 200px;
	height: 14px;
	line-height: 14px;
	margin: 0;
	padding: 2px;
	background: #FEDA5A;
	border-top: 1px solid #4D2C00;
	border-left: 1px solid #4D2C00;
	border-right: 1px solid #DCCAB2;
	border-bottom: 1px solid #DCCAB2;
	float: left;
}
div#bar div.search form#searchform input#searchsubmit {
	width: 80px;
	height: 20px;
	line-height: 20px;
	margin: 0 0 0 10px;
	padding: 0 5px 2px 5px;
	cursor: pointer;
	border-top: 1px solid #e98500;
	border-left: 1px solid #e98500;
	border-right: 1px solid #9e5a00;
	border-bottom: 1px solid #9e5a00;
	background: #eec082 url(images/buttons.png) 0 0 repeat-x;
}
div#bar div.search form#searchform input#searchsubmit:hover {
	background: url(images/buttons_hover.png) 0 0 repeat-x !important;
	font-weight: bold;
}

/* Sidebar */
div#sidebar {
	width: 203px;
	float: left;
	background: url(images/sidebar.png) 100% 0 repeat-y #FEDA5A;
}
div#sidebar div#sidebar_bottom {
	width: 203px;
	height: 5px;
	background: url(images/sidebar_bottom.png) 0 0 no-repeat;
}

div#sidebar ul {
	width: 200px;
	margin: 20px 0 0 0;
}
div#sidebar ul li {
	list-style: none !important;
	margin-bottom: 15px;
}
div#sidebar ul li h2 {
	width: 170px;
	height: 24px;
	line-height: 24px;
	margin: 0;
	padding: 0 0 0 15px;
	font-size: 18px;
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	border-bottom: 1px solid #DD8206;
}
div#sidebar ul li h2 a {
	color: #000000;
}
div#sidebar ul li h2 a:hover {
	color: #DD8206;
}
div#sidebar ul li ul {
	width: 170px;
	margin: 0;
	padding: 5px 0 0 15px;
}
div#sidebar ul li ul li {
	height: 20px;
	line-height: 20px;
	margin: 0 0 3px 0;
	padding: 0;
	background: #FEDA5A;
	border-bottom: 1px dotted #DD8206;
	cursor: pointer;
	overflow: hidden;
}
div#sidebar ul li ul li:hover {
	background: #DD8206;
	border-bottom: 1px dotted #FEDA5A;
}
div#sidebar ul li ul li a {
	width: 160px;
	height: 20px;
	padding: 0 0 0 10px;
	color: #000000;
	display: block;
	float: left;
}
div#sidebar ul li ul li a:hover {
	color: #FFFFFF;
	text-decoration: none;
}


/* Content */

div#content {
	width: 787px;
	margin: 0 0 0 10px;
	float: left;
}

div#content h1 {
	width: 777px;
	margin: 0;
	padding: 0 10px 0 0;
	text-align: right;
	font-size: 12px;
	border-bottom: 1px dotted #DD8206;
}

div#content div.post {
	padding-bottom: 20px;
}

div#content div.post h2 {
	width: 777px;
	height: 24px;
	line-height: 24px;
	margin: 20px 0 0 0;
	padding: 0 0 0 10px;
	font-size: 18px;
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	border-bottom: 1px solid #DD8206;
}
div#content div.post h2 a {
	color: #000000;
}
div#content div.post h2 a:hover {
	color: #DD8206;
}
div#content div.post div.postinfo {
	width: 732px;
	line-height: 15px;
	margin: 0 0 0 34px;
	padding: 0 10px 0 10px;
	font-size: 10px;
	color: #DD8206;
	border-left: 1px dotted #DD8206;
	border-bottom: 1px dotted #DD8206;
}
div#content div.post div.postinfo a {
	color: #000000;
}
div#content div.post div.postinfo a:hover {
	color: #DD8206;
	text-decoration: none;
}
div#content div.post div.line {
	width: 777px;
	height: 5px;
	line-height: 5px;
	margin: 10px 0 0 0;
	padding: 0 0 0 10px;
	border-bottom: 1px solid #DD8206;
}

div#content div.post div.entry {
	width: 750px;
	margin: 10px 0 0 20px;
}
div#content div.post div.entry p {
	margin-bottom: 10px;
}
div#content div.post div.entry table {
	margin: 0 0 10px 0;
}
div#content div.post div.entry table td {
	background: #FEDA5A;
	padding: 4px;
	border: 1px solid #DD8206;
	vertical-align: top;
}
div#content div.post div.entry table td {
	padding-bottom: 10px;
}

div#content div.navigation {
	width: 758px;
	height: 40px;
	margin: 0 0 0 15px;
	border: 1px dotted #DD8206;
	background: #FEDA5A;
}
div#content div.navigation div.navigation_left, div#content div.navigation div.navigation_right {
	width: 300px;
	height: 20px;
	line-height: 20px;
	margin: 10px 0 0 15px;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	float: left;
}
div#content div.navigation div.navigation_right {
	margin: 10px 0 0 130px;
	text-align: right;
}

/* Footer */
div#footer {
	height: 24px;
	margin: 20px auto 0 auto;
	text-align: center;
}
div#footer table.footer {
	height: 24px;
	margin: 0 auto 0 auto;
}
div#footer td.footer_left {
	width: 40px;
	background: url(images/footer_left.gif) 0 0 no-repeat;
}
div#footer td.footer_right {
	width: 65px;
	background: url(images/footer_right.gif) 100% 0 no-repeat;
}
div#footer table.footer a {
	height: 24px;
	line-height: 24px;
	padding: 0 0 0 25px;
	color: #000000;
	font-weight: bold;
}
div#footer td.links {
	height: 24px;
	line-height: 24px;
	text-align: center;
	background: url(images/footer_bg.gif) 0 0 repeat-x;
}



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

.commentlist li ul li {
	font-size: 1em;
} 

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.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: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}


small, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}


/* End Typography & Colors */




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

.entry ul li:before {
	content: "\00BB \0020";
	}

.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;
	}

/* End Entry Lists */



/* Begin Form Elements */

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

select {
	width: 130px;
	}

#commentform {
	margin: 5px 10px 0 0;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
}

#respond:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

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



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

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

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

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

#commentform p {
	margin: 5px 0;
	}

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

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



/* Begin Sidebar */
#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 {
	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*/



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