
* {
  text-align: left;
}

a:link, a:visited, a:active {
  color: #00F;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

body {
  color: #000;
  background-color: #990000;
  background-image: url('images/body-bg.jpg');
  background-position: top center;
  background-attachment: fixed;
  font-family: trebuchet ms, helvetica, sans-serif;
  font-size: 10pt;
}

body, html {
  margin: 0;
  padding: 0;
}

.clearb {
  clear: both;
  height: 1px;
  font-size: 1pt;
}

.color_blue {
  color: #009;
}

.color_green {
  color: #090;
}

.color_red {
  color: #900;
}

#content_wrapper {
  width: 748px;
  background-color: #FFF;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-box-shadow: 0 0 8px #000;
  -webkit-box-shadow: 0 0 8px #000;
  box-shadow: 0 0 8px #000;
  border-radius: 10px;
  padding: 10px 32px 36px;
  margin: 40px auto 0;
}

.director_film_layer {
  text-align: center;
  margin: 24px auto 0;
}

.donate_button {
  color: #FFF !important;
  font-family: arial, helvetica, sans-serif;
  font-size: 14px;
  background: -moz-linear-gradient(
    top,
    #fa2a2a 0%,
    #ab0000);
  background: -webkit-gradient(
    linear, left top, left bottom, 
    from(#fa2a2a),
    to(#ab0000));
  background-color: #900;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border: 1px solid #7d0000;
  -moz-box-shadow:
    0px 1px 3px rgba(000,000,000,1),
    inset 0px 0px 2px rgba(255,255,255,0.7);
  -webkit-box-shadow:
    0px 1px 3px rgba(000,000,000,1),
    inset 0px 0px 2px rgba(255,255,255,0.7);
  text-shadow:
    0px -1px 0px rgba(000,000,000,1),
    0px 1px 0px rgba(255,255,255,0.3);
  padding: 10px 20px;
}

.donate_form {
  display: none;
}

.donate_layer {
  text-align: center;
  margin: 32px 0;
}

.floatl {
  float: left;
}

.floatr {
  float: right;
}

#footer_wrapper {
  width: 748px;
  text-align: center;
  margin: 28px auto 40px;
}

  #footer_wrapper ul {
    width: auto;
    height: 32px;
    line-height: 32px;
    text-align: center;
    list-style-type: none;
    padding: 0;
    margin: 0;
  }

    #footer_wrapper ul li {
      display: inline-block;
      height: inherit;
      line-height: inherit;
    }

      #footer_wrapper ul li a {
        display: block;
        width: auto;
        height: inherit;
        line-height: inherit;
        color: #FFF;
        padding: 0 24px;
      }

form {
  margin: 0;
  clear: both;
}

.h_bump {
  margin-top: -10px;
}

h1,h2,h3,h4,h5 {
  color: #000;
  font-family: 'Jolly Lodger', impact, sans-serif;
  font-weight: normal;
}

h1 {
  text-align: center;
  font-size: 36pt;
}

h2 {
  font-size: 28pt;
}

h3 {
  font-size: 24pt;
  margin: 18px 0;
}

img {
  border: none;
}

p {
  line-height: 21px;
}

ul.donation_reasons {
  margin: 0 24px;
}

  ul.donation_reasons li {
    line-height: 21px;
  }

ul.donation_perks {
  list-style-type: none;
}

  ul.donation_perks li {
    line-height: 24px;
    font-size: 12pt;
    background-image: url('images/icon-star.gif');
    background-position: 0 5px;
    background-repeat: no-repeat;
    padding-left: 24px;
  }

    ul.donation_perks li span {
      font-weight: bold;
    }

.video_layer {
  float: right;
  width: 420px;
  text-align: center;
  margin: 12px 0 21px 32px;
}

  .video_layer iframe {
    -moz-box-shadow: 0 0 8px #000;
    -webkit-box-shadow: 0 0 8px #000;
    box-shadow: 0 0 8px #000;
    margin: 0 0 28px;
  }
