/*
	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	: Ralf Balzar
	Author Site	: binaerstoff.de
	Style Name	: binaerstoff
	Style URI	: http://www.binaerstoff.de
	Version		: 1.0
	Comments	:
*/

#page {
	/* The entire design is contained within the 'page' id */
	width: 780px; /* Width of entire blog - 780 standard*/
	_width: 780px; /* Check in IE and adjust accordingly */
	}
	
body {
	background: #000000 !important;
	}
	
a {
/*	color: #669900; */
		color: #bb4411;
		text-decoration: none;
	}


a#tooCool {
	position: fixed;
	right: 0;
	bottom: 0;
	display: block;
	height: 80px;
	width: 80px;
	background: url(http://www.binaerstoff.de/wp-content/images/too_cool_corner.png) bottom right no-repeat;
	text-indent: -999em;
	text-decoration: none;
	}

h1{
	display: none;
	}

#header {
	background: black url('headers/rotate.php');
	width: 780px;
	}

#header .description {
display: none;
}

#header .overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 20;
	}

#header .menu {
	z-index: 30;
	}

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

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

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

.secondary {
	/* Contains the sidebar */
	}

.secondary h2 { /* Secondary H2 is sidebar headlines */
	font-weight: bold !important;
	}

.entry-content img {
border:1px solid #CCCCCC;
margin:0pt 5px;
max-width:100%;
padding:4px;
}
