/* Color Selector properties */

/* MoloCreative Theme */


/* @group Background COLOR colour_body_background */

/* container and background in all pages */

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

/* @end */



/* @group Text Colour  */

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

/* SIngle------ */

.photo-title,
.photo-caption,
.photo-frame,
.exif-data p {
	color: #8B8B85;
}

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

.photo-links {
 color: #D6D6D6;
}


/* SIngle------ */



/* @end */

/* @group Text Colour -Toolbar */

/* end normal */

#navcontainer a,
#navcontainer a:hover,
#navcontainer a:active,	
#navcontainer .active,
#navcontainer .currentAncestor,	
#navcontainer .current, {
	color: #8A1E04;
}


#navcontainer #current {
	color: #005288;
}

/* end over */



/* @end */

/* @group Text links  */

#breadcrumbcontainer li {
	color: #777771;
}

a:link, a:visited {
	color: #8D8D85;
}


/* @end */

/* @group Text links highlight */

.thumbnail-frame:hover,
.movie-thumbnail-frame:hover   {
	color: #8A1E04;

}

a:hover {
	color: #8A1E04;
}
a:active 	{
	color: #005288;
}

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

}

/* @end */

/* @group content COLOR colour_content_background */

/* container and background in all pages */

#pageHeader,
#container,
#container_image,
.photo-background,
#footer  {
background-color: #F0F0E3;	
}
#middlebar {
background-color: #E3E4D6;
}
#contentContainer {
background-color: #FFFFFF
}
/* @end */




