﻿/* General Stuff */

html
{
    height: 100%;
    min-height: 100%;
}

body
{
    height: 100%;
    min-height: 100%;
    width: 100%; 
    min-width: 320px;
    background-color: #bfbfbf;
}

.clearfix
{
    clear: both;
    height: 1px;
    margin: 0 0;
    padding: 0 0;
    font-size: 0px;
    line-height: 0px;
}

/* Layout */

div.mobile-wrapper {
    max-width: 1024px;
    margin: 0 auto;
    background-color: #f3f3f3;
}

div.mobile-header {
    width: 100%;
    height: auto;
    margin: 0 0;
    padding: 0 0;
}

div.mobile-header img {
    max-width: 100%;
    height: auto;
    margin: 0 0;
    padding: 0 0;
    
}

div.mobile-buttons {
    clear: both;
    width: 96%;
    margin: 8px Auto;
    text-align: center;
}

div.inventory {
    width: 100%;
    padding-bottom: 8px;
}

div.mobile-location {
    overflow: auto;      
    float: left;
    width: 100%;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

div.mobile-buttons a, div.mobile-buttons a:visited {
    display: block;
    height: 48px;
    margin: 0 0;
    padding: 0 0;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 48px;
    text-align: center;
    border: 1px solid #000000;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background: #2a4c2e; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzg1MGMyMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiMjBmMmIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #850c20 0%, #b20f2b 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#850c20), color-stop(100%,#b20f2b)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #850c20 0%,#b20f2b 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #850c20 0%,#b20f2b 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #850c20 0%,#b20f2b 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #850c20 0%,#b20f2b 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#850c20', endColorstr='#b20f2b',GradientType=0 ); /* IE6-8 */
}

div.inventory a {
    margin-bottom: 12px;
}

div.mobile-buttons a.call {
    float: left;
    width: 48%;
}

div.mobile-buttons a.find {
    float: right;
    width: 48%;
}

div.mobile-buttons a.classic {
    float: none;
    width: 100%;
}

div.mobile-buttons a.inventory {
    float: none;
    width: 100%;
}

div.mobile-buttons a img {
    display: inline-block;
    position: relative;
    top: 6px;
    margin: 0 8px 0 0;
}

div.mobile-buttons a span {
    display: inline-block;
    margin: 0 0;
}

div.mobile-content {
    clear: both;
    width: 96%;
    margin: 0 auto;
    padding: 10px 0 0 0;
    font-family: Cambria, "Hoefler Text", Utopia, "Liberation Serif", "Nimbus Roman No9 L Regular", Times, "Times New Roman", Serif;
    font-size: 18px;
}

div.mobile-content h1, div.mobile-content h2, div.mobile-content h3 {
    font-weight: bold;
    color: #000;
    text-align: center;
}

div.mobile-content h1 {
    margin: 4px auto 8px auto;
    font-size: 24px;
    line-height: 32px;
}

div.mobile-footer {
    clear: both;
    height: 6px;
}

/* Photos */

img.mobile-photo-left, img.mobile-photo-right {
    margin: 0 0 16px 0;
    width: 48%;
    height: auto;
    border: 1px solid #000000;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

img.mobile-photo-left {
    float: left;
}

img.mobile-photo-right {
    float: right;
}
