a {
  font-family: "Cabin", "Trebuchet MS", Helvetica, "Tahoma", sans-serif;
  font-weight: 500;
  font-size: 10pt;
  font-style: italic;
}

div.frontpagelinks {
  display: block;
  padding: 8px 10px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}

span.name {
  font-family: "Days One", "Tahoma", Helvetica, sans-serif;
  font-size: 12pt;
  font-style: normal;
  display: block;
  padding-bottom: 8px;
  color: coral;
  letter-spacing: 1px;
  text-align: center;
}
span.subtitle {
  font-family: "Cabin", "Trebuchet MS", Helvetica, "Tahoma", sans-serif;
  font-weight: 500;
  font-style: italic;
  font-size: 10pt;
  display: block;
  padding-bottom: 10px;
  color: #999;
  letter-spacing: 1px;
  line-height: 110%;
  text-align: center;
}
span.summary {
  font-family: 'Cabin', "Trebuchet MS", Helvetica, "Tahoma", sans-serif;
  font-weight: 100;
  font-size: 10pt;
  display: block;
  margin: auto;
  padding-bottom: 5px;
  text-align: center;
  color: #ddd;
}

#tocbox {
  display: block;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: inset 1px 1px 1px 0 #111;
  -moz-box-shadow: inset 1px 1px 1px 0 #111;
  box-shadow: inset 1px 1px 1px 0 #111;
}
#tocbox #toc {
  z-index: 2;
  position: relative;
  color: white;
}
#tocbox #toc a {
  color: #999;
  text-decoration: none;
}
#tocbox #toc a:hover {
  color: white;
  text-decoration: underline;
}
#tocbox #toc #linkblock {
  position: relative;
  z-index: 3;
  margin: 0px auto 0px auto;
  padding: 5px 0px 0px 0px;
  height: inherit;
}

.qtip-wrapper {
  font-family: "Cabin", "Trebuchet MS", Helvetica, "Tahoma", sans-serif;
  font-weight: 400;
  font-size: 10pt;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  box-shadow: 2px 2px 2px 1px #333;
  -webkit-box-shadow: 2px 2px 2px 1px #333;
  -moz-box-shadow: 2px 2px 2px 1px #333;
}

/* Can't figure out why Firefox spacing ends up different, so here's
   a hack for FF only.  Source of how to target FF only:
  http://stackoverflow.com/a/953491/743730


@-moz-document url-prefix() {
#linkblock {
  margin: auto auto;
}
}
*/

/*# sourceMappingURL=frontpage.css.map */
