/*   CSS for Volunteer Builders, (c) 2007, 2008, 2009, 2010 by Volunteer Builders. 
 */

/*  Site-wide styles  */

body { 
  /* background-color: #880088; */
  background-color: #380964;
  font-family: Arial, Helvetica, sans-serif;
  text-align: left;
}

td.link {
  text-align: center;
}

a.menu {
  color: white;
  text-decoration: none;
}

span.menu {
  color: red;
}

@media print {
  table.top_third {
    display: none;
  }
  table.bottom_third {
    display: none;
  }
  div.no_print, td.no_print {
    display: none;
  }
  body {
    margin: 1em;
  }
}

/*  Home page styles  */

div.frontpage {
  text-align: center;
  background-image: url(images/VB-FrontPageMergedImage.jpg);
  background-repeat: no-repeat;
  background-position: center;
  height: 616px;
  /* width: 900px; */
}

div.fp-spacer {
  height: 400px;
}

p.welcome {
  font-size: 14pt;
  color: red;
  margin: 0;
  line-height: 140%;
  text-align: center;
}

p.mission {
  font-size: 14pt;
  color: white;
  line-height: 140%;
  font-style: italic;
  white-space: nowrap;
}

p.twitter {
  text-align: right;
  margin-top: 85px;
}

p.address {
  font-size: 8pt;
  color: white;
}

td.regular_banner {
  background-color: white;
}

td.regular_page {
  background-color: white;
  padding: 20px;
}

p.toptitle {
  text-align: center;
  font-size: 24pt;
  height: 12pt;
  color: #380964;
}

p.subtitle {
  text-align: center;
  font-size: 18pt;
  height: 9pt;
  color: #380964;
}

p.description {
  text-align: center
}

p.caption {
  color: red;
  text-align: center;
  font-size: 14pt;
}

p.recipients {
  font-size: 14pt;
  text-align: center;
  color: red;
}
p.executive {
  font-size: 14pt;
  text-align: center;
  color: #380964;
}

li {
  padding: 10px;
}

div.red {
  color: red;
}

span.red {
  color: red;
}

/*  References styles  */

p.quote {
  text-align: justify;
  margin: 0 2em 1em;
}

p.attribution {
  text-align: right;
  margin: 0 2em;
}

/*  This Year styles  */

tr.image {
  background-color: white;
}

td.image {
  background-color: #380964;
}

td.position {
  font-size: 14pt;
  color: #380964;
  text-align: left;
}

td.responsibility {
  font-size: 14pt;
  color:red;
  text-align: left;
}

td.position_c {
  font-size: 14pt;
  color: #380964;
  text-align: center;
  vertical-align: top;
}

td.responsibility_c {
  font-size: 14pt;
  color:red;
  text-align: center;
  vertical-align: top;
}

td.person {
  font-size: 14pt;
  text-align: left;
}

td.reg {
  font-size: small;
}

div.site {
  background-image: url(build-images/2012-BuildingSite_033-175h.jpg);
  text-align: center;
  color: white;
  width: 523px;
  height: 175px;
  font-size: 16pt;
}

div.cabins {
  background-image: url(build-images/2012-Cabins_048-175h.jpg);
  text-align: center;
  color: white;
  width: 501px;
  height: 175px;
  font-size: 16pt;
}

div.lake {
  background-image: url(build-images/2012-MaryLake_062-350h.jpg);
  text-align: center;
  color: white;
  width: 508px;
  height: 350px;
  font-size: 16pt;
}

table.miniyome-main {
  z-index: 0;
}

table.miniyome-logo {
  z-index: 10;
  position: absolute;
  top: 340px;
  left: 44%;
  height: 350px;
  width: 1000px;
}

/*  Our History styles  */

div.history {
  text-align: center;
}

h1.history {
  text-align: center;
}

h2.history {
  text-align: center;
}

/*  Volunteers styles  */

ul.vblogo li.vblogo {
  list-style-image: url(images/VB-logo20.jpg);
}


