/*
	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	:
	Style Name	:
	Style URI	:
	Version		:
	Comments	:
*/
body {
	font: 62.5% Arial, Helvetica, Verdana, Tahoma, sans-serif; /* Resets 1em to 10px */
	color: #444;
	background: #BCE473;
	}
input, textarea, select {
	font: 120% Arial, Helvetica, Verdana, Tahoma, sans-serif; /* Resets 1em to 10px */
	color: #444;
	}
a:link {
	color:#0C794F;
}
a:visited, a:active {
	color:#666;
}
#page {
	/* The entire design is contained within the 'page' id */
	border: 1px solid #000;
	border-top: none;	
	padding: 0px 0 10px;
	}
	
#header {
	/* Contains the H1 and menu */
	background:#FFCC00;
	}

ul.menu li a {
	font: bold small-caps 1.06em Verdana, Helvetica, Arial, Sans-Serif;
font-weight: bold;
	color: #C4391A;
	margin: 0;
	}
ul.menu li a:hover {
	color: #FFF;
	background: #0C794F;
}

h1 { /* H1 is the title in the header */
	font-weight: bold;
	letter-spacing:1px;
	text-transform:uppercase;
	}

h1, h2, h3, h4 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: red;
	}
	
h2 { /* H2 is what kind of page you are on. Eg. 'Monthly Archive'. */
	font-size: 2em;
	font-weight: bold;
	text-transform:uppercase;
	letter-spacing: -1px;
	}

.secondary h2 { /* Secondary H2 is sidebar headlines */
	font-size: 1.3em !important;
	letter-spacing: 0.3px;
	font-weight: bold !important;
	padding: 0 !important;
	display: inline;
	}

#primary h3, #primary h4, .single #primary .k2-asides h3 { /* H3 is entry headlines. H4 is comments and replyform headlines */
	font-size: 2em;
	font-weight: bold;
	letter-spacing: -1px;
	}
h2 a:hover, h2 span a:hover {
	color: #0C794F !important;
	}
h3 a:visited {
	color: #9AC841 !important;
	}
.primary {
	/* Contains the main column */
	}

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

.entry-content {
	/* The meat and potatoes of every entry */
	line-height: 1.3em;
	}

.secondary {
	/* Contains the sidebar */
	}
#footer {
	padding-bottom: 10px;
	}
#footer a {
	color: #777;
	border-bottom: 1px solid #777;
	font-weight: bold;
	}

#footer a:hover {
	border: none;
	text-decoration: none;
	color: #777;
	}