/*	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	: Thomas Bruehlmann	Author Site	: Arduino Praxis	Scheme Name	:	Comments	:*/#page {	/* The entire design is contained within the 'page' id */	}	#header {	/* Contains the H1 and menu */	background: black url('arduinopraxis/header-arduinopraxis-dunkel.jpg') top center no-repeat;	width: 100%;	height: 242px;	}		h1 {	padding: 0;	position: absolute;	top: 2px;	left: 150px;	font-size: 40px;	font-weight: bold;	color: #ffffff;	}	h1 a, h1 a:hover, h1 a:visited {color: #ffffff;}	.description {	position: absolute;	top: 55px;	left: 150px;	color: #cccccc;	font-weight: bold;  } 	.primary {	/* Contains the main column */	}.item {	/* Each entry is contained within the 'item' class */	}.itemtext {	/* The meat and potatoes of every entry */	}.secondary {	/* Contains the sidebar */	}		pre {  border: 1px solid gray;  background-color: #eeeeee;  padding: 3px;  font-size: 8pt;  }