/* Match the look of the current daltonchorale.org */
body {
  font-family: Georgia, "Times New Roman", serif;
  max-width: 720px;
  margin: 0 auto;
  padding: 1.5em 2em 3em;
  line-height: 1.6;
  color: #333;
  background: #fff;
}
h1 {
  font-size: 1.5em;
  font-weight: normal;
  margin: 0 0 0.2em;
}
h1 a {
  color: #333;
  text-decoration: none;
}
h1 a:hover {
  text-decoration: underline;
}
h2 {
  font-size: 1.25em;
  margin: 0 0 0.3em;
  font-weight: normal;
}
h2 a {
  color: #333;
  text-decoration: none;
}
h2 a:hover {
  text-decoration: underline;
}
.subtitle {
  font-size: 1em;
  margin: 0 0 1em;
  color: #555;
}
nav {
  margin: 1em 0 1.25em;
  padding: 0.5em 0;
  border-bottom: 1px solid #ccc;
  font-size: 0.95em;
}
nav a {
  margin-right: 1.2em;
}
a {
  color: #0066cc;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
.page-images {
  margin: 1em 0 1.25em;
}
.page-images img {
  display: block;
  max-width: 100%;
  height: auto;
}
.page-images .nave {
  margin-bottom: 0.75em;
}
.page-images .dcla-logo {
  max-width: 280px;
}
.footer-note {
  margin: 1em 0 1.5em;
  padding: 0.5em 0;
  font-size: 0.9em;
  color: #555;
  border-top: 1px solid #eee;
}
.body-text {
  margin: 1em 0;
}
.body-text p {
  margin: 0 0 1em;
}
.footer-links {
  margin-top: 2em;
  padding-top: 1em;
  border-top: 1px solid #ddd;
  font-size: 0.9em;
  color: #666;
}
.footer-links a {
  margin-right: 1em;
}
