/*
Theme Name: SimplicityDark
Theme URI: http://www.koch-werkstatt.de/2007/03/24/wordpress-theme-simplicity/
Description: Designed by <a href="http://www.koch-werkstatt.de" title="Kochwerkstatt">Karsten Kuhnen</a>,
based on the Theme Relaxation by <a href="http://www.jowra.com">Jowra</a>.
Version: 0.1 deutsch
Author: Karsten Kuhnen
Author URI: http://www.koch-werkstatt.de
*/

html, body {
	margin: 0;
	padding: 0;
	text-align: center;
}

body {
	background: #282828;    
	font: 12px Verdana, Arial, 'Helvetica', sans-serif;
    padding: 0;
}


blockquote {
	border-left: 1px solid #8897a9;
        color: #cbcbcb;
        font-size: 1.00em;
        padding-left: 10px;
        padding-right: 10px;
	margin: 0 30px;
}

a {
	color: #8897A9;
	text-decoration: none;
        outline: none;
}

code, pre {  
    background: #181818;
    border: 1px solid #444444;
    color: #adadad;
    font: 12px "Courier New", monospace;
    padding: 10px;
    text-align: left;
    
    white-space: pre-wrap; /* css-3 */
    white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
}

/*#####################*/
/*### Überschriften ###*/
/*#####################*/

h1 a {
	color: #cbcbcb;
        font-weight: 100;
	font: 24px Arial, 'Helvetica', Verdana, sans-serif;
        margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-decoration: none;
        display: block;
}

h1 {
	color: #cbcbcb;
    font-weight: 100;
	font: 24px Arial, 'Helvetica', Verdana, sans-serif;
    margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-decoration: none;
    border-bottom: 2px solid #444444;
}
.entrytext h1, .entry h1 {
    border-bottom: none;
}

h2, h2 a {
	color: #C9D9FB;
    font-weight: 100;
	margin: 0;
	padding: 0;
}
h2 {
    margin: 1.5em 0 .5em;
}

h3, h3 a {
	color: #C9D9FB;
        font-weight: 100;
	margin: 15px 0 0px 0;
	padding: 0;
}

h4 {    color: #C9D9FB;
	font: 12px Verdana, Arial, 'Helvetica', sans-serif;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

img {
	border: none;
        }

ol, form {
	margin: 0;
	padding: 0;
}
ol {
    margin-left: 20px;
}

p {
	line-height: 1.7em;
	text-align: justify;
}

.entry {
	line-height: 1.3em;
	text-align: justify;
}

small {
	font-size: 10px;
}
#middle {
    background: #333;
}
#page {
	background: transparent;
        margin: 0 auto;
	padding: 0;
	text-align: left;
	width: 810px;
}

/*################*/
/*### Header   ###*/
/*################*/

#header {
    background: transparent no-repeat;
    overflow: hidden;
    color: #adadad;
    font-size: 13px;
    height: 150px;
    margin: 0 auto;
    text-align: left;
    padding: 0 0 0 0;
    position: relative;
}
#balken {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    background: #000;
    opacity: .5;
    z-index: 99;
}
#topbar .topmenu h2 a {
	color: #adadad;
    text-decoration:none; 
    padding: 0;
}

.topmenu h2 a:hover {
	color: #ffffff;
}

#blogname {
    padding-top: 115px;
    padding-left: 5px;
    position: absolute;
    z-index: 999;
    bottom: 0;
    left: 0;
}

#topbar .topmenu h2 {
    float: left;
    font: 30px Georgia, 'Times New Roman', Times, serif;
    margin: 9px 0 0;
    padding: 0 10px 0 0;
    border-right:3px solid #666;
}



.topmenu p {
    padding: 25px 0 0 10px;
	margin:0;
	line-height: 1em;
    color: #fff;
}

/*###################*/
/*### Oberes Menü ###*/
/*#########+++#######*/

#top {
          background: #282828;
          border-bottom: 1px solid #cbcbcb;
          height: 55px;
          margin: 0 auto;
          width:100%;
          text-align: center;
          overflow: hidden;
}

#topbar { height: 34px;
          width: 810px;
          margin: 0 auto;
          padding: 0;
          text-align: center;
}

ul.topmenu {
        background: transparent;
        float: left;
        margin: 0 auto;
	padding: 0;
	list-style-type: none;
}

