/* Green Theme */

/* Background Texture */
body{background: url(green/body_bkgrd.jpg) repeat;}

/* Top of Page Color Bar & Footer Top Color Bar */
.hd,.footbase{border-top:7px solid #73A600;}

/* Big Donate Button */
.btn1{
    background: url(green/btn.jpg) repeat-x 0 0;
    text-shadow: 1px 1px #996600;
}
/* Smaller button (used in light boxes) */
.btn1.small{
    background: url(green/small_btn.jpg) repeat-x 0 0;
}

/* Theme text color */
.txt1 {color: #5E7F08 !important;}
.txt1d {color: #5E7F08 !important;}

/* small donate button */
.smdtn{width:107px; background: url(green/sm_dnt.png) no-repeat 0 0;}
.smdtn:hover{background: url(green/sm_dnt.png) no-repeat 0 -29px;}
.smdtn:active{background: url(green/sm_dnt.png) no-repeat 0 -58px;}

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

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

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

/* Solid top bars */
.bar, main-text {background:#5F7E19;}

/* Progress bar */
.details .bar .fill{
    background: url(green/fill.png) no-repeat;
}
.topbar {
     background: #72A700;
 }
.gfm_ad{
    background-color: #F3F9E4;
}
.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: #F3F9E4;
}
.fbcomgood{background-color: #F3F9E4;}

.xsmallbtn {
    background: url(green/xsmall_btn.jpg) 0 0;
}
.fbs {
    background:url(green/fb_bkgd.jpg) 0 0;
    text-shadow: 1px 1px #996600;
}
.pg_msg a {
    color: #5E7F08 !important;
}
.sub{
    background: url("green/submit.jpg") no-repeat scroll 0 0
}
.sub:hover{background: url(green/submit.jpg) no-repeat 0 -29px;}
.sub:active{background: url(green/submit.jpg) no-repeat 0 -58px;}


