/* Orange Theme */

body{
    background: url(orange/body_bkgrd.jpg) repeat;
}
.hd{
    border-top:7px solid #EEA000;
}
/* Big Donate Button */
.btn1{
    background: url(orange/btn.jpg) repeat-x 0 0;
    text-shadow: 1px 1px #996600;
}
/* Smaller button (used in boxes) */
.btn1.small{
    background: url(orange/small_btn.jpg) repeat-x 0 0;
}
/* Footer border top color */
.footbase{
    border-top:7px solid #EEA000;
}
/* Theme text color */
.txt1 {
    color: #EEA000 !important;
}
.txt1d {color: #F0A100 !important;}

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


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

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

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

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

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

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

.topbar {
    background: #EEA000;
}
.gfm_ad{
    background-color: #FFF0D7;
}
.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: #FFF0D7;
}

.fbcomgood{background-color: #FFF0D7;}

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

.pg_msg a,
a.show_donor_sign_in,
.receiptemail a,
.smallcopy a {
    color: #F4A42B !important;
}
.sub{
    background: url(orange/submit.jpg) no-repeat scroll 0 0
}
.sub:hover{background: url(orange/submit.jpg) no-repeat 0 -29px;}
.sub:active{background: url(orange/submit.jpg) no-repeat 0 -58px;}
a.btn-small,
a.btn-orange { 
    background-color: #F7A920;
    border-color: #E29710;
}
a.btn-small:hover,
a.btn-orange:hover { background-color: #F7AE30; }
a.btn-small:active,
a.btn-orange:active { background-color: #F49B00; }
a.btn-small--donate { background-image: url(orange/btn-small-donate.png); }

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