/*
	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	:Drew Matthews
	Author Site	:regalbear.com
	Scheme Name	:exclusiveȘ K2
	Comments	:based on the default K2 scneme, just greener.
*/

body
{
	margin: 0;
	padding: 0;
	background-color: #34990c;
}

#page
{
	/* The entire design is contained within the 'page' id */
	background-color: #FFFFFF;
	border: 0;
}

ul.menu li a:hover
{
	/* menu hover state */
	background: #34990C;
}

#header
{
	/* Contains the H1 and menu */
	background-color: #246908;
	font-family: "Verdana", "Arial", "Helvetica", sans serif;
}

#postInfo
{
	padding: 2px;
	background-color: #FFFFFF;
	border-bottom: 1px solid #DEDEDE;
}

.primary
{
	/* Contains the main column */
	font-family: "Verdana", "Arial", "Helvetica", sans serif;
}

.primary p h2 a
{
	font-family: "Verdana", "Arial", "Helvetica", sans serif;
	color: #666666;
}

/*link*/
.primary a,.secondary a
{
	color: #246908;
	text-decoration: none;
}

/*link hovers*/
.primary a:hover, .secondary a:hover
{
	color: #FFFFFF;
	background-color: #246908;
	border-bottom: 1px dotted #FFFFFF;
}

.item
{
	/* Each entry is contained within the 'item' class */
	width: 550px;
	border-bottom: 1px solid #246908;
}

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

.itemhead
{
	width: 550px;
	background-color: #246908;
}

/*post heading*/
.itemhead h3 a
{
	padding: 0 0 0 5px;
	font-family: "Verdana", "Arial", "Helvetica", sans serif;
	color: #FFFFFF;
}

.secondary
{
	/* Contains the sidebar */
	border-left: 1px solid #F4F4F4;
	padding-left: 10px;
}

.pagetitle { text-align: left; }

h2 a:hover, h2 span a:hover
{
	text-decoration: none !important;
	color: #FFFFFF !important;
}

small
{
	color: #FFFFFF;
	text-decoration: none;
}

/*image style*/
.primary img 
{
	margin-left: 0px;
	padding: 4px;
	border: 1px solid #ccc;
	max-width: 100%;
	background-color: #FFFFFF;
}

