/* ---backgrounds only below--- */

/* @group Text Colour TITLE and SLOGAN */

#pageHeader h1, #viewingButton #text {
	color: #4E2314;
}

#pageHeader h2
{
	color: #8B5D42;
}



/* @end */

/* @group Text Colour CONTENT PAGE */

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

}

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

/* Borders Below */

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


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

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

	color: #1D1D1D;
}

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

td  {
	border-left-color: #3B3B3B;
	border-right-color: #3B3B3B;
	border-top-color: #3B3B3B;
	border-bottom-color: #3B3B3B;
}

th {
	
}

/* @end */

/* @group Text Colour SIDEBAR */

#navcontainer a {
	border-bottom-color: #4A4A4A;
}

#sidebarContainer, .exif-data
{
	color: #393939;
}

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

/* @end */

/* @group Text Colour - VERTICAL TOOLBAR */

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

#navcontainer ul ul a  {
	color: #353535;
}
#navcontainer ul ul ul a {
	color: #2E2E2E;
}
#navcontainer ul ul ul ul a,
#navcontainer ul ul ul ul ul a {
	color: #282828;
}

/* 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: #4E2314;
}

/* end over */



/* @end */

/* @group Text Colour LINKS NORMAL */

/* links */

a:link {
	color: #853D23;
}

/* footer */

#footer a:link, #footer a:visited {
	color: #853D23;
}

/* @end */

/* @group Text Colour LINKS ACTIVE and the rest */

/* Vertical Toolbar Sidebar */

/* movie photos links */

.thumbnail-frame:hover,
.movie-thumbnail-frame:hover   {
	color: #4E2314;

}

/* links */

a:hover, a:active, a:visited   {
	color: #4E2314;
}

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

}

/* footer */

#footer a:hover, #footer a:active {
	color: #4E2314;
}

/* @end */

/* @group GreyBox COLOURS */

/* GreyBox  Global COLOUR control */

/* Top/Bottom borders */

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

/* Gallery text */

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

/* Gallery number between  */

#GB_middle {
	color: #FFD888;
}

/* frame border */

.GB_Window .content {
	border-left-color: #974A1C;
	border-right-color: #974A1C;
	border-top-color: #974A1C;
	border-bottom-color: #974A1C;
	
}

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

/* Horiz. Slideshow backgound below */

.GB_header .inner {
	background-color: #974A1C;
}

/* borders window and background site */

.GB_Window .header,
.GB_Window .content {
	background-color: #974A1C;
}

/* Horiz. Transparent backgound below */

#GB_overlay, .GB_Gallery .content {
	background-color: #974A1C;
}

/* pulsantino pages */

.GB_Window .on {
	color: #FFD888;
}

.GB_Window .click {
	color: #FFFFAB;
	
}



/* @end */




