/* @group Text Colour Title and Slogan */

#pageHeader h1{
	color: #0A4193;
}

#pageHeader h2
{
	color: #0C4EB0;
}



/* @end */

/* @group Text Colour  */

.album-title,
.movie-page-title,
.filesharing-item-title,
.standout, blockquote
 {
	color: #1A1A1A;

}

#contentContainer,
#footer,
#sidebarContainer,
.exif-data,
#sidebarContainer .sideHeader,
#sidebarContainer .lastpublished,
.standout, #sidebar blockquote {
	color: #212121;
}

/* Borders Below */

.album-title,
.movie-page-title,
.filesharing-item-title a:link,
.blog-entry-date,
#navcontainer2 a{
	border-bottom-color: #2A2A2A;
	border-top-color: #2A2A2A;
}


#contentContainer,
#footer  {
	border-left-color: #212121;
	border-right-color: #212121;
}

table, code  {
	border-left-color: #1C1C1C;
	border-right-color: #1C1C1C;
	border-top-color: #1C1C1C;
	border-bottom-color: #1C1C1C;
	color: #1C1C1C;
}

/* 	background-color: %colour_body_background * 1.2%;*/

td  {
	border-left-color: #2E2E2E;
	border-right-color: #2E2E2E;
	border-top-color: #2E2E2E;
	border-bottom-color: #2E2E2E;
}

/* @end */

/* @group Text Colour -Toolbar */

#navcontainer a,
#navcontainer ul ul ul li a,
#navcontainer .currentAncestor,
#navcontainer ul ul .currentAncestor,
#navcontainer ul ul ul .currentAncestor{	
color: #0A4193;
}

#navcontainer ul ul a  {
	color: #093A84;
}
#navcontainer ul ul ul a {
	color: #08377C;
}
#navcontainer ul ul ul ul a,
#navcontainer ul ul ul ul ul a {
	color: #083475;
}

/* end normal */

#navcontainer a:hover,
#navcontainer a:active,
#navcontainer .current,

#navcontainer ul .current,
#navcontainer ul #current,
#navcontainer ul ul a:hover,
#navcontainer ul ul a:active,
#navcontainer ul ul .current,
#navcontainer ul ul #current   

#navcontainer ul ul ul a:hover,
#navcontainer ul ul ul a:active,
#navcontainer ul ul ul .current
{	
color: #399CDC;
}

/* end over */



/* @end */

/* @group Text links  */

#breadcrumbcontainer li {
	color: #08377C;
}

a:link {
	color: #0A4193;
}

/* @end */

/* @group Text links highlight */

.thumbnail-frame:hover,
.movie-thumbnail-frame:hover   {
	color: #399CDC;

}

a:hover, a:active, a:visited   {
	color: #399CDC;
}

.blog-archive-link-enabled,
.blog-category-link-enabled,
.blog-entry-permalink a:visited   {
	color: #399CDC;

}

/* @end */

/* @group content COLOR colour_content_background */

/* container and background in all pages */

#pageHeader,
#container,
#container_image,
.photo-background,
#footer  {
background-color: %colour_content_background%;	
}


/* @end */

/* @group Background COLOR colour_body_background */

/* container and background in all pages */

body,
#body_image,
.movie-background {
background-color: %colour_body_background%;	
}



/* @end */

/* @group Border no */

/* #container,
#pageHeader,
#breadcrumbcontainer,
#navcontainer,
#navcontainer a,
code {
	border-left-color: %colour_border%;
	border-right-color: %colour_border%;
	border-top-color: %colour_border%;
	border-bottom-color: %colour_border%;
}*/

/* #navcontainer a:hover,
#navcontainer #current, {
	border-bottom-color: %colour_border * 1.2%;
	
}
 */



/* @end */




