/*
Theme Name: MHSRV Canada
Theme URI: http://www.yellow7.com
Description: MHSRV CA Wordpress Theme
Version: 1.0
Author: Alex Meswarb
Author URI: http://www.yellow7.com
Tags: yellow7, wordpress
*/

/*! normalize.css 2011-11-04T15:38 UTC - http://github.com/necolas/normalize.css */

/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

/*
 * Corrects block display not defined in IE6/7/8/9 & FF3
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}

/*
 * Corrects inline-block display not defined in IE6/7/8/9 & FF3
 */

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

/*
 * Prevents modern browsers from displaying 'audio' without controls
 */

audio:not([controls]) {
    display: none;
}

/*
 * Addresses styling for 'hidden' attribute not present in IE7/8/9, FF3, S4
 * Known issue: no IE6 support
 */

[hidden] {
    display: none;
}


/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Corrects text resizing oddly in IE6/7 when body font-size is set using em units
 *    http://clagnut.com/blog/348/#c790
 * 2. Keeps page centred in all browsers regardless of content height
 * 3. Prevents iOS text size adjust after orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */

html {
    font-size: 100%; /* 1 */
    overflow-y: scroll; /* 2 */
    -webkit-text-size-adjust: 100%; /* 3 */
    -ms-text-size-adjust: 100%; /* 3 */
}

/*
 * Addresses margins handled incorrectly in IE6/7
 */

body {
    margin: 0;
}

/*
 * Addresses font-family inconsistency between 'textarea' and other form elements.
 */

body,
button,
input,
select,
textarea {
    font-family: sans-serif;
}


/* =============================================================================
   Links
   ========================================================================== */

/*
 * Addresses outline displayed oddly in Chrome
 */

a:focus {
    outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers
 * people.opera.com/patrickl/experiments/keyboard/test
 */

a:hover,
a:active {
    outline: 0;
}


/* =============================================================================
   Typography
   ========================================================================== */

/*
 * Neutralise smaller font-size in 'section' and 'article' in FF4+, Chrome, S5
 */

h1 {
    font-size: 2em;
}

/*
 * Addresses styling not present in IE7/8/9, S5, Chrome
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/*
 * Addresses style set to 'bolder' in FF3+, S4/5, Chrome
*/

b,
strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

/*
 * Addresses styling not present in S5, Chrome
 */

dfn {
    font-style: italic;
}

/*
 * Addresses styling not present in IE6/7/8/9
 */

mark {
    background: #ff0;
    color: #000;
}

/*
 * Corrects font family set oddly in IE6, S4/5, Chrome
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */

pre,
code,
kbd,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers
 */

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/*
 * 1. Addresses CSS quotes not supported in IE6/7
 * 2. Addresses quote property not supported in S4
 */

/* 1 */

q {
    quotes: none;
}

/* 2 */

q:before,
q:after {
    content: '';
    content: none;
}

small {
    font-size: 75%;
}

/*
 * Prevents sub and sup affecting line-height in all browsers
 * gist.github.com/413930
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}


/* =============================================================================
   Lists
   ========================================================================== */

ul,
ol {
    margin-left: 0;
    padding: 0 0 0 40px;
}

dd {
    margin: 0 0 0 40px;
}

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Removes border when inside 'a' element in IE6/7/8/9, FF3
 * 2. Improves image quality when scaled in IE7
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

/*
 * Corrects overflow displayed oddly in IE9
 */

svg:not(:root) {
    overflow: hidden;
}


/* =============================================================================
   Figures
   ========================================================================== */

/*
 * Addresses margin not present in IE6/7/8/9, S5, O11
 */

figure {
    margin: 0;
}


/* =============================================================================
   Forms
   ========================================================================== */

/*
 * Corrects margin displayed oddly in IE6/7
 */

form {
    margin: 0;
}

/*
 * Define consistent border, margin, and padding
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE6/7/8/9
 * 2. Corrects alignment displayed oddly in IE6/7
 */

legend {
    border: 0; /* 1 */
    *margin-left: -7px; /* 2 */
}

/*
 * 1. Corrects font size not being inherited in all browsers
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome
 * 3. Improves appearance and consistency in all browsers
 */

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}

