/*  
Theme Name: Kloblatt 2
Theme URI: http://zacklive.com/new-black-and-white-wordpress-theme/300/
Description: A black and white WordPress Theme, simple and elegant design, widget ready with right sidebar.
Version: 1.0.1
Author: Zack
Author URI: http://zacklive.com/
Tags: fixed width, two columns, widgets, widget ready, black, white, simple, right sidebar, valid XHTML, valid CSS

   This theme, including the CSS, XHTML and design, is released under the
   GPL: http://www.opensource.org/licenses/gpl-license.php


TODO
	kasterl links oben	
*/
body, h1, h2, h3, h4, h5, h6, blockquote, p, form{
	margin: 0;
	padding: 0;
}

body{
	margin: 0;
	font-family: Georgia, Times New Roman, serif;
	font-size: 12px;
	text-align: center;
	vertical-align: top;
	background: #EEECDE;
	color: #000;
}

h2 {
	font-family: Georgia, Times New Roman, serif;
	font-size: 24px; /** 24 pt */
	font-weight: normal;
	padding-top: 5px;
	/* color: #F8F8F8; */
}

h1 a{
	color: #F8F8F8;
}

#h10	{
	font-family: Georgia, Times New Roman, serif;
	font-size: 18px;
	padding-bottom: 5px;
}

h1 a:hover{
	text-decoration: underline;
}

a:link, a:visited, a:active{
	text-decoration: none;
	color: #666666;
}

a:hover{
	text-decoration: underline;
}

p{
	padding: 10px 0 0 0;
}

#wrapper{
	margin: 0 auto 0 auto;
	width: 990px;
	text-align: left;
}


#logo	{
	background-color: white;
	float: left;
	width: 210px;
	height: 210px;
	padding: 5px ;
	/**background-image: url(images/logo_klein.jpg); */
}

#header{
	float: left;
	width: 700px;
	margin: 15px 0 0px 15px;
	background-image: url(images/header/header2.png);
	height: 220px;
}

#searchfield	{
}

#searchfield input	{
	border-style: solid;
	border-color: black;
}

#navmenu{
	float: right;
	margin: 15px 0 0 0;
}

#navmenu ul{
	list-style-type: none;
	list-style-image: none;
}

#navmenu ul li{
	display: inline;
	padding: 0 0 0 20px;
}

#navmenu ul li a {
	text-decoration: none;
	color: F8F8F8;
}

#navmenu ul li a:hover {
	color: 9999AA;
}

#container{
	float: left;
	width: 700px;
	margin: 0 0 0 15px;
}

#postcon{
	margin: 20px 0;
	background: #F8F8F8;
}

.post{
	padding: 10px 20px;
}

.post a{
	color: #336699;
}

.post a:hover{
	text-decoration: underline;
}

.post h2{
	font-family: Georgia, Sans-serif. Arial;
	font-size: 22px;
}

.post h2 a{
	color: #333;
}

.entry{
	font-family: Verdana, Times New Roman, serif;
	font-size: 11px;
	color: #000000;
	line-height: 20px;
}

.entry a:link, .entry a:active, .entry a:visited 	{
	color: #E50078;
}

.postmetadata{
	font-family: Verdana, Times New Roman, serif;
	font-size: 11px;
	border-top: 1px solid #CCCCCC;
	padding: 5px 0 2px 0px;
	margin-top: 5px;
	color: #000000;
}

.metabox{
	float: left;
	width: 99%;
	line-height: 20px;
	margin: 15px 0;
	padding: 5px 0 5px 5px;
	background: #EEECDE;
}

.navigation a, .metabox a, .metabox a:hover, .navigation a:hover, .metabox a:visited, .navigation a:visited	{
	color: #E50078;
}

.navigation{
	clear: left;
	padding: 5px 10px;
	width: 680px;
}

a:hover	{
	text-decoration: underline;
}

.floatleft{
	float: left;
	padding: 0 10px 0 0;
}

.floatright{
	padding: 0 10px 0 0;
	float: right;
}

table#wp-calendar{
	width: 100%;
}

#wp-calendar a {
	text-decoration: underline;
	font-weight: bold;
}

.commentlink{
	padding: 2px 0 2px 20px;
	background: url('images/comment.png') left center no-repeat;
	margin-left: 10px;
}

.editcomment{
	padding: 2px 0 2px 20px;
	background: url('images/pencil.png') left center no-repeat;
	margin-left: 10px;
}

.catlink{
	padding: 2px 0 2px 20px;
	background: url('images/cat.png') left center no-repeat;
}

.taglink{
	display: block;
	padding: 2px 0 2px 20px;
	background: url('images/tag.png') left center no-repeat;
}
/*Sidebar
-----------------------------------------------------*/
.sidebar{
	float: left;
	width: 220px;
	display: inline;
	color: #000000;
	margin: 15px 0 0 0;
	background: #EEECDE;
	
}

.sidebar #nav	{
	margin-top: 240px;
	background-color: white;
	color: black;
}

.sidebar ul{
	list-style-type: none;
	margin: 0;
	padding: 0 10px 0 10px;
	color: black;
}

.sidebar ul li{
	padding: 10px 0 10px 0;
	color: black;
}

.sidebar ul li h2{
	font-family: Georgia, serif;
	font-size: 18px;
	color: black;
	padding: 0 0 5px 0;
}

.sidebar ul ul li, .sidebar ul ul a:active, .sidebar ul ul a:VISITED, .sidebar ul ul a {
	font-family: Verdana, Arial;
	padding: 0;
	line-height: 24px;
	font-size: 11px;
	color: #000000;
}



/*Tags
-----------------------------------------------------*/
.tags,
#tag_cloud {
	margin: 0 0 15px;
}
.tags {
  text-align: center;
}
.tags a,
#tag_cloud a {
	color: black;
	margin: 0 2px;
}

.cle{
	clear: both;
}

/*Footer
-----------------------------------------------------*/
#footer{
	clear: both;
	float: left;
	text-align: center;
	width: 990px;
	line-height: 20px;
	margin: 15px 0;
	padding: 5px 0 5px 20px;
	color: #AAA;
}

/*Comments
-----------------------------------------------------*/
.alt{
	background: #EEE;
}

.comments-template{
	margin: 10px 0 0 0;
	border-top: 1px solid #ccc;
	
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.commentlist a, .commentlist a:hover, .commentlist a:visited	{
	color: #666666;
}

.comments-template ol li{
	line-height: 18px;
	padding: 10px 0 10px 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
}

.commentmetadata{
	font-size: 11px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

/*Avatar
-----------------------------------------------------*/
.commentlist li .avatar {
	float: right;
	border: 1px solid #EEE;
	padding: 2px;
	margin: 0 10px;
	background: #fff;
}

.widget	{
	margin-top: 5px;
}

.widgettitle	{
	border-bottom: 1px solid #CCCCCC;
}
.newsTop	{
	color: black;
	padding: 5px 5px 5px 10px;
	font-family: Verdana, Times New Roman, serif;
	font-size: 11px;
	line-height: 24px;
}

 .newsTop a, .newsTop a:hover, .newsTop a:active, .newsTop a:visited	{
 	color: black;
 	padding: 0px;
 }
 
 
 #button	{
 	float: right;
	background: url('buttons/machmit.png') right center no-repeat;
 	width: 120px;
 	height: 121px;
 	padding: 15px 0px 0px 0px;
 	margin-right: 0px;
 }
 
 
 
