/* vim: set ai ts=4 sw=4 et: */

body {
    margin: 0px;
    padding: 0px;
    background: white;
    color: black;
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
    font-weight: normal;
}

h1, h2, h3 {
    margin: 0px;
    padding: 0px;
    }

a           { color: #31527c; }
a:link      { color: #31527c; }
a:visited   { color: #31527c; }
a:active    { color: #31527c; }
a:hover     { color: #31527c; background: #8AA9D0; }

div.calendar {
    font-size: small;
    }

.posted {
    font-size: x-small;
    margin-bottom: 20px;
    }

.date {
    background: #e0e0e0;
    font-size: small;
    padding: 5px 5px 0px 5px;
    }

.title {
    background: #e0e0e0;
    line-height: 175%;
    font-weight: normal;
    font-size: x-large;
    padding: 0px 5px 0px 5px;
    }

#banner {
    background: #31527c;
    padding-top: 5px;
    padding-left: 10px;
    color: #f5f5f5;
    height: 95px;
}

#banner a:link, #banner a:visited {
    color: #f5f5f5;
    text-decoration: none;
}

#banner h1 {
    margin: 0px;
    padding-top: 20px;
}


#content {
    position: absolute;
    top: 100px;
    left: 240px;
    /*border: 1px solid red;*/
    }

.blog {
    padding: 40px;
    }

.blogbody {
    font-size: small;
    font-weight: normal;
    line-height: 120%;
}

#links {
    /* border: 1px solid blue; */
    width: 220px;
    background: #e0e0e0;
    color: #31527c;
    padding-top: 40px;
    padding-left: 10px;
    padding-right: 10px;
    /* top: 100px;
    left: 0px; */
}

.side {
    font-size: small; 
    line-height: 150%;
    padding: 2px;
    }

.sidetitle {
    font-size: .9em;
    margin-top: 10px;
    text-transform: uppercase;
    padding: 2px;
    border-bottom: 1px dotted;
    color: #666;
    }

.syndicate {
    display: none;
    }

.powered {
    display: none;
    }

