/*
	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	:
	Author Site	:
	Scheme Name	:
	Comments	:
*/

body {
	color: black !important;
	}

#page {
	padding-top: 0px;
	border: 1px solid #EDEDED;
	border-top: none;
	}


/*
/****************** Header
*/
	
#header {
	/* Contains the H1 and menu */
	background: url("pmstyle/header_freiheitsstatue.jpg") #6699CC;
	width: 100%;
	height: 120px;
	}

#header .description {
	border-top: 1px solid white;
	padding-top: 1px;
	}
	
h1 {
	margin: 0 0 3px 40px;
	padding-top: 20px; 
	font-variant: small-caps;
	}

h1:hover {
	text-decoration: none;
	}


/*
/****************** Seitenaufteilung
*/

/*           I-----primary-----I   I----secondary----I
/*   Normal: 15px + 550px + 10px   10px +  
/*       IE: 15px + 550px + 10px   10px +      
*/


.primary {
	/* Contains the main column */
	width: 580px;
	float: left;
	padding: 20px 0 10px;
	margin: 0 20px 0 15px;
	display: inline;

	_margin: 0 20px 0 15px; /* IE Hack */
	_width: 580px; /* IE Hack */

	/*border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;*/
	}

.secondary {
	/* Contains the sidebar */
	font: 1em/1.5em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	padding: 10px 10px 30px 10px;
	margin: 0 0 20px 615px;       //margin 0 0 20px 74%;
	width: 145px;                 //width: 23.5%
	color: #666;
	position: relative;
	
	
	/* The following are IE Fixes */
	_padding: 30px 10px 30px 10px;
	_margin-left: 0;
	_margin-right: -100px;//-10%;
	_width: 142px;


	background: #dddddd;
	

	/*border-left: 1px solid #307000;*/
	/*border-bottom: 1px solid #307000;*/
	/*border-right: 1px solid black;*/
	/*border-top: 1px solid black;*/
	}



/*
/****************** Schrift: Hauptseite
*/

.primary h4 {
	font-size: 1.6em;
	}

.primary h3 {
	font-size: 2.0em;
	}

.primary .item .itemtext {
	font: 1.2em/1.5em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	border-top: 1px dotted #777;//#307000;
	color: black;
	text-align: left;
	}

.itemhead {
	margin-top: 10px;
	margin-bottom: 3px
	}

.primary img {
	margin-left: -5px;
	padding: 2px;
	border: none; //1px solid #ccc;
	max-width: 100%;
	}


/*
/****************** Schrift: Links
*/

a {
	color: blue;
	text-decoration: none;
	}

.primary h3 a:hover, .primary h3 a:visited:hover {
	text-decoration: none;
	}

.primary h2 a:hover, .primary h2 a:visited:hover {
	text-decoration: none;
	color: black !important;
	}

.itemtext a:visited {
	color: blue;
	}

h2, h2 a, h2 a:visited,
h3, h3 a, h3 a:visited,
h4, h4 a, h4 a:visited {
	color: black;
	}


h2 a:hover, h2 span a:hover {
	color: blue !important;
	}



/*
/****************** Schrift: Kommentare
*/


.commentslink {
	background: none;
	padding: 2px 0 2px 2px;
	font-weight:bold;
	}

.comments .commentlist .commentmetadata {
	padding: 2px 0 2px 2px;
	background: none;
	}

.comments .commentlist .commentmetadata a{
	padding: 2px 0 2px 2px;
	background: none;
	color: #444 !important;
	}

.comments .commentlist li .commentauthor a {
	color: black !important;
	}




.chronodata {
	background: none;
	padding: 2px 0 2px 2px ;
	}

.metadata {
	color: #444;
	}


/*
/****************** Tabellen:
*/

td {
	vertical-align: top;
	padding: 2px;
	}


.primary .item .itemtext blockquote {
	margin: 10px 50px 10px 30px;
	padding: 0;
	background: #EDEDED;
	border: none;
	}