/*
Theme Name: WordPress Default DE-Edition
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>. Die deutsche Bearbeitung erfolgte durch <a href="http://wordpress-deutschland.org/">WordPress-Deutschland.org</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 */

* {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 13px;
	line-height: 140%;	
}

* html body * {
	overflow: visible;
	font-size: 100.01%;	
}

html {
	height: 100%;
	margin-bottom: 1px;
}


body {
	color: #000;
	text-align: left;
	background: #fff url(http://www.sysse.de/templates/sysse/img/main_background.jpg) no-repeat center 0;
}

.clear {
	clear: both;
}
	

#page {
	text-align: left;
}

#header {
	margin: 0 0 0 0;
	padding: 0;
	height: 150px;
	width: 920px;
}

#headerimg 	{
	width: 205px;
	height: 150px;
	margin-left: -5px;
	margin-top: 18px;
	float: left;
}

#headerimg h1	{
	display: none;
}

#header .description {
	width: 300px;
	margin-left: 220px;
	padding-top: 20px;
	height: 150px;
	display: none;
}

#header .blog {
	border: 0;
	position: relative;
	overflow: hidden;
	margin: -63px 0 0 155px;
}

#content {
	width: 500px;
	overflow: hidden;
}

.widecolumn .entry p {

}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

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

.alt {
	background-color: #f8fbe8;
	border: 1px solid #72ab26;
}

#footer {
	border: none;
	border-top: 1px solid #ddd;
}

#footer p {
	font-size: 10px;
	color: #aaa;
}

#footer p a {
	font-size: 10px;
}

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


h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: #3799FB;
}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #wp-calendar caption, cite {
	text-decoration: none;
}

.entry p a:visited {
	color: #3799FB;
}

.commentlist li, #commentform input, #commentform textarea {
}

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

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

#commentform p {
}

.commentmetadata {
	font-weight: normal;
	}

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

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

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: #147;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {

}

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

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

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



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0;
	}

#page {
	margin: 29px auto 20px auto;
	padding: 0;
	width: 920px;
}

.narrowcolumn {
	padding: 40px 0 20px 0;
	float: left;
}

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

.post {
	margin: 0;
}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
}

.narrowcolumn .postmetadata {
}

.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: 920px;
	clear: both;
	}

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



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

h2 {
	margin: 30px 0 0;
	}

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

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

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* 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 Form Elements */
#sidebar #searchform {
	margin-bottom: 20px;
}

#sidebar #searchform #s {
	width: 108px;
	padding: 4px 0  2px 0;
	border: 0;
	background: transparent;
	width: 155px;
	margin-right: 5px;
	font-size: 13px;
}

#sidebar #searchsubmit {
	width: 20px;
	height: 22px;
	margin-bottom: -6px;
}

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

select {
	width: 130px;
}

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

#commentform textarea {
	padding: 2px;
	border: 1px solid #72ab26;
	width: 493px;	
}

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

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

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


/* 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 */
}
/* End Calendar */



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

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

blockquote {
	margin: 15px 30px 0 0;
	padding-left: 10px;
	padding-right: 10px;	
	padding-bottom: 1px;
	padding-top: 4px;
	border-left: 5px solid #FD48A4;
	border-right: 5px solid #FD48A4;	
	}

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

#content .navigation a {
	color: #FD48A4;
}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	text-align: center;
	background-color: #f3f3f3;
	margin: 10px 0;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	font-family: Georgia, Times, serif;
	font-style: italic;
	line-height: 17px;
	padding: 5px;
	margin: 0;
}
/* End captions */

#nav_main {
	overflow: hidden;
	background-color: transparent;
	height: 32px;
	margin-left: 102px;
	width: 300px;
}

#nav_main ul {
}

#nav_main li {
	display: inline;
	margin: 0;
	padding: 0;
}

#nav_main li a {
	color: #000;
	padding-top: 8px;
	padding-bottom: 5px;
	
}

