/*
	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	: Peter Troxler
	Author Site	: klapt.net
	Style Name	: 
	Style URI	:
	Version		:
	Comments	:
*/

body {
	margin: 0;
	background-color: #666666;
	}

#page {
	/* The entire design is contained within the 'page' id */
	padding-top: 0;
	}
	
#header {
	margin-top: 0;
	}
	
h1 {
	padding-bottom: .5em;
	text-align: center;
	}
	
#header .description {
	text-align: center;
	display: compact;
	}
	
#headerbilder {
	position: absolute;
	right: 0;
	top: 0
	}

#headerlogo {
	position: absolute;
	left: 2px;
	top: 1px;
	}
		
#headerbilder img, #headerlogo img {
	border: 0;
	}

.primary {
	/* Contains the main column */
	}

.homepagephotos {
	float: left;
	margin-right: 12px;
	}

.categorydescription {
	font-weight: bold;
	}	

.item {
	/* Each entry is contained within the 'item' class */
	clear: left;
	}
	
.itemfoot {
	/* copy of itemhead */
	}

#primary .aside {
	/* Shouts, short entries, appearing in main content column */
	padding-left: 5em;
	}
	
.post-image, #primary .itemtext img {
	float: left;
	margin:0 5px;
	padding:2px;
	border:1px solid #ccc;
	max-width:100%;
	}

.itemtext {
	/* The meat and potatoes of every entry */
	}

#primary .entry .itemtext {
	}
	
#primary .aside itemhead {
	display: inline;
	}

#primary .aside .itemtext {
	font-family: 'Lucida Grande',Verdana,Arial,Sans-Serif;
	display: inline;
	}
	
.secondary {
	/* Contains the sidebar */
	}

#goooglesearch {
	padding-top: 15em;
	}

#webster {
	padding-top: 2em;
	margin-bottom: 1em;
	}

#tool {
	padding-top: 2em;
	}

.tools {
	width: 140px;
	}
	
/* For Link Indication plugin -- tut aber nicht ... wieso??? */

a.liexternal { padding-right: 15px; background: url(../../images/link-icon_external_23.gif) no-repeat right; }
a.lipetersothers { padding-right: 18px; background: url(../../images/link-icon_external_15.png) no-repeat right; }
a.liwikipedia { padding-right: 14px; background: url(../../images/link-icon_wikipedia.gif) no-repeat right; }
a.liimdb { padding-right: 18px; background: url(../../images/link-icon_imdb.png) no-repeat right; }
a.liftp { padding-right: 13px; background: url(../../images/link-icon_ftp.png) no-repeat right; }
a.limailto { padding-right: 18px; background: url(../../images/link-icon_mail.png) no-repeat right; }
a.lipdf { padding-right: 12px; background: url(../../images/link-icon_pdf.png) no-repeat right;  }