// Credit for the site CSS and core design goes to the github community  
// members behind my favorite Jekyll site theme, Tom. CSS cleaned up (to 
// remove unnecessary styles, eg.) and modified (only sightly) by 
// David Maddalena for this site. Photography by David Maddalena. 
// Portrait of David Maddalena by Bruce Charonnat.

/* Global Reset */

* {
  margin: 0;
  padding: 0;
}

html, body {
  height: 100%;
}

body {
  background-color: white;
  font: 13.34px helvetica, arial, clean, sans-serif;
  *font-size: small;
  text-align: center;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}

h1 {
  margin-bottom: 1em;
}

p {
  margin: 1em 0;
}

a {
  color: #043495;
}

a:hover {
  color: black;
}

a:visited {
  color: #394660;
}

.site {
  font-size: 110%;
  text-align: left;
  width: 40em;
  margin: 3em auto 2em auto;
  line-height: 1.5em;
}

.title {
  color: #a00;
  font-weight: bold;
}

  .site .title a {
    color: #a00;
    text-decoration: none;
  }

  .site .title a:hover {
    color: black;
  }

  .site .title a.extra {
    color: #aaa;
    text-decoration: none;
  }

  .site .title a.extra:hover {
    color: black;
  }

  .site .footer {
    font-size: 80%;
    color: #667;
    border-top: 4px solid #eee;
    margin-top: 2em;
    overflow: hidden;
  }

    .site .footer .contact {
      float: left;
      margin-right: 3em;
    }

      .site .footer .contact a {
        color: #8085C1;
      }
