/* @group Text Colour Title and Slogan */

#pageHeader h1 {
	color: #008000;
}

#pageHeader h2 {
	color: #0080FF;
}



/* @end */

/* @group Link   NORMAL */

/* links */

a:link {
	color: #0262D7;
}

/* breadcrumbcontainer normal */

#breadcrumbcontainer li {
		color: #014496;

}

#breadcrumbcontainer a {
	color: #0262D7;

}

/* @end */

/* @group Link   ACTIVE ecc */

/* movie photos links */

.thumbnail-frame:hover,
.movie-thumbnail-frame:hover   {
	color: #003B85;

}

/* links */

a:hover, a:active   {
	color: #003B85;
}

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

}

/* links visited */

a:visited   {
	color: #0158C1;
}

/* breadcrumbcontainer normal */

#breadcrumbcontainer a:hover {
	color: #003B85;
}

/* @end */

/* @group Text  Colour  CONTENT  */

/* Photo single page */

.photo-frame, .exif-data, .photo-navigation
 {
border-bottom-color: #070707;	
border-color: #070707;	
}

/* Photo single page end */

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

}

#contentContainer, #footer {
	color: #090909;
}

/* Borders Below */

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


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

table, code  {
	border-left-color: #070707;
	border-right-color: #070707;
	border-top-color: #070707;
	border-bottom-color: #070707;
	background-color: %colour_body_background * 1.2%;
	color: #070707;
}

td  {
	border-left-color: #0E0E0E;
	border-right-color: #0E0E0E;
	border-top-color: #0E0E0E;
	border-bottom-color: #0E0E0E;
	
}

th {
	
}

/* @end */

/* @group Text  Colour  SIDEBAR */

#sidebarContainer .lastpublished
.GB_Window .close {
	border-left-color: #0A0A0A;
	border-right-color: #0A0A0A;
	border-top-color: #0A0A0A;
	border-bottom-color: #0A0A0A;
	
}

#sidebarContainer {
	color: #090909;
}

#sidebarContainer .sideHeader,
#sidebarContainer .lastpublished,
.standout, #sidebar blockquote  {
	color: #070707;
}

/* @end */

/* @group GreyBox COLOURS */

/* GreyBox  Global COLOUR control */

/* Top/Bottom borders */

.GB_header {
	border-top-color: #F5F5F5;
	border-bottom-color: #F5F5F5;	
}

/* Gallery text */

.GB_header .caption,
.GB_Window .header {
	color: #F5F5F5;
}

/* Gallery number between  */

#GB_middle {
	color: #FFFFFF;
}

/* frame border */

.GB_Window .content {
	border-left-color: #006A1B;
	border-right-color: #006A1B;
	border-top-color: #006A1B;
	border-bottom-color: #006A1B;	
}

.GB_Gallery .content,
.GB_Window .close {
	border-left-color: #F5F5F5;
	border-right-color: #F5F5F5;
	border-top-color: #F5F5F5;
	border-bottom-color: #F5F5F5;	
}

/* Horiz. Slideshow backgound below */

.GB_header .inner {
	background-color: #006A1B;
}

/* borders window and background site */

.GB_Window .header,
.GB_Window .content {
	background-color: #006A1B;
}

/* Horiz. Transparent backgound below */

#GB_overlay,
.GB_Gallery .content {
	background-color: #006A1B;
}

/* pulsantino pages */

.GB_Window .on {
	color: #FFFFFF;
}

.GB_Window .click {
	color: #FFFFFF;	
}



/* @end */





