/*
Theme Name: SimplicityBright - KS Mod
Theme URI: http://kevinschmitt.com/
Description: Modified by Kevin Schmitt from a design 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: 1.0
Author: Kevin Schmitt
Author URI: http://kevinschmitt.com/
*/

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

body {
	background: #5b7188 url(images/bg.png) repeat-y center;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	padding: 0;
}


blockquote {
	border-left: 1px solid #344252;
	color: #444444;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0 30px;
}

a {
	color: #344252;
	outline: none;
}

code {  background: #f5f5f5;
	border: 1px solid #cccccc;
	color: #444444;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	padding: 10px;
	text-align: left;
}

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

h1, h2, h3, h4 {
	font-family: 'Trebuchet MS', Helvetica, Arial, sans-serif;
	color: #344252;
	font-weight: bold;
}

h1 a, h2 a, h3 a, h4 a {
	text-decoration: none;
}

h1, h1 a {
	font-size: 20px;
}

h2, h2 a {
	font-size: 18px;
}

h3, h3 a {
	font-size: 16px;
}

h4, h4 a {
	font-size: 14px;
}

img {
	border: none;
	}

ol, form {
}

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

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

small {
	font-size: 10px;
}

#page {
	background: transparent;
	/*background: url(images/logo.png) no-repeat 450px 10px;*/
	margin: 0 auto;
	padding: 0;
	text-align: left;
	width: 810px;
}

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

#header {
	width: 600px;
	float:left;
	background: transparent;
	overflow: hidden;
	color: #dd4003;
	font-size: 13px;
	height: 100px;
	margin: 0 auto;
	text-align: left;
	padding: 0;
}

#header a {
	color: #383d44;
}

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

#blogname {
	padding-top: 20px;
}

#header h2 {
	color: #dd4003;
	font: 30px 'Trebuchet MS', Helvetica, Arial, sans-serif;
	font-weight: bold;
	margin:0;
	padding: 0 15px 0 0;
	}

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

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

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

#top {
	  background: #344252 url(images/bg-topbar.png) repeat-x top;
	  border-bottom: 1px solid #dd4003;
	  height: 34px;
	  margin: 0 auto;
	  width:100%;
	  text-align: center;
	  overflow: hidden;
}

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

#topbar a {
	text-decoration: none;
}

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

ul.topmenu li {
	float: left;
	margin: 0 20px 0 0;
}

ul.topmenu li img {
	margin: 0 4px -2px 0;
}

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

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

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

#content {
	background: transparent;
	border: none;
	color: #282828;
	float: left;
	margin: 0 0px 15px 0px;
	padding: 0 45px 0 0px;
	text-align: left;
	width: 600px;
}


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

#content img {
	margin: 3px 10px 5px 15px;
	border: 1px solid #cccccc;
	padding: 5px;
	background-color: transparent;
}

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

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

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

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

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

#content ul {
	 list-style-type: circle;
}

/*############################*/
/*#### 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: #dd4003;
	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: 25px;
	clear: both;
	color: #989991;
	margin: 25px 0 0 0;
	padding: 0 0 10px 0;
	text-align: left;
	overflow:hidden;
	font-size: 8px;
}

#footer a, #footer a:hover {
	color: #989991;
}


/*################*/
/*### Search Field ###*/
/*################*/

.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: 155px;
}

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

#sidebar {
	width: 160px;
	text-align: left;
	float: left;
	margin: -80px 0px 30px 0px;
	padding: 0;
	line-height: 1.6em;
	color: #383d44;
	}

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

.sidelist li.justify {
	text-align: justify;
}

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

#sidebar li {
	border-bottom: 1px solid #f1f3e9;
	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;
}

#twitter_div li a {
	display: inline;
	padding: 0;
}

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

#sidebar h2{
	padding: 3px 0px 3px 0px;
	margin: 0;
}

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

.alignleft {
	text-align: left;
	float: left;
	width: 275px;
}

.alignright {
	text-align: right;
	float: right;
	width: 275px;
}


.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: 5px 0 0 0;
	padding:3px 3px 3px 3px;
	text-align: right;
	clear:both;
}

.postmetadata a {
	background: transparent;
	color: #363636;
}

.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: #344252;
	padding: 0;
	line-height: 1.5em;
}

.clear {clear:both;}


.caption {
	font-size: 10px;
}

.teaser img {
	float: right;
}

#tmright {
	float: right;
}

#tmright li {
	margin-right: -5px;
}

.sepline {
	width: 100%;
	border-bottom: 1px solid #e0e2d7;
	margin: 10px 0 30px 0;
}

#twitter_div {
	font-size: 10px;
	text-align: justify;
}

#twitter_div li {
	margin-top: 5px;
	padding-bottom: 5px;
}