/* BASIC STYLING */
    body, html {
        margin: 0;
        padding: 0;
        background-color: #FFFFFF;
        font-family: Calibri, Georgia, sans-serif;
        font-size: 14px;
    }
    h1 {
        height: 25px;
        width: 155px;
        margin: 0 0 20px 0;
        background: url('img/daankroese-logo-green2.png');
        font-size: 0px;
        color: #FFFFFF;
    }
        h1 a {
            color: #FFFFFF;
        }
    h2 {
        margin: 0 0 10px 0;
        padding: 0;
        font-family: Georgia, inherit;
        font-size: 24px;
        font-style: italic;
        font-weight: bold;
    }
/*--------------------------------------------------------------------------------*/

/* LINK STYLING */
    a {
        color: #5AC000;
        text-decoration: none;
    }
    a:visited {
        color: #FF0000;
    }
    a:hover {
        color: #0000FF;
    }
    a img {
        border-width: 0;
    }
/*--------------------------------------------------------------------------------*/

/* MENU STYLING */
    #menu {
        margin: auto;
        height: 191px;
        width: 800px;
        background: #5AC000 url('img/IMG_2285-banner.jpg') no-repeat;
        -moz-border-radius-bottomleft: 15px;
        -moz-border-radius-bottomright: 15px;
        -webkit-border-bottom-left-radius: 15px;
        -webkit-border-bottom-right-radius: 15px;
        font-family: Georgia, inherit;
        text-align: right;
    }
        #menu > a {
            display: inline-block;
            height: 20px;
            width: 10%;
            margin: 171px 0 0 0;
            line-height: 20px;
            text-align: center;
            text-decoration: none;
            font-style: italic;
            font-weight: bold;
            color: #FFFFFF;
        }
        #menu > a:hover {
            background-color: #FFFFFF;
            color: #5AC000;
        }
        #menu > a > img {
        visibility: hidden;
        border-width: 0;
        text-align: center;
        }
        #menu > a:hover > img {
            visibility: visible;
        }
/*--------------------------------------------------------------------------------*/

/* BLOCK STYLING */
    #wrapper {
        width: 800px;
        margin: 20px auto auto auto;
    }
    #sidebar {
        float: left;
        width: 155px;
        margin: 0 40px 0 0;
        padding: 0;
    }
        #sidebar > div {
            padding: 20px 0;
            background: url('img/back6.png') repeat-x;
        }
        #sidebar h2 {
            margin: 0 0 .4em 0;
            font-size: 1em;
        }
    #content {
        float: left;
        width: 600px;
    }
        #content > p {
            margin: 0 0 1em 0;
            padding: 0;
            line-height: 1.5em;
        }
    #footer {
        clear: both;
        height: 100px;
        width: 800px;
        margin: auto;
        background: url('img/back7.png') repeat-x;
        color: #5AC000;
    }
    #googleAds {
        margin-top: 2em;
        text-align: center;
    }
/*--------------------------------------------------------------------------------*/

/* STYLE TWEAKING */
    .small {
        font-size: .8em;
    }
    ul#twitter_update_list {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }
        ul#twitter_update_list li {
            margin: .5em 0;
        }
/*--------------------------------------------------------------------------------*/
