@charset "UTF-8";
/* CSS Document */

/* From here to the media query is where the mobile and base styles are written. Content is linear and stretched to 100% width. */

body {
    margin: 0;
    padding: 0;
    border: 0;
    min-width: 320px;
}

#top {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 66px;
    z-index: 1;
}

#container {
    width: 100%;
    padding-top: 44px;
    min-height: 320px;
}

#container div#splash {
    position: absolute;
    top: 0;
    width: 100%;
    height: 160px;
}

#sub #container img {
    width: 100%;
    margin-top: 57px;
    margin-bottom: 20px;
}

#container h3 {
    margin: 0;
    padding: 0 20px;
}

#container p {
    margin: 0;
    padding: 0 20px 12px 20px;
}

#splash img, #splash h1, #splash p {
    position: absolute;
    width: 100%;
}

#map {
    position: absolute;
    width: 320px;
}

#map img {
    position: absolute;
}

#bottom {
    width: 100%;
    height: 96px;
    text-align: center;
}

#sub #bottom {
    height: 80px !important;
}
#bottom div.addthis_toolbox {
    padding: 16px 0 0 0;
    width: 224px;
    margin: 0 auto;
}

#footer {
    width: 100%;
    height: 68px;
    position: relative;
}

#footer img {
    position: absolute;
    left: 20px;
    top: 15px;
}

#footer p {
    position: absolute;
    right: 20px;
    top: 15px;
}

#footer p span {
    display: block;
}

#footer div.like-buttons {
    width: 80%;
    text-align: center;
    margin: 0px auto 0px auto;
    line-height: 1px;
    font-size: 1px;
    white-space: nowrap;
    display: none;
}

#footer div.like-buttons div.fb-like,
#footer div.like-buttons iframe {
    display: inline-block;
    width: 100px;
}

.twitter-share-button {
    width: 100px !important;
}

.callout {
    display: none;
}


