html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

html, body {
    width: 100%;
    min-height: 100%;
    font-size: 14px;
}

body {
    line-height: 1;
}

#splash {
    width: 100%;
    margin: 16px 0 10px 0;
}

h1 {
    font-size: 1.8em;
}

h2 {
    font-size: 2.1em;
}

h3 {
    font-size: 1.55em;
}

#wrapper {
    margin: 0;
    padding: 0 4px;
}

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

a {
    margin: 0;
    padding: 0;

    vertical-align: baseline;
    background: transparent;
}

/* FOOTER */

#footer {
    padding: 10px 0 20px 0;
    height: auto;
}

#footer p {
    margin: 0;
    padding-top: 18px;
    line-height: normal;
    text-align: center;
    text-transform: lowercase;
    font-family: 'Abel', sans-serif;
    font-size: 16px;
    color: #A4B890;
}

#footer a {
    text-decoration: underline;
    color: #70C964;
}

/* Header */

#header-wrapper {
    height: 20px;
    background: #3A3A3A;
    margin: 0;
}

#top-phone {
    margin: 10px 0 15px 0;
    width: auto;
}

#top-phone div {
    font-family: "Abel", sans-serif;
    font-size: 30px;
    font-weight: bolder;
    margin-top: -2px;
    margin-bottom: -2px;
    display: inline-block;
}


#header {
    height: 20px;
    margin: 0 auto;
}

div#mobileMenu {
    margin: 10px 0;
    width: 100%;
}

div#mobileMenu a {
    font-size: 16px;
    display: block;
    float: left;
    padding: 8px 7px;
    background-color: #3FA43A;
    border-radius: 5px;
    color: white;
    margin: 0 10px 15px 0;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}

div#mobileMenu a.current_page_item {
    background-color: red;
}

/* Page */

#page {
    width: auto;
    margin: 0px auto;
    padding: 0px;
}

.title {
    font-size: 27px;
}

/* Contact form */

table.formTable {
    width: 100%;
}

table.formTable input[type='text'], table.formTable input[type='tel'], table.formTable input[type='email'] {
    width: 100%;
}


/* Picture upload */
ul#thumbs {
    margin-left: 0;
}

img.picUloadThumb {
    vertical-align: middle;
    max-width: 118px;
    max-height: 118px;
    display: inline-block;
}

ul#thumbs li {
    width: 120px;
    height: 120px;
    border: black 1px solid;
    display: inline-block;
    margin-bottom: 16px;
    margin-left: 7px;
    margin-right: 7px;
    position: relative;
    text-align: center;
    vertical-align: middle;
}