/* Anchor Colour */

a {
	color: #336633;
}

a:hover {
	color: #66cc00;
}

/* Header Image */

#header {
	background: #339933 url(images/green-header.jpg) repeat-x top left;
}

/* Header Title and Description */

#header h1 a {
	color: #fff;
}

#header h1 a:hover {
	color: #ffff00;
}

#header h2 {
	color: #ffff00;
}

/* Horizontal Navigation */

#navigation {
	background: #0a7501;
}

#navigation li a {
	color: #fff;
}

#navigation li a:hover {
	color: #ffff00;
}

#navigation li.current_page_item a {
	color: #ffff00;
}

/* 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: #ffff99;
}

/* Alternating Comment Colour */

.alt {
	background: #ffff99;
}

/* Footer */

#footer {
	background: #336633 url(images/green-footer.jpg) repeat-x top left;
}

#footer p {
	color: #fff;
}

#footer a {
	color: #ffff00;
}

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