/* @group Layout Colours */

#bar,
.photo-navigation,
.movie-title {
	background-color: #666666;
}
#pageHeader #title {
	background-color: #971500;
}

#pageHeader h1,
#pageHeader h2 {
	text-shadow: #333 0 1px 2px;
	color: #FFFFFF;
}

#footer {
	background-color: #82B4D7;
}

#footer p {
	text-shadow: 0px -1px 0px #4E6C81;
}

#breadcrumbcontainer li {
	color: #5B7E96;
}

/* @end */

/* @group Content Colours */
	
body,
.blog-entry-body,
.blog-entry-date,
.blog-entry {
	color: #656565;
}

#breadcrumbcontainer {

}

h1, h2, h3, h4, h5,
h1.blog-entry-title a,
.blog-archive-headings-wrapper,
.album-title,
.photo-title,
.movie-page-title {
	color: #6997cb;
}



/* @end */

/* @group Navbar */

#navcontainer a {
	color: #fff;
	text-shadow: #650e00 0 1px 0;
	text-decoration: none;
	border-style: none;
}

#navcontainer ul ul a:hover,
#navcontainer ul ul #current,
#navcontainer ul ul .currentAncestor {
	background: #971500;
	color: #fff;
	border-bottom-color: #FF7E00;
}



/* @end */