/*
	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: Christian Spanring
	Author Site	: http://spanring.eu
	Style Name	: Einrichtungsapokalypse
	Style URI	: http://einrichtungsapokalypse.at
	Version	: 1
	Comments	: Based on the wordpress theme Weeds 1.0 by Natalie Jost http://www.nataliejost.com/
*/

body {
	font: 62.5% 'Lucida Grande', Verdana, Arial, Sans-Serif; /* Resets 1em to 10px */
	color: #555;
	background: #D8D4C1 url(back.jpg) fixed 300px 0;
	text-align: center;
	margin: 0 0 30px;
}

#header {
	background: #D8D4C1 url(head-780.jpg) no-repeat;
}

#header div.blog-title a {
	color: #584122;
}

#page {
	background: #F1EFE5;
	border: 2px solid #524323;
	border-top: none;
	padding: 0 0 10px;
}	

/*- Main Menu in Header */

ul.menu li a {
	color: #584122;
	}

ul.menu li a:hover {
	background: #524323;
	}

ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover {
	background: #F1EFE5;
	}
	
/* headings */
	
h1, h1 a, h1 a:hover, h1 a:visited {
	color: #584122;
	}
	
#header h1, #header h1 a, #header h1 a:hover, #header h1 a:visited, #header .description {
	color: #584122 !important;
	text-decoration: none;
	}
	
.archivepages {
	color: #555;
	}
	
#primary .metalink a, #primary .metalink a:visited, /* The Metalink class takes care of the comments, edit, rss and trackback links next to the titles */
.secondary .metalink a, .secondary .metalink a:visited,
.secondary span a, .secondary span a:visited {
	color: #555;
	}
	
.single #primary .k2-asides .entry-content {
	color: #555;
	}

.comment-login, .comment-welcomeback {
	color: #555;
	}
	
h2, h2 a, h2 a:visited,
h3, h3 a, h3 a:visited,
h4, h4 a, h4 a:visited {
	color: #413C24;
	}
	
/* Primary Contents */

.entry-content {
	color: #555;
	}

li.bypostauthor {
	background: #e5e1c8;
	}
	
ol, ul {
	list-style-type: disc;
	}

/* Links */

h2 a:hover, h2 span a:hover {
	color: #584122 !important;
	}
	
a {
	color: #584122;
	}
	
.entry-content a:visited {
	color: #413C24;
	}
	
.entry-content a {
	text-decoration: underline;
}

div#rollingarchives {
	background-color: #F1EFE5 !important;
}
	
/*- Various Tags and Classes */	
	
.entry-content img {
	border: none;
	}	
	
input[type=text], textarea {
		color: #555;
}

.entry-wong a {
	border: none;
	padding: 2px;
	padding-left: 23px;
	background: url('wongit.png') left center no-repeat;
	height: 16px;
	}
.entry-yigg a {
	border: none;
	padding: 2px;
	padding-left: 23px;
	background: url('yiggit.png') left center no-repeat;
	height: 16px;
	}

/* @group Tag Cloud Module */

.sb-wptagcloud ul {
	line-height: 1.8em;
	text-align: left;
	}

.sb-wptagcloud a {
	padding: 0px;
	}

/* @end */

/* @group Advertising */

#headbanner {
	padding-top: 15px;
	text-align: center;
	}

#largerectangle {
	padding-left: 20px;
	}

/* @end */

/* @group Google Suche */

#cse-search-box div input[type=text] {
	width:  98%;
	margin-top: 8px;
	}

/* @end */
