body, html {
  margin: 0;
  background-color: white;
  padding: 0.5em;
  font-family: "ff-dagny-web-pro-1", "Helvetica Neue", "Helvetica", Arial, sans-serif; }

h1, h2 {
  font-family: "ligurino-condensed-1", "trade gothic", "helvetica condensed", "helvetica neue", "helvetica", arial, sans-serif;
  text-transform: none;
  letter-spacing: 1px; }

h1 a {
  color: #00a7eb;
  text-transform: uppercase; }

h1 {
  font-size: 32px;
  line-height: 30px;
  margin-bottom: 1em; }

h2 {
  font-size: 32px;
  line-height: 30px;
  margin-bottom: 1em; }

h3 {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 1em;
  text-transform: uppercase; }

h5 {
  font-weight: 200;
  font-family: Georgia;
  font-style: italic;
  color: #777777; }

h4 {
  border: 0;
  font-weight: bold; }

h6 {
  color: #aaaaaa;
  font-size: 11px;
  margin-top: 7px;
  line-height: 14px; }

a {
  text-decoration: none; }

pre {
  margin: 0; }

ol li {
  margin-top: 1.5em;
  list-style-type: lower-alpha; }
ol ol li {
  list-style-type: decimal; }

.code {
  background: #f3f3f3;
  padding: 1em; }

.highlight {
  padding: 2em;
  background: #ffffcc; }

#mail-success {
  background-color: #ffffdd;
  padding: 0.75em;
  margin-bottom: 1.5em; }

#footer {
  padding-top: 0.5em;
  border-top: 1px dotted #eeeeee;
  color: #aaaaaa;
  font-size: 14px;
  margin: 0 2em; }
  #footer p, #footer a {
    font-size: 10px;
    color: #aaaaaa; }

#navigation {
  float: left;
  width: 190px; }
  #navigation .no-show {
    display: none; }

#content {
  float: left;
  margin-left: 25px;
  width: 510px; }
  #content ul li {
    background: url(/dot.gif) no-repeat;
    list-style-type: none;
    background-position: 0 0.7em;
    margin-left: -1em;
    padding-left: 1em; }

#container {
  margin: 0 auto;
  width: 875px; }

#content a {
  color: #0e6bdb; }

#navigation, #content {
  padding: 2em; }

#sections {
  list-style-type: none;
  margin: 0; }
  #sections li ul {
    margin: 0 0 1.5em;
    padding: 0;
    list-style-type: none; }
    #sections li ul li {
      font-weight: 400; }
      #sections li ul li a {
        color: #777777; }

#sections a.current {
  background-color: #ffffaa; }

.card {
  display: block;
  width: 230px;
  float: left;
  margin: 0 20px 20px 10px;
  font-size: 11px;
  text-align: center;
  color: #333333; }
  .card .desc {
    font-size: 10px;
    color: #777777; }

.button {
  background: #eeeeee;
  padding: 5px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  font-size: 12px; }
  .button:hover {
    background: #dddddd; }

#comments li {
  list-style-type: none; }
#comments .byline {
  background-color: #fffff1;
  border-bottom: 1px solid #eeeeaa;
  margin-left: -1.5em;
  padding: 0.25em 0.75em; }
#comments .time {
  float: right; }
#comments .author {
  float: left; }
#comments .author.self {
  font-weight: bold; }

.hide {
  display: none; }

.reveal {
  background-color: #ffffaa; }

.revelation {
  margin-bottom: 1em; }

table#books {
  width: 110%; }
  table#books td {
    vertical-align: top;
    width: 220px; }
  table#books th {
    color: green;
    padding: 1em 0; }
  table#books .meta {
    float: left;
    width: 200px; }
    table#books .meta .small {
      color: #666666; }
  table#books .thumbnail {
    float: left;
    width: 40px; }

table.calendar {
  width: 450px;
  float: right;
  background: #f6f6f6; }
  table.calendar .last {
    padding: 5px 5px 5px 5px; }
  table.calendar td, table.calendar th {
    text-align: center;
    width: 15%; }
  table.calendar td {
    border-bottom: 1px solid #eeeeee; }
  table.calendar td.exists {
    background: white; }
  table.calendar th {
    padding: 5px 5px 5px 5px;
    background: #444444;
    border-bottom: 1px solid #aaaaaa;
    text-align: center;
    font-weight: normal;
    color: white;
    font-size: 11px;
    width: 20px; }
  table.calendar .weekend {
    color: #aaaaaa; }
  table.calendar .engaged {
    background: #3388aa; }

.cal-header {
  float: left;
  padding: 0 5px;
  font-family: Georgia; }
  .cal-header span {
    font-style: normal; }

#cal-key {
  border: 3px double #eeeeee;
  padding: 10px;
  color: #aaaaaa;
  font-size: 11px;
  text-transform: uppercase; }
  #cal-key td {
    text-align: center; }

.cblock {
  width: 1em;
  margin: 0 auto;
  height: 1em;
  margin-bottom: 0.5em;
  border-radius: 1em; }

.cblue {
  border: 1px solid #cccccc; }

.cviolet {
  background: rgba(255, 255, 100, 0.7); }

.corange {
  background: rgba(0, 221, 252, 0.7); }

.cgreen {
  background: rgba(255, 155, 255, 0.7); }
