/*
	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	: Alexander Filipovic
	Author Site	: http://geloggd.alexander-filipovic.de
	Style Name	: afnm
	Style URI	:
	Version		:
	Comments	:
*/

#page {
	/* The entire design is contained within the 'page' id */
	}

	/*- Headings */
	
h2 { /* H2 is what kind of page you are on. Eg. 'Monthly Archive'. */
	text-align: left;
	font-size: 2.5em;
	font-weight: bold;
	letter-spacing: -1px;
	}
	
.entry-head {
	margin-top: 0px;
	}
	
.entry-title {
	margin-top: 5px;
	}
	
.entry-content h2 {
	text-align: left;
	font-size: 2.2em;
	font-weight: normal;
	margin-top: 35px;
	margin-bottom: 10px
	}
	
.entry-content h3 {
	font-size: 1.8em;
	font-weight: normal;
	margin-top: 15px;
	}

.entry-content h4 {
	font-size: 1.5em;
	font-weight: normal;
	margin-top: 15px;
	}
	
body {
	background: #CCC;
}

#header{
    
}

h1{
    display: none;
}
#header .description {
    display: none;
}
		
.primary {
	/* Contains the main column */
	}

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

.entry-content {
	/* The meat and potatoes of every entry */
	font-size: 1.3em;
	line-height: 1.6em;
	text-align: left;
	margin-bottom: 50px;
	}
	
.entry-content blockquote {
	margin: 11px 0;
	font-size: 0.9em;
	line-height: 1.3em;
	}

.secondary {
	/* Contains the sidebar */
	}

.simplepie {
    /* formatiert die rss integration */
	font-size: 1.0em;
	line-height: 1.4em;
	text-align: left;
	}
	
.simplepie ul {
    /* formatiert die rss integration */
	list-style:none;
	padding:0px;
	margin:0;
	}
	
.simplepie ul li {
    /* formatiert die rss integration */
	margin-bottom:10px;
	padding:4px;
	margin-top:10px;
	border:0px solid grey;
	}
