/*
Theme Name: Blank 3-Column
Theme URI: http://example.com
Description: A Blank Wordpress theme
Author: Your Name
Author URI: http://example.com
version: 1.0
*/



/* basics */

*{margin:0; padding:0;}

body {
	background-image: url(images/back.jpg);
	background-repeat: repeat-x;
	background-color: #D0D8D9;
	font-size: 100,01%;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	margin: 0;
	padding: 0;
}
	
/*h3 {font-size: 10pt; margin-top:10px;}
h4 {font-size: 9pt;}*/


/* images and misc. */

img{ border: none; padding: 6px; }
img a{border:none;}

img.left{ float: left; border: none; padding: 6px; }
img.right{ float: right; border: none; padding: 6px; }

blockquote{
	border-left:1px solid #A5ABAB;
	margin:15px;
	padding:0 12px 0 12px;
	}

code{
	margin:10px;
	font-family:"Courier New", Courier, monospace;}


/* links */

a{
	color:#666;
	text-decoration:none;
	border: none;
	}

a:hover{color:#6A7CA0;text-decoration: underline; border: none;}



/* container */


#container {
	width: 1000px;
	margin: 0 auto;
	background-color:#E0E5E7;
	color:#333;
	border: none;
	}
	
/* header */

#header {
	background: url(images/header-back.jpg) no-repeat 0 0;
    width: 1000px; 
	height: 240px;
	background-color: #DDD;
}

#header h1{
	font: bold 2em/1em Trebuchet MS, Arial, Helvetica, Verdana, sans-serif;
	letter-spacing: 1px;
	margin: 0 30px 0 0;	
	text-align: right;	
	padding-top: 160px;
	}
	
#header h1 a{color: #87904D; text-decoration: none;}
#header h1 a:hover{color: #fff; text-decoration: none;}

#header span.logo{
	background: url(images/kleeblatt-logo.jpg) no-repeat 0 -200px;
	float: left;
	height: 200px;
	margin-top: 20px;
	width: 200px;
}

#header span.logo:hover{
	background: url(images/kleeblatt-logo.jpg) no-repeat 0 0;
}

#header h2{
	font: bold 1em/1.3em Trebuchet MS, Arial, Helvetica, Verdana, sans-serif;
	color: #fff;
	letter-spacing: 1px;
	margin: 0 30px 0 0;
	text-align: right;
	}

/* main menu */


#menu {
	width:700px; 
	height:25px;
	margin-left: 200px;
}


#menu ul {
	text-align: left;
}

#menu ul li {
	list-style-type: none;
	display: inline;
	margin: 0;
	padding: 0;
}

#menu ul li a {
	font: bold .8em/70px Trebuchet MS, Arial, Helvetica, Verdana, sans-serif;
	padding: 20px 13px 6px 0;
	margin: 0;
	text-decoration: none;
	color: #4484A3;
}

#menu ul li a:hover {
	color:#0B1316;
}

#menu ul li.current_page_item a{
		color: #6A741B;
}


/* content */


#content {
	float: left;
	width: 55%;
	overflow: hidden;
	}

.post {
	border-bottom: 1px solid #ccc;
	margin: 0 10px 25px 0;
	padding:15px;
	line-height: 14pt;
	}
	
.post h2{
	font: bold 1em/1em Trebuchet MS, Arial, Helvetica, Verdana, sans-serif;
	color: #4484A3;/*#6A741B;*/
	}
	
.post h2 a{
	color: #4484A3;/*#6A741B;*/
	text-decoration: none;
	}
	
.post h2 a:hover{
	color: #666;
	text-decoration: none;
	}
	
.post p{
	font: normal .8em/1em Arial, Helvetica, Verdana, sans-serif;
	margin-top: 15px;	
}

.post a{text-decoration:underline;}

.post ul {}

.post li {}

.entry p{
	font: normal .9em/1.4em Arial, Helvetica, Verdana, sans-serif;
	margin-left: 15px;
	}

.postmetadata{
	clear: both;
	margin-top: 16px;
	}
	
.postmetadata a{color: #4484A3;}

small{
	line-height: 2em;
	font-size: .75em;
}

small a{
	color: #4484A3;
} 

div.social_bookmark{
	font-size: .8em;
	margin-top: 30px;
}

div.d{
	margin-top: 10px;
}

.navigation {
	float:left;
	width:100%;
	}
	
	.alignleft {float:left; margin:25px 25px 0 25px;}
	.alignright {float:right; margin:25px 25px 0 25px;}

.notfound{padding: 25px; font-size: 14pt; font-weight: 300;}


/* left sidebar */

#left {
	width: 200px;
	float:left;
	margin: 12px 0 24px 0;
	padding: 0;
	}

#left h2{
	font: bold 1em/1em Trebuchet MS, Arial, Helvetica, Verdana, sans-serif;
	color: #6A741B;
	margin-top: 2em;
	text-align: left;
}

#left p {margin:0; padding: 0 6px 0 12px;}

#left img {padding: 0; margin: 0;}

#left ul {
	font: bold .85em/1em Arial, Helvetica, Verdana, sans-serif;
	margin:12px;
	padding:0;
	list-style-type: none;
	}

#left ul li {
	margin: 0;
	padding: 0;
	line-height: 14pt;
	list-style-type: none;
	}

#left ul ul {
	margin: 6px 0 50px 12px;
	padding: 0;
}

#left ul ul li {
	list-style-type: none;
	list-style-position: inside;
	}

#left ul ul ul{
	margin: 0;
	padding: 0;
}

