/* main Zirkel.ORG site CSS
 */

body {
    font-family: "Lucida Grande", Verdana, sans-serif;
    background-color: white;
    color: black;
    margin: 0px;
}

a:link, a:visited {
    color: black;
    text-decoration: none;
}

#content {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: white;
}

#masthead h1 {
    font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
    font-size: 48px;
    margin: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    background-color: #99c;
}

#masthead a:link, #masthead a:visited {
    color: black;
    text-decoration: none;
}

#branding h1 {
    font-family: "Handwriting - Dakota", Lucida, Verdana, sans-serif;
}

#footer {
    text-align: center;
    font-size: 10px;
}

#blognav {
    margin-right: 10px;
    width: 200px;
    padding-top: 0px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 0px;
    float: right;
}

#blog {
    font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
    font-size: 10px;

    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    border: 1px dotted #777;
}

#blog h1 {
    text-align: center;
    text-transform: lowercase;
    line-height: 0;
    font-weight: bold;
    font-size: 24px;
}

#blog li {
    list-style-type: none;
}

#article h2 {
    font-size: 18px;
    color: #777;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

#article .by-line {
    font-size: 9px;
    color: #777;
    margin-top: 0px;
    padding-top: 0px;
}

#article p {
    font-size: 12px;
}

#article .section h1 {
    font-size: 16px;
}

#article .section h2 {
    font-size: 14px;
}

