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

body {
	padding: 0;
	font-family: Verdana, Arial, 'Helvetica', sans-serif;
	font-size: 12px;
	color: #333;
	background-color: #CD9A6B;
}


blockquote {
	color: #555555;
	font-size: 1em;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0 30px;
}

a {
	color: #630;
	text-decoration: none;
}

code {  background: #f5f5f5;
        border: 1px solid #cccccc;
	color: #555555;
        font: 11px Verdana, Arial, 'Helvetica', sans-serif;
        padding: 10px;
	text-align: left;
}
able  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	text-align: left;
	table-layout:auto;
	vertical-align: top;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 0px;
}

tr, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	text-align: left;
	table-layout:auto;
	width: 50%;
	vertical-align: top;
	padding-right: 15px;
}


/*#####################*/
/*### Headlines ###*/
/*#####################*/

h1 a {
	color: #326ea1;
        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 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #3C1E00;
	width: auto;
	text-align: left;
}

h3 h3 a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #630;
	clear: both;
}

h2, h2 a {
	color: #630;
	font-weight: 100;
	margin: 0;
	padding: 0;
}


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

img {
	border: none;
        }

ol, form {
	margin: 0;
	padding: 0;
}

p {
	text-align: left;
}

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

small {
	font-size: 10px;
}

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

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

#header {
	overflow: hidden;
	color: #FFF;
	font-size: 13px;
	height: 141px;
	margin: 0 auto;
	text-align: left;
	padding: 0 0 0 0;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(images/nav.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#header a {
	color: #FFF;
}

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

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

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

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

/*###################*/
/*### Topmenu ###*/
/*###################*/

#top {

	background-color: background: transparent;
	height: 0px;
	width:100%;
	text-align: center;
	overflow: hidden;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#topbar {		/* THIS BOX HOLDS THE NAVIGATION LIST */
	float: left;		/* MOVE TOPBAR BOX FLUSH RIGHT */
	height: 141px;		/* THIS BOX IS ONLY ALLOWED TO BE 200PX HIGH */
	width: 960px;		/* NO MARGINS */
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

ul.topmenu {		/* THIS IS THE LIST THAT THE NAV ITEMS ARE IN */
	float: right;		/* FLOAT THE LIST TO THE RIGHT SIDE OF BOX */
	list-style-type: none;	/* REMOVE BULLETS FROM LIST ITEMS */
	width: 350px;		/* NO PADDING (SPACE ON THE INSIDE) */
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

ul.topmenu li {		/* THIS DEFINES THE INDIVIDUAL ITEMS */
	float: left;		/* DISPLAY ITEMS HORIZONTALLY, NOT VERTICALLY */
	display: block;	/* ALLOW SPACE BEFORE EACH ITEM */
	text-transform: capitalize;
	color: #FFF;
	height: 60px;
	margin-right: 5px;
	width: 100px;
	text-align: center;
	padding-top: 60px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
}

ul.topmenu li a {
	font-size: 14px;
	text-align: center;	/* ALIGN LINKS TO THE LEFT SIDE OF THE LI */
	color: #FFF;		/* LINK COLOR */
	text-transform: capitalize;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-top: 25px;
}

ul.topmenu li a:hover {
	font-size: 14px;
	text-align: center;	/* ALIGN LINKS TO THE LEFT SIDE OF THE LI */
	color: #FFF;		/* LINK COLOR */
	text-transform: capitalize;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-top: 25px;
}
.current_page_item a {
	color: #3E1F00;
}

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

#content {
	border: none;
	color: #282828;
	float: left;
	margin: 0px;
	padding: 0px;
	text-align: left;
	width: 960px;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(images/content_bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}



.addthis_container {
	padding-left: 0px;
	padding-top: 10px;
	padding-bottom: 20px;
}
/*.st-taf {
	margin-left: 50%;	
}
a.st-taf {
	margin-left: 50%;	
}*/

a.st-taf img {
	padding-left: 0px;
	padding-bottom: 20px;
}

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

#content img {
	float: left;
	margin: 3px 5px 5px 0;
	background-color: #CD9A6B;
}
#content a img {
	background: transparent;
	padding-bottom: 10px;
	padding-top: 10px;
}

#content a:hover img {
	background: transparent;
	padding-bottom: 10px;
	padding-top: 10px;
}

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

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

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

#content h3 a:hover { 
         color: #669933; 
         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;
	list-style-position: outside;
	list-style-type: disc;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
padding-left: 5px;
}

#tabletext p {
	padding-left: 160px;
}
#text{
	width: 840px;
	height: auto;
	margin: 0px;
	text-align: left;
	color: #333;
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 60px;
	}
	
