/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ===============================================F=========================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */



body { background: #fffbda url('../_images/bg-Body.jpg') no-repeat top center; }

h1 { color: #050C25; font: 33px/33px 'EB Garamond',serif; margin: 5px 0 25px; text-shadow: 0 0 10px #FFFFFF, 0 0 10px #FFFFFF; }
h2 { color: #183191; font: 22px/22px 'EB Garamond',serif; margin: 0; }
h3 { color: #22222B; font: 22px/22px 'EB Garamond',serif; margin: 0; }

h1.Underline { border-bottom: 1px solid #7483b8; padding: 0 0 10px; }

.Border { border: 5px solid #FFFFFF; -webkit-box-shadow: #666 0px 3px 5px; -moz-box-shadow: #666 0px 3px 5px; box-shadow: #666 0px 3px 5px; margin-bottom: 32px; }

a.ReadMore { color: #183191; font: 14px/20px 'EB Garamond',serif; text-decoration: none; display: block; }
a.ReadMore:hover { text-decoration: underline; }
a.ReadMore span { color: #ac6614; font-size: 17px; }

.HomeThumb { clear: right; float: right; margin: 0 0 32px 32px; }
.HomeThumb.Last { margin-bottom: 16px; }

.Wrapper { width: 980px; margin: 0 auto; position: relative; min-height: 806px; background: #ffffff url('../_images/bg-Header.jpg') no-repeat top left; }
.Wrapper { -webkit-box-shadow: #545454 0px 0px 10px; -moz-box-shadow: #545454 0px 0px 10px; box-shadow: #545454 0px 0px 10px; behavior: url(/pie/PIE.htc); }   
.Wrapper > ul.MainNav { background: url("../_images/bg-MainNavigation.png") repeat scroll center top transparent; margin: 84px 0 0; padding: 0 20px; width: 940px; }
.Wrapper > ul.MainNav li { text-shadow: 0 2px 0 #050c25; }

ul.MainNav {  margin: 0; padding: 0; }
ul.MainNav li { display: inline; list-style: none outside none; color: #FFFFFF; font: 16px/0px 'EB Garamond',serif; }
ul.MainNav li a { color: #FFFFFF; font: 16px/30px 'EB Garamond',serif; padding: 4px 8px; text-decoration: none; }
ul.MainNav li a:hover,
ul.MainNav li a.Sel { background-color: #0a1745; }

#Logo { background: url("../_images/Logo.png") no-repeat scroll center top transparent; display: block; height: 91px; left: 20px; position: relative; top: 4px; width: 156px; }
#Logo span { display: none; }

#ContactInfo { color: #163192; font: 16px/20px 'EB Garamond',serif; position: absolute; right: 60px; top: 20px; }
#ContactInfo h3 { color: black; font: 25px/36px 'EB Garamond',serif; margin: 0; padding: 0;  }
#ContactInfo p { margin: 0; padding: 0; }
#ContactInfo a { color: #163192; text-decoration: none; display: block; }
#ContactInfo a:hover { color: #000000; text-decoration: underline; }

#Content { overflow: hidden; padding: 20px; }
#Content #Main.Fullpage { width: 100%; }
#Content #Main { width: 680px; float: left; margin: 0 20px 0 0;}
#Content #Main em { font-style: italic; }
#Content #Main li,
#Content #Main em,
#Content #Main p { color: #4C4C4C; font: 14px/20px 'EB Garamond',serif; margin-top: 0; }
#Content #Main strong,
#Content #Main h3 { color: #22222B; font: 22px/22px 'EB Garamond',serif; margin: 0 0 4px; }

#SideNav { width: 240px; float: right; }
#SideNav p { color: #4C4C4C; font: 14px/20px 'EB Garamond',serif; margin-top: 0; }
#SideNav h2 { border-bottom: 1px solid #6F6F8B; margin: 0 0 6px; padding: 0 0 6px; text-transform: uppercase; }
#SideNav h3 { margin: 0 0 4px; }
#SideNav .Item { margin: 0 0 25px; }
#SideNav .Item em { color: #4C4C4C; font: italic 14px/20px 'EB Garamond',serif; margin-top: 0; }
#SideNav .Item p { margin: 0; }

#Footer { background: url("../_images/LogoFooter.gif") no-repeat scroll 815px 35px #A0A0A0; color: white; font: 14px/18px 'EB Garamond',serif; height: 116px; margin: 0 0 55px; padding: 20px; }
#Footer a { color: #FFFFFF; text-decoration: none; }
#Footer a.Sel,
#Footer a:hover { color: #464646; text-decoration: underline; background: none;}
#Footer > ul.MainNav li a { font: 14px/0 'EB Garamond',serif; padding: 0 4px; text-decoration: none; }
#Footer > ul.MainNav li a:hover { text-decoration: underline; background: none; }

.Gallery { margin: 0 15px 15px 0; }
.Gallery.Last { margin-right: 0; }
.VideoEmbed { margin-bottom: 30px; }

#Content #Main .ReservationErrors > h3,
#Content #Main .ReservationErrors > p { color: red; }

#ReservationsForm { margin-top: 25px; }
#ReservationsForm td { color: #22222B; font: 17px/17px 'EB Garamond',serif; }
#ReservationsForm td.Label { padding-right: 15px; text-align: right; }
#ReservationsForm td.Label span { color: red; font-size: 22px; }
#ReservationsForm textarea,
#ReservationsForm input[type="text"] { padding: 5px; font-family: verdana; font-size: 11px; color: #4C4C4C; }
#ReservationsForm input[type="submit"] { color: #4C4C4C; font-family: verdana; font-size: 11px; padding: 5px 10px; }

#Content #Main .Rate { background-color: lightgray; float: left; margin: 0; padding: 10px; width: 196px; }
#Content #Main .Rate.Middle { margin-left: 16px; margin-right: 16px; }
#Content #Main .Rate h3 { font: 17px/19px 'Eb Caramond',serif; margin-bottom: 18px; }
#Content #Main .Rate td { border: 1px solid white; color: #4C4C4C; font-family: verdana; font-size: 9px; padding: 3px 4px; text-align: left; vertical-align: middle; }
#Content #Main .Rate td strong { color: #4C4C4C; font-family: verdana; font-size: 10px; font-weight: bold; }

.GallerySmall { margin: 0 6px; }
.GallerySmall .Gallery { margin: 14px; }

.Special { border-top: 1px solid #7483B8; clear: left; margin: 0; overflow: hidden; padding: 25px 0 0; }
.Special h3 {}
.Special img { float: left; margin: 0 25px 25px 0; }

#Content #Main .Special em { color: #4C4C4C; font: italic 17px/21px 'EB Garamond',serif; margin-top: 0; }
#Content #Main .Special p { color: #4C4C4C; font: 17px/21px 'EB Garamond',serif; margin-top: 0; }
/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
