﻿.content-wrapper {
    margin: 0 auto;
    max-width: 960px;
}

#body {
    /*background-color: #efeeef;*/
    clear: both;
    padding-bottom: 35px;
}

.main-content {
    /*background: url("/content/Images/Views/Shared/accent.png") no-repeat;*/
    padding: 10px 10px 10px 10px;
}

.featured + .main-content {
    /*background: url("/content/Images/Views/Shared/heroAccent.png") no-repeat;*/
}

.featured {
    /*background-color: #fff;*/
}

    .featured .content-wrapper {
        background-color: #7ac0da;
        background-image: -ms-linear-gradient(bottom, #7ac0da 0%, #a4d4e6 100%);
        background-image: -o-linear-gradient(bottom, #7ac0da 0%, #a4d4e6 100%);
        background-image: -webkit-gradient(linear, left bottom, right bottom, color-stop(0, #7ac0da), color-stop(1, #a4d4e6));
        background-image: -webkit-linear-gradient(bottom, #7ac0da 0%, #a4d4e6 100%);
        background-image: linear-gradient(bottom, #7ac0da 0%, #a4d4e6 100%);
        color: #3e5667;
        padding: 0px 10px 0px 10px; /*20px 40px 30px 40px;*/
        border-radius: 10px;
    }

    .featured hgroup.title h1, .featured hgroup.title h2 {
        color: #fff;
    }

    .featured p {
        font-size: 1.1em;
    }

.site-title {
    color: #7ac0da;
    font-family: Rockwell, Consolas, "Courier New", Courier, monospace;
    font-size: 2.3em;
    margin: 0;
}

    .site-title a {
        background: none;
        color: #7ac0da;
        outline: none;
        text-decoration: none;
    }

        .site-title a:hover {
        }

        .site-title a:active {
        }

#Logo {
}

    #Logo img {
        max-height: 40px;
    }
