@font-face {
  font-family: 'Cardo';
  font-style: normal;
  font-weight: normal;
  src: local('Cardo'), url('cardo.ttf') format('truetype');
}

* {
    font-family: 'Cardo', "Book Antiqua", "URW Palladio L", serif;
    letter-spacing: 0.05em;
}

body { 
    padding: 1.5em 0;
}

h1 {
    margin: 1em;
}

h1 img {
    margin: -0.8em 1em 1em 0;
    float: left;
}

h1 a {
    text-decoration: none;
}

blockquote {
    background-color: #eee;
    margin: 1em;
    padding: 1em;
}

#entry {
    font-size: 13pt;
}

#entry img {
    margin: 1em;
}

#comments {
    text-align: justify;
    border-top: 1px grey solid;
    font-size: 11pt;
    margin: 2em;
    padding: 3em;
}

#comments dd {
    margin-bottom: 1em;
}

#entry, #comments, #entries, #wrapper, #books, #resume {
    width: 40em;
    margin-left: 5em;
    text-align: justify;
    line-height: 165%;
}

#entries li {
    margin: 0.5em;
}

.footnotes {
    font-size: 88%;
    border-top: 1px solid grey;
}

ul.spaced li {
    margin-bottom: 1.5em;
}

#footer {
    margin: 2em 0 7em 0;
    border-top: 1px grey solid;
}

#footer p {
    text-align: center;
}

#footer img {
    border: 0;
}

img.portrait {
    margin-top: -3em;
    margin-left: 2em;
}

a { 
    text-decoration: none;
    color: #31674b;
}

a:hover { 
    text-decoration: underline;
    color: #11472b;
}

a img { border: 0; }

a.older, a.newer {
    size: 80%;
}

pre, pre span, tt, kbd {
  font-family: Inconsolata, Consolas, monospace;
}

kbd {
  background: #eee;
  padding: 0.2em;
}

.code, .irc {
  border: 1px grey solid;
  background: #eee;
  padding: 1em;
  font-family: Inconsolata, Consolas, monospace;
}

code {
  background: #eee;
  font-family: Inconsolata, Consolas, monospace;
}

.timestamp {
    text-align: right;
    color: grey;
}

#books { padding-top: 1em; }

#resume h3 { margin-left: -1em; }
#resume dt { font-style: italic; }

/* htmlize styles for code snippets */

.comment {
        /* font-lock-comment-face */
        color: #7f9f7f;
    }
    .constant {
        /* font-lock-constant-face */
        color: #008b8b;
      }
    .comment-delimiter {
        /* font-lock-comment-delimiter-face */
        color: #708070;
    }
    .function-name {
        /* font-lock-function-name-face */
        color: #9f8ff0;
    }
     .keyword {
        /* font-lock-keyword-face */
        color: #a020f0;
      }
    .negation-char {
        /* font-lock-negation-char-face */
        color: #f0dfaf;
        font-weight: bold;
    }
    .string {
        /* font-lock-string-face */
        color: #cc9393;
    }
    .type {
        /* font-lock-type-face */
        color: #9f0fdf;
        font-weight: bold;
    }
    .variable-name {
        /* font-lock-variable-name-face */
        color: #308f3f;
    }
    .builtin {
        /* font-lock-builtin-face */
        color: #da70d6;
    }
    .doc {
        /* font-lock-doc-face */
        color: #bc8f8f;
    }
    .paren, .esk-paren {
        /* paren-face */
        color: #8c8c8c;
    }
    .keyword { color: blue; }
    .literal { color: purple; }

    .tuareg-font-lock-governing {
        /* tuareg-font-lock-governing-face */
        color: #0000ff;
        font-weight: bold;
    }
    .tuareg-font-lock-operator {
        /* tuareg-font-lock-operator-face */
        color: #a52a2a;
    }
    .warning {
        /* font-lock-warning-face */
        color: #ff0000;
        font-weight: bold;
    }

