/*
	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	: Markus
	Author Site	: http://www.fuggi82.de
	Style Name	: made for the Unity
	Style URI	: n/a
	Version		: No 0.1
	Comments	: Unity is what we want!

	Header Width: 780px
	Header Height: 200px
*/
body {
	padding: 10px 0 0 0 !important;
	background: url('bg.gif')
	}
	
#page {
	/* The entire design is contained within the 'page' id */
	padding: 0px !important;
	border: 5px solid #2C2C27 !important;
	}
	
#header {
	/* Contains the H1 and menu */
	background-color: #2C2C27 !important;  
	background-repeat: no-repeat !important;
	height: 230px; 
	}
	
#header ul.menu li.admintab {
	visibility: hidden;
	}
	
ul.menu li a {
	color: white !important;
	}
	
.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 */
	}

a {
	color: #A42851;
	font-weight: normal;
	}

a:visited, a:hover {
	color: #802040;
	font-weight: normal;
	}
	
#primary h2 a:hover {
	color: #802040 !important;
	font-weight: normal;
	}
	
.entry-meta a:visited {
	color: #999;
	}

.entry-meta a {
	color: #999;
	}
	
#primary h3, #primary h4, .single #primary .k2-asides h3 { /* H3 is entry headlines. H4 is comments and replyform headlines */
	font-size: 2.0em;
	font-weight: normal;
	letter-spacing: -1px;
	}

#footer {
	visibility: hidden;
	}
