/* <?php $colorpackName = $gallery->i18n('Muddy Brown'); ?>
 * $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: #ffdc98 !important;
  /* default background color */
  background-color: #330202 !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. */ 
body.gallery { background-color: #330202 !important; } 

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

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

/* Link color */
#gallery a { color: #fff9ed !important; } 
/* Hover color for links */
#gallery a:hover { color: #bfcfef !important; } 
/* Active (clicked) color for links */
#gallery a:active { color: #bfcfef !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: #ffdc98 !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: #2a3c5e !important; } 
/* Table rows/columns (even) */
.gbEven { background-color: #555555 !important; }
/* Table rows/columns (odd) */
.gbOdd { background-color: #404040 !important; }

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

