/*
	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	: Ryan Mathews
	Author Site	: reflectiondesigns.net
	Scheme Name	: HeartLand Conservatives
	Comments	: Just tossed in a header
*/

#page {
	/* The entire design is contained within the 'page' id */
	}
	
#header {
	background-image: url(logo.jpg);
	background-repeat: no-repeat;
	background-color: #3366cc;
	background-position: 20px 40px;
	padding-left: 70px;
	}

.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 */
	}

