/* Anchor Colour */

a {
	color: #666666;
}

a:hover {
	color: #999999;
}

/* Header Image */

#header {
	background: #000000 url(images/black-header.jpg) repeat-x top left;
}

/* Header Title and Description */

#header h1 a {
	color: gold;
}

#header h1 a:hover {
	color: orange;
}

#header h2 {
	color: gold;
}

/* Horizontal Navigation */

#navigation {
         background-color:#c70101;
}

#navigation li a {
	color: #fff;
         font-weight:bold;
         letter-spacing:.05em;
}

#navigation li a:hover {
	color: gold;
}

#navigation li.current_page_item a {
	color: gold;
}

/* Sub-page Menu */

#subpage ul {
	background: #808080;
}

#subpage ul li {
	color: #000;
}

#subpage ul li a {
	color: #fff;
}

#subpage ul li a:hover {
	color: gold;
}

/* Postmetadata */

.postmetadata {
	background: white;         border:1px solid #c70101; font-size:0.85em;
}

/* Alternating Comment Colour */

.alt {
	background: whitesmoke;
         border:1px solid #c70101;
}

/* Footer */

#footer {
	background-color:#c70101;
}

#footer p {
	color: #fff;
}

#footer a {
	color: gold;
}

blockquote {
	border-left: 4px solid #c70101;
}
