/* <?php $colorpackName = $gallery->i18n('natureGreenDarkGreen'); ?>
 * $Revision: 1.0 $ $Date: 2005/12/19
 */

/* overwriting icons sizes */
.navtoppic{
    width: 16px !important;
    height: 16px !important;
}
.navpic{
    width: 16px !important;
    height: 16px !important;
}


/* overall text color and background color outside the gallery table */
#gallery
{
        color: #3D3C15 !important;
        background-color: transparent !important;
        font-family: arial, verdana, tahoma;
        margin: 0px;
        height:100%;min-height: 100%;
}

/* the body */
body.gallery
{
        background-color: #C4BF5F !important;
        min-height: 700px;
}

/* background color inside the gallery table, the sidebar and several cells */
.gcBackground1 { background-image: url('http://redbarnhouse.thereitis.org/g2/images/greenLine.jpg') } 
/* background-image: url('http://71.18.206.228/g2/images/mainBG.jpg'); background-color: #809c65 !important; } /* #989429 */
/* the microthumbs collection background color */
.gcBackground2 { background-color: #8f7466 !important; } /*#989429*/

/* inner borders and lines */
.gcBorder1 { border-color: #575318 !important; } /* #575318
/* outer border and microthumbs collection border */
.gcBorder2 { border-color: #575318 !important; }

/* links */
#gallery a { color: #3D3C15 !important; }
#gallery a:hover { color: #3D3C15 !important; }
#gallery a:active { color: #3D3C15 !important; }

/* success notifications, e.g. Maintenance actions processed fine */
.giSuccess { color: #008000 !important; }
/* warnings */
.giWarning { color: #0000A6 !important; }
/* errors */
.giError { color: #7F0000 !important; }
/* information block and date */
.giInfo { color: #3D3C15 !important; }
/* ? */
.block-core-PeerList .current { color: #3D3C15 !important; }

/* list header background color */
table.gbDataTable th { background-color: #ACA73E !important; }
/* list even row background color */
.gbEven { background-color: #E2E0B0 !important; }
/* list odd row background color */
.gbOdd { background-color: #F2F1DB !important; }

/* button colors */
input.inputTypeSubmit, input.inputTypeButton { background-color: #E9E6C5 !important; }
/* selection lists background color */
#gallery select { background-color: #FFFFFF !important; }


/* ? */
.giNew, .giUpdated {
    padding: 2px 5px 3px 5px !important;
    border-width: 1px 1px 1px 1px !important;
    border-style: solid !important;
    line-height: 3.0em !important;
    color: #ff7777 !important;
    border-color: #bbbbbb !important;
}

/* titles, names, section names, ... */
.giTitle, #gallery h2, #gallery h3, #gallery h4 {
    color: #F0EFDF !important;
}

/* descriptions */
.giDescription {
    color: #F0EFDF !important;
}

/* link to the help menu in the admin */
#helplink a {
    background-color: #ACA73E !important;
}


/* tab left */
div.gbTabBar span {
   background: url('tab_left.gif') no-repeat left top !important; }

/* tab right */
#gallery div.gbTabBar span span {
    background: url('tab_right.gif') no-repeat right top !important; }

/* active tab left */
#gallery div.gbTabBar span.giSelected {
   background-image: url('tab_left_on.gif') !important; }

/* active tab right */
#gallery div.gbTabBar span.giSelected span {
    color: #3D3C15 !important;
    background-image: url('tab_right_on.gif') !important; }

/* active admin option */
.gbBlock li {
    color: #838820 !important;
}

/* admin option subtitles */
#gsSidebar ul span {
    color: #3D3C15 !important;
        font-size: 110%;
}

/* tab texts */
#gallery div.gbTabBar a {
    color: #fff !important; /* #9D9C77 */
    text-decoration: none!important;
}

/* tab texts mouseover */
#gallery div.gbTabBar a:hover {
    color: #CECEC0 !important;
}

/* ? */
span.bsw_ButtonDisabled {
  color: #64621E !important;
}

/* ? */
.NavBorder {
    border: 0 solid #aaa !important;
    border-top-width: 2px !important;
}

/* ? */
.menuoff {
    color: #a0a0a0 !important;
}

/* ? */
#footer a { color: #999 !important;}
#footer a:hover { color: #444 !important;}

/* seperator lines, e.g. between photo description and info */
.descSeparator {
    border-color: #64621E !important;
}

/* add comments icon */
.comments {
  background: url('images/addcomments.gif') left center no-repeat !important;
    width: 20px;
    height: 20px;
}

/* thumbnails background color (visible when loading) */
.giThumbnail {
    background-color: #989429 !important;
}

/* color of the authorText of the Nature theme */
#authorText
{
        font-size: 12px;
        text-align: justify;
        margin: 20px;
        color: #F0EFDF;
}

/* color of the links in the authorText of the Nature theme */
#authorTextHeader
{
        color: #4B1D1C !important;
		font-weight: bold;
}
#authorText a
{
        color: #F0EFDF !important;
        border-bottom: 1px solid #C0BD7B !important;
}
#authorText a:hover
{
        color: #470A34 !important;
        border-bottom: 1px solid #5B2D31 !important;
		text-decoration: none !important;
}

#footerBar
{
        background-color: #B5B04A !important;
        border: 1px solid #575318 !important;
        margin: auto;
        margin-top: 7px;
        width: 92%;
        height: 55px;
        padding: 4px 7px;
}

#footerBarLink a
{
        font-size: 11px;
        color: #470A34 !important;
        font-weight: normal !important;
        text-decoration: none !important;
}

#footerBarLink a:hover
{
        font-size: 11px;
        color: #470A34 !important;
        font-weight: normal !important;
        text-decoration: underline !important;
}

/* Serving the IEers amoung us :-/ */
body
{
	scrollbar-3dlight-color: #626140;
	scrollbar-arrow-color: #3D3C15;
	scrollbar-darkshadow-color: #3D3C15;
	scrollbar-face-color: #D2CE7E;
	scrollbar-track-color: #989429;
}
