/*
	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	:
	Style Name	:
	Style URI	:
	Version		:
	Comments	:
*/

#page {
	background: white;
	text-align: left;
	margin: 20px auto;
	padding: 2px 0 10px;
	position: relative;
	/* The entire template's width is set in this class. */
	width: 780px;
	_width: 740px;
	border: 1px solid #ddd;
	border-top: none;
	}

#header {
	/* Contains the H1 and menu */
	}

ul.menu,
ul.menu li a {
	padding: 4px 15px 6px;
	}
	
ul.menu li a:hover {
	background: #333;
	color: #eee !important;
	text-decoration: none;
	padding: 4px 15px 6px;
	}
ul.menu li.current_page_item a:hover {
	color: #333 !important;
	background: #FFFFCC;
	text-decoration: none;
	}
#header .description, h1 { /* Description in header */
	visibility: hidden;
	}
.primary {
	/* Contains the main column */
	}
.admintab {
	visibility: hidden;
	}
	
.page-item-29 {
	position: absolute;
	right: 0px;
	}
	
	
.hentry {
	/* Each entry is contained within the 'hentry' class */
	}

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

.secondary {
	/* Contains the sidebar */
	}