#nav_main li.erster {
	float: left;
	padding-left: 10px;
	height: 32px;
	background: url(http://www.sysse.de/templates/sysse/img/nav_links.gif) repeat-x 0 -31px;	
}

#nav_main li.letzter {
	float: left;
	padding-right: 20px;
	height: 32px;
	background: url(http://www.sysse.de/templates/sysse/img/nav_rechts.gif) repeat-x right -31px;	
}

#nav_main a {
	float: left;
	text-decoration: none;
	background: #E7F2B5 url(http://www.sysse.de/templates/sysse/img/nav_background.gif) repeat-x 0 0;
	line-height: 32px;	
	padding: 0 5px;
}

#nav_main #current a {
	background-position: 0px 0px;
	border-width: 0;
	height: 20px;
}

#nav_main #current a span {
	background-position: 100% 0;
	padding-bottom: 5px;
	font-weight: bold;
}

#nav_main a:hover {
	text-decoration: underline;
}

#nav_main a:hover span {
	background-position: 100% 0px;
}

.sidebox {
	border: 10px solid #C0DD3F;
	background-color: #E7F2B5;
	margin: 0 0 10px -10px;
	width: 179px;
	overflow: hidden;
	padding-bottom: 10px;
}


#sidebar
{
	padding-left: 10px;;
	margin-left: -210px;
	width: 190px;
	margin-top: 32px;
	float: left;
	overflow: hidden;
}

#sidebar form {
	margin: 0;
}

#sidebar ul {
	padding: 0;
	margin: 0;
	list-style: none;
}



.sidebox ul h2, .sidebox ul {
	margin: 0;
	padding: 0;
}

.sidebox ul li h2 {
	background: #E7F2B5 url(http://www.sysse.de/templates/sysse/img/box_header_skully.gif) no-repeat 150px 5px;
	color: #000;
	width: auto;
	height: 28px;
	font-size: 12px;
	padding: 5px;
}

.sidebox ul li ul {
	list-style: none;
	width: 100px;
}

.sidebox ul li ul li {
	width: 170px;
}

.sidebox ul li ul li a {
	color: #000;
	padding-left: 20px;
}

.sidebox ul li ul li a:hover {
	background-color: #E7F2B5;
	text-decoration: none;
	background: #E7F2B5 url(http://www.sysse.de/templates/sysse/img/nav_item_marker.gif) no-repeat 4px 2px;
}


.sidebox ul li ul li a:hover {
	text-decoration: underline;
}

p, h1, h2, h3, h4 {
	margin-bottom: 10px;
}

h1, h2, h3, h4 {
	color: #3799FB;
}

a, a.moz-txt-link-freetext {
	color: #0066CC;
}

.marginal {
	width: 190px;
	float: left;
	overflow: hidden;
	padding-left: 30px;
	margin-top: 110px;
	margin-bottom: 20px;
}

h2, h2 a {
	font-size: 20px;
}

input[type="text"] {
	border: 1px solid #3799FB;
}

input[type="submit"] {
	border: 5px solid #C0DD3F;
	background-color: #E7F2B5;
}

.widepadding {
	padding-top: 55px;
}

#content a {
	color: #0066CC;
	text-decoration: none;
}

#content a:hover {
	text-decoration: underline;
}

#content h2 a {
	color: #3799FB;
}

#content h2 a:hover {
	color: #FD48A4;
	text-decoration: none;
}

.tags {
	display: none;
}

/* tabellen */

table {
	border-left: 1px solid #bbb;	
	border-top: 1px solid #bbb;	
	width: 500px;
	margin-bottom: 20px;
}

table thead tr th, table tbody tr td {
	padding: 4px 10px;
	border-right: 1px solid #bbb;	
	border-bottom: 1px solid #bbb;		
}

table thead tr th {
	background: url(http://www.sysse.de/templates/sysse/img/nav_background.gif) repeat-x 0 0;	
	color: #000;
}

.ce_gallery table, .ce_gallery table thead tr th, .ce_gallery table tbody tr td {
	border: 0;
	padding: 0;
}