/*
 * Addresses FF3/4 setting line-height on 'input' using !important in the UA stylesheet
 */

button,
input {
    line-height: normal; /* 1 */
}

/*
 * 1. Improves usability and consistency of cursor style between image-type 'input' and others
 * 2. Corrects inability to style clickable 'input' types in iOS
 * 3. Removes inner spacing in IE7 without affecting normal text inputs
 *    Known issue: inner spacing remains in IE6
 */

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer; /* 1 */
    -webkit-appearance: button; /* 2 */
    *overflow: visible;  /* 3 */
}

/*
 * 1. Addresses box sizing set to content-box in IE8/9
 * 2. Removes excess padding in IE8/9
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/*
 * 1. Addresses appearance set to searchfield in S5, Chrome
 * 2. Addresses box-sizing set to border-box in S5, Chrome (include -moz to future-proof)
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/*
 * Removes inner padding that is displayed in S5, Chrome on OS X
 */

input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/*
 * Removes inner padding and border in FF3+
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9
 * 2. Improves readability and alignment in all browsers
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}


/* =============================================================================
   Tables
   ========================================================================== */

/*
 * Remove most spacing between table cells
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/* LAYOUT */
/* ----------------------------------------- */

/* These rather presentational classes are generated by WordPress, so it's useful to have some styles for them. Edit as you see fit. More info: http://codex.wordpress.org/CSS */
.aligncenter { display:block; margin:0 auto }
.alignleft { float:left }
.alignright { float:right }
.wp-caption { border:1px solid #666; text-align:center; background:#ccc; padding:10px; margin:10px }

/* You might find the following useful */
/* div, ul, li { position:relative } This will save you having to declare each div / ul / li's position as 'relative' and allows you to absolutely position elements inside them */
br.clear { clear:both; display:block; height:1px; margin:-1px 0 0 0 } /* Use this br class to clear your floated columns */
li#theme-switcher { background:#fff; border:10px solid red; padding:20px; position:fixed; top:0; right:0 } /* Use this if you have the Theme Switcher Reloaded plugin (http://themebot.com/webmaster-tools/1-wordpress-theme-switcher-reloaded) installed and want to make it nice and obvious */

body {
    background: url('../img/layout/bg3.jpg') top center no-repeat #04287e;
}

.wrapper {
    margin: 0 auto;
    padding-bottom: 15px;
    width: 980px;
}

/*------------------------------------*\
   SIDEBAR
\*------------------------------------*/

.sidebar {
    float: left;
    width: 246px;
}

    .sidebar .logo {
        line-height: 0;
    }

    .sidebar .content {
        background: url('../img/layout/nav-bg.png') top left repeat-y;
        padding: 0 7px;
        width: 231px;
        margin-bottom: 0;
    }

    .content-btm-cap {
        background: url('../img/layout/side-nav-bottom.png') top center no-repeat;
        height: 14px;
        width: 244px;
        margin-top: -10px;
    }

    .sidebar .menu {
        list-style: none;
        margin: -4px 0px 0px 0px;
        padding: 0;
        padding-left: 4px;
    }

        .sidebar .menu li {
            background: url('../img/layout/buttons.jpg') -782px -32px no-repeat;
            clear: both;
            min-height: 24px;
            padding: 1px 0;
            width: 224px;
            line-height: 11px;
        }

            .sidebar .menu li a {
                clear: left;
                display: inline-block;
                float: left;
                height: 17px;
                padding-top: 5px;
                padding-left: 5%;
                width: 180px;
            }

.xoxo {
    list-style: none;
    margin: 0;
    padding: 0;
}

.quick-facts {
    padding: 0 10px;
}

/*------------------------------------*\
   TOP FOLD
\*------------------------------------*/

.containerTop {
    background: url('../img/layout/container-top.png') top center no-repeat;
    float: right;
    margin-top: -3px;
    min-height: 10px;
    width: 728px;
}

.translate-box {
    background: url('../img/layout/01translate.png') no-repeat;
    float: right;
    height: 70px;
    margin-top: 80px;
    margin-right: 10px;
    width: 289px;
}

    .translate-box #google_translate_element {
        margin-left: 130px;
        margin-top: 36px;
    }