#left ul ul ul li{
	list-style-type: square;
	color: #898989;
}

#left ul a{
	color: #4484A3;/*#6A741B;*/	
}

#left div.st-tag-cloud{
	margin-top: 8px;
	margin-left: 10px;
}

/* right sidebar */

#right{
	width: 200px;
	float:right;
	margin: 12px 0 24px 0;
	padding: 0;
	}

#right em{
	font-style: normal;
}

#right h2{
	font: bold .85em/1em Trebuchet MS, Arial, Helvetica, Verdana, sans-serif;
	color: #6A741B;
	text-align: left;
	margin-top: 2em;
	padding: 0;
}

#right p {margin:0; padding: 0 6px 0 12px;}

#right img {padding: 0; margin: 0;}

#right ul {
	/*margin:12px;*/
	padding:0;
	list-style-type: none;
	}

#right ul li {
	font-size: .85em;
	margin: 0;
	padding: 0;
	line-height: 14pt;
	list-style-type: none;
	}

#right ul ul {
	margin: 6px 6px 6px 12px;
	padding: 0;
}

#right ul ul li {
	list-style-type: none;
	list-style-position: inside;
	}

#right ul ul ul{
	margin: 0;
	padding: 0;
}

#right ul ul ul li{
	padding: 0 0 0 15px;
	list-style-type: square;
	color: #898989;
}

.randompost { border:1px solid black; width:140px; padding:10px !important; font-size: .85em; }

ul li a.rsswidget {
	display: none;
}

/*4 module wp-polls*/
div#polls-2 p{
	font-size: .75em;
	margin-top: 5px;
	margin-right: 10px;
}

p#votebutton a{
	background: #F3F6F8;
	border: 1px solid #C8C8C8;
	padding: 3px 8px;
}

div#get_recent_comments_wrap{
	margin-right: 10px;
}

div#get_recent_comments_wrap ul li{
	font-size: .75em;
	line-height: 1.2em;
	margin-bottom: 15px;
}

/* comments */

#commentssection{
	clear: both;
	padding: 2px 12px;
	margin: 0;
	}
	
#commentssection h3{
	font-size: 12pt;
	font-weight: 300;
	font-style: normal;
	color: #000;
	}

#commentform{
	background: #F0F0F0;
	font-size: .85em;
	margin: 12px 12px 20px 12px;
	padding:20px;
	}
	
#commentform p{
	color: #000;
	}
	
#commentform a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;line-height: 14pt;}
	
#commentform h3{
	font-size: 10pt;
	font-weight: 300;
	color: #000;
	}
	
#commentbox{
	width:75%;
	min-width:400px;
	margin:5px 5px 0 0;
	}

#author, #email, #url, #commentbox, #submit{
	background: #fff;
	font-size: 8pt;
	margin:5px 5px 0 0;
	border: none; 
	padding: 6px;
	border: 1px solid #B2B2B2;
	}

textarea#commentbox{
	font: normal 1em/1.5em Arial,Helvetica,Verdana,sans-serif;
}

#submit{margin:5px 5px 0 0;}

	
ol.commentlist {list-style-type: none;}

ol.commentlist li {
	background: #fff;
	margin:10px 0;
	padding:5px 0 5px 10px;
	overflow: hidden;
	}

ol.commentlist li.alt {background: #EDEDED;}
ol.commentlist li p {margin: 6px 0 6px 0; font-size: .9em; line-height: 1.4em;padding: 0 12px 0 0;}

ol.commentlist a {color:#000;}

cite {
	font-family: arial, verdana, tahoma;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	}
	
cite a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;}


/* search */

#searchform{
	margin-bottom: 30px;
	width: 200px;
	}

#searchform input#s{
	font-size: .85em;
	height: 1.2em;
	border: 1px solid #B7B7B7;
	width: 125px;
	}

#searchform input#searchsubmit{
	font-size: 7pt;
	padding: 2px;
	margin:0;
	border: 1px solid #B7B7B7;
	background-color: #fff;
	color: #797979;
	}
/*pagebar*/
.pagebar 
	{ 
		font: normal 11px Arial, Helvetica, sans-serif; 
		padding-bottom: 30px; 
		margin: 0px; 
		text-align: center;
	}

.pagebar a, .pageList .this-page 
	{
		padding: 2px 6px; 
		border: solid 1px #ddd; 
		background: #fff; 
		text-decoration: none;
	}

.pagebar a:visited 
	{
		padding: 2px 6px; 
		border: solid 1px #ddd; 
		background: #fff; 
		text-decoration: none;
	}

.pagebar .break 
	{
		padding: 2px 6px; 
		border: none; 
		background: #fff; 
		text-decoration: none;
	}

.pagebar .this-page 
	{
		padding: 2px 6px; 
		border-color: #999; 
		font-weight: bold; 
		font-size: 13px; 
		vertical-align: top; 
		background: #fff;
	}

.pagebar a:hover 
	{
		color: #fff; 
		background: #4484A3;
		border-color: #036; 
		text-decoration: none;
	}
	

/* footer */
#clearfooter{
	clear: both;
	height: auto;
	width: 1000px;
}

#footer {
	background: url(images/footer.jpg) no-repeat 0 0;
	clear: both;
	margin: 0 auto;
	width: 1000px;
	height: 112px;
	}
	
#footer p{padding:6px;margin: 0; color: #eee;}
#footer a{color: #BCBCBC;text-decoration: none;}
#footer a:hover{color: #5D5D5D;text-decoration: underline;}

#sk2-footer{
	display: none;
}

