/*
	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	: Michael Cotterell
	Author Site	: http://michaelcotterell.com/
	Style Name	: modified Minty Fresh!
	Style URI	: http://john.jones.name
	Version		: 1.0
	Comments	: viridis gerens est!
*/

#page {
	/* The entire design is contained within the 'page' id */;
	border-bottom: none;
	padding-bottom: 0px;
	}
	
#header {
	background: #7aa054;
	}
	
.primary {
	padding-bottom: 0px !important;
	}

.content {
	padding-bottom: 0px;
	}

.entry-content a:visited {
	color: #7aa054;
	text-shadow:#006600;
	}

#primary .entry-content p{
	color: #000000;
	font-size: 12px;
	}

.secondary {
	padding-bottom: 0px;
	}
	
body {
	background: #abdb6c;
	}

ul.menu li a:hover {
	background: #abdb6c;
	}

#footer {
	padding: 20px 0 20px;
	background: white;
	text-align: center;
	margin: auto;
	position: relative;
	clear: both;
	border: 1px solid #ddd;
	border-top: none;
	border-bottom: none;
	}

.columns-one #footer {
	width: 560px;
	}

.columns-two #footer {
	width: 780px;
	}

.columns-three #footer {
	width: 950px;
	}

#footer a {
	color: #7aa054;
	font-weight:normal;
	}
	
h2 a:hover, h2 span a:hover {
	color: #7aa054 !important;
	}

h2, h2 span{
	color: #7aa054;
	}

a {
	color: #7aa054;
	}
	
#primary .metalink, #primary .metalink:visited, /* The Metalink class takes care of the comments, edit, rssnd trackback links next to the titles */
.secondary .metalink, .secondary .metalink:visited,
.secondary span, .secondary span:visited {
	color: #7aa054;
	}
	
blockquote {
	background-position: 10px 10px;
	background-color: #abdb6c;
	border: 1px solid #7aa054;
	color: white;
	}

#dynamic-content .k2-asides h3,
#dynamic-content .k2-asides h3 a{
	padding: 0;
	margin: 0;
	color: #7aa054 !important;
	}

#dynamic-content .k2-asides .entry-meta {
	height: 0px;
	padding: 0;
	margin: 0;
	visibility: hidden;
	}
	
#dynamic-content .k2-asides,
#dynamic-content .k2-asides .entry-head,
#dynamic-content .k2-asides .entry-content {
	margin-left: 25px;
	padding: 0;
	font-size: 1em;
	}

#dynamic-content .k2-asides {
	padding: 0;
	background: url('icons/tag_green.png') no-repeat 3px 3px;
	}
