@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic,700,700italic);

/*
 * 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
   ========================================================================== */

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 {
  margin: 0;
  font-family: 'Open Sans', sans-serif;

  background: url(../images/mcphails-arial.jpg) no-repeat bottom center fixed;
  -webkit-background-size: cover;
     -moz-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
   background-color: #455435;
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

#wrapper {
    width: 95%;
    max-width: 900px;
	margin: 10px auto;
    z-index:1;
}


 #header {
    width: 100%;
	height:130px;
    padding: 10px 0px;
}




#header img{
	margin:25px 0px 0px 10px;

}

#content {
	width: 100%;
    min-height: 300px;
    z-index: 1;
    background-color: #FFF;
    box-shadow: 4px 4px 6px rgba(0,0,0,0.8);
 /*    min-height:300px;*/
	padding: 10px 20px;
}

#content:last-child:after {
  clear:both;
  width:100%;
  height:0;
  content: '\A';

}


/*.push {
	height: 115px;
	clear: both;
}*/

#footer {
	color: #FFFFFF;
	width: 100%;
	margin: 0px auto;
	text-align: center;
	padding-top: 5px;
    padding-bottom:20px;
}



#footer h4 {
	margin-bottom: 10px;
    font-size: 11px;
    font-weight:600;
    text-shadow: 1px 1px 1px #000;

}

#footer a{
	text-decoration: none;
	color: #FFFFFF;

}

#footer p {
  display:none;
  text-align:center;
  font-size:13px;
  font-weight: 600;
  text-shadow: 1px 1px 1px #000;
}


#footer .social {
  width:150px;
  margin:10px auto;
  text-align:center;
}

/* #footer a:last-child {
   border: 0px;
 } */

#footer a:link {
	color: #FFFFFF;
}

#footer a:hover {
	color: #FFFFFF;
   	text-decoration: underline;
}

#footer a:active {
	color: #FFFFFF;
   	text-decoration: underline;
}

#footer a:visited:hover {
	color: #FFFFFF;
   	text-decoration: underline;
}

#footer a:visited {
	color: #FFFFFF;
}

p {
	margin-bottom: 1em;
	font-size: 14px;

}
#content ul {
   margin-left: 20px;
   padding-left:20px;
   overflow:hidden;
 }

li {
	margin-bottom: 0.5 em;
	font-size: 14px;

}

td {
  	font-size: 14px;
}
h1 {
	font-size: 22px;
    font-weight: 700;
	margin-bottom: 1em;
	color: #C41224;
}

h2 {
	font-size: 20px;
    font-weight: 700;
	margin-bottom: 1em;
	margin-top: 1em;



}
h3 {
	font-size: 16px;
    font-weight: 700;
	margin-bottom: 0.5em;
	margin-top: 1em;


}

 h4 {
  	font: 400 10px;
    margin-top: 1em;
 }

 h5 {
   font-size:11px;
   font-weight:400;
 }

.left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.right {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}

.white {
	color: #FFFFFF;
}
a.white:link, a.white:visited {
   color: #FFFFFF;
   text-decoration:none;
}

a.white:active, a.white:hover {
	color: #FFFFFF;
	text-decoration:underline;
}

a {
  text-decoration:none;
}

a:link {
	color: #003399;
}
a:visited {
	color: #003366;
}
a:active {
	color: #0033CC;
}
a:hover {
	color: #0033CC;
}

.clr-rt {
	clear: right;
}
.clr-l {
	clear: left;
}
.smaller {
	font-size: 80%;
}
.bar {
	background: #666666;
	height: 2px;
	width: 700px;
	margin-top: 10px;
	margin-bottom: 0px;
}
#header *
{
  margin:0;
  padding:0;
}

#header h1 {
  color: #FFF;
  text-shadow: 2px 2px 3px rgba(0,0,0,0.9);
  font-size: 36px;
  line-height:40px;
  font-weight:700;
}

#header h2 {
/*   width:455px; */
   display:inline-block;
   color: #FFF;
   font-size:16px;
   padding: 5px 20px;
   background-color: #C41224;
   border-radius: 15px;
   margin-top:5px;
}


#header p {
	font-size: 13px;
	font-weight: 600;
	letter-spacing: .02em;
	color: #003399;
	float: right;
	text-align: left;
	background: #FFFFFF;
	display: block;
/*	height: auto;
	margin-right:10px;
	margin-top: 5px; */
	padding: 8px;     /*10px 0px*/
	line-height: 18px;
}

#movie {
  width:640px;
  height:480px;
  margin:0px auto;
}

.map {
   width:calc(100% - 20px);
   height:360px;
   margin: 10px;
}

.gallery {
    float:right;
    margin-left:10px;
    width: 100%;
    max-width:650px;
    height:540px;
    border:0;
    overflow:hidden
}

img {
  width: auto;
  max-width:100%;
  height: auto;
/*  margin:10px auto;  */
  text-align:center;

}


