/*
Theme Name: SimplicityBright
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 english
Author: Karsten Kuhnen
Author URI: http://www.koch-werkstatt.de
*/

html, body {
	margin: 0;
	padding: 0;
	text-align: center;
background: #000;
}

body {
        background-repeat: repeat-x;
font: 12px Verdana, Arial, sans-serif;
        padding: 0;
}


blockquote {
        color: #CCCCCC;
        font-size: 1.00em;
        padding-left: 10px;
        padding-right: 10px;
	margin: 20px 30px 20px 0;
}

a {
	color: #fcec00;
	text-decoration: none;
        outline: none;
}

code {  background: #CCCCCC;
        border: 1px solid #444444;
	color: #adadad;
        font: 11px Verdana, Arial, sans-serif;
        padding: 10px;
	text-align: left;
}

/*#####################*/
/*### Headlines ###*/
/*#####################*/

h1 a {
	color: #ffff33;
        font-weight: 900;
        font: 30px Verdana, Arial, sans-serif;
        margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-decoration: none;
        display: block;
	letter-spacing: -1px;
}

h1 {
	color: #ffff33;
        font-weight: 900;
        font: 30px Verdana, Arial, sans-serif;
        margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-decoration: none;
	letter-spacing: -1px;
}


h2, h2 a {
	color: #fcec00;
        font-weight: 100;
	margin: 0;
	padding: 0;
}

h3, h3 a {
	color: #fcec00;
        font-weight: 100;
	margin: 15px 0 0px 0;
	padding: 0;
}

h4 {    color: #fcec00;
	font: 11px Verdana, Arial, sans-serif;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

img {
	border: none;
        }

ol, form {
	margin: 0;
	padding: 0;
}

p {
	line-height: 1.6em;
	text-align: left;
        letter-spacing: 0;
}

.entry {
	line-height: 1.3em;
	text-align: justify;
}

small {
	font-size: 10px;
}

#page {
	background: #000000;
        margin: 0px auto;
	padding: 0px 20px 280px 20px;
	text-align: left;
	width: 950px;
}

/*################*/
/*### Header   ###*/
/*################*/

#header {
        background: #000000;   
overflow: hidden;
        border-bottom: 1px solid #999999;
        border-bottom-style: dotted;
        color: #fcec00;
	font-size: 13px;
        height: 250px;
	margin: 0 auto;
        text-align: left;
	padding: 0 0 0 0;
}

#header a {
        color: #fcec00;/*#8897A9-C9D9FB;*/
}

#header a:hover {
	color: #cccccc;
}

#blogname {
        padding: 0px 0px 0px 0px;
}

#header h2 {
        float: left;
        font: 25px Verdana, Arial, sans-serif;
	margin:0;
	padding: 2px 10px 0 5px;
	border-right:1px solid #4f4b3d;
	}

#header h2 a { text-decoration:none; }

#header p {
        padding: 13px 0 0 10px;
	margin:0;
	line-height: 1em;
}

/*###################*/
/*### Topmenu ###*/
/*###################*/

#top {
          background: #000000;
          height: 40px;
        margin: 0px 0px 0px 0px;
          width:950px;
          text-align: center;
          overflow: hidden;
}

#topbar { height: 40px;
          width: 950px;
        margin: 0px;
          padding: 0;
          text-align: center;
}

ul.topmenu {
vertical-align:middle;        
background: transparent;
        font: 11px Verdana, Arial, sans-serif;
        color: #000000;*/
        float: left;
        margin: 0px 0px 8px 15px;
	padding: 0px;
	list-style-type: none;
}

ul.topmenu li {
	float: left;
        color: #767676;/*#8897A9-C9D9FB;*/
}

ul.topmenu li a {
        display: block;
        background-color: transparent;
        font: 11px Verdana, Arial, sans-serif;
        color: #fcec00;
	text-decoration: none;
        border-bottom: 0;
	float: left;
        height: 20px;
	padding: 4px 25px 10px 0px;
}

ul.topmenu li a:hover {
        color: #999999;
        text-decoration: none;
}

/*################*/
/*### Content  ###*/
/*################*/

#content {
	background: #000000;
        border-right: 1px solid #666666;
        border-right-style: dotted;
	color: #999999;
	float: left;
	margin: 20px 15px 15px 15px;
	padding: 0 30px 0 0px;
        text-align: left;
	width: 620px;
}

#content a {
        color: #666666;
        background-color: fcec00
	text-decoration: none;
        outline: none;
}

#content a:hover {
        color: #000000;
        text-decoration: none;
        background-color: #fcec00;
}

#content img {
	float: left;
	margin: 1px 10px 10px 0;
        _margin: 1px 5px 8px 0;
	border: 1px solid #000000;
        border-style: dotted;
        padding: 2px;
        background-color: transparent;
}

