/*
	CSS files kept in the 'schemes' directory can be used to
	costumize your K2 installation without having to mess
	with the core K2 files. This in turn makes it easier to
	upgrade to new K2 version as well as debug any problems
	that might occur.

	You select schemes from the K2 Options page in the
	'Presentation' section of your WordPress administration.
	
	Author Name	:we-design
	Author Site	:www.we-design.it
	Style Name	:wiesbett_v1
	Style URI	:
	Version		:v1.1
	Comments	:
*/
body {
	font: 62.5% 'Lucida Grande', Verdana, Arial, Sans-Serif; /* Resets 1em to 10px */
	color: #444;
	text-align: center;
	background-image:url(../../images/background_sky.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	background-color: #47bdf0;
	background-attachment:fixed;
	}

	#fixiert {
    position: absolute;
    bottom: 0px; left: 0px;
    width: 100%;
	height:220px;
	overflow:hidden;
	vertical-align:bottom;
  }
  html>body #fixiert {  /* nur fuer moderne Browser! */
    position: fixed;
  }
	
body.page .entry-content h3 {
	font-size: 1.7em;
	display: block;
	padding: 0 0 0;
	}

#page {
	text-align: left;
	margin: 0 auto;
	padding: 0px 20px 0px 20px;
	position: relative;
	border-top: none;
	clear: both;
	}
	
#header {
	padding: 0;
	margin: 0 0 5px 0;
	position: relative;
	height: 145px;
	background-image:url(images/headers/header-wiesenwerk.gif);
	}

#willi_schlaf {
	width: 500px;
	height: 144px;
	}
	
.primary {
	/* Contains the main column */
	}

.hentry {
	/* Each entry is contained within the 'hentry' class */
	}

.entry-content {
	/* The meat and potatoes of every entry */
	}

.secondary {
	/* Contains the sidebar */
	}
/* Kalenderdarstellung */


.calPage {
 background:transparent url(images/calendar.gif) no-repeat scroll 0pt;
 color:#FFFFFF;
 display:block;
 float:left;
 font-size:11px;
 line-height:150%;
 padding-top: 5px;
 text-align:center;
 text-transform:uppercase;
 width:46px;
 height: 49px;
 margin: 0px 10px 0px 0px; 
/*  outline: 1px solid red; */
/*  margin-left: -45px; */
 }
 
.calPage .day {
 color:#999999;
 display:block;
 font-size:20px;
 font-weight:bold;
 letter-spacing:-2px;
 text-indent:-3px;
 margin-top: 5px;
 }

.calPage .year {
/*  background:transparent url(images/date_bg_bottom.gif) no-repeat scroll left bottom; */
 color:#BBBBBB;
 display:block;
 font-size:10px;
 line-height:150%;
 padding-bottom:5px;
 text-align:center;
 }
 div.itemhead h3.entry-title {
 margin: 0px 8px 0px 8px;
 padding-top: 2px;
 display: block;
 font-weight: bold !important;
}

div.itemhead div.entry-meta {
 margin-bottom: 10px; 
 display: block;
}

h2{
 font-family:Boopeebold,"Trebuchet MS", Arial, Helvetica, sans-serif;
 font-size:30px;
 margin-bottom:10px;
 }
div.itemhead div.entry-meta {margin-bottom:18px;}




#commentlist li .comment-author .fn {
	font-size: 1.5em;
	font-weight: bold;
	letter-spacing: -1px;
	font-style:normal;
	}
#commentlist li p {
	padding: 10px 0;
	font-size: 1.2em;
	line-height: 1.8em;
	}
li.bypostauthor {
	background:none
	}
li.byuser {
	background:none
	}
