/*
	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	:
	Author Site	:
	Scheme Name	:
	Comments	:
*/

body{
	xbackground: #2F3339 url(keith/bg.gif);
	}

#page {
	/* The entire design is contained within the 'page' id */
	padding-top: 0;
	}
	
#header {
	position: relative;
	background: #3690C2 url(keith/header_bg.jpg) no-repeat;
	}
#header h1{
	position: absolute;
	top: 80px;
	left: 30px;
	padding: 0;
	margin: 0;
	text-indent: -9999px;
	background: url(keith/logo.gif) no-repeat;
	overflow: hidden;
	}
#header h1 a{
	display: block;
	width: 373px;
	height: 57px;
	}
	
/*- Main Menu in Header */

ul.menu {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 0;
	left: 20px;
	width: 90%;
	}

ul.menu li {
	display: inline;
	margin: 0;
	}

ul.menu,
ul.menu li a {
	padding: 5px 10px 6px;
	}


	
#header #barchart{	
	position: absolute;
	bottom: 0;
	right: 20px;
	width: 138px;
	height: 139px;
/*	background: url(keith/barchart.gif) no-repeat;*/
	}
	
.primary {
	/* Contains the main column */
	}

.pagetitle h2 { /* H2 is what kind of page you are on. Eg. 'Monthly Archive'. */
	display: block;
	text-align: left;
	color: #f00;
	
	}


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

.primary .item .itemtext {
	/* The meat and potatoes of every entry */
	text-align: left;
	}

.secondary {
	/* Contains the sidebar */
	}

#footer{
	margin: 0 auto;
	padding: 8px 0;
	position: relative;
	/* The entire template's width is set in this class. */
	width: 780px;
	_width: 740px;
	color: #666;
	}
	
#footer #legal{
	float: left;
	text-align: left;
	width: 300px;
	padding-left: 10px;
	}

#footer #credits{
	float: right;
	text-align: right;
	width: 300px;
	padding-right: 10px;
	}