/*
Theme Name:		konst-simple
Theme URI:		http://www.aufgefallen.de/
Description:	A small, fast template without images
Version:		0.3
Author:			Konst
Author URI:		http://www.aufgefallen.de/
*/
* {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
/* for IE */
html {
	font-size: 85%;
}
html>body {
	font-size: 95%;
}
body {
	background: #fff;
	color: #000;
	font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, tahoma, arial, sans-serif;
	text-align: center;
	line-height: 160%;
}
a {
	color: #3380FF;
	background: #fff;
	text-decoration: none;
}
a:visited {
	color: #3399FF;
	background: #fff;
}
a:hover {
	text-decoration: underline;
}
cite{
	font-style: italic;
	color: #333;
	background: #fff;
}
code {
	color: #333;
	background: #fff;
}
p {
	margin-bottom: 0.5em;
}
ul {
	list-style: none;
}
ol {
	list-style-position: inside;
}
fieldset, img{
	border: none;
}
input {
	border: 1px solid #4A9ED6;
	font-family: "Lucida Grande", "Lucida Sans Unicode", tahoma, Verdana, sans-serif;
}
input#s {
	padding: 0.2em 0;
	float: left;
	width: 10em;
}
input#searchsubmit {
	padding: 0.2em;
	font-variant: small-caps;
	font-weight: 700;
	color: #FFF;
	background: #4A9ED6;
	float: right;
}
textarea {
	padding: 0.25em 0.1em;
	border: 1px solid #4A9ED6;
}
/*  headlines  */
h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	clear: both;
}
h1, h2 {
	font-size: 140%;
	letter-spacing: -1px;
	line-height: 140%;
}
.clear {
	clear: both;
}
#top {
	width: 100%;
	padding: 1em 0;
	background: rgb(64,64,64);
	color: #fff;
	font-weight: 700;
}
#topnav {
	width: 52em;
	margin: 0 auto;
}
#top h4 {
	float: left;
	font-size: 180%;
	padding: 0.5em 0 0 0;
	letter-spacing: -1px;
}
#top h3 {
	float: left;
	font-size: 80%;
	line-height: 1em;
	margin: 1em 0 0 0;
}
#top ul {
	list-style: none;
	overflow: hidden;
}
#top ul li {
	float: right;
	font-size: 105%;
	display: inline;
	padding: 0 0 0 1em;
}
#top a {
	padding: 0.4em 1em;
	text-decoration: none;
	display: block;
	font-variant: small-caps;
	color: #FFF;
	background: #4A9ED6;
}
#top a:hover {
	color: #3380FF;
	background: #FFF;
}
#top a.current, #top li a.current:hover {
	color: #FFF;
	background: rgb(96,96,96);
}
#top li.rss a{
 background: #F29129;
 color: #fff
}
#top li.rss a:hover{
 color: #F29129;
 background: #fff
}
#wrapper {
	width: 52em;
	margin: 0 auto;
	text-align: left;
}
#content {
	width: 35em;
	margin-top: 30px;
	float: left;
}
#content h2, #content h1 {
	padding: 0.2em 0;
	border-top: 2px solid rgb(64,64,64);
}
#content p img {
	float: right;
	margin: 0.4em;
}
.entry {
	padding-bottom: 0.5em;
}
.entry ul {
	list-style: inside decimal;
	padding-bottom: 0.5em;
}
.entry h5 {
	border-top: 1px dotted rgb(64,64,64);
	margin-top: 1em;
}
.meta {
	font-size: 88%;
	margin: 0 0 1em 0;
	border-bottom: 1px dotted rgb(64,64,64);
	text-align: right;
}
p.tagged{
  padding-bottom: 0.5em;
	border-top: 1px dotted rgb(64,64,64);
}
.wp-smiley {
	float: none;
}
.quicktags input, input#submit {
	padding: 0.2em 0.3em;
	margin: 0.5em 0.4em 0.2em 0;
	color: #FFF;
	background: #4A9ED6;
}
.quicktags input:hover, input#submit:hover {
	color: #4A9ED6;
	background: #FFF;
}
input#submit {
	font-size: 100%;
}
/*  comment styles  */
#comments {
	clear: both;
	border-top: 2px solid rgb(64,64,64);
}
.respond {
	font-size: 105%;
	line-height: 150%;
	border-top: 1px solid rgb(64,64,64);
	text-align: right;
}
#comment_form textarea {
	width: 29em;
}
#comment_form {
	border-bottom: 1px solid rgb(64,64,64);
}
input#author, input#email, input#url, input#mcspvalue {
	width: 12em;
	padding: 0.1em 0.2em;
	margin: 0.3em 1em 0.3em 0;
	font-size: 100%;
}
input#mcspvalue {
	width: 2em;
}
.comment {
	padding: 0.5em 1em;
}
.comment .entry{
	font-size: 95%;
}
li.trackback {
	background: rgb(246,246,246);
	color: rgb(4,4,4);
}
a.counter {
	float: left;
	font-weight: 700;
}
.previous {
	float: left;
	margin: 0.5em 0;
}
.next {
	float: right;
	margin: 0.5em 0;
}
#sidebar {
	width: 15em;
	float: right;
	margin: 15px 0;
}
#sidebar ul li {
	margin: 0 0 0.4em 0;
}
#sidebar .headline {
	font-weight: bold;
	font-size: 1.1em;
	text-transform: uppercase;
	margin: 15px 0 0.8em 0;
	padding: 0.4em 2px;
	border-top: 2px solid rgb(64,64,64);
	border-bottom: 1px dotted rgb(64,64,64);
}
#meta{
  font-size: 90%;
}
#footer {
	width: 100%;
	clear: both;
	height: 1em;
	padding-top: 1em;
	margin-top: 2em;
	background: #E6E6E6;
	color: #fff;
}
#sm li{
  font-size: 85%;
line-height: 130%;
}
#archive_head{
	padding: 0.3em 0 1.2em 0;
	border-top: 2px solid rgb(64,64,64);
	font-size: 140%
}
