﻿@charset "UTF-8";
/* CSS Document */

/* http://meyerweb.com/eric/tools/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

/* Eric Meyer Reset Stylesheet */
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;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}


ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: separate;
    border-spacing: 5px;
}



body {
    line-height: 1;
    background-color: #ffffff;
    font-size: 12px;
    font-family: Gotham, Arial, Helvetica, sans-serif;
    font-weight: normal;
}

h1, h2 {
    font-family: Museo Slab, Georgia, "Times New Roman", Times, serif;
}

h3, h4, h5, h6 {
    font-family: Gotham, Arial, Helvetica, sans-serif;
}

h1 {
    font-size: 18px;
    color: #608069;
    margin: 7px 1.851851851852% 13px 1.851851851852%; /* 20/1080 */
}

h2 {
    color: #99996c;
    font-size: 24px;
    margin: 0px 0px 20px 0px;
    line-height: 26px;
}

h3 {
    color: #58595b;
    font-size: 16px;
    margin: 22px 0px 8px 0px;
    font-weight: bold;
}

h4 {
    margin-top: 24px;
    margin-bottom: 8px;
    color: #58595b;
    font-size: 14px;
    font-family: Gotham, Arial, Helvetica, sans-serif;
}

h5 {
    color: #99996c;
    font-size: 18px;
    font-family: Gotham, Arial, Helvetica, sans-serif;
    padding: 0px 0px 0px 0px;
    float: left;
    font-weight: bold;
}

h6 {
    font-weight: bold;
    margin: 10px 0;
}

p, ul, li {
    font-family: Gotham, Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #58595b;
    margin-bottom: 10px;
}

ul {
    list-style: disc;
    padding-left: 15px;
}

img {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: #0054a4;
}

    a:hover {
        text-decoration: underline;
    }

    a:active {
        color: #608069;
        font-weight: bold;
    }

table {
    border-collapse: separate;
    border-spacing: 5px;
    color: #ffffff; /* white */
    font-size: 12px;
    background: url(../images/warms-txtr-100x100-gray.png) repeat; /* textured dark gray */
    font-family: Gotham, Arial, Helvetica, sans-serif;
}

td, th {
    vertical-align: middle;
}

td {
    background-color: #58595b; /* gray */
    padding: 0px 10px;
}


/* ********************************* Chart ********************************* */
#dataChart {
    position: absolute;
    top: 800px;
    margin-top: 0px;
    width: 100vw;
    min-height: 450px;
    max-height: 450px;
    height: 450px;
}

/* ********************************* Disclaimer ********************************* */
#disclaimer {
    position: absolute;
    top: 1250px;
    margin-top: 0px;
    width: 100vw;
    color:white
}

/* ********************************* AQI ********************************* */
.AQI {
    width: 16.6667%;
    height: 20px;
    text-align: center;
    font-family: Gotham, Arial, Helvetica, sans-serif;
    font-size: 9px;
    padding: 0 0 0 0;
}

.AQIgreen {
    background-color: green;
    color: white;
}

.AQIyellow {
    background-color: yellow;
    color: black
}

.AQIorange {
    background-color: orange;
    color: black
}

.AQIred {
    background-color: red;
    color: white
}

.AQImagenta {
    background-color: magenta;
    color: white;
}

.AQImaroon {
    background-color: maroon;
    color: white;
}

/* ********************************* Galleria ********************************* */
body .galleria-fullscreen {
    display: none;
}

.galleria-theme-azur .galleria-info {
    opacity: 0.0 !important;
    bottom: 0 !important;
}

.galleria-timelapse1, .galleria-timelapse2 {
    max-width: 800px;
    background: #000;
}


.galleria-counter {
    display: none !important;
}

div.camera-date-stamp-holder {
    max-width: 800px;
    margin-top: -40px;
}

div.camera-date-stamp {
    margin-top: 0px;
}

div.camera-image-view {
    margin-top: 0px;
}



/* ********************************* ALL PAGES STYLES ********************************* */

.sitetitle {
    margin: 10px 0px 10px 0px;
}

.conditionstitle {
    margin: 10px 0px 10px 5px;
}

div.camera-date-stamp {
    text-align: left;
    line-height: 40px;
    font-family: Gotham, Arial, Helvetica, sans-serif;
    float: left;
    color: #000000;
    height: 40px;
    font-size: 14px;
    margin-top: 40px;
}

div.camera-image-view {
    text-align: left;
    line-height: 40px;
    font-family: Gotham, Arial, Helvetica, sans-serif;
    float: right;
    color: #000000;
    height: 40px;
    font-size: 14px;
    margin-top: 40px;
}

.imageview {
    font-style: italic;
    float: right;
}



/* ********* STATION STYLES ********* */

.meteorology {
    padding: 1.219512195122% 0.609756097561% 0.853658536585% 1.219512195122%; /* 10/820 & 7/820 & 5/820 */
    float: left;
    margin-bottom: 20px;
}


    .meteorology p {
        font-size: 10px;
        margin: 4px 0.609756097561% 0 0.609756097561%; /* 5/820 */
        vertical-align: top;
        clear: right;
        float: right;
        color: #ffffff; /* white */
    }

