/* ===== Primary Styles ========================================================
   Author:
   ========================================================================== */

body {
    background-color: #fff;
    font-family: 'helvetica';
}

#header #logo {
    margin-top: 5px;
    margin-bottom: 5px;
}

footer #copyright, #logo {
    text-align: center;
    background-color: #ef1422;
}

#footer-contact-info {
    background-color: #272727;
}

#copyright, #footer-contact-info {
    padding: 20px;
}

    #footer-contact-info a {
        color: white;
        text-decoration: underline;
    }

footer {
    color: #fff;
    margin-top: 25px;
    margin-bottom: 0;
}

a {
    text-decoration: none;
    color: #b7201d;
}

    a:hover, a:focus {
        text-decoration: underline;
        color: #b7201d;
    }

#SkypeButton_Call_MyNeighborandMe_1 {
    display: inline-block;
    margin-top:10px;
    height: 40px;
    overflow:hidden;
}

#who-neighbor {
    color: #dfdfdf;
    font-weight: bold;
    font-size: 32px;
    text-align: right;
    padding-top: 30px;
    font-family: Georgia, serif;
}


/* Top Navigation Bar */
#top-navigation-bar {
    width: 100%;
    background-color: #272727;
    -webkit-box-shadow: 0 1px 3px #414141;
    -moz-box-shadow: 0 1px 3px #414141;
    box-shadow: 0 1px 3px #414141;
    margin-bottom: 10px;
}

    #top-navigation-bar .container .row .col-sm-6 {
        color: white;
        padding-top: 3px;
        padding-bottom: 3px;
        /*font-size: 12px;*/
        -webkit-text-shadow: 0px -1px 0px #000;
        text-shadow: 0px -1px 0px #000;
    }

    #top-navigation-bar a {
        color: white;
        text-decoration: none;
    }

    #top-navigation-bar .nav-item {
        display: inline-block;
        padding: 1px 5px;
    }

    #top-navigation-bar a:hover {
        text-decoration: underline;
    }

#latest-blog h3 {
    font-weight: bold;
    margin-top: 25px;
    margin-bottom: 0px;
    color: #b7201d;
}

    #latest-blog h3 a, #latest-blog h3:hover {
        color: #b7201d;
    }

#latest-blog h6 {
    color: #414141;
    margin-bottom: 0px;
}

#latest-blog p {
    margin-top: 5px;
}

#site-breadCrumb {
    color: #000000;
    margin-bottom: 10px;
}

#main {
    background-color: #fff;
}

#footer {
    padding: 28px;
    text-align: center;
    font-style: italic;
    font-size: 0.9em;
    color: #ccc;
}

    #footer a {
        color: #ccc;
        font-weight: bold;
    }

#lead {
    padding: 28px;
}

.info {
    background-color: #CCFFCC;
    border-top: 1px solid #FFCC66;
    border-bottom: 4px solid #FFCC66;
    padding: 6px;
    font-family: helvetica;
    font-size: 1.1em;
    text-align: center;
    border-top-color: #006600;
    border-bottom-color: #006600;
    font-weight: bold;
    color: #339933;
    cursor: pointer;
}

.warning {
    background-color: #FFFF99;
    border-top: 1px solid #FFCC66;
    border-bottom: 4px solid #FFCC66;
    padding: 6px;
    font-family: helvetica;
    font-size: 0.9em;
    text-align: center;
    border-top-color: #CC9900;
    border-bottom-color: #CC9900;
    font-weight: bold;
    color: #663300;
    cursor: pointer;
}

.error {
    background-color: #FFCC99;
    border-top: 1px solid #FFCC66;
    border-bottom: 4px solid #FFCC66;
    padding: 4px;
    font-family: helvetica;
    font-size: 1.1em;
    text-align: center;
    border-top-color: #800000;
    border-bottom-color: #800000;
    font-weight: bold;
    color: #990000;
    cursor: pointer;
}

/* Form Validation */
.field-validation-error {
    display: block;
    color: #8a1f11;
    margin-top: -5px;
}

.input-validation-error, input[type=text].input-validation-error {
    background: #FBE3E4;
    color: #8a1f11;
    border-color: #FBC2C4;
}

#recaptcha_widget_div {
    margin: -18px 0px 15px -3px;
}

#captchaError_validationMessage {
    margin-top: -15px;
}

form p {
    margin-bottom: 45px;
}