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

a:link, a:visited {
	color: #326EA1;
}

a:hover, a:active {
	color: #204B6E;
}

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

.photo-title {
	color: #F4F4F4;
}

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

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

.photo-links {
	color: #326EA1;
}

.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: #326EA1;
}

#content {
	color: #CCCCCC;
}

#content h1 {
	color: #A3A3A3;
}

#content h2 {
	color: #A3A3A3;
}

#content h3 {
	color: #B7B7B7;
}

#content h4 {
	color: #B7B7B7;
}

#content h5 {
	color: #CCCCCC;
}

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