html {
	background-color: #6CD86F;
	color: #333333;
}

a:link, a:visited {
	color: #24871D;
}

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

blockquote, .standout {
	color: #871C6B;
	border-color: #871C6B;
}

#footernav,
.album-description {
	border-color: #0A5331;
}

#container {
	background: %colour_container_background%;
}

#pageHeader h1 {
	color: #333333;
}
		
#pageHeader h2,
.photo-caption {
	color: #AAAAAA;
}

.blog-entry {
	border-color: #0A5331;
}

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

.blog-entry-title a:hover {
	color: #333333;
	background: transparent;
}

.photo-links {
	color: #24871D;
	border-color: #0A5331;
}

.photo-frame {
	border-color: #0A5331;
}

.photo-title {
	color: #333333;
}

.photo-caption {
	color: #AAAAAA;
}

.movie-page-description {
	border-color: #0A5331;
}

.movie-thumbnail-frame {
	border-color: #0A5331;
}

#navcontainer {
	background: #A2217F;
}

#navcontainer ul ul, #navcontainer ul ul ul {
	
}
#navcontainer ul ul li, #navcontainer ul ul ul li,
#navcontainer ul ul a, #navcontainer ul ul ul a {
	background: #A2217F;
}

#navcontainer ul a {
	color: #FFFDFA;
}

#navcontainer ul a:hover {
	color: #70DF72;
}

#navcontainer #current,
#navcontainer .currentAncestor {
	color: #70DF72;
}

#contentContainer h1,
#contentContainer h2,
#contentContainer h3,
#contentContainer h4,
#contentContainer h5 {
	border-bottom-color: #BA4F9E;
	color: #871C6B;
}

#sidebarContainer .sideHeader,
#sidebarContainer h1,
#sidebarContainer h2,
#sidebarContainer h3,
#sidebarContainer h4,
#sidebarContainer h5,
.blog-entry-date,
.blog-archive-link {
	border-bottom-color: #BA4F9E;
	color: #871C6B;
}

#sidebarContainer #sidebar {
	border-bottom-color: #BA4F9E;
}

#faq-body .faq-question {
	border-color: #0A5331;
}

#faq-body .faq-answer {
	border-color: #0A5331;
}

#footer {
	background: %colour_container_background%;
	color: %colour_footer_text%;
}

#footer a:link, #footer a:visited {
	color: #24871D;
}

#footer a:hover, #footer a:active {
	color: #333333;
}

#footerlinks a {
	color: #24871D;
}