/* Anchor Colour */

a {
	color: #8e8e8e;
}

a:hover {
	color: #d7d7d7;
}

body {
	background: #091314 url(images/bigbg-page.jpg) no-repeat top center;
 
}

/* Header Image */

#header {
        background: #091314 url(images/black-header.jpg) repeat-x top left;
	
}

/* Header Title and Description */

#header h1 a {
	color: #737373;
}

#header h1 a:hover {
	color: #737373;
}

#header h2 {
	color: #9d9d9d;
}

/* Horizontal Navigation */

#navigation {
        background: #091314 url(images/main-nav.jpg) repeat-x top left;
}

#navigation li a {
	color: #091314;
}

#navigation li a:hover {
	color: #000000;
}

#navigation li.current_page_item a {
	color: #000000;
}

/* Sub-page Menu */

#subpage ul {
	background: #808080;
}

#subpage ul li {
	color: #ffffff;
}

#subpage ul li a {
	color: #fff;
}

#subpage ul li a:hover {
	color: #dddddd;
}

#container {
         background: #091314;
}


/* Postmetadata */

.postmetadata {
        background: #091314;
}

.post {
        background: url(images/whitefade.jpg) repeat-x top left;
}

#content p {
        background: #151f20;
}

#content h2 {
        background: url(images/heads.png) repeat-x top left;
	color: #fff;
}

#sidebar {
        background: url(images/4pagebg-1.jpg) repeat-x top;
}



/* Alternating Comment Colour */

.alt {
	background: #ffffff;
}

/* Footer */

#footer {
	background: #091314 url(images/main-nav.jpg) repeat-x top left;
}

#footer p {
	color: #091314;
}

#footer a {
	color: #000000;
}

blockquote {
	border-left: 5px solid #000000;
}
