@import url('/stylesheets/refinery/formatting.css');

body {
  font-family: Verdana, "Bitstream Vera Sans", sans-serif;
  background: #888
}

#content {
  background: #fff;
  color: #000;
  text-align: justify;
}

#footer {
  text-align: center;
}

HR { margin: 1em 0em; }

.sig, .subsig {
  font-family: Verdana, "Bitstream Vera Sans", sans-serif;
  font-size: 1.3em;
  font-weight: bold;
  text-align: left;
  margin-left: 30%;
}
.subsig { font-size: 1.2em }

/* Headings
 * --------------------------------------------------------------------- */
h1,h2,h3,h4,h5,h6 { color: #111; text-align: left; }
h1 A, h2 A { text-decoration: none; }

#donate-now { text-align: center; }

/* Text Elements
 * --------------------------------------------------------------------- */
a                 { color: #000080; }
a:hover           { color: #000; }
blockquote        { color: #666; }

pre {
  background: #eee;
  border:     1px solid #ddd;
}

hr {
  background: #008;
  color:      #008;
}

/* Tables
 * --------------------------------------------------------------------- */
table {
  border-top:     1px solid #ddd;
  border-left:    1px solid #ddd;
}
th,td {
  border-bottom:  1px solid #ddd;
  border-right:   1px solid #ddd;
}

/* Default Classes
 * --------------------------------------------------------------------- */
UL LI { margin-left: 2em; }

p.quiet { color: #666; }
.alt    { color: #666; }

p.title {
  color: #111;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 3.2em;
  font-weight: bold;
  margin-bottom: 0.1em;
}

#mast { position: relative; margin-bottom: 1em; }
#mast A, #mast A:visited, #mast A:active { color: white; text-decoration: none; }
.menu A, .menu A:active  { text-decoration: none; }
.menu { list-style: none; margin: 5px 1em; }
.menu LI { display: inline-block; font-size: 2em; margin: 0px; }
.menu LI A { display: inline-block; padding: 0em 0.5em; }
#mast .menu { position: absolute; bottom: 0px; left: 0px; }

#footer .menu LI { font-size: 1em; }

#header p.title { font-size: 3em; line-height: 1; margin-bottom: 0.5em; }

IMG { border: none; }

LABEL {
  width: 10em;
  float: left;
}

LABEL.required { color: navy; }

FORM .actions {
  margin-left: 10em;
}

.legal {
  font-size: 0.9em;
}

#footer .menu, #donate-volunteer {
  font-size: 2em;
  font-weight: bold;
  text-align: center;
}

#donate-volunteer LI {
  display: inline-block;
  margin: 0px;
  padding: 0em 1em;
}

#donate-volunteer A { text-decoration: none; }

.ec-day-name { padding: 0px 0.25em; }
.ec-calendar TD { border-bottom: none; }
TH.ec-month-name { text-align: center; }
TH.ec-month-nav:last-child { text-align: right; }

