/* <?php $colorpackName = $gallery->i18n('RBH08'); ?>
 * $Revision: 1.0 $ $Date: 2006/01/29 21:50:00 $
 * By Kristopher Setnes
 */

/* I used the Matrix theme when picking these colors. I'm not sure 
 * how it will look with other themes.  I used a lot of trial and
 * error to figure out what each color setting controls.  Some colors 
 * I still don't think I fully understand.  I have left my notes in 
 * this file in hopes that it might help someone else create a color 
 * pack.  Enjoy! 
 */ 



#gallery {
	/* default foreground color */
  color: #CC6600 !important;
	/* default background color */
  background-color: #ffffff !important;
  

/* This seems to be the background-color outside of everything else. 
 * This looks funny if it is set differently from the
 * background-color above. It shows up at the very bottom of pages. #330202*/ 
body.gallery {
	background-color: #f4f3e8 !important;
} 

/* Background highlight 1... highlights for album items. was #663311 */
.gcBackground1 {
	background-color: #003066 !important;
}
/* Background highlight 2... navigation blocks. */
.gcBackground2 {
	background-color: #7f8e2b !important;
}

/* Primary border color... usually thin lines. */
.gcBorder1 {
	border-color: #99a522 !important;
}
/* Secondary border color... not used much. */
.gcBorder2 {
	border-color: #8fbb93 !important;
}

/* Link color */
#gallery a {
	color: #003066 !important;
} 
/* Hover color for links */
#gallery a:hover {
	color: #003768 !important;
} 
/* Active (clicked) color for links */
#gallery a:active {
	color: #8fbb93 !important;
} 

/* "Success" in the admin screens... green is a logical color. */
.giSuccess { color: #190 !important; }
/* "Warning" I assume ??? */
.giWarning { color: #b31 !important; } 
/* "Error" I assume ??? */
.giError { color: #d14 !important; }
/* Info text. This is used a lot.  Album info, image info, etc. */
.giInfo {
	color: #466887 !important;
}
/* I'm not too sure what this does.  Left it alone for now. */
.block-core-PeerList .current { color: #67b !important; }

/* Table headings */
table.gbDataTable th {
	background-color: #003768 !important;
} 
/* Table rows/columns (even) */
.gbEven {
	background-color: #ffffff !important;
}
/* Table rows/columns (odd) */
.gbOdd {
	background-color: #effcde !important;
}

/* Background of pull-down lists */
#gallery select {
	background-color: #ffffff !important;
} 
/* Input text entry background... button faces.*/
#gallery input {
	background-color: #ffffff !important;
} 
/* Large text area background... looks good matched with input color */
#gallery textarea {
	background-color: #ffffff !important;
} 
/* List headings...  used in Admin Options.*/
#gsSidebar ul span {
	color: #47754b !important;
} 
/* Tab button headings... used in admin screens.*/
#gallery div.gbTabBar a { color: #000000 !important; } 

#gsNavBar div {
font-weight:bold;
margin-top:0.1em;
background-color:#003066;
}
