/*
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 deutsch
Author: Karsten Kuhnen
Author URI: http://www.koch-werkstatt.de
*/

html, body {
	margin: 0;
	padding: 0;
	text-align: center;
}

body {
	background: #fff;
	font: 11px 'Helvetica', Arial, sans-serif;
    padding: 0;
}


blockquote {
	border-left: 1px solid #333;
	color: #555555;
	font-size: 1.00em;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0 30px;
}

a {
	color: #222;
	text-decoration: none;
	outline: none;
}

code {  
	background: #f5f5f5;
	border: 1px solid #cccccc;
	color: #555555;
    font: 11px 'Helvetica', Arial, sans-serif;
	padding: 10px;
	text-align: left;
}

/*#####################*/
/*### Überschriften ###*/
/*#####################*/

h1 a {
	color: #111;
	font-weight: 100;
	font: 24px Georgia, 'Helvetica', Arial, sans-serif;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-decoration: none;
    display: block;
}

h1 {
	color: #111;
	font-weight: 100;
	font: 24px Georgia, 'Helvetica', Arial, sans-serif;
	margin: 0 0 0 0;
	padding: 0 0 5px 0;
	text-decoration: none;
}

h2, h2 a {
	color: #777;
    font-weight: 100;
	font: 17px/21px 'Helvetica', Arial, sans-serif;
	margin: 0;
	padding: 0 0 0 0;
}

h3, h3 a {
	color: #777;
    font-weight: 100;
	font: 14px/18px 'Helvetica', Arial, sans-serif;
	margin: 15px 0 0px 0;
	padding: 0;
}

h4 {    
	color: #666;
	font: 12px 'Helvetica', Arial, 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;
	margin-bottom: 20px;
	/*text-align: justify;*/
}

small {
	font-size: 10px;
}

#page {
	background: transparent;
    margin: 0 auto;
	padding: 0;
	text-align: left;
	width: 750px;
}

/*################*/
/*### Header   ###*/
/*################*/

#header {
	background: transparent;
	overflow: hidden;
	color: #383d44;
	font-size: 13px;
	margin: 0 auto;
	text-align: left;
	padding: 0 15px 0 0;
}

#header a {
	color: #383d44;
	float: right;
}

#header a:hover {
	color: #1C8C47;
}

#blogname {
	padding-top: 60px;
}

#header h2 {
    font: 27px Georgia, 'Times New Roman', Times, serif;
	margin: 0;
	padding: 12px 0 0 70px;
	height: 45px;
	display: block;
	background: url(images/inden_logo.png) top left no-repeat;
}

#header h2 a { 
	font: 24px Georgia, 'Times New Roman', Times, serif;
	display: block;
	padding-top: 10px;
	text-decoration:none; 
	color: #000;
}

#header p {
	padding: 25px 0 0 10px;
	margin:0;
	line-height: 1em;
}

/*###################*/
/*### Oberes Menü ###*/
/*###################*/

#top {
      background: #fff;
      border-bottom: 1px solid #dd4003;
      height: 34px;
      margin: 0 auto;
      width:100%;
      text-align: center;
      overflow: hidden;
}

#topbar { height: 34px;
          width: 790px;
      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 20px 0 0px;
	color: #cbcbcb;
}

ul.topmenu li a:hover {
	color: #ffffff;
    text-decoration: none;
}

/*################*/
/*### Content  ###*/
/*################*/

#content 
	{
		background: transparent;
	    border: none;
		color: #111;
		float: left;
		margin: 10px 30px 30px 0px;
		padding: 40px 0px 0 0px;
	    text-align: left;
		width: 480px;
		border-top: 1px solid #111;
	}

div.entry,
div.entrytext
	{
		font: 11px 'Georgia', Times, Serif;
	}
	
div.entry a 
div.entrytext a
	{
		font-weight: bold;
	}
	
#content a:hover 
	{
        color: #1C8C47;
        background: transparent;
        text-decoration: none;
	}

#content img {
	margin: 3px 10px 5px 0;
    _margin: 3px 5px 5px 0;
	display: block;
	clear: both;
	/*border: 1px solid #cccccc;
    padding: 5px;*/
    background-color: transparent;
}

#content a:hover img { 
        /*border: 1px solid #777777; */
        background: transparent;
}

#content h1 a:hover { 
        color: #1C8C47; 
        background: transparent; 
        text-decoration: none; 
}

#content h2 a:hover { 
        color: #1C8C47; 
        background: transparent; 
        text-decoration: none; 
}

#content h3 a { 
        text-decoration: none; 
}

#content h3 a:hover { 
         color: #1C8C47; 
         background: transparent; 
         text-decoration: none; 
}

#content ul {
         list-style-type: circle; 
     margin: 0 0 0 25px; 
         padding:  0 0 0 0; 
}

#content ul li {
         line-height: 1.5em; 
     margin: 0; 
         padding: 5px; 
}

/*############################*/
/*#### KOMMENTARFORMULAR #### */
/*############################*/

#comment {
        background: #fff;
	border: 1px solid #cccccc;
	color: #444444;
	font-size: 13px;
	padding-left: 2px;
	vertical-align: middle;
	width: 480px;

}

.commentbody {
    background: #fff;
	font-size: 12px;
	margin: 0 0 10px 0;
	position: relative;
	border-bottom: 1px solid #DDDDDD;
	padding: 15px 0 15px 0;	
}

