/*
	CSS files kept in the 'styles' directory can be used to
	customize 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 styles from the K2 Options page in the
	'Presentation' section of your WordPress administration.

	For more information on how to use custom styles:
		http://code.google.com/p/kaytwo/wiki/K2CSSandCustomCSS
	
	Author Name	:
	Author Site	:
	Style Name	:
	Style URI	:
	Version		:
	Comments	:
*/


h2, h3, h4 {
	color: #2e4c23;
	border-bottom: solid 3px #2e4c23;
	text-align: left;
	font-size: 2em;
	}
h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited, h4, h4 a, h4 a:visited {
	color:#2e4c23;
	}
a, a:visited a:active a:hover {
	color:#2e4c23;
	}
body {
	background: #fff url('ominousOlive.jpg') top left no-repeat;
	}
#olive {
	background: url('page_bg.png') top center repeat-y;
	width: 100%;
	height: 100%;
	
	}
.flexipages_widget {
	border-top: solid 2px #2e4c23;
	border-bottom: solid 2px #2e4c23;
	}
#page {
	/* The entire design is contained within the 'page' id */
	padding-top: 0;
	border: none;
	width: 780px;
	}
	
#header {
	/* Contains the H1 and menu */
	padding: 0;
	margin: 0;
	height: 235px;
	background: bottom center no-repeat;
	border-bottom: 3px #bad468 solid;
	}
#header ul.menu {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 35px;
	background: #fff url('menu_bg.gif') top left repeat-x;
	}	

ul.menu li a {
	display: block;
	float: left;
	padding: 10px 8px 0 8px;
	font-size: 1.2em;
	background: transparent;
	color: #161b06;
	margin: 0; 
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 0;
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	}

ul.menu li a:hover {
	background: transparent;
	color: #60761c;
	text-decoration: none;
	}

ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover,
ul.menu li.current_page_ancestor a,
ul.menu li.current_page_ancestor a:hover {
	color: #60761c;
	background: transparent;
	text-decoration: none;
	font-weight: bold;
}

#primary {
	/* Contains the main column */
	}

.hentry {
	/* Each entry is contained within the 'hentry' class */
	}

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

#sidebar-1 {
	/* The first sidebar */
	}

#sidebar-2 {
	/* The second sidebar */
	}

.secondary {
	/* Contains both sidebars */
	}
#logospace {
	height: 90px;
	}
#logospace img{ 
	float: left;
	}
#storeinfo {
	float: right;
	padding: .5em 1em 0 0;
	}
#storeinfo dt,#storeinfo dd {
	font-size: .8em; !important
	line-height: .8em;
	}
#storeinfo dt {
	font-weight: bold;
	}
#storeinfo dd {
	margin-left: 10px;
	}
#footer {
	border-bottom: 3px #bad468 solid;
	border-top: 3px #bad468 solid;
	width: 780px;
	}
.content{ 
	padding-right: 0;
	background: url('body_bg.gif') top right repeat-y;
	}
#sidebar-1 {
	background: #f2f6df url('sidebar_bg.jpg') top center repeat-x;
	padding-bottom: 10px;
	}
