/*
	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 {
	background: #556B2F;		
     }

#page {
	background: #fff;	
	border: 1px solid #000;
	margin-top: 20px;
	padding: 0;	
	}
	
#header {
	height: 250px;
	background: url("pastureperfect/ppp_header.jpg") top center no-repeat #fff;	
	}
	
.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 */
	}

.primary .item .itemtext {
	font: 1.4em/1.5em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

h1, h1 a, h1 a:hover, h1 a:visited,
#header .description {
	display: none;
	}

li {
/*	list-style-image: url("pastureperfect/list.gif");*/
	list-style: none;
}



/*-------    Horizontal menu   ----------*/

#hmenu {
	margin: 0;
	padding: 0;
}

#hnav {
	height: 22px;
	width: 100%;
	background: #f5d7b4;
	border-bottom: 1px solid #a87040;
	border-top: 1px solid #a87040;
}

#navcontainer
{
margin: 0;
padding: 0;
height: 20px;
}

#navcontainer ul
{
border: 0;
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
}

#navcontainer ul li
{
display: block;
float: left;
text-align: center;
padding: 0;
margin: 0;
}

#navcontainer ul li a
{
background: #f5d7b4;
width: 78px;
height: 22px;
border-right: none;
padding-top: 0;
margin: 0 0 0px 0;
color: #a87040;
text-decoration: none;
display: block;
text-align: center;
font: normal 11px/22px Georgia, "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
}

#navcontainer ul li a:hover
{
color: #ffedd6;
background: #a87040;
}

#navcontainer a:active
{
background: #a87040;
color: #ffedd6;
}

#navcontainer li#active a /*not in use*/
{
background: #a87040;
border: 1px solid #db0017;
color: #fff;
}
