#fundraiser
{
  background: #c8c7de;
  position: relative;
  height: 150px;
  overflow: hidden;
}

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

.progress-bar
{
  background: #900;

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

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

.percentage
{
  position: absolute;
  right: -1em;
}
.percentage img { position: relative; bottom: 4px; }

#fundraiser .progress-bar span.raised
{
  position: relative;
  left: 10px;
  padding-left: 100%;
  white-space: nowrap;
}
#fundraiser a img
{
  position: absolute;
  left: 0;
  bottom: 15px;
  width: 1400;
  height: 135px;
}

.message p.headline, #fundraiser p.button
{
  text-align: center;
  margin-left: 345px;
}
#fundraiser p.button
{
  width: 240px;
  font-weight: bold;
}
#fundraiser .message p.headline
{
  margin-top: 40px;
  line-height: 13px;
  width: 230px;
  margin-bottom: 5px;
  font-size: 12px;
}
#fundraiser .message p.headline a { color: black; }

#fundraiser .button a, #fundraiser .button a[href]:hover
{
  color: white;
  background: black;
  padding-top: 4px;
}

#fundraiser .button a
{
  border-radius: 7px;
  -moz-border-radius: 7px;
  -khtml-border-radius: 7px;
  -webkit-border-radius: 7px;
  -opera-border-radius: 7px;
}

.message
{
  max-height: 132px;
  padding-right: 30px;
  padding-left: 10px;
  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: 13px;
}

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

.progress
{
  font-weight: bold;
  height: 18px;
  background: #7571b6;
}

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

@media (max-width: 580px)
{
  #fundraiser .message p.headline
  {
    line-height: 12px;
    font-size: 10px;
    width: 150px;
  }
  #fundraiser p.button
  {
    font-size: 12px;
    margin-left: 330px;
  }
  #fundraiser .percentage { right: 0.5em; }
  #fundraiser span.percentage img { display: none; } 
}
@media (max-width: 510px)
{
  /* Omit the background, stretch the message.  */
  #fundraiser img.fr-background { display: none; }
  #fundraiser .message p.headline
  {
    width: 80%;
    margin-top: .5em;
    margin-left: 10%;
    font-size: 1em;
    line-height: 1.1em;
  }
  #fundraiser p.button
  {
    margin-left: 20%;
    font-size: 1.1em;
  }
}
@media (max-width: 350px)
{
  /* We don't need to display a banner at this size.  */
  #fundraiser { display: none; }
}