.commentbody a {
	color: #666;
    text-decoration: none;
}
.commentbody a:hover {
	color: #2d5175;
    text-decoration: none;
}

.commentbody p {
	line-height: 1.2em;
}

.commentlink {
	font-size: 13px;
}

.commentlist {
	list-style: none;
}

#email, #author {
	background: #fafafa;
	border: 1px solid #cccccc;
	color: #444444;
    font: 12px 'Helvetica', Arial, sans-serif;
	padding-left: 5px;
	vertical-align: middle;

}

#url {
	background: #fafafa;
	border: 1px solid #cccccc;
	color: #444444;
    font: 12px 'Helvetica', Arial, sans-serif;
	height: 16px;
	padding-left: 5px;
	vertical-align: middle;
}

#submit {
	background: #000;
	border: 0px solid #cccccc;
	color: #fff;
    font: 12px 'Helvetica', Arial, sans-serif;
	margin: 0;
	padding: 7px 10px 7px 7px;

}

textarea {
        overflow:auto;
}

/*################*/
/*#### Footer ####*/
/*################*/

#footer {
	background: #fff;
	font-size: 11px;
	height: 50px;
	clear: both;
	text-align: left;
	color: #999;
	overflow:hidden;
    margin: 0 auto;
	padding: 0;
	width: 750px;
	font: 11px 'Helvetica', Arial, sans-serif;
}

#footer a {
        color: #363636;
        text-decoration: none;
}

#footer a:hover {
        color: #999;
        text-decoration: none;
}

/*################*/
/*### Suchfeld ###*/
/*################*/

.s {
	background: #000;
	color: #fff;
    font: 12px 'Helvetica', Arial, sans-serif;
	height: 12px;
	padding: 7px 0 7px 7px;
	vertical-align: middle;
	width: 160px;
	border: 0 solid #000;
}

/*################*/
/*#### SIDEBAR ###*/
/*################*/

#sidebar {
	border-top: 1px solid #111;
	width: 230px;
	text-align: left;
	float: left;
    margin: 10px 0px 30px 0px;
    padding: 40px 0 0 0;
    line-height: 1.6em;
    color: #333;
	font-size: 11px;
    }

.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 #cccccc;*/
	margin: 0;
        padding: 0;
        display: block;
	}

#sidebar li a {
    display: block;
    background-color: transparent;
    color: #999;
	padding: 5px 5px 5px 5px;
	text-decoration: none;
    border-bottom: 0;
	}

#sidebar li a:hover {
    color: #1C8C47;
	background-color: #efefef;
    text-decoration: none;
	}

#sidebar h2{
    background: inherit;
    color: #333;
    font: 24px 'Helvetica', Arial, 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: #363636;
	font: 11px Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
}

.postmetadata {
    background: transparent;
	font-size: 11px;
    color: #9f9f9f;
    line-height: 1.5em;
	margin: 15px 0 15px 0;
    clear:both;
}

div.postmetadatadash {
	width: 50px;
	border-top: 1px solid #DDDDDD;
	clear: both;
}

div.postmetadatadash2 {
	width: 50px;
	border-top: 1px solid #DDDDDD;
	margin-bottom: 60px;
	clear: both;
}

.postmetadata a {
	background: transparent; 
	color: #666; 
	text-decoration: none;
}

.postmetadata2 {
   	background: #efefef;
    color: #999;
    /* border: 1px solid #cccccc; */
	font-size: 11px;
	margin: 0 0 20px 0;
	padding: 5px 5px 10px 5px;
	text-align: left;
    clear: both;
}

/* different postmetadata style for single.php */

.alt {
	line-height: 1.3em;
	padding: 10px;
}

.alt a {
	background: inherit;
	color: #999;
        text-decoration: none;
}

.commentheader {
    background: inherit;
	color: #333;
    font-weight: 100;
	font: 18px Georgia, 'Helvetica', Arial, sans-serif;
	margin: 15px 0 0px 0;
	padding: 0;
}

.clear {clear:both;}

/*################*/
/*#### FOOTER ###*/
/*################*/

#bottom {
	clear: both;
	width: 790px;
	height: 220px;
	margin: 0;
	padding: 30px 0 200px 0;
	background: url(images/img_heads.png) bottom right no-repeat;
	text-align: left;
	color: #9f9f9f;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

#bottom-left {
	width: 480px;
	padding: 0 0 25px 0px;
	float: left;
}

#bottom-right {
	width: 230px;
    margin-right: 10px;
	padding: 0 0 25px 0;
	float: right;
	}

#bottom h2 {
    font: 18px Georgia,'Helvetica', Arial, sans-serif;
    font-weight: 100;
	margin: 25px 0 10px 0;
	padding: 0;
    color: #333;
	}

#bottom p	{
	color: #9f9f9f;
}

#bottom ul {
	list-style: none;
	margin: 0 0 0 -3px;
	padding: 0;
	line-height: 0.8em;
	border: none;
	}
	
#bottom li {
	margin: 0;
	padding: 0;
	display: block;
	}
	
#bottom li a {
	display: block;
	background-color: transparent;
	color: #9f9f9f;
	padding: 7px 5px 7px 5px;
	text-decoration: none;
	border-bottom: 0;
	}
	
#bottom li a:hover {
	color: #999;
    text-decoration: none;
	}
