/*  
Theme Name: Blocky
Theme URI: http://fromthefoliage.com/blocky/
Description: A calm, simple, one column theme.
Version: 1.0
Author: Nick Dienstbier
Author URI: http://fromthefoliage.com/
*/

/*************************************
 +Containers
 *************************************/


body{
	background:#444 url(./images/stripes.png) repeat-x;
	color:#555;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:67.5%;
	line-height:1.5;
	margin:0;
	padding:0;
	text-align:center;
	height: 100%;

}
#wrap{
	background:#fff;
	border-left:7px solid #eee;
	border-right:7px solid #eee;
	margin:0 auto;
	padding:0 15px;
	text-align:left;	
	width:500px;
}
#content{
	font-size:1.1em;
	float:left;
	margin:0 5px;
	width:480px;
}
#sidebar{
	background:#333;
	border:5px solid #ddd;
	border-bottom:none;
	color:#fff;
	float:right;
	margin:0 10px;
	padding:10px;
	width:460px;
}
#sidebar a{
color:#b3cFc1;
}
#sidebar a:hover{
color:#eda;
}
#sidebar .sec-a{
	float:left; 
	width:200px;
	padding:0 10px;
}
#sidebar .sec-b{
	float:right;
	width:200px;
	padding:0 10px;
}

#footer{
	background:#333;
	border-top:1px solid #777;
	clear:both;
	color:#888;
	font-size:0.9em;
	padding:5px;
}
.navigation{
	margin-bottom:10px;
	padding:5px;
	text-align:center;
}

/*************************************
 +Kategorien
 *************************************/
#Kategorie-Allgemein {
background: #800000
}


/*************************************
 +Header
 *************************************/
h1, h2, h3{
	font-family: Sylfaen, Georgia, Times New Roman, Times, serif;
	font-weight:normal;
	letter-spacing: -1px;
	margin:0;
}
#header {
	height: 197px;
	width: 470px;
	color: #fff;
	background: #333;

	border: 5px solid #555;
	border-top: 0px;
        margin: 0 auto;
/*	margin-left: 6px !important;
*/
	margin-left: 10px;
}
#header a {
	color: #fff;
}
#header a:hover, #header .current_page_item{
	background: #000;

	color: #fff;
}
#title{
	width: 470px;
	font-size: 12px;
	height: 50px;
}
#title a {
	display: block;
	width: 470px;
	height: 50px;
	line-height: 50px;
	padding: 35px 0 15px 0;
}
#title h1 {
	padding-left: 10px;
	font-size: 3.9em;
	font-family: helvetica, arial, sans-serif;
}
#title a:hover {
 background: #000 no-repeat 20% 82% !important;
}
/*************************************
 +Entry
 *************************************/
.entry{
	margin-bottom:15px;
padding:5px 10px;
font-size:0.9em;
}
.entry h3 {
	color:#333;
	font-size:1.8em;
}
.entry blockquote {
	padding-left: 10px;
	border-left: 3px solid #33333;
}
.entrymeta{
	font-size:0.9em;
color:#999;
}
.entrymeta a{
color:#677;
}
.entrymeta a:hover{
color:#6F6F6F;
}
.entrytitle h2{
	color:#58BBEB;
	font-size:2.2em;
}
.entrytitle h2 a{
color:#eb0000;
}
.entrytitle h2 a:hover{
	color:#555555;
}
.entrytitle h3{
	color:#6F6F6F;
	font-size:1.8em;
}
.postedby{
}
.filedto{
	background:url("./images/file.gif") no-repeat 0 2px;
	padding-left:15px;
}
.commentslink{
	background:url("./images/comments.gif") no-repeat 0 3px;
	padding-left:15px;
}
body#home .entry-1
{
background:#eee;
border:1px solid #d8d9c8;
border:1px solid #fafbfa;
font-size:1em;
}
body#home .entry-1 .entrymeta{
background: #fafbfa;
border-top:1px solid #d8d9c8;
margin:-5px -10px;
padding:5px 10px;
}
/*************************************
 +Sidebar
 * note: sidebar is actually featured 
 * on the bottom.
 *************************************/

#sidebar h3{
	color:#555;
	font-size:1.5em;
	font-weight:bold;
	margin:10px 0;
}
#sidebar ul li{
	border-bottom:1px dotted #414141;
	margin-bottom:3px;
	padding:3px;
}
#sidebar ul li:hover {
	background-color: #;
	border-bottom:1px dotted #555;
}


/*************************************
 +Nav
 *************************************/
#menu{
	margin: 0 0 0 0;
	padding: 0;
	list-style-type: verdana;
	text-transform: lowercase;
	width: 470px;
	border-top: 1px solid #555;
}
#menu li {
	float: left;
	display: inline;
	width: 7em;
	border-right: 1px solid #555;
}
#menu a {
	display: block;
	height: 50px;
	width: 7em;
	line-height: 45px;
	padding: 45px 0 0 0;
	text-align: center;
	margin: 0;
}
/*************************************
 +Comments
 *************************************/
.commentsblock{
	margin:0.5em;
	padding:1em;
	font-size:1.1em;
}
.commentsblock textarea{
	width:410px;
}
.commentsblock input, .commentsblock textarea{
	border:1px solid #d1d1d1;
}
.commentsblock textarea:focus{
	background:#eee;
	border:1px solid #a1a1a1;
}
.commentsblock textarea:focus, .commentsblock input:focus{
	background:#eee;
	border:1px solid #a1a1a1;
}
.commentauthor{
	display:block;
	font-size:1.5em;
}
ol.commentlist{
	color:#777;
	font-size:0.9em;
	list-style-type:none;
	margin:0;
	margin-top:1.5em;
	padding:0;
}
.commentlist li{
	margin-bottom:0.5em;
	padding:0.5em 1em;
}
.author{
	background-color:#f3f3f3;
	color: #fff;
	border:1px solid #EEEEEE;
	padding:0.5em;
	color: #333;
}
.gravatar {
	float: right;
	padding: 3px;
	border: 1px solid #333;
	background-color: #eee;
}
h3#comments{
font-size:1.6em;
}
/*************************************
 +Misc
 *************************************/

ul{
	list-style-type:disc;
	margin:2;
	padding:0;
}
a{
	color:#579;
	text-decoration:none;
}
a:hover{
	color:#CC0000;
}
.clearfix:after{ 
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility:hidden; 
}
* html .clearfix {height: 1%;}


<style type="text/css">
@import url(http://www.google.com/cse/api/branding.css);
</style>
<div class="cse-branding-bottom" style="background-color:#999999;color:#000000">
  <div class="cse-branding-form">
    <form action="http://www.google.de/cse" id="cse-search-box" target="_blank">
      <div>
        <input type="hidden" name="cx" value="partner-pub-7731674871206858:e4m8uc95svb" />
        <input type="hidden" name="ie" value="ISO-8859-1" />
        <input type="text" name="q" size="31" />
        <input type="submit" name="sa" value="Suche" />
      </div>
    </form>
  </div>
  <div class="cse-branding-logo">
    <img src="http://www.google.com/images/poweredby_transparent/poweredby_999999.gif" alt="Google" />
  </div>
  <div class="cse-branding-text">
    Benutzerdefinierte Suche
  </div>
</div>