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

a:link, a:visited {
	color: #007E6B;
}

a:hover, a:active {
	color: #005B38;
}

#container {
	border-color: #BEBEBE;
	background-color: #F0F2EE;
}

#contentContainer {
	background-color: #F0F2EE;
	border-color: #F6F6F6;
}


#contentContainer #content {
	color: #656565;
}



/* @group File Sharing */

.filesharing-item {
	background-color: #C0C1BE;
}

.filesharing-item-description {
}

/* @end */

		
#pageHeader {
	background-color: %colour_header_bg%;
}

.photo-navigation {
	background-color: #C0C1BE;
}

#pageHeader h1 {
	color: #191919;
}
		
#pageHeader h2 {
	color: #4D4D4D;
}
		
.photo-links {
	background-color: %colour_body_bg * 0.6%;
	border-bottom-color: %colour_header_bg * 0.5%;
}

.photo-caption {
	color: #656565;
}

.photo-title {
	color: #797979;
}

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

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

.photo-links {
	color: #007E6B;
}

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

#navcontainer ul a {
	color: #F1F0EE;
}

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

#navcontainer ul a:hover {
	color: #FFF10B;
}

#navcontainer #current,
#navcontainer .currentAncestor {
	color: #FFFF0D;
}

#navcontainer ul ul {
}

#sidebarContainer .sideHeader,
#sidebarContainer h1,
#sidebarContainer h2,
#sidebarContainer h3,
#sidebarContainer h4,
#sidebarContainer h5,
 {
	border-bottom-color: #8B8B8B;
	color: #585858;
}

#sidebarContainer {
	color: #585858;
}

#sidebar {
	color: #585858;
	background-color: #F6F6F6;
}

#sidebarContainer h1 {
	background-color: #858585;
	color: #E4E4E4;
}

#sidebarContainer h1+p {
	background-color: #E4E4E4;
	color: #858585;
}

#sidebarContainer h1+p a{
	color: #C985A7;
}

#sidebarContainer a {
	color: #9C587A;
}

#footer, #footer p {
	background-color: transparent;
}

#footer a {
}

#footer a:hover {
}


#content h1 {
	color: #505050;
}

#content h2 {
	color: #505050;
}

#content h3 {
	color: #5A5A5A;
}

#content h4 {
	color: #5A5A5A;
}

#content h5 {
	color: #656565;
}

.photo-frame, .thumbnail-frame {
	border-color: #90918E;
	background-color: #FFFFFF;
}

.form-input-field, .form-input-button {
	background-color: #FFFFFF;
	border-color: #D8D9D6;
	color: #656565;
}

/* @group Toolbar */

/* Toolbar Styles */

#navcontainer #current {
	color: #FFF10B;
	background-color: #262581;
}

#navcontainer .currentAncestor {
	background-color: #242278;
}

#navcontainer a:hover {
	background-color: #242278;
}

#navcontainer ul ul a:hover, #navcontainer ul ul ul a:hover {
	background-color: transparent;
}
	
#navcontainer ul ul #current, #navcontainer ul ul ul #current {
	color: #CCC008;
	background: none;
}



/* Parent - Level 0 */

#navcontainer ul {
	background-color: #1E1D64;
}


/* Child - Level 1 */

#navcontainer ul ul {
	background-color: #1B1A5A;
}



/* Child Level 3 */

#navcontainer ul ul ul {
	background-color: #181750;
}

/* @end */