.inline {
 display:inline-block;
 *display:inline;
 width:49%;
 margin:0;
 vertical-align:top;
}

#specials {
	color: #000066;
	background-color: #BED8EF;
	border: 2px solid #000066;
	text-align: center;
	width: calc(100% - 40px);
    max-width:640px;
	padding: 10px;
	margin: 0px auto;
}

#specials *{
  margin:0;
}


 .red {
   color:#FF0000;
 }

 .burgundy {
   color: #9F002C;
 }

  .larger {
   font-size: 120%;
 }
  .burgundy_larger {
   font-size: 120%;
   color: #9F002C;
 }
  .red_larger {
   font-size: 120%;
   color: #FF0000;
 }


table.rvtable{
  width:calc(100% - 20px);
  border:0;
  margin:10px auto;
}

.rvtable td {
  padding:2px;
  font-size: 12px;
  text-align: left;
}


.rvtable th {
    padding:2px;
    font-size: 11px;
    line-height:13px;
    font-weight: 700;
    text-align:left;
    white-space: nowrap;
    background: #f5f6f6;
    background: -moz-linear-gradient(top,  #f5f6f6 0%, #dbdce2 15%, #b8bac6 29%, #dddfe3 80%, #f5f6f6 100%);
    background: -webkit-linear-gradient(top,  #f5f6f6 0%,#dbdce2 15%,#b8bac6 29%,#dddfe3 80%,#f5f6f6 100%);
    background: -o-linear-gradient(top,  #f5f6f6 0%,#dbdce2 15%,#b8bac6 29%,#dddfe3 80%,#f5f6f6 100%);
    background: -ms-linear-gradient(top,  #f5f6f6 0%,#dbdce2 15%,#b8bac6 29%,#dddfe3 80%,#f5f6f6 100%);
    background: linear-gradient(to bottom,  #f5f6f6 0%,#dbdce2 15%,#b8bac6 29%,#dddfe3 80%,#f5f6f6 100%);
    border-bottom: 2px solid #7A7A7A;
}

.rvtable th img{
  vertical-align:top;
}
.rvtable td a {
  text-decoration:underline;
}

.ltbg{
  background-color: #E6EED2;
}

.dkbg{
  background-color: #C6DA9A;
}
 h3.break{
   white-space: nowrap;
 }

#content ul.models  {
  list-style: none;
  text-align:center;
  margin-left:0px;
  padding-left:0px;
  overflow:visible;
}

ul.models li {
  display:inline-block;
  white-space:pre;
  font-weight:700;
  font-size: 17px;
  padding: 0px 6px;
}

ul.models li::before {
  content: "• ";
}

/*ul.models li::after {
  content: " ";
}*/

div.rv_pics {
  width:120px;
  float:left;
  margin-right:20px;
}

div.rv_pics img{
  width:120px;
  height:auto;
  margin-bottom: 5px;
}

div.rv_details{
  float:left;
  font-size:14px;
  width: calc( 100% - 140px);
}

div.rv_details dt{
  font-weight: 600;
  width:80px;
  line-height:20px;
/*  outline: 1px solid #FFCC66;  */
}

div.rv_details dd {
  margin-top:-20px;
  text-indent: 0;
  margin-left: 90px;
}


/* ==========================================================================
   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 (max-width: 800px) {
/*    #header  {
       height: 100px;
    }

*/

    #specials {
      font-size:90%;
    }

    h3.break{
      white-space:pre-wrap;
    }

    h3.break span{
       display:none;
       height:0px;
     }

/*    h3.break span::before {
      content: "\A";
    }
*/
        #header h1 {
   font-size: 28px;
   line-height:30px;
    }

}



@media only screen and (max-width: 710px) {
    /* Style adjustments for viewports that meet the condition */
      body {
          background-image:none;
          background-color: #455620;
      }
    #wrapper {
      width:100%;
      margin:0;
      padding:0;

    }
     #content {
        box-shadow:none;
        padding:5px;
     }

    #header {
      margin-top:0px;
      padding:10px;
      padding-top:40px;
      height:auto;
      background: url(../images/mobile-header.jpg) no-repeat top left;
      background-size:cover;
    }

    #header p {
      display: none;
    }

    #footer p {
      display:block;
    }

/*        #header h2 {
      width:100%;
    }
*/
     #content {
       padding: 10px 5px;
     }

   .inline {
     display:block;
     width:100%;
     margin:10px auto;
    }

    .left, .right, .video, .map
    {
      float: none;
      margin:0px auto 10px;
      width:100%;
      height:auto;
    }
     .map {
       height:350px;
     }

     img {
      width:auto;
      max-width:100%;
      height:auto;
      margin:0px auto 10px;
    }

}

@media only screen and (max-width: 420px) {
  .rvtable tr td:first-child,
  .rvtable tr th:first-child
  {
    display:none;
  }

}


@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;
    }
}
