/* ===========================================================================
   Body and Links 
   ======================================================================== */
body {
    background: #0c6a9b url(images/back-page.png) repeat top left;
    margin: 0;
    color: #444;
    font-family: Arial, Tahoma, sans-serif;
    font-size: 65%;
    line-height: 1.2em;
    text-align: center
    }
a {
    color: #c43a1e;
    text-decoration: none
    }
ul.posts div.postmeta a:hover, ul.posts div.postmeta p.postmetadata a:hover {
    color: #fac823 !important;
    text-decoration: none !important
    }
.post-content h2 {
    color: #0080c5
    }
header#header {
    background: #0080c5 url(images/back-header2.png) repeat-x bottom left;
    border-top: solid 1px #3d4b5a;
    padding: 25px 0 0
    }
nav#header-menu div.wrapper {
    background: #08699c url(images/back-menu.png) repeat-x top left
    }
.post-content {
    font-size: 1.4em;
    line-height: 1.4em;
    overflow: hidden;
    max-width: 630px
    }
a {
    color: #0c6a9b;
    text-decoration: none
    }
ul#main-menu li {
    float: left;
    display: inline;
    list-style-type: none;
    font-size: 18px;
    font-family: "BebasNeueRegular", "Arial Narrow", sans-serif;
    line-height: 40px;
    margin-right: 5px;
    position: relative
    }
#pre-header {
    background-color: #333;
    color: #ccc;
    height: 35px;
    line-height: 35px;
    font-family: "BebasNeueRegular", "Arial Narrow", sans-serif;
    font-size: 14px;
    text-shadow: #000 1px 1px 0
    }
#pre-header a:hover {
    color: #ffd812;
    text-decoration: none
    }
#pre-header a {
    color: #ccc
    }
ul#main-menu a:hover, ul#main-menu li.current-menu-item a, ul#main-menu li.current-menu-item li a:hover {
    color: #ffd812;
    text-decoration: none
    }
p.breadcrumbs .current {
    color: #ffd812;
    padding-right: 0
    }
ul.posts div.postmeta p.postmetadata, ul.posts div.postmeta p.postmetadata a {
    color: #ffd812 !important
    }
p.postmetadata a {
    color: #3a7796 !important
    }
/* Make sure embeds and iframes fit their containers */
embed, iframe, object {
    max-width: 100%
    }
ul#social-links {
    margin-right: 10px
    }
/* ===========================================================================
   Main Menu text size
   ======================================================================== */
ul#main-menu li {
    font-size: 20px
    }
/* ===========================================================================
   RSS links on loop.php
   ======================================================================== */
#archivebox {
    background: #FFF;
    padding-right: 5px;
    width: 100%;
    margin-bottom: 10px
    }
/* ===========================================================================
   WP Caption
   ======================================================================== */
p.wp-caption-text {
    font-size: 10px;
    font-style: italic;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 0;
    max-width: 100% !important
    }
.alignleft {
    float: left;
    margin-left: 0;
    margin-right: 15px
    }
.alignright {
    float: right;
    margin-left: 15px;
    margin-right: 0
    }
img.alignleft {
    margin: 5px 10px 5px 0;
    display: inline
    }
@media (max-width: 988px) {
    .wp-caption {
        /* Force the box to be 100% */
        width: 100% !important
        }
    div.header-banner {
        float: right;
        display: inline;
        max-width: 40%
        }
    /* ===========================================================================
       Responsive Images
       ======================================================================== */
    img {
        max-width: 100%
        }
    .post-content img {
        margin-bottom: 10px;
        max-width: 100%;
        height: auto
        }
    }