﻿body {
    margin-top: 0px;
    text-align: center;
    background-color: #dee7ef;
}

.centered {
    width: 960px;
    text-align: left;
    margin: 0px auto;
    /* border: 1px solid; */
    box-shadow: 0px 0px 50px 0px;
    background-color: lightgray;
}

.clear {
    clear: both;
}

.banner {
    margin-top: 0px;
    background-color: #9999cc;
}

    .banner .racing-banner {
        height: 20px;
        background-color: #9999cc;
    }

    .banner .name {
        color: #333399;
        margin-left: 100px;
        margin-top: 50px;
        font-family: 'Palatino Linotype', Baskerville, serif;
        font-size: 3em;
        font-weight: bold;
        /*   text-shadow: 2px 2px 0 #000, -1px -1px 0 #000, -1px 1px 0 #000, 1px -1px 0 #000, 1px 1px 0 #000;*/
    }

    .banner .tagline {
        float: none;
        margin-left: 50px;
        font-family: 'Palatino Linotype', Baskerville, serif;
        font-size: 1.2em;
        color: #333399;
        text-transform: uppercase;
    }

    .banner .navigation {
        font-family: "Open Sans", sans-serif;
        color: white;
        background-color: #333399;
        font-size: 1.5em;
        /*font-weight: bold;*/
        padding: 10px;
        padding-left: 20px;
    }

    .banner .follow-me {
        margin-left: 450px;
        font-size: 0.7em;
    }

    .banner .navigation img {
        vertical-align: middle;
        width: 25px;
    }

.navigation a {
    text-decoration: none;
}

a:link, a:active, a:visited, a:hover {
    color: inherit;
}


.main {
    margin: 20px;
    font-family: Arial, Baskerville, serif;
}

    .main .blog-entry {
        border-top: 2px solid #333399;
        margin-bottom: 10px;
    }

    .main .blog-header {
        color: #333399;
        border-right: 2px dotted #333399;
        width: 300px;
        float: left;
    }

    .main .headline {
        font-family: "Open Sans", sans-serif;
        font-size: 1.5em;
        text-transform: uppercase;
        font-weight: bold;
        line-height: 1.5em;
        margin-bottom: 10px;
    }

    .main .blog-content {
        font-family: 'Palatino Linotype', Baskerville, serif;
        font-size: 1.2em;
        margin: 10px;
        float: right;
        width: 590px;
    }

    .main img {
        width: 400px;
        margin-left: 170px;
        margin-top: 10px;
        box-shadow: 0px 0px 40px 0px #333399;
    }

    .main .result-item {
        margin-bottom: -5px;
        padding-bottom: 5px;
        border-bottom: 1px solid #333399;
    }

        .main .result-item a {
            text-decoration: none;
        }
