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

a:link, a:visited, #navbarside a {
	color: #00006d;
}

a:hover, #navbarside .current a, #navbarside a:hover {
	color: #fcba10;
}

a:active {
	color: #fcba10 * 1.3%;
}


#content {
	color: #00006d;
}

#mainContent {
	color: #00006d;
}


#navcontainer ul a {
	color: %colour_navbar_text%;
}

.photo-navigation a:link,
.photo-navigation a:visited {
	color: %colour_content_links%;
}

#navcontainer ul a:hover {
	color: %colour_navbar_text_active%;
}

#navcontainer .current,
#navcontainer .currentAncestor {
	color: %colour_navbar_text_active * 1.2%;
}*/

#navcontainer ul ul {
}

#sidebarContainer .sideHeader,
#sidebarContainer h1,
#sidebarContainer h2,
#sidebarContainer h3,
#sidebarContainer h4,
#sidebarContainer h5
 {
	border-bottom-color: #ffffff;
	color: #00006d;
}

#sidebarContainer {
	color: #00006g;
}


#footer_col {
	background-color: #cccccc;
}


#footer, #footer p {
	color: #00006d;
}

#footer a {
	color: #00006d;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: none;
	color: #e9e9e9;
}


#content h1 {
	color: #00006d * 0.8%;
	
}

#content h2 {
	color:#666666;
	text-shadow: 1px 1px 1px #aaa;
}

#content h3 {
	color: %colour_content_text * 0.9%;
}

#content h4 {
	color: %colour_content_text * 0.9%;
}

#content h5 {
	color: %colour_content_text%;
}

.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 + #333333%;
	border-color: %colour_content_bg - #111111%;
	color: %colour_content_text%;
}

.fett {
	font-weight:bold;
}

/* @group Toolbar */

/* Toolbar Styles */

#navcontainer {
	background-color: #ffffff;
}

#navcontainer .current {
	color: #333333;
}

#navcontainer .currentAncestor {
}

#navcontainer a:hover {
        color: #cccccc;
}

#navcontainer ul ul a:hover, #navcontainer ul ul ul a:hover {
}
	
#navcontainer ul ul .current, #navcontainer ul ul ul .current {
	color: %colour_navbar_text_active * 0.8%;
}



/* Parent - Level 0 */

#navcontainer ul {
	font-family:"Orbitron", sans-serif;
}


/* Child - Level 1 */

#navcontainer ul ul {
}



/* Child Level 3 */

#navcontainer ul ul ul {
}

/* @end */

#pageHeader #headerImage {
	background-color: %colour_header_background%;
}

#pageHeader h1 {
	color: %colour_header_title%;
}
		
#pageHeader h2 {
	color: %colour_header_slogan%;
	background-color: %colour_header_slogan_background%;
}

#navcontainer .morph1 {
	color: %colour_navbar_text%;
	opacity: 0.7;
}

#navcontainer .morph2 {
	color: %colour_navbar_text_active%;
	opacity: 1;
}

#breadcrumbcontainer .morph1 {
	color: %colour_navbar_text%;
	opacity: 0.7;
}

#breadcrumbcontainer .morph2 {
	color: %colour_navbar_text_active%;
	opacity: 1;
}

#navbarside {
	border-radius: 5px;
	background-color: #ffffff * 1.06%;
	border-color: %colour_content_bg * 0.8%;
	-webkit-box-shadow: 0 0 10px %colour_content_bg * 0.95%;
	box-shadow: 0 0 10px %colour_content_bg * 0.95%;
}