/* Brown Theme */

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

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

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

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

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

/* Text color */
.main-text {color:#965F2F;}

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

.topbar {
    background: #965F2F;
}
.gfm_ad{
    background-color: #F0E9E3;
}
.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: #F0E9E3;
}
.fbcomgood{background-color: #F0E9E3;}

.xsmallbtn {
    background: url(brown/xsmall_btn.jpg) 0 0;
}
.fbs {
    background:url(brown/fb_bkgd.jpg) 0 0;
    text-shadow: 1px 1px #54321D;
}
.pg_msg a,
a.show_donor_sign_in,
.receiptemail a,
.smallcopy a {
    color: #955F34 !important;
}
.sub{
    background: url("brown/submit.jpg") no-repeat scroll 0 0
}
.sub:hover{background: url(brown/submit.jpg) no-repeat 0 -29px;}
.sub:active{background: url(brown/submit.jpg) no-repeat 0 -58px;}
a.btn-small,
a.btn-orange { 
    background-color: #965F2F;
    border-color: #805128;
}
a.btn-small:hover,
a.btn-orange:hover { background-color: #A06939; }
a.btn-small:active,
a.btn-orange:active { background-color: #8C5525; }
a.btn-small--donate { background-image: url(brown/btn-small-donate.png); }

.success-check { background-color: #F0E9E3; background-image: url(brown/success-check-brown.png); }