/*
	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	: Arendt 'the destroyer' Schmolze
	Author Site	: http://www.schmolzeundkuehn.de
	Style Name	: Pferdesportverband
	Style URI	:
	Version		: 1.1
	Comments	:
*/

body {
	font: 75% 'Verdana', Verdana, Arial, Sans-Serif; 
	background: #999;
	padding: 0 0 40px;
	color: #bbb;
	margin: 0;
	z-index:1;
	}
	
.columns-two #page {
	z-index:1;
	padding: 0;
	width: 1024px;
	border: none;
}

.content {
	padding: 0;
}

* html .content { /* Bugfix fuer IE6, damit Dropdownmenues ueber den Content ragen koennen */
	position: static;	
	z-index:10;
	display: block;
}

*+ html .content { /* Bugfix fuer IE7, damit Dropdownmenues ueber den Content ragen koennen */
	position: relative;
	z-index:-1;
}

#header {
	position: relative;
	z-index:100;
	background: url('header_1024_2.gif') center center no-repeat;
	width: 100%;
	height: 230px;
	}

body.columns-two #primary-wrapper {
	margin-right: -260px;
	}

* html body.columns-two #primary-wrapper {
	position: relative;	
	z-index:10;
	display: inline;
}

body.columns-two #primary {
	margin-right: 30px;
	padding: 20px;
	
	}

* html body.columns-two #primary {
	position: relative;	
	z-index:10;
	margin: 0 0 0 30px;
	width: 700px;
}

h1, h2, h3 {
	font-family: 'Verdana', 'Helvetica', Arial, Sans-Serif;
	font-size:2em;
	font-weight: normal;
	text-align: left;
	}
	
body.page .entry-content h3 {
display:block;
font-size:1.5em;
margin: 30px 0 0 0;
}
	
h1 a, p.description, p.footerpoweredby, p.footerfeedlinks {
	display: none;
}
	
.secondary h2 {
	font-family: 'Verdana', 'Helvetica', Arial, Sans-Serif;
	font-size: 1em;
	}
	
body.page .entry-content h4 {
display:block;
font-size:1.5em;
padding:5px 0 0;
margin-top:5px;
}

body.page .entry-content h5 {
display:block;
font-size:1em;
margin-top:30px;
padding:5px 0 0;
}

.entry-content p, .entry-content ul, .entry-content ol, .entry-content div, .entry-content blockquote {
margin:25px 0 5px;
}
	
#header	h1.blog-title {
	text-align: right;
	right: 20px;
	font-weight: normal;
	}

#primary {
	/* Contains the main column */
	float:left;
	padding: 50px 0 0 0;
	margin-left: 30px;
	width: 650px;
	min-height: 480px;
	}
	
.entry-content {
text-align:left;
}

.hentry {
margin:10px 0 25px;
position:relative;
}
	
	.entry-head {
margin-top:10px;
margin-bottom:20px;
}

	.entry-content p, .entry-content ul, .entry-content ol, .entry-content div, .entry-content blockquote {
margin: 15px 0 0 0;

	}
	
	.entry-content.alignleft img {
		margin: 10px 15px 0 0;
	}

.secondary {
	float:right;
	font-size: 1.1em;
	line-height: 1.5em;
	padding: 50px 0px 20px 20px;
	margin: 0;
	width: 240px;
	min-height: 480px;
	background-color: #E6E6E6;
	color: #666;
	}
	
.chrondata {
	background: transparent;
	padding: 20px 20px 2px 20px;
}

#searchform {
width:226px;
}

/* Dropdownmenue
*****************************************************************/

#sidebar {
	display: block;
	width: 1024px;
	z-index: 5;
	margin: 0;
	padding: 0;
	position: absolute;;
	top: 0;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
}

#sidebar ul {
	width:1024px;
	min-height: 30px;
	list-style-type: none;
	padding: 0;
	margin: 0;
	z-index: 500;
	font-weight: bold;
}


#sidebar li {
	display: inline;
	float: left;
	min-height: 20px;
	position: relative;
	text-align: left;
	padding: 5px 8px 5px;
	margin: 0px;
}

#sidebar li ul {
	width: 140px;
	height: auto;
	top: 100%;
	left: 0px;
	z-index: 1000;
	font-weight: normal;
}

#sidebar li ul li {
	text-align: left;
	width: 140px;	
	height: auto;
	min-height: auto;
	display: block;
}

#sidebar a {
	text-decoration: none;
	}

#sidebar li li ul {
	top: 0;
	left: 0;
}

#sidebar li li:hover ul {
	left: 156px;
}

/* initialy hide all sub sidemenus */
#sidebar ul ul,
#sidebar ul li:hover ul ul,
#sidebar ul ul li:hover ul ul,
#sidebar ul ul ul li:hover ul ul,
#sidebar ul ul ul ul li:hover ul ul {
	display: none;
	position: absolute;
}

/* display them on hover */
#sidebar li:hover ul,
#sidebar ul li:hover ul,
#sidebar ul ul li:hover ul,
#sidebar ul ul ul li:hover ul,
#sidebar ul ul ul ul li:hover ul,
#sidebar ul ul ul ul ul li:hover ul {
  display: block;
}

/* colors */

#sidebar {
	color: #FFFFFF;
	background: #E51210;
}

#sidebar ul {
	-moz-opacity:0.95; /* for mozilla */
	opacity: 0.95; /* for safari */
	khtml-opacity: 0.95 /* for konquerer and older safari */
}

#sidebar ul ul {
}
#sidebar ul li {
	background: #E51210;
}


#sidebar h2 {
	color: #FFFFFF;
}

#sidebar a {
	color: #FFFFFF;
	}

#sidebar ul li:hover {
	background: #333333;
}

#sidebar ul li ul {

}

#sidebar ul li ul li {
	background: #333333;
}

#sidebar ul li ul li:hover {
	background: #666666;
}

#sidebar ul li ul ul li{
	background: #666666;
	
}

#sidebar ul li ul ul li:hover {
	background: #999999;
}