#content a:hover img { 
        border: 1px solid #fcec00;
        border-style: dotted; 
        background: transparent;
}

#content h1 a { 
        color: #333333;
        background: transparent; 
        text-decoration: none; 
}

#content h1 a:hover { 
        color: #fcec00; 
        background: transparent; 
        text-decoration: none; 
}

#content h2 a:hover { 
        color: #fcec00; 
        background: transparent; 
        text-decoration: none; 
}

#content h3 a { 
        text-decoration: none; 
}

#content h3 a:hover { 
        color: #fcec00; 
        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; 
}

.flashtitle {
	text-align: left;
}

#switches img {
        border:none;
}

/*################*/
/*### Wide Content  ###*/
/*################*/

#widecontent {
	max-width: 820px;
	display:run-in;	
	float: left;
	color: #333333;
	margin: 30px 15px 15px 15px;
	padding: 0 30px 0 0px;
    text-align: left;
}

#widecontent a {
        background-color: ffff33
	text-decoration: none;
        outline: none;
}

#widecontent a:hover {
        color: #333333;
        text-decoration: none;
        background-color: #ffff33;
}

#widecontent img {
	float: left;
	margin: 3px 10px 10px 0;
        _margin: 3px 5px 8px 0;
	border: 1px solid #e6e6e6;
        padding: 2px;
        background-color: transparent;
}

#widecontent a:hover img { 
        border: 1px solid #333333; 
        background: transparent;
}

#widecontent h1 a { 
        color: #333333; 
        background: transparent; 
        text-decoration: none; 
}

#widecontent h1 a:hover { 
        color: #666666; 
        background: transparent; 
        text-decoration: none; 
}

#widecontent h2 a:hover { 
        color: #666666; 
        background: transparent; 
        text-decoration: none; 
}

#widecontent h3 a { 
        text-decoration: none; 
}

#widecontent h3 a:hover { 
        color: #ffffff; 
        background: inherit; 
        text-decoration: none; 
}

#widecontent ul {
         list-style-type: disc; 
         margin: 0 0 0 25px; 
         padding:  0 0 0 0; 
}

#widecontent ul li {
         line-height: 1.5em; 
         margin: 0; 
         padding: 5px; 
}

.flashtitle {
	text-align: left;
}

#switches img {
        border:none;
}

/*############################*/
/*#### Comments #### */
/*############################*/

#comment {
        background-color: #333333;
        border: 1px dotted #666666;
	color: #000000;
        font: 12px Verdana, Arial, sans-serif;
	padding: 5px 7px 3px 3px;
	vertical-align: middle;
	width: 460px;

}

.commentbody {
        border-bottom: 1px dotted #666666;
	color: #fcec00;
	font-size: 11px;
	margin: 0 0 20px 0;
	padding: 10px 30px 0 30px;
	background-color: #333333;
	position: relative;
}

.commentbody a {
	color: #fcec00;
        font-size: 11px;
        text-decoration: none;
}
.commentbody a:hover {
	color: #fcec00;
        text-decoration: none;
}

.author-id-1 {
        background-image: url(i_user_admin.gif);
        background-repeat: no-repeat;
        border-top: 1px dotted #999999;
	color: #333333;
	font-size: 11px;
	margin: 0 0 20px 0;
	padding: 10px 30px 0 55px;
	background-color: #cccccc;
	position: relative;
}

.author-id-1 a {
	color: #fcec00;
        font-size: 11px;
        text-decoration: none;
}
.author-id-1 a:hover {
	color: #fcec00;
        text-decoration: none;
}

.commentdate {
	background-color: #333333;
	color: #999999;
	font-size: 11px;
	margin: 0 0 0 0;
	position: relative;
}

.commentdate a {
	color: #999999;
        text-decoration: none;
}
.commentdate a:hover {
	color: #fcec00;
        text-decoration: none;
}

.commentbody p {
	line-height: 1.5em;
}

.commentlink {
	font-size: 13px;
}

.commentlist {
	list-style: none;
}

.commentcount {
	background: inherit;
	position: absolute;
	right: 36px;
        _right: 10px;
	top: 0;
	font-family: Verdana, Arial, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #CCCCCC;
	float: right;
}

.gravatar {
	background-color: inherit !important;
	padding: 4px !important;
	border: 1px solid #4444444 !important;
}

.commentbody2 {
	color: #CCCCCC;
	font-size: 13px;
	margin: 0 0 10px 0;
	padding: 15px 15px 5px 15px;
	background: #CCCCCC;
        border: 1px solid #353227;
	position: relative;
        -moz-border-radius: 10px;
}

.commentbody2 a {
	color: #CCCCCC;
        text-decoration: none;
}

