/* TO CHANGE THE PROGRESS BAR TOTAL, edit this div's width to be the current % raised. Make sure to also change the number raised so far in the HTML.*/

body, html {
  padding-top:0px;
}

#fsf30-banner {
  background-color: #358D99;
  width: 100%;
  border-bottom: 4px solid #E74C3C;
  color: #F7EFDA;
}

#fsf30-banner .content {
  /*height: 4em;*/
  width: 974px;
  margin-left: auto;
  margin-right: auto;
  font: 17px sans-serif;
  text-align: center;
}

#fsf30-banner .text {
  /*line-height: 4em;*/
font-size:25px;
color:#F7EFDA;
}

#fsf30-banner a {
  text-decoration: underline;
  color: inherit;
}

#fsf30-banner #logo {
  vertical-align: middle;
  height: 3em;
  padding-right: 1em;
  padding-bottom: .1em;
}

#fsf30-banner #button {
  background-color:#b35959;
  -moz-border-radius:4px;
  -webkit-border-radius:4px;
  border-radius:4px;
  border:1px solid #000000;
  cursor:pointer;
  color:#ffffff;
  font-weight:bold;
  padding:6px 12px;
  text-decoration:none;
  text-shadow:0px 1px 0px #000000;"
}
