<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* www.multithemes.com */

/* @group Text Colour Title and Slogan */

#pageHeader h1{
	color: #353535;
}

#pageHeader h2
{
	color: #444444;
}



/* @end */

/* @group Page Colour  */

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

}

#contentContainer,
#contentContainer #content,
.exif-data {
	color: #333333;
}

/* Borders Below */

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

table, code  {
	border-left-color: #2B2B2B;
	border-right-color: #2B2B2B;
	border-top-color: #2B2B2B;
	border-bottom-color: #2B2B2B;
	color: #2B2B2B;
}

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

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

/* @end */

/* @group Sidebar footer color */

#sidebarContainer,
#sidebarContainer .sideHeader{
	color: #333333;
}



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

#navcontainer ul ul a  {
	color: #4673AA;
}
#navcontainer ul ul ul a {
	color: #426CA1;
}
#navcontainer ul ul ul ul a,
#navcontainer ul ul ul ul ul a {
	color: #3E6698;
}

/* 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: #0A4193;
}

/* end over */



/* @end */

/* @group Text links  */

a:link {
	color: #4E6CBE;
}

/* @end */

/* @group Text links highlight */

.thumbnail-frame:hover,
.movie-thumbnail-frame:hover   {
	color: #0A4193;

}

a:hover, a:active, a:visited   {
	color: #0A4193;
}

.blog-archive-link-enabled,
.blog-category-link-enabled,
.blog-entry-permalink a:visited {
 color: #0A4193;
}

/* @end */

/* @group COLOR content_background */

#contentContainer #content {
 background-color: #91C5E7;	
}


/* @end */




</pre></body></html>