/*
	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	: Tobias M. Bölz
	Author Site	: http://boelzebub.de
	Style Name	: bölzebub.de
	Style URI	: http://boelzebub.de
	Version		: 0.1
	Comments	:
*/

body {
	padding: 0;
	color: #bbb;
	margin: 0;
	}
	
ul.menu li.page_item a {
	color: white;
	background: #000084;
	}

ul.menu li.current_page_item a, ul.menu li a:hover {
	color: #000084 !important;
	background: #fff;
	}

.admintab {
	display: none !important;
	}

#page {
	/* The entire design is contained within the 'page' id */
	padding: 0;
	width: 796px;
	/*_width: 756px;*/
	}
	
#header {
	/* Contains the H1 and menu */
	background: #000084;
	width: 100%;
	height: 224px;
	}

/*h1 a {
	//background: url('title.png') center;
	position: absolute;
	top: 45px;
	left: 50px;
	//width: 239px;
	//height: 46px;
	padding: 0;
	font-size: 46px;
	//font-size: 0;
	//text-indent: -9000px;
	}*/
	
/*.description-top {
	position: absolute;
	top: 20px;
	left: 50px;
	margin: 0 !important;
	font-size: 14px !important;
	text-decoration: none;
	color: white;
	}*/

/*.description {
	position: absolute;
	top: 96px;
	left: 50px;
	margin: 0 !important;
	font-size: 14px !important;
	}*/
	
a, div.page-head a {
	color: #000084;
	}
	
div.page-head a:hover {
	color: #000084 !important;
	}
	
h2, h3.entry-title { /* H2 is what kind of page you are on. Eg. 'Monthly Archive'. */
	text-align: left !important;
	font-size: 2.1em !important;
	font-weight: normal;
	letter-spacing: -1px;
	}

h4 {
	font-size: 1.5em !important;
	}
	
div.page-head h2 a, div.page-head h2 a:hover {
	color: #444 !important;
	}
	
#primary .entry-content object {
	margin: 0 5px;
	padding: 4px;
	border: 1px solid #ccc;
	max-width: 100%;
	}
	
div.comment-content {
	color: #444;
	}
	
#sk2-footer {
	text-align: center;
	}

#sk2-footer a {
	color: #888;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
	}

#sk2-footer a:hover {
	border: none;
	text-decoration: none;
	color: black;
	}
