/* Anchor Colour */

a {
	color: #8AAC2A;
}

a:hover {
	color: #6C8621;
}
a:active {
	/*position: relative;
	top: 2px;*/
}

/* Header Image */

#header {
	background: transparent url(images/masthead.png) left top;
}

/* Header Title and Description */
#header h1 a {
	color: #9FC732;
}

#header h1 a:hover {
	color: #89ab2b;
}

#header h2 {
	color: #4d4d4d;
}

/* Horizontal Navigation */

#navigation li a {
	color: #fff;
}
#navigation li a:hover {
	color: #fff;
	background: #889e4a;
}

#navigation li.current_page_item a {
	color: #fff;
}
#navigation li.current_page_item a:hover { text-shadow: none; }

/* Sub-page Menu */

#subpage ul {
	background: #228b10;
}

#subpage ul li {
	color: #000;
}

#subpage ul li a {
	color: #fff;
}

#subpage ul li a:hover {
	color: #ffff00;
}

/* Postmetadata */

.postmetadata {
	background: #F0F6DF;
}

/* Alternating Comment Colour */

.alt {
	background: #F0F6DF;
}

/* Footer */

#footer {
	background: transparent url(images/footer.png) repeat-x top left;
}

#footer p {
	color: #fff;
}

#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #595959;
	text-decoration: none;
}
#footer a:active {
	position: relative;
	top: 2px;
}

blockquote {
	border-left: 5px solid #0a7501;
}