/* Anchor Colour */

a {
	color: #6F3C1B;
}

a:hover {
	color: #999999;
}

/* Header Image */

#header {
	background: #ADA96E url(images/desertrat.jpg) 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: #ADA96E;
}

#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: #808080;
}

#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: #ADA96E;
}

#footer p {
	color: #fff;
}

#footer a {
	color: #ffff00;
}

blockquote {
	border-left: 2px solid #000000;
	background: #CCCCCC;
}