#header {
  background: #feb;
}

#fundraiser img#banner-small { display: none; }

#fundraiser {
  background: #4d0000;
  background: linear-gradient(to right, #740000, #4d0000), #4d0000;

  position  : relative;
  height    : 150px;
  overflow  : hidden;
}

#fundraiser a[href]:hover { background: none; }
#fundraiser a { text-decoration: none; }

.progress-bar {
  background: #fff439;
  background: linear-gradient(to right, #d52f39, #fff439), #fff439;

  position        : absolute;
  min-width       : 40px;
  top             : 0;
  left            : 0;

  height: 18px;
  line-height: 18px;
}

.percentage {
  color: black;
  position: absolute;
  right: 1em;
}

#fundraiser a img {
  position: absolute;
  left: 0;
  bottom: 15px;
  width: 65%;
  height: 135px;
}

.message p.headline, #fundraiser p.button {
  float: right;
  text-align: center;
  font-weight: bold;
  width: 20%;
}
#fundraiser p.button { width: 20%; }
#fundraiser .message p.headline {
  margin-top: 0.1em;
  line-height: 1.13em;
  width: 50%;
  margin-bottom: 0.5em;
  font-size: .8em;
}
#fundraiser .message p.headline a { color: white; }


#fundraiser .button a, #fundraiser .button a[href]:hover {
  color: #600;
  background: #fd5;
}
#fundraiser .button a {
  border-radius: 1em;
  -moz-border-radius: 1em;
  -khtml-border-radius: 1em;
  -webkit-border-radius: 1em;
  -opera-border-radius: 1em;
  border: .1em solid #f44;
  border: .1rem solid #f44;
}

#fundraiser .button a[href]:hover {
  border: .1em solid #ffa;
  border: .1rem solid #ffa;
}

.message {
  max-height    : 132px;
  padding-right : .7em;
  padding-left  : .7em;
  padding-top   : 0;
  margin-top    : 0;
}

.message p {
  position: relative;
  padding-top : 0;
  margin-top  : 0;
}

.message p.button {
  margin-right: 8%;
  margin-top: 0;
  font-size: 1em;
}

.progresswidget {
  position     : absolute;
  bottom       : 0;
  padding-right: 0;
  padding-left : 0;
  height       : 18px;
  width        : 100%;
  font-family: monospace;
}

.progress {
  font-weight: bold;
  height: 18px;
  background: #4d0000;
  background: linear-gradient(to right, #740000, #4d0000), #4d0000;
}

.goal {
  color      : white;
  position   : absolute;
  padding    : 0 .1em;
  padding-top: .1em;
  right      : 1em;
}

@media (max-width:320px) {
/* We don't need to display a banner at this size! */
  #fundraiser {
    display: none;
  }
}

@media (max-width:683px) {
  #fundraiser img#banner-long { display: none; }
  #fundraiser img#banner-small { display: inline; }
  #fundraiser a img {
    width: 100%;
  }
  #fundraiser .message p.headline, #fundraiser p.button { float: none; }
  #fundraiser .message p.headline {
    margin-left: 25%;
    width: 50%;
  }
  .message p.button {
    margin-left: 35%;
    width: 30%;
    font-size: 1em;
  }
}

@media (min-width:320px) {
  #fundraiser .message p.headline {
    font-size: .9em;
  }
  .message p.button {
    font-size: .9em;
    width: 40%;
  }
}

@media (min-width:435px) {
  #fundraiser .message p.headline {
    font-size: 1em;
  }
  .message p.button {
    font-size: 1.1em;
  }
}

@media (min-width:520px) {
  #fundraiser .message p.headline {
    font-size: 1.1em;
  }
  .message p.button {
    font-size: 1.2em;
  }
}

@media (min-width: 684px) {
  #fundraiser p {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  #fundraiser .message p.headline {
    font-size: 1.3em;
  }
  .message p.button {
    font-size: 1.4em;
  }
}
@media (min-width: 940px) {
  #fundraiser .message p.headline {
    font-size: 1.35em;
    margin-bottom: .7em;
  }
  .message p.button {
    font-size: 1.45em;
  }
}