#text-all {
	width: 630px;
	float: left;
	margin-top: 0px;
	height: auto;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333;
}
#smallport {
	float: left;
	width: 145px;
	padding-right: 15px;
	padding-top: 5px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding-bottom: 30px;
}
#smallport img {
	float: left;
	width: 125px;
	border: 5px solid #CD9A6B;
	height: 125px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#smallport a img  {
	float: left;
	width: 150px;
	border: 1px solid #999999;
	height: auto;
	display:block;
	margin-right: 0px;
	margin-left: 0px;
}

#smallport a:hover img  {
	float: left;
	width: 150px;
	border: 1px solid #CCCCCC;
	height: auto;
	display:block;
	margin-right: 0px;
}


/*############################*/
/*#### Comments #### */
/*############################*/

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

}

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

.commentbody a {
	color: #aa0000;
        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 Verdana, Arial, 'Helvetica', sans-serif;
	padding-left: 5px;
	vertical-align: middle;

}

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

#submit {
	background: #fafafa;
	border: 1px solid #cccccc;
	color: #444444;
        font: 12px Verdana, Arial, 'Helvetica', sans-serif;
	margin: 0;
	padding: 0 10px;

}

textarea {
        overflow:auto;
}

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

#footer {
	height: 150px;
	clear: both;
	color: #FFF;
	text-align: center;
	overflow:hidden;
	background-color: #CD9A6B;
	width: 960px;
	margin-top: 20;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-top: 20;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

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

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

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

.s {
	background: transparent;
        border: 0px solid #c7c7c7;
	color: #383d44;
        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: #383d44;
        }

.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: #383d44;
	padding: 5px 5px 5px 5px;
	text-decoration: none;
        border-bottom: 0;
	}

#sidebar li a:hover {
        color: #669933;
	background-color: #e3e6d7;
        text-decoration: none;
	}

#sidebar h2{
        background: inherit;
        color: #326ea1;
        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: #363636;
	font: 11px 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

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

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

.postmetadata2 {
        background: #eeeeee;
        color: #282828;
        border: 1px solid #cccccc;
        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: #aa0000;
        text-decoration: none;
}

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

.clear {clear:both;}

#bottom {
	width: 960px;
	height: 211px;
	padding: 0px;
	text-align: left;
	color: #FFF;
	background-attachment: scroll;
	background-image: url(images/bottom.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}
	
#bottom p{
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	}

#bottom-left {
	width: 270px;
	float: left;
	margin-top: 0px;
	padding-top: 25px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 45px;
	height: 185px;
	margin-left: 0px;
	margin-right: 1px;
}

#bottom-mid {
	width: 285px;
	float: left;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	margin-left: 0px;
	height: 185px;
	margin-top: 0px;
	margin-right: 0px;
}

#bottom-right {
	width: 285px;
	margin-right: 0px;
	float: left;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin-top: 0px;
	height: 185px;
	margin-left: 10px;
}

#bottom h2 {
	font-weight: bolder;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left center;
	height: 25px;
	width: auto;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 17px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	display: block;
}

#bottom h2 a {
	font-weight: bolder;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left center;
	height: 25px;
	width: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 17px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#bottom h2 a:hover {
	font-weight: bolder;
	color: #630;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left center;
	height: 25px;
	width: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 17px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


#bottom ul {
	margin: 0px;
	padding: 0px;
	border: none;
	list-style-image: none;
	list-style-type: none;
	}


#bottom li {
	display: block;
	list-style-type: none;
	height: auto;
	width: 260px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
}

#bottom li a {
	background-color: transparent;
	color: #FFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	text-transform: none;
	font-size: 12px;
	height: auto;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 25px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	background-attachment: scroll;
	background-image: url(images/arrow-bullet.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
#bottom li a:hover {
	background-color: transparent;
	color: #630;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	text-transform: none;
	font-size: 12px;
	height: auto;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 25px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	background-attachment: scroll;
	background-image: url(images/arrow-bullet.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}



/*#bottom {
	clear: both;
	width: 960px;
	height: 100%;
	padding: 0px;
	text-align: left;
	color: #383d44;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(images/bottom.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}

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

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

#bottom-right {
	width: 300px;
	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: #326ea1;
	}

#bottom ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	}
#bottom li {
        border-bottom: 1px solid #cccccc;
        margin: 0;
        padding: 0;
        display: block;
	}
#bottom li a {
        display: block;
        background-color: transparent;
        color: #383d44;
	padding: 7px 5px 7px 5px;
	text-decoration: none;
        border-bottom: 0;
	}
#bottom li a:hover {
	color: #669933;
	background-color: #e6e3d7;
        text-decoration: none;
	}
*/
