/*
	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	: J Rousseau
	Author Site	: http://www.inetworx.co.za
	Style Name	: HandtoMouth
	Style URI	: http://www.handtomouth.co.za
	Version		: 1
	Comments	:
*/

#page {
width: 800px; /* Width of entire blog */
_width: 800px; /* Check in IE and adjust accordingly */
	}
	
#header {
background: #FFF url('header.gif');
background-repeat:no-repeat;
height: 150px !important;
	}
	
.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 */
	}
	
	 /* Sidebar Modifications */
.secondary ul li {
background: #fff url('icon.gif') no-repeat left center;
padding-left:15px; padding-right:0; padding-top:0; padding-bottom:0
}

.secondary ul li:hover {
background: #fff url('icon.gif') no-repeat left center;
}

#header .description {
font-size:0;
text-indent:-500em;
display:none;
}

h1 {
font-size:0;
text-indent:-500em;
display:none;
}

body {
background: #EDF2F2 !important;
}

ul.menu {
	margin-top: 10px; /* you can use margin to control where the padding starts */
	background: #EDF2F2 !important;
}

ul.menu li a {
	font: normal bold xx-small Verdana, Helvetica, Arial, Sans-Serif; /* 11px */
	color: black; /* default color, non-hover state */
	text-transform: uppercase;
}

ul.menu li a:hover{
background: none !important; /* hover background menu item color */
color: #5480BF !important; /* text color when hovered */
border-bottom: 5px solid #C8CD00; /* just a hover style, not necessary */
}

ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover {
color: none !important; /* active tab hover text color */
background: none !important; /* active tab background color */
border-bottom: 5px solid #5480BF;
}
