
/* Gold Theme */

body{
    background: url(gold/body_bkgrd.jpg) repeat;
}
.hd{
    border-top:7px solid #D4C02B;
}
/* Big Donate Button */
.btn1{
    background: url(gold/btn.jpg) repeat-x 0 0;
    text-shadow: 1px 1px #8B6C03;
}
/* Smaller button (used in boxes) */
.btn1.small{
    background: url(gold/small_btn.jpg) repeat-x 0 0;
}
/* Footer border top color */
.footbase{
    border-top:7px solid #D4C02B;
}
/* Theme text color */
.txt1 {
    color: #D4C02B !important;
}
.txt1d {color: #8B7E16 !important;}
/* small donate button */
.smdtn{width:107px; background: url(gold/sm_dnt.png) no-repeat 0 0;}
.smdtn:hover{background: url(gold/sm_dnt.png) no-repeat 0 -29px;}
.smdtn:active{background: url(gold/sm_dnt.png) no-repeat 0 -58px;}

/* small pledge button */
.pld{width:107px; background: url(gold/pledge.jpg) no-repeat 0 0;}
.pld:hover{background: url(gold/pledge.jpg) no-repeat 0 -29px;}
.pld:active{background: url(gold/pledge.jpg) no-repeat 0 -58px;}

/* disclosure triangle for toggle on recent donors */
.section_head .toggle{
    background: white url(gold/dwnarw.png) no-repeat 69px 14px;
}
.section_head .toggleoff {
    background:  url(gold/dwnarw.png) no-repeat 69px 14px;
}

/* FB and Twitter Icon for reward badges */
.rew_icon.rew_fb{ background: url(gold/rew.png) no-repeat 0 0}
.rew_icon.rew_tw{ background: url(gold/rew.png) no-repeat 0 -30px;}

/* Solid top bars */
.bar {background:#D4C02B;}

/* Text color */
.main-text {color:#5F7E19;}

/* Progress bar */
.details .bar .fill{
    background: url(gold/fill.png) no-repeat;
}

.topbar {
    background: #D4C02B;
}

.gfm_ad{
    background-color: #F4EFCA;
}
.donationamount,
.zeros,
.dollarsign,
.donationcommentbox .photo,
.headbar,
.gfm_lb_main,
.section_head,
.doner .rewbox,
.light-bkgd,
.reward .title,
.wishlist .title,
.rewardna:hover .title,
.donationform .autocomplete a:hover,
.selected,
.gfm_dropdown_option:hover,
.gfm_dropdown_option.odd:hover,
.greencontainer,
.donationform .dropdown .odd.selected
{
    background: #F4EFCA;
}
.fbcomgood{background-color: #F4EFCA;}

.xsmallbtn {
    background: url(gold/xsmall_btn.jpg) 0 0;
}
.fbs {
    background:url(gold/fb_bkgd.jpg) 0 0;
    text-shadow: 1px 1px #8B6C03;
}

.pg_msg a,
a.txt1.subscribeUpdates,
a.menu.txt1,
a.txt1.showAllUpdates,
a.txt1.showMoreUpdates,
a.txt1.donationToggle {
    color: #8B7E16 !important;
}
.sub{
    background: url("gold/submit.jpg") no-repeat scroll 0 0
}
.sub:hover{background: url(gold/submit.jpg) no-repeat 0 -29px;}
.sub:active{background: url(gold/submit.jpg) no-repeat 0 -58px;}
a.btn-small,
a.btn-orange { 
    background-color: #D2BF3C;
    border-color: #BBAA36;
}
a.btn-small:hover,
a.btn-orange:hover { background-color: #DCC946; }
a.btn-small:active,
a.btn-orange:active { background-color: #C8B532; }
a.btn-small--donate { background-image: url(gold/btn-small-donate.png); }