/*
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:#272A27 url(images/bg.png) no-repeat scroll 100% 0pt; /*url(images/wood.jpg);*/ /* #1b1105 */  /*#000B16 */ /* #333333  */
	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 {  background: #181818;
        border: 1px solid #444444;
	color: #adadad;
        font: 11px Verdana, Arial, 'Helvetica', sans-serif;
        padding: 10px;
	text-align: left;
}

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

h1 a {
	color: #d0f660;  /*#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: 1px dashed #444444; /* stef absent avant */
	letter-spacing:2px;
}

h2, h2 a {
	color: #d0f660; /*#C9D9FB;*/
        font-weight: 100;
	margin: 0;
	padding: 0;
}

h3, h3 a {
	color: #d0f660;/*#C9D9FB;*/
    font-weight: 100;
	margin: 15px 0px 10px;
	padding: 0pt 0pt 5pt 0pt;
	letter-spacing: 3px;
	font-size: 13px;
	border-bottom: 1px inset #444444; /*1px solid #C9D9FB;*/
}

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

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

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

small {
	font-size: 10px;
}

#page {
	background: transparent;
        margin: 0 auto;
	padding: 0;
	text-align: left;
	width: 810px;
}

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

#header {
        background: transparent;
        overflow: hidden;
        color: #adadad;
	font-size: 13px;
        height: 150px;
	margin: 0 auto;
        text-align: left;
	padding: 0 0 0 0;
}

#header a {
	color: #adadad;
}

#header a:hover {
	color: #ffffff;
}

#blogname {
        padding-top: 60px;
}

#header h2 {
        float: left;
        font: 30px Georgia, 'Times New Roman', Times, serif;
	margin:0;
	padding: 0px 15px 0 0;
	border-right:1px solid #808080;
	}

#header h2 a { text-decoration:none; }

#header p {
        padding: 13px 0 0 10px;
	margin:0;
	line-height: 1em;
}

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

#top {
          background:url(images/bg-toolbar.png); /* #d0f660 */ /* #600900*/ /* #282828 */
          border-bottom: 1px solid #cbcbcb;
          height: 34px;
          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: 9px 30px 0 0px;
	color: #d0f660; /* #1a0609; */
	letter-spacing: 2px;
}

ul.topmenu li a:hover {
	color: yellow; /*#92570e;*/
    text-decoration: none;
}

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

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


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

#content img {
	float: none;
	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: url(images/bg-toolbar.png); /* #d0f660 */ /*#600900*/ /* #282828 */
        border-top: 1px solid #cbcbcb;
        height: 40px;
        clear: both;
	color: oliveDrab;
        margin: 0;
	padding: 0;
        text-align: center;
        overflow:hidden;
}

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

#footer a:hover {
        color: yellow;
        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: 250px;
        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;
	border-top: 1px dashed #444444; /* stef absent avant */
		
}

.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;
	}
	
/* @group Special Styles */
/* This is based on styles from the Sawchuk scheme for K2 */
.download, .code, .note, .alert, .new, .construction, .information {
-moz-border-radius-bottomleft:16px;
-moz-border-radius-bottomright:16px;
-moz-border-radius-topleft:16px;
-moz-border-radius-topright:16px;
background-position:15px 10px;
background-repeat:no-repeat;
font-size:1em !important;
line-height:115%;
margin:10px auto;
padding:10px 10px 10px 50px;
text-align:left;
}
ul.download, ul.code, ul.note, ul.alert, ul.new, ul.construction, ul.information  {
font-size:1em !important;
line-height:115%;
list-style-position:inside;
list-style-type:disc;
padding:10px 10px 10px 50px;
}
ol.download, ol.code, ol.note, ol.alert, ol.new, ol.construction, ol.information  {
font-size:1em !important;
line-height:115%;
list-style-position:inside;
list-style-type:decimal;
padding:10px 10px 10px 65px;
}
dl.download, dl.code, dl.note, dl.alert, dl.new, dl.construction, dl.information {
font-size:1em !important;
line-height:115%;
padding:10px 10px 10px 50px;
}
dl.download dt, dl.code dt, dl.note dt, dl.alert dt, dl.new dt, dl.construction dt, dl.information dt {
font-size:1.2em !important;
font-weight:bold;
line-height:115%;
}
dl.download dd, dl.code dd, dl.note dd, dl.alert dd, dl.new dd, dl.construction dd, dl.information dd {
line-height:115%;
list-style-type:disc;
}
.download {
background-color:#002200;
background-image: url('images/package_go.png');
border:2px solid #008800;
}

.download a, .download a:visited {
}
.download a:hover {
}
.code {
background-color:#222222;
background-image:url('images/application_osx_terminal.png');
border:2px solid #888888;
font-family:'Courier New',Courier,Fixed;
}
.alert {
background-color:#220000;
background-image:url('images/exclamation.png');
border:2px solid #880000;
}

.new {
background-color:#221100;
background-image:url('images/new.png');
border:2px solid #884400;
}

.construction {
background-color:#222200;
background-image:url('images/error.png');
border:2px solid #888800;
}
.information {
background-color:#000022;
background-image:url('images/information.png');
border:2px solid #000088;
}

.note {
background-color:#222222;
background-image:url('images/page_white_text.png');
border:2px solid #888888;
}
.callout {
border-bottom:1px solid #666666;
border-top:1px solid #666666;
color:#CCCCCC;
font-size:1.4em !important;
margin:10px 20px;
padding:10px;
text-align:justify;
}
/* @end */

