/*
Theme Name: Mcs
Theme URI: https://wordpress.org/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Mcs is a modernized take on an ever-popular WordPress layout — the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Mcs will make your WordPress look beautiful everywhere.
Version: 1.0
Tags: black, blue, gray, red, white, yellow, dark, light, one-column, two-columns, right-sidebar, fixed-layout, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: mcs

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

@charset "UTF-8";
body {
    font: 100% Verdana, Arial, Helvetica, sans-serif;
    background: #003300;
    margin: 0;
    /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
    padding: 0;
    text-align: center;
    /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
    color: #000000;
}

.oneColFixCtrHdr #container {
    width: 780px;
    /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
    background: #FFFFFF;
    margin: 0 auto;
    text-align: left;
    /* this overrides the text-align: center on the body element. */
}

.oneColFixCtrHdr #header {
    background: #FFFFFF;
    /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
    padding-left: 20px;
    padding-right: 20px;
}

.oneColFixCtrHdr #header h1 {
    margin: 0;
    line-height: 0;
    /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.oneColFixCtrHdr #mainContent {
    padding: 0 20px;
    /* remember that padding is the space inside the div box and margin is the space outside the div box */
    background: #FFFFFF;
    position: relative;
    display: inline-block;
        width: 100%;
    box-sizing: border-box;
}

.oneColFixCtrHdr #footer {
    padding: 0 20px;
    /* this padding matches the left alignment of the elements in the divs that appear above it. */
    background: #FFFFFF;
    text-align: center;
}

.oneColFixCtrHdr #footer p {
    margin: 0;
    /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
    padding: 0px 0;
    /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.oneColFixCtrHdr {
    background-color: #003300;
}

.h1 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    color: #003300;
}

.p {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 14px;
    font-weight: normal;
    color: #000000;
}

.h2 {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 16px;
    font-weight: bold;
    color: #003300;
}

.pbold {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 14px;
    font-weight: bold;
    color: #003300;
}

a:link {
    color: #996600;
}

a:visited {
    color: #996600;
}

a:hover {
    color: #999900;
}

.picright {
    float: right;
    padding-left: 10px;
    padding-bottom: 15px;
}

.bullets {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 14px;
    font-weight: normal;
    color: #000000;
    list-style-position: outside;
    list-style-type: disc;
    line-height: 18px;
    font-style: normal;
}

.redcallout {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 16px;
    font-style: italic;
    font-weight: bold;
    color: #660000;
}

.quote {
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-style: italic;
    font-weight: bold;
    color: #669900;
}

.contactus {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #003300;
}