/*
	CSS files kept in the 'styles' 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 versions as well as debug any potential
	problems.

	You select schemes from the K2 Options page in the
	'Presentation' section of your WordPress administration.
	
	Author Name		: 	Till Terschueren
	Author Site		: 	http://tterschueren.de
	Style Name		: 	HORST Festival 2009
	Style URI		:	http://getk2.com
	Version			:	1.0
	Header Height		:	260
	Comments		:	HORST Festival 2009 is done for the free open-air festival in Moenchengladbach, Germany.
*/

body.columns-three #primary {
	margin-left: 195px;
}

body.columns-three #sidebar-1 {
	left: -520px;
	margin-left: -195px;
}

body {
	background: #630024;
	background
	color: #666666;
	margin: 0;
	}

#header {
	display: none; 
	
	/*#FFFFFF url('header.gif') center center no-repeat;
	height: 1px;
	*/
	}

h1 /* Schaltet den Titel im Header weg */ {
	display: none;
	}

.description /* Schaltet den Text im Header weg */  {
	display: none;
	}

#page {
	font-family: Arial, "Lucida Sans", Verdana, Helvetica, sans-serif; 
	border: none;
	background-repeat: repeat;
	background-position: top center; 
	background-image: url('page.gif');
	}

.primary {
	padding-left: 25px;
	}

ul.menu li.page_item {
	display: none;
	}

ul.menu li.current_page_item {
	display: none;
	}

ul.menu li.admintab {
	display: none;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, h4, h4 a, h4 a:hover, h4 a:visited, .page-head h2 a:hover, .commentauthor {
	color: #630024;
	}

.entry-content a, .secondary a, .secondary a:hover, .commentauthor a, #commentformbox a, .entry-edit a {
	color: #DB3A0F;
	}

.widget_pages ul li.page_item a {
	font-weight: bold;
}

.widget_pages ul li.page_item ul li.page_item a {
	font-weight: normal;
}

.widget_pages ul li.page_item ul li.page_item {
	list-style-image: url(bullet.gif);
}