/* @group Special Styles 2 */
/* This is based on styles from the Sawchuk scheme for K2 */
.download2, .code2, .note2,
.alert2, .new2, .construction2,
.information2 {
	background-position: 15px 10px;
	background-repeat: no-repeat;
	font-size: 1.2em !important;
	line-height: 115%;
	margin: 10px auto;
	padding: 10px 10px 10px 50px;
	text-align: left;
}

ul.download2, ul.code2, ul.note2,
ul.alert2, ul.new2, ul.construction2,
ul.information2 {
	font-size: 1em !important;
	line-height: 115%;
	list-style-type: disc;
	list-style-position: inside;
	padding: 10px 10px 10px 50px;
}

ol.download2, ol.code2, ol.note2,
ol.alert2, ol.new2, ol.construction2,
ol.information2 {
	font-size: 1em !important;
	line-height: 115%;
	list-style-type: decimal;
	list-style-position: inside;
	padding: 10px 10px 10px 65px;
}

dl.download2, dl.code2, dl.note2,
dl.alert2, dl.new2, dl.construction2,
dl.information2 {
	font-size: 1em !important;
	line-height: 115%;
	padding: 10px 10px 10px 50px;
}

dl.download2 dt, dl.code2 dt, dl.note2 dt,
dl.alert2 dt, dl.new2 dt, dl.construction2 dt,
dl.information2 dt {
	font-size: 1.2em !important;
	font-weight: bold;
	line-height: 115%;
}

dl.download2 dd, dl.code2 dd, dl.note2 dd,
dl.alert2 dd, dl.new2 dd, dl.construction2 dd,
dl.information2 dd {
	line-height: 115%;
	list-style-type: disc;
}

.download2 {
	background-color: #353;
	background-image: url('images/package_go.png');
	border-bottom: 2px solid #383;
	border-top: 2px solid #383;
}

.download2 a, .download2 a:visited {
	border-bottom: 2px dotted #3F3;
	color: #3F3;
	text-decoration: none !important;
}

.download2 a:hover {
	border-bottom: 2px dotted #3C3;
	color: #3C3;
	text-decoration: none !important;
}

.code2 { /* use p class=code2 when you want to fake it, sometimes handy */
	background-color: #444;
	background-image: url('images/application_osx_terminal.png');
	border-bottom: 2px solid #AAA;
	border-top: 2px solid #AAA;
	font-family: 'Courier New', Courier, Fixed;
}
	
.alert2 {
	background-color: #533;
	background-image: url('images/exclamation.png');
	border-bottom: 2px solid #F33;
	border-top: 2px solid #F33;
}

.new2 {
	background-color: #643;
	background-image: url('images/new.png');
	border-bottom: 2px solid #F93;
	border-top: 2px solid #F93;
}

.construction2 {
	background-color: #553;
	background-image: url('images/error.png');
	border-bottom: 2px solid #FF3;
	border-top: 2px solid #FF3;
}

.information2 {
	background-color: #335;
	background-image: url('images/information.png');
	border-bottom: 2px solid #33F;
	border-top: 2px solid #33F;
}

.note2 {
	background-color: #444;
	background-image: url('images/page_white_text.png');
	border-bottom: 2px solid #AAA;
	border-top: 2px solid #AAA;
}
/* @end */

#sidebar li.widget_tag_cloud {
	text-align: center;
}
#sidebar li.widget_tag_cloud h2 {
	text-align: left;
}
#sidebar li.widget_tag_cloud a {
	display: inline;
}
#sidebar li.widget_tag_cloud a:hover {
	display: inline;
	background-color: transparent;
	font-weight: bold;
}
#bottom li.widget_tag_cloud {
	text-align: center;
}
#bottom li.widget_tag_cloud h2 {
	text-align: left;
}
#bottom li.widget_tag_cloud a {
	display: inline;
}
#bottom li.widget_tag_cloud a:hover {
	display: inline;
	background-color: transparent;
	font-weight: bold;
}
/*++++++++++++++++ ++   PLUGINS   ++ +++++++++++++++++*/
#sidebar ul.falbum-random li {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	display: inline;
	text-align: center;
}
#sidebar ul.falbum-random li a {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	display: inline;
	text-align: center;
}
#sidebar ul.falbum-random li a img {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
}
#sidebar ul.falbum-recent li {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	display: inline;
	text-align: center;
}
#sidebar ul.falbum-recent li a {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	display: inline;
	text-align: center;
}
#sidebar ul.falbum-recent li a img {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
}
#content img.wp-smiley {
	border: none;
	float: none;
	margin: 0px;
	padding: 0px;
	background-color: transparent;
}
#content img.fs_browsericon {
	border: none;
	float: none;
	margin: 0px;
	padding: 0px;
	background-color: transparent;
}
#content img.fs_flagicon {
	border: none;
	float: none;
	margin: 0px;
	padding: 0px;
	background-color: transparent;
}
#wp_grins img {
	border: none;
	float: none;
	margin: 0px;
	padding: 0px;
	background-color: transparent;
}
#content .monsterid {
	border: none;
	margin: 0px 10px 0px 0px;
	padding: 0px;
	float: left;
}
#technorati p a {
	display: inline;
}
#im-online-widget p a {
	display: inline;
}
#firestats span a {
	display: inline;
}
#firestats span img {
	display: none;
}

#content img.wp-notable_image {
	border: none;
	float: none;
	margin: 0px;
	padding: 3px;
	background-color: transparent;
}

#content img.wp-notable_image:hover {
	border: 1px solid #FF0000;
	float: none;
	margin: 0px;
	padding: 2px;
	background-color: transparent;
}

.recentcomments {
color:#ADADAD;
}