.commentbody a:hover {
	color: #ffffff;
        text-decoration: none;
}

* html .gravatar {
	position: relative;
}


html[xmlns] .commentcount {
	position: absolute;
	right: 7px;
	top: 0;
}

#email, #author {
	background: #ffffff;
	border: 1px solid #cfceca;
	color: #333333;
        font: 12px Verdana, Arial, sans-serif;
	padding-left: 5px;
	vertical-align: middle;

}

#url {
	background: #ffffff;
	border: 1px solid #cfceca;
	color: #333333;
        font: 12px Verdana, Arial, sans-serif;
	height: 16px;
	padding-left: 5px;
	vertical-align: middle;
}

#submit {
	background: #ffffff;
        background-image: url(b_submit2.gif);
	border: 0;
	color: #ffffff;
	margin: 0 0 30px 0;
	padding: 0 20px 3px;
        width: 85px;
        height: 39px;
        cursor:pointer;
        cursor:hand;
}

a.submit2 {
        display: block;
        width: 85px;
        height: 39px;
        background: url("b_submit2.gif") 0 0 no-repeat;
        text-decoration: none;
        margin: 0 0 30px 0;
	padding: 0 20px 3px;
}

a:hover.submit2 {
        background-position: 0 -39px;
}

textarea {
        overflow:auto;
}

/*################*/
/*#### Footer ####*/
/*################*/

#footer {
	height: 10px;
        color: #666666;
	margin: 0;
	padding: 0px;
	text-align: center;
        font: 9px Verdana, Arial, sans-serif;
}

#footer a {
        color: #666666;
        text-decoration: none;
}

#footer a:hover {
        color: #fcec00;
        text-decoration: underline;
}

/*################*/


/*################*/
/*### Suchfeld ###*/
/*################*/

.s {
	background-color: #000000;
        border: 1px solid #666666;
        border-style: dotted;
	color: #5f605b;
        font: 16px Verdana, Arial, sans-serif;
	height: 25px;
	padding: 7px 5px 0px 10px;
	vertical-align: middle;
	width: 235px;
}

/*################*/
/*#### SIDEBAR ###*/
/*################*/

#sidebar {
        width: 260px;
        background: #000000;
        text-align: left;
        float: left;
        margin: 25px 0px 30px 0px;
        padding: 0;
        line-height: 1.6em;
        color: #999999;
        }

.sidecontact {
        width: 260px;
        text-align: left;
        float: left;
        margin: 10px 0px 30px 0px;
        padding: 0;
        line-height: 1.6em;
        color: #999999;
        font-size: 11px;
        }

.sidecontact a {
        color: #999999;
        }

.sidecontact a:hover {
        color: #000000;
        text-decoration: none;
        background-color: #fcec00;
        }

.sidelist {
        background: transparent;
        margin: 0px 0px 30px 0px;
        padding: 0px;
        }

#sidebar ul {
list-style:none;
       border-bottom: 0px solid #666666;
        border-bottom-style: dotted;
        margin: 0px 0px 0px 5px;
	padding: 0;
	border: none;
}

#sidebar li{
border-bottom: 0px solid #666666;
	border-bottom-style: dotted;
        margin: 0px 0px 0px 0px;
        padding: 0;
        display: block;
	}

#sidebar li a {
        display: block;
        background-color: transparent;
        font: 12px Verdana, Arial, sans-serif;
        color: #999999;/*#8897A9-C9D9FB;*/
	padding: 5px 15px 5px 5px;
	text-decoration: none;
        border-bottom: 0;
	}

#sidebar li a:hover {
        color: #000000;
	background-color: #fcec00;
        text-decoration: none;
	}

#sidebar h2{
border-bottom: 1px solid #666666;
	border-bottom-style: dotted;
        background: inherit;
        color: #fcec00;
        font: 14px Verdana, Arial, sans-serif;
        padding: 3px 0px 6px 0px;
        margin: 0px 0px 10px 0px;
}

#wp-calendar {
	border: 0;
	empty-cells: show;
	font-size: 11px;
	margin: 0;
        width: 90%;
}

#wp-calendar #next a {
	text-align: right;
}

#wp-calendar #prev a {
	text-align: left;
}

#wp-calendar a {
        text-align: left;
	text-decoration: none;
}

#wp-calendar a:hover {
        text-align: left;
	color: #ffffff;
        border-bottom: 1px dotted #ffffff;
}

#wp-calendar caption {
	background: inherit;
        color: #ffffff;
        font: 12px Verdana, Arial, sans-serif;
        font-weight: normal;
        margin: 0;
        text-align: left;
}

#wp-calendar td {
        color: #6c6f6f;
	font: 12px Verdana, Arial, sans-serif;
	font-weight: normal;
	margin: 0;
	padding: 3;
}

