@charset "utf-8";

/* Site (albeit minimal) design by Devrin Talen.
 * aneviltrend.com version 3.0 
 */

body {
    font-size: 0.8em; 
    font-family: Georgia, serif;
    background-color: white; 
}

h1, h2, h3, h4, h5, h6 { font-weight: 500; }
a   { color: black; font-weight: 700; text-decoration: underline; }
hr  { color: #ddd; width: 100%; margin-bottom: 3em; }

p, ul { line-height: 1.5em; }

ul  { list-style-type: disc; }

.container {
    max-width: 50em;
    margin: 0 auto;
}

.banner {
    /*
    background-color: #222;
    */
    text-align: center;
    padding-bottom: 1em;
}
.banner h2 a {
    color: #333333;
    /*
    font-family: Verdana, sans-serif;
    */
    font-family: Georgia, serif;
    font-weight: normal;
    font-size: 3em;
    text-decoration: none;
}
.banner h2 a:hover {
    text-decoration: underline;
}

.posttitle {
    letter-spacing: -0.0em;
}

.postmeta {
    font-family: Verdana, sans-serif;
    font-size: 0.75em;
    font-weight: 300;
    text-align: right;
    padding: 0.5em 0;
}

.footer {
    /*font-family: Verdana, sans-serif;*/
    font-family: Georgia, serif;
    text-align: left;
}
.footer h2 a {
    font-weight: 500;
}

pre { 
    margin: 1em 0;
    padding: 1em 0;
    border-width: 1px 0;
    border-color: #ccc;
    border-style: solid;
}

code { 
    font-family: "Bitstream Vera Sans Mono", "Monaco", Courier, monospace;
    font-weight: 300;
    font-size: 1em;
}
