body, .photo-background {
	background: %colour_background%;
	color: %colour_text%;
}

#site_title {
	color: %colour_title%;
}

#site_slogan {
	color: %colour_slogan%;
}

a:link, a:visited, #toolbar_horizontal a  {
	color: %colour_a_link%;
}

a:hover, #footer a:hover, #breadcrumbcontainer a:hover, #toolbar_horizontal .current:hover, #toolbar_horizontal a:hover, #toolbar_footer a:hover, .blog-category-link-enabled:hover, .blog-archive-link-enabled:hover, .blog-rss-link:hover, .blog-comments-rss-link:hover, .blog-entry-title a:hover, .filesharing-item-title a:hover, .thumbnail-frame a:hover, .photo-navigation a:hover {
	color: %colour_a_hover%;
}

.header, #toolbar_horizontal ul li a:hover, #toolbar_horizontal ul li .current, #toolbar_horizontal ul li .currentAncestor {
	border-color: %colour_background*0.95%;
}

strong, b {
	color: %colour_bold%;
}

h1, h2, h3, h4, h5, h6 {
	color: %colour_headings%;
}

blockquote, .standout {
	color: %colour_blockquote%;
	border-color: %colour_blockquote_border%;
}

#sidebarContainer .sidebar, #footerContainer .sidebar, .filesharing-item, .blog-entry-comments-inline, .movie-thumbnail-frame {
	color: %colour_sidebar%;
	background-color: %colour_sidebar_bg%;
	border-color: %colour_sidebar_bg-0.1%;
}

.filesharing-item:hover {
	background-color: %colour_sidebar_bg-0.1%;
	border-color: %colour_sidebar_bg-0.3%;
}

ul.blog-tag-cloud, #blog-categories, #blog-archives, .blog-entry-comments-inline, .filesharing-item, .movie-thumbnail-frame {
	border-color: %colour_sidebar_bg-0.1%;
}

.movie-thumbnail-frame:hover {
	border-color: %colour_sidebar_bg-0.3%;
}