#wp-calendar #today {
	background: #0c0d0d;
	color: #990000;
        font-weight: bold;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}

.flickr {
        margin: 5px 0 0 0;
	}

.flickr img {
	display: block;
	border: 1px solid #ffffff;
	}
.flickr a {
	float: left;
	background: #000000;
	padding: 1px;
	border: 1px solid #666666;
border-style: dotted;
	margin: 1px;
	}
.flickr a:hover {
	background: #000000;
        border: 1px solid #fcec00;
border-style: dotted;
	}
a.srollover {
        display: block;
        width: 250px;
        height: 54px;
        background: url("b_store.gif") 0 0 no-repeat;
        text-decoration: none;
        margin-bottom: 5px;
}

a:hover.srollover {
        background-position: 0 -54px;
}

a.twitter {
        display: block;
        width: 250px;
        height: 38px;
        text-decoration: none;
}

a:hover.twitter {
        background-position: 0 -38px;
}

a.rssrollover {
        display: block;
        width: 250px;
        height: 38px;
        background: url("b_rss.gif") 0 0 no-repeat;
        text-decoration: none;
        margin-bottom: 18px;
}

a:hover.rssrollover {
        background-position: 0 -38px;
}

a.frollover {
        display: block;
        width: 247px;
        height: 32px;
        background: url("b_flickr.jpg") 0 0 no-repeat;



        text-decoration: none;
}

a:hover.frollover {
        background-position: 0 -32px;
}
a.brollover {
        display: block;
        width: 247px;
        height: 32px;
        background: url("b_artbook.jpg") 0 0 no-repeat;
        text-decoration: none;
}

a:hover.brollover {
        background-position: 0 -32px;
}

#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: #FF00FF;
	font: 12px Verdana, Arial, sans-serif;




	margin: 0;
	padding: 0;
}

.pagetitle {margin:20px 0;
        text-align: center;

}

.postmetadata {
        background-image: url("bg_postmetadata.gif");
        background-repeat: no-repeat;
        color: #666666;
        font: 12px Verdana, Arial, sans-serif;
        line-height: 1.5em;
	margin: 20px 0 70px 0;
	padding: 3px 3px 3px 0px;
	text-align: left;
        clear:both;
}

.postmetadata img {
        border: none;
        display: block;
        margin: 0;
	padding: 0;
}


.postmetadata a {
        background: transparent;
        color: #333333;
        text-decoration: none;
        border-bottom: 0;
}

.postmetadata2 {
        background: #333333;
        color: #999999;
        border: 0;
        font-size: 11px;
        line-height: 1.3em;
	letter-spacing: 0em;
	margin: 0 0 20px 0;
	padding: 5px;
	text-align: left;
        clear:both;
}

.commentright {
        text-align: right;
}

/* different postmetadata style for single.php */

.alt {
	line-height: 1.3em;
	padding: 10px;
}

.alt a {
	background: inherit;
	color: #333333;
        text-decoration: none;
}

.commentheader {
        background: inherit;
        font-size: 18px;
        font: 13px Verdana, Arial, sans-serif;
        font-weight: bold;
        text-align: left;
        color: #444444;
        line-height: 1.5em;
        margin: 40px 0 15px 0;
}

.clear {clear:both;}

<!--######################-->
<!--### Men�� im Footer ###-->
<!--######################-->

#bottom {
width: 950px;
	height: 280px;
	margin: 0;
	padding: 0px;
	text-align: left;
	}

#bottom-left {
        background-color: #000000;
        font: 11px Verdana, Arial, sans-serif;
	width: 28%;
height: 120px;
	padding: 0 0 30px 0px;
	float: left;
}

#bottom-mid {
        background-color: #000000;
        font: 11px Verdana, Arial, sans-serif;
	width: 28%;
height: 120px;
	padding: 0 0px 30px 70px;
        float: left;
}

#bottom-right {
        background-color: #000000;
        font: 11px Verdana, Arial, sans-serif;
	width: 28%;
height: 120px;
	padding: 0 0px 30px 0px;
	float: right;
	}

#bottom h2 {
        font: 13px Verdana, Arial, sans-serif;
        font-weight: 600;
	margin: 20px 0 5px 0;
	padding: 0 1px;
        color: #fcec00;
	}

#bottom ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	}
#bottom li {
        border-bottom: 1px solid #666666;
		border-bottom-style: dotted;
        margin: 0;
        padding: 0;
        display: block;
	}
#bottom li a {
        display: block;
        background-color: transparent;
        color: #999999;
	padding: 5px 5px 5px 5px;
	text-decoration: none;
        border-bottom: 0;
	}
#bottom li a:hover {
	color: #000000;
	background-color: #fcec00;
        text-decoration: none;
	}