.video-box {
    width: 328px;
    /*margin-left: 10px;*/
    margin-top: 25px;
    float: left;
    text-align: center;
}

/*.select-year select, .select-price select {
    width: 49px;
}*/

.browse-rv {
    background-image: url('../img/layout/browse-rv-bg.jpg');
    background-repeat: no-repeat;
    background-position: 0px 38px;
}

.rv-type, .select-brand {
    width: 90px;
}

.select-year, .select-price {
    width: 60px;
}

.search-to {
    width: 12px;
    text-align: center;
}

.select-year-max {
    width: 80px;
}

.container .horizontal-search .rv-type {
    padding-left: 10px;
}

.rv-type select, .select-brand select {
    width: 90px;
}

.select-year select, .select-price select {
    width: 60px;
}

.select-year-max select {
    width: 60px;
}

.container .horizontal-search .submit-button {
    text-align: right;
    padding: 0;
    padding-right: 10px;
}

.horizontal-search {
    width: 680px;
    overflow: hidden;
}

.horizontal-search table {
    width: 680px;
    margin-bottom: 0px;
}

.container .horizontal-search td {
    padding: 0 10px 0 0;
    border: none;
}

.container .horizontal-search .search-header {
    border-bottom: 1px solid #ccc;
    text-align: center;
}

.container .horizontal-search .search-header h2 {
    margin: 0 0 5px 0;
    padding: 0;
}

.horizontal-search .search-titles {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #223265;
}

.horizontal-search .search-titles td {
    padding-top: 14px;
}

.container .horizontal-search .search-spacer {
    border-bottom: 1px solid #ccc;
    height: 1px;
    padding: 0;
    margin-top: -3px;
}

/*------------------------------------*\
   MAIN CONTENT AREA
\*------------------------------------*/

.container {
    background: url('../img/layout/content-bg.png') top left repeat-y;
    float: right;
    margin-top: -2px;
    min-height: 500px;
    padding: 0 26px 0 27px;
    width: 680px;
}

    .container table {
        border-collapse: collapse;
    }

    .container td {
        border: 1px solid #ccc;
    }

    .container .noborder {
        border: none;
    }

    .container .noborder td {
        border: none;
    }

.flags {
    margin-left: -7px;
    padding: 5px 0px;
}

.container-bottom {
    background: url('../img/layout/content-bottom.png') top left no-repeat;
    height: 25px;
    width: 733px;
    clear: right;
    float: right;
}

/*------------------------------------*\
   SINGLE RV LISTING
\*------------------------------------*/

.single-rv .results-sortby td {
    display: table-cell;
    vertical-align: middle;
}

.single-rv .results-sortby td h2 {
    margin: 0;
}

.single-rv .infotable h3 {
    margin: 0;
}

.single-rv table td {
    border: none;
}

.container .rv-images td {
    text-align: center;
    border: none;
    padding-bottom: 5px;
}

