/*
	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	: freshheit.de
	Author Site	: http://www.freshheit.de
	Style Name	: Govo
	Style URI	: http://www.govo.de
	Version		: 1.0
	Comments	:
	
	Header Text Color :
  Header Width : 900
  Header Height : 130
*/


body {
	background: white;
	}
	
#page {
	/* The entire design is contained within the 'page' id */
	width: 900px;	
	border: none;	
	}
	
* html #page { width: 890px } /* IE hack */

.content {
 margin-top:40px;
}
	
#header {
	/* Contains the H1 and menu */
	background:white url('header01.jpg') no-repeat top left;
	width: 100%;
	height: 130px;	
	margin-bottom:10px;
	}
	
	
#primary {
	/* Contains the main column */
	width: 500px;
	padding:0 !important;
	margin:0;	
	position:absolute;
	left:180px;
	}

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

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

#sidebar-1 {
	/* Contains the sidebar */
	width: 160px;
  float:left;	
	padding:0;
	padding-bottom:20px;
	margin:0;
	margin-top:5px;
	color: #666;
	position:absolute;
	left:0;
	}
	
	
/*
 * alle Links, sofern sie nicht weiter unten überschrieben werden
 */
a         { color:black; text-decoration:underline; }
a:link    { color:black; text-decoration:underline; }
a:visited { color:black; text-decoration:underline; }
a:active  { color:black; text-decoration:underline; }
a:hover   { color:black; text-decoration:underline; }	
	
	
#sidebar-2 {
 width: 160px;
 float:right;	
 margin-top:5px;  
}

#sidebar-2 h2 { /* Secondary H2 is sidebar headlines */
	font-size: 1.5em !important;
	font-weight: 600 !important;
	padding: 0 !important;
	text-align:left;
	}
	
#sidebar-2 ul {
  list-style-type:none;
	}
	
#sidebar-2 p {
  padding-top:5px;
	}	
	
#sidebar-2 a {
  text-decoration:none;
	}	
	
	
#losung ul b,
#losung ul a {
  display:none;
  }
  	
  	
#footer {
  display:none;
  }
	
h2 { /* H2 is what kind of page you are on. Eg. 'Monthly Archive'. */
	text-align:left;	
  }	
	
	
	
/*- Main Menu in Header */

div.menu-date {
  display:block;
  float:left;
  width:145px;
	margin-top:106px;
}
div.menu-date p {
	font-size: 1.2em;
	padding: 5px 0 6px;
	font-weight:600;
	color:#FF6600;
}

	
ul.menu {
  display:block;
  float:left;
	margin-left:150px;
	width:700px;
	margin-top:106px;
	}	

ul.menu li a {
  background:url(bg_menu.gif) repeat-y left;
	font-size: 1.2em;
	color:black;
	text-decoration:none;	
	font-weight:500;
	}
	
ul.menu li a:hover {
	background: #FF6600;
	color: #eee !important;
	text-decoration:none;
	}

ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover,
ul.menu li.current_page_parent a,
ul.menu li.current_page_parent a:hover {
  background:url(bg_menu.gif) repeat-y left;
	color: #FF6600 !important;
	text-decoration:none;	
	}	

ul.menu li.admintab a {
	background-image:none;
	}

	
	
.page-head h2 { font-weight:500; }


.hentry {
 clear:both;
 margin:0px;    
}

/* entry meta */
.entry-head {
 clear:both;
 margin:0;
}

.entry-meta a {
 	text-decoration:none;
}

.meta-start {
	padding: 2px 0 2px 0;
	background:0;
	}	
.chronodata {	
	padding: 2px 0 2px 0;
	background:0;
	}
.commentslink {
	padding: 2px 0 2px 0;
	background:0;
	}	
.entry-edit a {
	padding: 2px 0 2px 0;
	background:0;
	}	
h3.entry-title a {
  color:#FF6600;
 	text-decoration:none;
}	

.entry-content     { margin-bottom:50px; }
.entry-content img { padding:2px; border:1px solid black; margin-right:10px; margin-bottom:5px; }

.entry-comments { clear:both; }



.secondary div {
	margin:0;
	padding:0;
}
	
#wp-calendar a {
 	text-decoration:none;
 	font-weight:600;
}
#wp-calendar caption {
 	padding-top:8px;
}


h1, h2, h3, h4 {
	font-family:'Lucida Grande', Verdana, Arial, Sans-Serif;
}
h2 { font-size:2.25em; }
h3 { font-size:2em; }
h4 { font-size:1.75em; }


.secondary h4 { /* Secondary H2 is sidebar headlines */
	font-weight:bold !important;
}
.secondary h4 a {
	font-weight:600;
}
.secondary a {
	text-decoration:none;
	font-weight:500;
}


.wp-pagenavi { clear:left; }


div.widget { margin-bottom:35px; }

#wp-calendar caption {
	font-size: 1em;
	font-weight: bold;
	padding:0;
}
	
.widget_search input[type=text] { width:90px !important; }