.display-units-toggle {
    text-align: left;
    float: right;
    color: #000000; /* black */
    padding-top: 5px;
    padding-right: 10px;
}

    .display-units-toggle input[type="radio"] {
        color: black;
    }

        .display-units-toggle input[type="radio"]:checked {
            color: red;
        }

div .wind-change {
    line-height: 10px;
    color: #ffffff; /* white */
    display: inline-block;
    margin-bottom: 10px;
}

.wdrow {
    background: url(../images/warms-txtr-100x100-gray.png) repeat;
}

.wind-compass {
    position: relative;
    display: inline-block;
    width: 110px;
    height: 110px;
    margin: 10px 0% 16px 0;
    background: url(../images/compass-back.png) center center no-repeat transparent;
}

    .wind-compass .compass-main, .wind-compass .compass-sub {
        position: absolute;
        z-index: 100;
        background-color: transparent;
        background-position: center top;
        background-repeat: no-repeat;
    }

    .wind-compass .compass-main {
        left: 22px;
        top: 22px;
        width: 66px;
        height: 66px;
        background-image: url(../images/compass-main.png);
    }

    .wind-compass .compass-sub {
        left: 16px;
        top: 16px;
        width: 78px;
        height: 78px;
    }

    .wind-compass .compass-sub1 {
        background-image: url(../images/compass-sub1.png);
    }

    .wind-compass .compass-sub2 {
        background-image: url(../images/compass-sub2.png);
    }

    .wind-compass .compass-sub3 {
        background-image: url(../images/compass-sub3.png);
    }

.wind-legend {
    margin-left: 0px;
}


.meteorology {
    padding-top: 0px;
}

    .meteorology table {
        width: 100%;
        float: left;
        border-collapse: separate;
        border-spacing: 5px;
        color: #ffffff; /* white */
        font-size: 14px;
        background: url(../images/warms-txtr-100x100-gray.png) repeat; /* textured dark gray */
        font-family: Gotham, Arial, Helvetica, sans-serif;
    }

        .meteorology table td, th {
            background-color: #58595b; /* gray */
            padding: 0px 10px;
            vertical-align: middle;
            color: #ffffff; /* white */
        }

    .meteorology tr {
        height: 30px;
        background-color: #58595b;
    }

    .meteorology .measure {
        font-weight: bold;
        text-align: right;
        font-size: 14px;
        color: #ffffff; /* white */
    }

    .meteorology .label {
        width: 68%;
        font-weight: normal;
        font-size: 14px;
        color: #ffffff; /* white */
        line-height: 40px;
    }


    /* -------------------- */
    .meteorology .metcomb table {
        width: 100%;
        float: left;
        border-collapse: collapse;
        border-spacing: 0px;
        color: #ffffff; /* white */
        font-size: 14px;
        background: url(../images/warms-txtr-100x100-gray.png) repeat; /* textured dark gray */
        font-family: Gotham, Arial, Helvetica, sans-serif;
    }

        .meteorology .metcomb table td, th {
            background-color: #58595b; /* gray */
            padding: 0px 0px;
            vertical-align: middle;
            color: #ffffff; /* white */
        }

    .meteorology .metcomb tr {
        height: 30px;
        background-color: #58595b;
    }

    .meteorology .metcomb .measure {
        font-weight: bold;
        text-align: right;
        font-size: 14px;
        color: #ffffff; /* white */
    }

    .meteorology .metcomb .label {
        width: 68%;
        font-weight: normal;
        font-size: 14px;
        color: #ffffff; /* white */
        line-height: 30px;
    }


/* ********* STATION GRAPH STYLES ********* */

.ozone, .pm10 {
    width: 100%; /* 380/820 */
    height: 140px;
    background: url(../images/warms-txtr-100x100-gray.png) repeat; /* textured dark gray */
    float: left;
    padding: 0 1.219512195122%;
    margin-bottom: 20px;
  
}

.graphlabel {
    font-weight: normal;
    font-size: 14px;
    color: #ffffff; /* white */
    line-height: 30px;
}

.graphtop, .graphbottom {
    position: relative;
    width: 100%;
    height: 5px;
    padding: 0px 0;
}

  .arrow-top, .arrow-bot {
        position: absolute;
        left: 0;
        width: 15px;
        height: 15px;
        margin: 0 -15px -15px;
        background-color: transparent;
        background-position: center center;
        background-repeat: no-repeat;
    }

.arrow-top {
    top: 0;
    background-image: url(../images/triangle-top.png);
}

.arrow-bot {
    top: -10px;
    background-image: url(../images/triangle-bottom.png);
}

.clear {
    clear: both;
}

.graph-title {
    margin-top: 0;
}

h5.graph-title {
    margin: 20px 0px 10px 0px;
}

.ozone table, .pm10 table {
    border-collapse: collapse;
    width: 100%;
    border-spacing: 0px;
}

    .ozone table tr, .pm10 table tr {
        height: 30px;
        width: 100%;
    }

    .ozone table img, .pm10 table img {
        width: 100%;
    }

    .ozone table td, .pm10 table td {
        background-color: #414042;
    }

        .ozone table td.gray-background, .pm10 table td.gray-background {
            background-color: #58595b; /* gray */
        }

        .ozone table td.measure, .pm10 table td.measure {
            text-align: right;
        }

