body,
.movie-background, .photo-background {
	background-color: #282828;
	border-color: #666666;
}

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

a:hover, a:active {
	color: #9BA5B4;
}

#container {
	border-color: #666666;
	background-color: #44569D;
}

#contentContainer {
	background-color: #44569D;
	border-color: #EE4D04;
}


#contentContainer #content {
	color: #0F1222;
}



/* @group File Sharing */

.filesharing-item {
	background-color: #36447D;
}

.filesharing-item-description {
}

/* @end */

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

.photo-navigation {
	background-color: #36447D;
}

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

.photo-caption {
	color: #0F1222;
}

.photo-title {
	color: #121528;
}

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

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

.photo-links {
	color: #ACC7E7;
}

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

#navcontainer ul a {
	color: #F3F3F3;
}

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

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

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

#navcontainer ul ul {
}

#sidebarContainer .sideHeader,
#sidebarContainer h1,
#sidebarContainer h2,
#sidebarContainer h3,
#sidebarContainer h4,
#sidebarContainer h5,
 {
	border-bottom-color: #CCCCCC;
	color: #999999;
}

#sidebarContainer {
	color: #999999;
}

#sidebar {
	color: #999999;
	background-color: #EE4D04;
}

#sidebarContainer a {
	color: #DD99BB;
}

#footer {
	background-color: #333333;
	color: #CCCCCC;
}

#footer a:link, #footer a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}

#footer a:hover, #footer a:active {
	color: #FFFFFF;
	text-decoration: none;
}

#content h1 {
	color: #0C0E1B;
}

#content h2 {
	color: #0C0E1B;
}

#content h3 {
	color: #0D101E;
}

#content h4 {
	color: #0D101E;
}

#content h5 {
	color: #0F1222;
}

.photo-frame, .thumbnail-frame {
	border-color: #28335E;
	background-color: #5F78DB;
}

.form-input-field, .form-input-button {
	background-color: #5F78DB;
	border-color: #3D4D8D;
	color: #0F1222;
}

/* @group Toolbar */

/* Toolbar Styles */

#navcontainer .current {
	color: #BB0200;
	background-color: #FF6405;
}

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

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

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



/* Parent - Level 0 */

#navcontainer, #navcontainer ul {
	background-color: #EE4D04;
}


/* Child - Level 1 */

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



/* Child Level 3 */

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

/* @end */