/*
 * Meyer's CSS reset
 * http://meyerweb.com/eric/tools/css/reset/
 * v2.0 | 20110126
 * License: none (public domain)
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/**
 * Cross browser inline-block from closure library.
 */

/*
 * Default rule; only Safari, Webkit, and Opera handle it without hacks.
 */
.goog-inline-block {
    position: relative;
    display: -moz-inline-box;
    display: inline-block;
}

/*
 * Pre-IE7 IE hack.  On IE, "display: inline-block" only gives the element
 * layout, but doesn't give it inline behavior.  Subsequently setting display
 * to inline does the trick.
 */
* html .goog-inline-block {
    display: inline;
}

/*
 * IE7-only hack.  On IE, "display: inline-block" only gives the element
 * layout, but doesn't give it inline behavior.  Subsequently setting display
 * to inline does the trick.
 */
*:first-child+html .goog-inline-block {
    display: inline;
}


/*
 * Styles for masonrv.com
 *
 * Copyright 2011 Jacob Mason
 */

body {
    font-family: 'Arial', sans-serif;
    font-size: 100%;
    background-image: url('../img/zigzaglight.png');
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

#container {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0px 0px 20px 0px #BBB;
    -moz-box-shadow: 0px 0px 20px 0px #BBB;
    -webkit-box-shadow: 0px 0px 20px 0px #BBB;
}

#toolbar {
    padding: .4em;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    background: url(../img/zigzaggrad.png);
    box-shadow: 0 10px 20px -10px #BBB;
    -moz-box-shadow: 0 10px 20px -10px #BBB;
    -webkit-box-shadow: 0 10px 20px -10px #BBB;
}

#toolbar a {
    color: #FFF;
}

h1.logo {
    font-family: 'Varela', sans-serif;
    font-weight: normal;
    font-size: 1.5em;
}

h1.logo a:hover {
    text-decoration: none;
}

span.header-contact {
    font-size: .825em;
    color: #FFF;
    margin: 0 20px 0 1px;
}

ul#toolbar-links {
    margin-top: 13px;
    float: right;
}

ul#toolbar-links li {
    color: #FFF;
    font-size: 14px;
    display: inline;
    padding: 0 10px;
    border-right: 1px solid #FFF;
}

ul#toolbar-links li:last-child {
    border: none;
}


#content {
    border-left: 1px solid #CCC;
    border-right: 1px solid #CCC;
    padding-bottom: 20px;
}

h2 {
    font-family: 'Varela', sans-serif;
    font-weight: normal;
    font-size: 1.25em;
    text-align: center;
    padding: 20px 5px 20px 5px;
}

div.featured h2 a {
    color: #000;
}

#footer {
    padding: .4em;
    background: url(../img/zigzag.png);
    text-align: center;
    box-shadow: 0 -10px 20px -10px #BBB;
    -moz-box-shadow: 0 -10px 20px -10px #BBB;
    -webkit-box-shadow: 0 -10px 20px -10px #BBB;
}

#footer a {
    color: #FFF;
}

ul#footer-links {
    margin: 5px;
}

ul#footer-links li {
    color: #FFF;
    display: inline;
    font-size: .875em;
    border-right: 1px solid #FFF;
    padding: 0 10px;
}

ul#footer-links li:last-child {
    border: none;
}

span.copyright {
    color: #FFF;
    font-size: .75em;
}

.footer-contact {
    color: #FFF;
    font-size: .875em;
    margin: 5px 10px 8px 5px;;
}

.email {
    unicode-bidi: bidi-override;
    direction: rtl;
}

#content table {
    margin-left: 20px;
    margin-top: 10px;
    background-color: #FFF;
    border: 1px solid #CCC;
    box-shadow: 0 0 10px 0 #DDD;
    -webkit-box-shadow: 0 0 10px 0 #DDD;
    -moz-box-shadow: 0 0 10px 0 #DDD;
}

#content table tr:nth-child(2n - 1) {
    background-color: #F4F4F4;
}

#content table td, #content table th {
    padding: 5px 8px;
}

#content table th {
    font-weight: bold;
    background-color: #E8E8E8;
}

.clear {
    clear: both;
}

div.camper h2,
div.motorcycle h2,
div.generator h2 {
    padding-bottom: 10px;
}

#camper-gallery,
#motorcycle-gallery,
#generator-gallery {
    float: right;
    margin-right: 10px;
}

#content table.camper-features,
#content table.motorcycle-features,
#content table.generator-features {
    margin-top: 15px;
}

div.camper .galleria-stage,
div.motorcycle .galleria-stage,
div.generator .galleria-stage {
    top: 10px;
    left: 10px;
    right: 10px;
    -webkit-box-shadow: 0 0 10px 0 #BBB;
}

div.list {
    padding: 10px;
    text-align: center;
}

div.list-item {
    padding: 13px;
    width: 280px;
    text-align: center;
}

div.list-item img {
    box-shadow: 0 0 10px 0 #BBB;
    margin-bottom: 10px;
}

div.list a {
    color: #000;
}

div.list-item-highlighted img {
    box-shadow: 0 0 10px 0 #000;
}

div.list-item-highlighted a {
    text-decoration: underline;
}

a.sold-banner {
    position: absolute;
    background: url(../img/sold-banner.png);
    width: 125px;
    height: 125px;
}

.sold {
    text-decoration: line-through;
}