/*
	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	: Ed Hidden
	Author Site	:http://www.edhidden.com
	Style Name	: Ent Freedom
	Style URI	: 
	Version		:
	Comments	:
*/

body {
	background: #A6C592 url('bak_grad.gif') repeat-x top;
}

#page {
	/* The entire design is contained within the 'page' id */
	background: white url('mustafar.jpg') center center no-repeat;
	padding-top: 0;
	}
	
#header {
	/* Contains the H1 and menu */
	background: #a6c592 url('kubrickheader.jpg') top center no-repeat;
	margin-top: 0;
	height: 152px;
	padding: 0;
	}
	
#header ul.menu {
	background: #a6c592 url('btn_redGloss.gif') repeat-x;
	margin: 0;
}

#header ul.menu li a:hover {
	background: url('btn_redGloss_Hover.gif');
}

#header ul.menu li.current_page_item a:hover {
	background: white;
}
/*
#header ul.menu li a:link, #header ul.menu li a:visited, #header ul.menu li a:hover, #header ul.menu li a:active{
	padding: 20px 8px 20px 8px !important;
	margin: 10px 0 0 0;
	height: 36px;
}
*/
ul.menu li.admintab {
	display: none;
	}
	

	
	
	
	
#header h1, #header p.description {
	display: none;
}
	
	
.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 */
	}

