/*
	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	: 	bopacasi
	Author Site	: 	http://blog.boggey.de
	Style Name	: 	Wilderness
	Style URI	:	http://blog.boggey.de
	Version		: 	0.4
	Comments	: 	I tried to bring my customized "MinimaPlus" Theme to a K2 Style
*/

#page {
	/* The entire design is contained within the 'page' id */
	font:Verdana,Sans-serif !important;
}
	
#header {
	background: white url('wilderness.jpg') center center no-repeat;
	width: 100%;
	height: 211px;
}

#header h1 {
	position: absolute;
	top: 0px;
	left: 5px;
	padding: 0;
}

.description {
	position: absolute;
	top: 18px;
	left: 5px;
	padding: 0;
	margin: 0 !important;
}

#header h1 a, .description {
    font-size: 12pt;
    color: #c60 !important;
    text-decoration: none;
}

ul.menu li.current_page_item a, ul.menu li.page_item a, ul.menu li.admintab a {
	text-decoration: none;
	background: transparent;
}
	
a:link, ul.menu li.current_page_item a:link, ul.menu li.page_item a:link, ul.menu li.admintab a:link {
	color: #58a !important;
	text-decoration: none;
}

a:visited, ul.menu li.current_page_item a:visited, ul.menu li.page_item a:visited, ul.menu li.admintab a:visited {
	color: #969 !important;
	text-decoration: none;
}

a:hover {
	color: #c60 !important;
	text-decoration: underline;
}

ul.menu li.current_page_item a:hover, ul.menu li.page_item a:hover, ul.menu li.admintab a:hover {
	background: white;
}

a img {
	border-width:0;
}

.primary {
	/* Contains the main column */
}

.hentry {
	/* Each entry is contained within the 'hentry' class */
}

.hentry h3.entry-title a {
	font:18px/1.6em Verdana,Sans-serif !important;
	color: #c60 !important;
	text-decoration: none;
}

blockquote {
	/* font-style: italic; */
	color: #777;
}

.entry-content {
	/* The meat and potatoes of every entry */
}

div.page-head h2 {
	text-align: left;
}

div.comments h4 {
	font:16px/1em Verdana,Sans-serif !important;
}

.secondary {
	/* Contains the sidebar */
}

q:lang(de) { 
	quotes: "„" "”"
}