.graph-cell {
    padding: 0px;
}


p.date {
    font-size: 12px;
    color: #ffffff; /* white */
    text-align: center;
    font-family: Gotham, Arial, Helvetica, sans-serif;
    margin-top: 10px;
}






/* ********* GOOGLE MAP ********* */

.map {
    width: 100%;
    clear: both;
    margin: 0px;
    padding: 0px;
}

.mapsitelabel {
    font-size: 12px;
    background: #58595b;
    color: #FFFFFF;
    padding: 3px 3px 3px 3px;
    z-index: 1000;
}

.mapdata {
    background-color: #EEEEEE;
    opacity: 1.0;
    text-align: center;
    width: 100px;
    font-family: Gotham, Arial, Helvetica, sans-serif;
    padding: 0 0 0 0;
}

    /* ********************************* MAP DATA STYLES ********************************* */

    .mapdata table {
        margin: 0 auto 0 auto;
        padding: 0 0 10px 0;
        width: 330px;
        border-collapse: separate;
        border-spacing: 1px;
        color: #ffffff; /* white */
        font-size: 12px;
        background: #EEEEEE; /*#B9BABC*/
        font-family: Gotham, Arial, Helvetica, sans-serif;
    }

        .mapdata table td, th {
            background-color: #58595b; /* gray */
            padding: 0px 2px;
            vertical-align: middle;
            color: #ffffff; /* white */
        }

    .mapdata tr {
        height: 20px;
        background-color: #58595b;
    }

    .mapdata .measure {
        width: 25%;
        font-weight: bold;
        text-align: right;
        font-size: 12px;
        color: #ffffff; /* white */
    }

    .mapdata .label {
        width: 25%;
        text-align: center;
        font-weight: normal;
        font-size: 12px;
        color: #ffffff; /* white */
        line-height: 20px;
    }

    .mapdata .site {
        width: 25%;
        text-align: center;
        font-weight: bold;
        font-size: 12px;
        color: #ffffff; /* white */
    }

    .mapdata .sub {
        font-size: 8px;
        vertical-align: sub;
    }

/* ********************************* RESPONSIVE STYLES ********************************* */

@media only screen and (max-width: 1200px) {

    div.camera-date-stamp {
        margin-top: 0px;
    }

    div.camera-image-view {
        margin-top: 0px;
    }

    div.camera-date-stamp-holder {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 1000px) {

    div.camera-date-stamp {
        font-size: 13px;
    }

    div.camera-image-view {
        font-size: 13px;
    }

    div.display-units-toggle {
        float: left;
        clear: left;
        margin-top: -10px;
        margin-bottom: 10px;
        margin: -10px auto 10px 5px;
    }
}

@media only screen and (max-width: 800px) {

    div.camera-date-stamp {
        font-size: 11px;
    }

    div.camera-image-view {
        font-size: 11px;
    }
}



@media only screen and (max-width: 600px) {
    p.date {
        font-size: 11px;
    }

    .gray-background {
        font-size: 11px;
    }

    .meteorology table {
        font-size: 11px;
    }

    .meteorology .measure {
        font-size: 11px;
    }

    .meteorology .label {
        font-size: 11px;
    }

    .meteorology .metcomb table {
        font-size: 11px;
    }

    .meteorology .metcomb .measure {
        font-size: 11px;
    }

    .meteorology .metcomb .label {
        font-size: 11px;
    }

    div.camera-date-stamp {
        font-size: 11px;
        line-height: 40px;
        height: 15px;
    }

    div.camera-image-view {
        font-size: 11px;
        float: left;
        clear: left;
        line-height: 40px;
        height: 40px;
    }

    .imageview {
        float: left;
    }
}

@media only screen and (max-width: 600px) {

    .AQI {
        font-size: 5px;
    }
}

@media only screen and (max-width: 500px) {

    .AQI {
        font-size: 5px;
    }
}

@media only screen and (max-width: 450px) {

    .AQI {
        font-size: 5px;
    }
}

@media only screen and (max-width: 375px) {

    .AQI {
        font-size: 5px;
    }
}

@media only screen and (max-width: 350px) {

    .mapdata table {
        width: 270px;
        font-size: 10px;
    }

    .mapdata .measure {
        font-weight: bold;
        font-size: 10px;
        color: #ffffff; /* white */
    }

    .mapdata .label {
        font-weight: normal;
        font-size: 10px;
        color: #ffffff; /* white */
        line-height: 20px;
    }

    .mapdata .site {
        width: 25%;
        font-weight: bold;
        font-size: 10px;
        color: #ffffff; /* white */
    }

    .mapdata .sub {
        font-size: 7px;
        vertical-align: sub;
    }
}

@media only screen and (max-width: 300px) {

    .AQI {
        font-size: 5px;
    }
}



/* ********* CLEARFIX STYLES ********* */

.clearfix:after {
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}

/* start commented backslash hack \*/
* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}
/* stop commented backslash hack */