ul.topmenu li {
	float: left;
}

ul.topmenu li a {
	float: left;
	display: block;
    height: 34px;
	padding: 19px 20px 0 30px;
	color: #cbcbcb;
}

ul.topmenu li a:hover {
	color: #ffffff;
        text-decoration: none;
}

/*################*/
/*### Content  ###*/
/*################*/

#content {
	background: transparent;
    border: none;
	color: #cbcbcb;
	float: left;
	margin: 20px 0px 30px 0px;
	padding: 0 30px 0 0px;
    text-align: left;
	width: 610px;
}


#content a:hover {
        color: #ffffff;/*#88A99E;*/
        background: transparent;
        text-decoration: none;
}

#content img {
	xfloat: left;
	margin: 3px 10px 5px 0;
        _margin: 3px 5px 5px 0;
	border: 1px solid #444444;
        padding: 5px;
        background-color: transparent;
}

#content a:hover img { 
        border: 1px solid #8897A9; 
        background: transparent;
}

#content h1 a:hover { 
        color: #C9D9FB; 
        background: transparent; 
        text-decoration: none; 
}

#content h2 a:hover { 
        color: #C9D9FB; 
        background: transparent; 
        text-decoration: none; 
}

#content h3 a { 
        text-decoration: none; 
}

#content h3 a:hover { 
        color: #ffffff; 
        background: inherit; 
        text-decoration: none; 
}

#content ul {
         list-style-type: disc; 
         margin: 0 0 0 25px; 
         padding:  0 0 0 0; 
}

#content ul li {
         line-height: 1.5em; 
         margin: 0; 
         padding: 5px; 
}

/*############################*/
/*#### KOMMENTARFORMULAR #### */
/*############################*/

#comment {
        background: #2e2e2e;
	border: 1px solid #444444;
	color: #cbcbcb;
	font-size: 13px;
	padding-left: 2px;
	vertical-align: middle;
	width: 510px;

}

.commentbody {
	color: #cbcbcb;
	font-size: 13px;
	margin: 0 0 10px 0;
	padding: 15px 15px 5px 15px;
	background: #2e2e2e;
        border: 1px solid #444444;
	position: relative;
        -moz-border-radius: 10px;
}

.commentbody a {
	color: #8897A9;
        text-decoration: none;
}
.commentbody a:hover {
	color: #ffffff;
        text-decoration: none;
}

.commentbody p {
	line-height: 1.2em;
}

.commentlink {
	font-size: 13px;
}

.commentlist {
	list-style: none;
}

.commentcount {
	background: inherit;
	position: absolute;
	right: 36px;
        _right: 10px;
	top: 0;
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-size: 24px;
	font-weight: bold;
	color: #444444;
	float: right;
}

.gravatar {
	background-color: inherit !important;
	padding: 4px !important;
	border: 1px solid #4444444 !important;
}

* html .gravatar {
	position: relative;
}


html[xmlns] .commentcount {
	position: absolute;
	right: 7px;
	top: 0;
}

#email, #author {
	background: #2e2e2e;
	border: 1px solid #555555;
	color: #cbcbcb;
        font: 12px Verdana, Arial, 'Helvetica', sans-serif;
	padding-left: 5px;
	vertical-align: middle;

}

#url {
	background: #2e2e2e;
	border: 1px solid #555555;
	color: #cbcbcb;
        font: 12px Verdana, Arial, 'Helvetica', sans-serif;
	height: 16px;
	padding-left: 5px;
	vertical-align: middle;
}

#submit {
	background: #2e2e2e;
	border: 1px solid #555555;
	color: #cbcbcb;
        font: 12px Verdana, Arial, 'Helvetica', sans-serif;
	margin: 0;
	padding: 0 10px;

}

textarea {
        overflow:auto;
}

/*################*/
/*#### Footer ####*/
/*################*/

#footer {background: #282828;
        border-top: 1px solid #cbcbcb;
        height: 50px;
        clear: both;
	color: #666;
        margin: 0;
	padding: 0;
        text-align: center;
        overflow:hidden;
}

#footer a {
        color: #888;
        text-decoration: none;
}

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

/*################*/
/*### Suchfeld ###*/
/*################*/

