body,
.movie-background, .photo-background {
	background-color: #000000;
}

a:link, a:visited {
	color: #FFFFFF;
}

a:hover, a:active {
	color: #EEDDCC;
}

.photo-navigation {
	background-color: %colour_content_bg * 0.8%;
}
.photo-links {
	background-color: %colour_body_bg * 0.6%;
	border-bottom-color: %colour_header_bg * 0.5%;
}

.photo-caption {
	color: #FF1600;
}

.photo-title {
	color: #FF1A00;
}

.blog-entry-title a {
	color: #FF1600;
}

.blog-entry-title a:hover {
	color: %colour_links%;
	background: transparent;
}

.photo-links {
	color: #FFFFFF;
}

.exif-data,
.movie-title {
	color: %colour_content_background * 2%;
}

#navcontainer ul a {
	color: %colour_navbar_text%;
}

.photo-navigation a:link,
.photo-navigation a:visited {
	color: #FFFFFF;
}

#content {
	color: #FF1600;
}

#content h1 {
	color: #CC1100;
}

#content h2 {
	color: #CC1100;
}

#content h3 {
	color: #E51300;
}

#content h4 {
	color: #E51300;
}

#content h5 {
	color: #FF1600;
}

.photo-frame, .thumbnail-frame {
	border-color: %colour_content_bg * 0.6%;
	background-color: %colour_content_bg * 1.4%;
}

.form-input-field, .form-input-button {
	background-color: %colour_content_bg * 1.4%;
	border-color: %colour_content_bg * 0.9%;
	color: #FF1600;
}