/*
	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	:	Andrea Handel
	Author Site	:	http://www.purpleurple.net
	Style Name	:	Blah
	Style URI	:
	Version		:
	Comments	:
*/

body {
	background: #565656;
}

#page {
	padding: 0;
	background: white;
	width: 800px;
	border: 0px;
	}
	
#header {
	background: black url('header.png') center center no-repeat;
	width: 100%;
	height: 100px;
	}
	
#footer {
	background: black;
	padding: 10px;
}

ul.menu {
	margin: 0;
	padding: 0;
	width: 90%;
	bottom: 0px;
	text-align: left;
	font-weight: bold;
	}

ul.menu li a:hover {
	background: none;
	color: #565656 !important;
	text-decoration: none;
	}

ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover {
	color: #565656 !important;
	background: none;
	text-decoration: none;
	}

.primary {
	}

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

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

.secondary {
	}

