/* @group General */

body {
	background-color: %colour_page_background%;
	color: #191919;	
}

a:link, a:visited {
	color: #0D007E;
}

#footerContainer {
	color: #E6E6E6;
	background-color: #004080;
	border-top-color: #092D49;
}/* @end */

/* @group Layout */

#bar {
	background-color: #092D49;
	border-bottom-color:#082841;
}

#pageHeader {
	background-color: #004080;
}
/* @end */

/* @group Navigation */

#navcontainer #current,
#navcontainer a:link.currentAncestor,
#navcontainer a:visited.currentAncestor {
	color: #E6E6E6;
}



#navcontainer ul ul #current, 
#navcontainer ul ul a:link.currentAncestor,
#navcontainer ul ul a:visited.currentAncestor {
	color: #EEEEEE;
	background-color: #092F4C;
	
}


#navcontainer a:link, 
#navcontainer a:visited {
	color: #ACACAC;
}

#navcontainer a:hover, 
#navcontainer a:active {
	color: #E6E6E6;
	
}

#navcontainer ul ul {
	background-color: #092D49;
}

#navcontainer ul ul a:link, 
#navcontainer ul ul a:visited {
	color: #A7A7A7;
}

#navcontainer ul ul a:hover {
	color: #EEEEEE;
	background-color: #092F4C;
}

#navcontainer ul ul #current{
	color: #EEEEEE;
	background-color: #092F4C;
}

#navcontainer ul ul li {
	border-top-color: #093150;
	border-right-color: #082841;
	border-bottom-color:#082841;
	border-left-color: #082841;
}/* @end */

/* @group Headings */

#pageHeader h1 {
	color: #E6E6E6;
}

#pageHeader h2 {
	color: #0000FF;
}/* @end */

/* @group Blog */

h1.blog-entry-title {
	color: #004080;
}

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

.blog-archive-headings-wrapper {
	color: #004080;
}/* @end */

/* @group Photo and Movies */

.photo-background {
	background-color: #E6E6E6;
}

.photo-navigation {
	background-color: #004080;
	color: #E6E6E6;
	border-bottom-color: #092D49;
	
}

.photo-links{
	color: #ACACAC;
}

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

.photo-navigation a:hover {
	color: #E6E6E6;
}

.photo-caption {
	color: #0000FF;
}

.movie-thumbnail-caption {
	color: #0000FF;
}

.movie-background {
	background-color: #fff;
}

.thumbnail-caption {
	color: #0000FF;
}

.movie-title {
	border-top-color: #092D49;
	background-color: #004080;
	color: #E6E6E6;
}/* @end */

form {
	color: #092D49;
}

label{
	color:#191919;
}