.s {
    background: transparent;
    border: 0px solid #c7c7c7;
    color: #cbcbcb;
    font: 12px Verdana, Arial, 'Helvetica', sans-serif;
    height: 15px;
    padding-left: 3px;
    vertical-align: middle;
    width: 220px;
}

/*################*/
/*#### SIDEBAR ###*/
/*################*/

#sidebar {
        width: 170px;
        text-align: left;
        float: left;
        margin: 20px 0px 30px 0px;
        padding: 0;
        line-height: 1.6em;
        color: #cbcbcb;
        }

.sidelist {
        background: transparent;
        margin: 0 0 20px 0;
        padding: 0;
        }

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

#sidebar li{
        border-bottom: 1px solid #444444;
	margin: 0;
        padding: 0;
        display: block;
	}

#sidebar li a {
        display: block;
        background-color: transparent;
        color: #cbcbcb;/*#8897A9-C9D9FB;*/
	padding: 5px 5px 5px 5px;
	text-decoration: none;
        border-bottom: 0;
	}

#sidebar li a:hover {
        color: #ffffff;
	background-color: #202020;
        text-decoration: none;
	}

#sidebar h2{
        background: inherit;
        color: #cbcbcb;
        font: 24px Arial, 'Helvetica', Verdana, sans-serif;
        font-weight: 100;
        padding: 3px 0px 3px 0px;
        margin: 0;
}

#wrapper {
	float: left;
	margin: 0;
	padding: 0;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	margin-top: -1px;
	text-align: right;
}


.date {
	background: transparent;
	color: #444444;
	font: 11px 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

.pagetitle {margin:20px 0;
        text-align: center;

}

.postmetadata {
        background: transparent;
        font-style: italic;
        color: #cbcbcb;
        line-height: 1.5em;
	margin: 15px 0 70px 0;
	padding:3px 3px 3px 3px;
	text-align: right;
        clear:both;
}

.postmetadata a {background: transparent; color: #cbcbcb; text-decoration: none;}

.postmetadata2 {
        background: #2e2e2e;
        color: #adadad;
        border: 1px solid #444444;
        font-size: 11px;
        line-height: 1.3em;
	letter-spacing: 0em;
	margin: 0 0 20px 0;
	padding: 5px;
	text-align: left;
        clear:both;
        -moz-border-radius: 10px;
}

/* different postmetadata style for single.php */

.alt {
	line-height: 1.3em;
	padding: 10px;
}

.alt a {
	background: inherit;
	color: #8897A9;
        text-decoration: none;
}

.commentheader {
        background: inherit;
        font-size: 18px;
        font-weight: lighter;
        text-align: left;
        color: #adadad;
        padding: 0;
        line-height: 1.5em;
}

.clear {clear:both;}

<!--######################-->
<!--### Menü im Footer ###-->
<!--######################-->

#bottom {
        clear: both;
	width: 810px;
	height: 100%;
	margin: 0;
	padding: 0px;
	background: transparent;
	text-align: left;
	color: #cbcbcb;
	}

#bottom-left {
	width: 30%;
	padding: 0 0 25px 0;
	float: left;
}

#bottom-mid {
	width: 30%;
	padding: 0 0 25px 40px;
	float: left;
}

#bottom-right {
	width: 30%;
        margin-right: 10px;
	padding: 0 0 25px 0;
	float: right;
	}

#bottom h2 {
        font: 24px Arial, 'Helvetica', Verdana, sans-serif;
        font-weight: 100;
	margin: 25px 0 5px 0;
	padding: 0 1px;
        color: #adadad; /*#707c69;*/
	}

#bottom ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	}
#bottom li {
        border-bottom: 1px solid #444444;
        margin: 0;
        padding: 0;
        display: block;
	}
#bottom li a {
        display: block;
        background-color: transparent;
        color: #C9D9FB;
	padding: 7px 5px 7px 5px;
	text-decoration: none;
        border-bottom: 0;
	}
#bottom li a:hover {
	color: #ffffff;
	background-color: #202020;
        text-decoration: none;
	}
/* Eigene */
#sya_container {
    margin-top: 25px;
}
#sya_container p.year {
    font-size: 22px;
    font-weight: bold;
    margin-top: 25px;
    line-height: 1;
}
#sya_container .sya_categories {
    color: #666;
}
.wp-caption-text {
    text-align: center;
    font-style: italic;
    margin-top: 0;
    color: #999;
}