/* <?php $colorpackName = $gallery->i18n('Carramia'); ?>
 * $Revision: 1.4 $ $Date: 2005/08/18 20:21:42 $
 */

#gallery {
  /* default foreground color */
  color: #F5DA96 !important;
  /* default background color */
  background-color: #23272A !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: #23272A !important; } 

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

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

/* Link color */
#gallery a { color: #FFF0C0 !important; } 
/* Hover color for links */
#gallery a:hover { color: #FFF0C0 !important; } 
/* Active (clicked) color for links */
#gallery a:active { color: #FFC0C0 !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; }
/* Item Title box */
.giTitle {   border:1px solid #002000; margin: 1em; background-color: #203B2D !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: #6f4822 !important; }
/* Table rows/columns (odd) */
.gbOdd { background-color: #4f2e0f !important; }

/* Background of pull-down lists */
#gallery select { background-color: #ffdfbf !important; } 
/* Input text entry background... button faces.*/
#gallery input { background-color: #ffdfbf !important; } 
/* Large text area background... looks good matched with input color */
#gallery textarea { background-color: #ffdfbf !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; } 

