/* <?php $colorpackName = $gallery->i18n('EgbertSepiaGreyish'); ?>
 * $Revision: 1.4 $ $Date: 2005/08/18 20:21:42 $
 
 lightest
#EBE7DC	gcBackground1 & 3, lighter boxes
#E0D9CA	gcBackground2, darker boxes
DFD7C7
D7CFBB	background
C9BEA0	
B4A188	gcBorder1, lighter borders
8A7E5D	gcBorder2, lighter borders
7D6850
574837
 darkest
 */

#gallery {
	color: #000 !important;  /* general text */
	background-color: transparent !important;
}
body.gallery { 
	background-color: #DBD1B8 !important;
	background-image: url(images/bg-sepia.jpg) !important; 
}
#gallery a { color: #7D6850 !important; }  /* general links */
#gallery a:hover { color: red !important; }
#gallery a:active { color: red !important; }

#gallery hr { border-color: #B9A283 !important; }
#gallery h1 { color: #574837 !important; }

.gcBackground1 { background-color: #EBE7DC !important; } /* lighter boxes. e.g. nav header, description */
.gcBackground2 { background-color: #E0D9CA !important; } /* darker boxes. e.g. next/previous */
/*.gcBackground3 { background-color: #E0D9CA !important; }*/ /* Album thumbnail backgrounds */
.gcBackground3 { background-color: transparent !important; } /* Album thumbnail backgrounds */
.egBackground1 { background-color: transparent !important; } /* First page album backgrounds */
.egBackground2 { 
	background-color: #DFD7C7 !important; 
	background-image: url(images/bg-sepia-lighter-1.jpg) !important; 
} 
/* Page Description
	background-image: url(/graphics/bg-sepia-lighter-1.jpg) !important; 
*/

div#egPhotoContent div.block-core-ItemLinks {
    background-color: #EBE7DC !important;
}  /* Highlight item acions below image */


.gcBorder1 { border-color: #B4A188 !important; } /* Light standard page layout border */
.gcBorder2 { border-color: #8A7E5D !important; } /* Darker alternate border */

.giThumbTitle { color:#574837 !important; } /* Thumbnail titles */

.egPageHeaderText { color:#574837 !important; }  /* The Gallery Page Header */

/* Less important admin & messages */
.giSuccess { color: #190 !important; }
.giWarning { color: #b31 !important; }
.giError { color: #d14 !important; }
.giInfo { color: #000 !important; }
.block-core-PeerList .current { color: #67b !important; }

table.gbDataTable th { background-color: #EDE4DB !important; }
.gbEven { background-color: #EDE4DB !important; }
.gbOdd { background-color: #E3DBC8 !important; }

 /*
#gallery select { background-color: red !important; }
#gallery input { background-color: blue!important; }
#gallery textarea { background-color: green !important; }
#gallery div.gbTabBar a { color: yellow !important; }
#gallery input { background-color: transparent !important; }


#gallery select { background-color: #fff !important; }
#gallery textarea { background-color: #fff !important; }
#gallery div.gbTabBar a { color: #222 !important; }*/