.single-rv h3 {
    color: #223265;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}

.single-rv .model-img-lrg {
    margin: 10px 0px;
}

.single-rv .model-listing .infotable {
    float: left;
    width: 320px;
}

.single-rv-right {
    width: 320px;
    float: right;
}

.rv-listings td {
    border: none;
}

.rv-listings .viewmore {
    text-align: right;
}

.rv-listings .viewmore img {
    margin-right: 10px;
}

.rv-listings .listing-content {
    margin-left: 10px;
}

.rv-listings .listingitem {
    margin-bottom: 15px;
    border-bottom: 2px solid #223265;
    padding-bottom: 15px;
}


/* TYPOGRAPHY */
/* ----------------------------------------- */

h1, h2, h3, h4, h5, h6 { font-weight:bold } /* This helps to identify headings at the initial build stage, so I thought it'd be useful to have it */
.alert { background:red; color:white } /* 'alert' has a basic style, since it's useful to have it standing out for testing purposes. */

body {
    color: #333;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

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

a:hover {
  text-decoration: underline;
}

/*------------------------------------*\
   SIDEBAR
\*------------------------------------*/

.sidebar .menu li a {
    color: white;
    font-weight: bold;
    font-size: 11px;
    text-decoration: none;
    text-transform: uppercase;
}

.quick-facts, .sidebar .menu li {
    font-size: 10px;
    font-weight: bold;
}

.quick-facts {
    text-align: center;
}

/*------------------------------------*\
   MAIN CONTENT AREA
\*------------------------------------*/

.container {
    font-size: 12px;
}

.container a:visited {
    color: #223265;
}

.container h1, .container h2, .typogrpahy h3, .container h4, .container h5, .container h6 {
    color: #223265;
    margin: 0 0 18px 0;
    font-weight: bold;
    text-transform: uppercase;
}

.container h1 {
    font-size: 20px;
}

.container h3 {
    font-weight: normal;
}

.single-rv h3 {
    font-weight: bold;
}


.container h5 {
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 12px 0;
}

.container h6 {
    font-size: 13px;
    line-height: 1.4em;
    margin: 0 0 12px 0;
}

.container p {
    margin: 0 0 18px 0;
}

/* .container li {
    margin: 5px 10px;
    font-size: 11px;
}*/

.rv-listings h2 {
    margin: 10px 0px;
}

/* Font stack options

  The following represents a list of font stacks, as recommended by Nathan Ford in
  http://unitinteractive.com/blog/2008/06/26/better-css-font-stacks/

  I've added inverted commas around the relevant family names to ensure compatibility.
  p = balanced for paragraphs or body copy
  t = balanced for headlines or titles

  - - - -

Arial, "Helvetica Neue", Helvetica, sans-serif - p, t

Baskerville, "Times New Roman", Times, serif - p
Baskerville, "Times, Times New Roman", serif - t

Cambria, Georgia, Times, "Times New Roman", serif - p, t
"Century Gothic", "Apple Gothic", sans-serif - p, t

Consolas, "Lucida Console", Monaco, monospace - p, t

"Copperplate Light", "Copperplate Gothic Light", serif - p, t

"Courier New", Courier, monospace - p, t

"Franklin Gothic Medium", "Arial Narrow Bold", Arial, sans-serif - p, t

Futura, "Century Gothic", "Apple Gothic", sans-serif - p, t

Garamond, "Hoefler Text", "Times New Roman", Times, serif - p
Garamond, "Hoefler Text", Palatino, "Palatino Linotype", serif - t

Geneva, "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif - p
Geneva, Verdana, "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif - t

Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif - p
Georgia, Times, "Times New Roman", serif - t

GillSans, Calibri, Trebuchet, sans-serif - p
GillSans, Trebuchet, Calibri, sans-serif - t

"Helvetica Neue", Arial, Helvetica, sans-serif - p
Helvetica, "Helvetica Neue", Arial, sans-serif - t

Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif - p, t

"Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif - p, t

Palatino, "Palatino Linotype", Georgia, Times, "Times New Roman", serif - p
Palatino, "Palatino Linotype", "Hoefler Text", Times, "Times New Roman", serif - t

Tahoma, Geneva, Verdana - p
Tahoma, Verdana, Geneva - t

Times, "Times New Roman", Georgia, serif - p, t

Trebuchet, "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif - p
Trebuchet, Tahoma, Arial, sans-serif - t

Verdana, Geneva, Tahoma, sans-serif - p
Verdana, Tahoma, Geneva, sans-serif - t

*/

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

.clear {
    clear: both;
}

/*------------------------------------*\
   SIDEBAR
\*------------------------------------*/

.sidebar .menu .menu-item-2948 /*view our current inventory*/{
    background: url('img/layout/buttons.jpg') 0 -7px no-repeat; /* view inventory button */
    height: 49px;
    text-align: center;
}

.sidebar .menu .menu-item-2948 a {
    font-size: 0px;
    height: 49px;
    padding: 0;
    width: 224px;
}

.sidebar .menu .green {
    background: url('img/layout/buttons.jpg') -558px 0 no-repeat; /* green button */
}

.sidebar .menu .blue {
    background: url('img/layout/buttons.jpg') -558px -32px no-repeat; /* blue button */
}

.sidebar .menu .black {
    background: url('img/layout/buttons.jpg') -1006px -32px no-repeat;
}

.sidebar .menu .red {
    background: url('img/layout/buttons.jpg') -334px -32px no-repeat;
}