/* CSS for the weewx Standard skin
 * Copyright (c) 2015 Tom Keffer <tkeffer@gmail.com>
 * See the file LICENSE.txt for your rights.
 */

body {
    margin: 0;
    padding: 0;
    border: 0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background-color: #ffffff;
}	

a {
    text-decoration: none;
}

#widget_group {
    float: left;
    margin-right: 10px;
}

#plot_group {
    overflow: hidden;
}

#title_bar {
    overflow: auto;
    margin-bottom: 5px;
    background-color: #dddddd;
    border: 1px solid #aaaaaa;
}

#contents {
    clear: both;
}

#title {
    float: left;
    margin-left: 10px;
}

#rss_link {
    float: right;
    margin-top: 5px;
    margin-left: 20px;
    margin-right: 20px;
}

#reports {
    float: right;
    margin-top: 5px;
    margin-right: 10px;
    margin-bottom: 5px;
    text-align: right;
}

.footnote {
    font-size: 80%;
    font-style: italic;
    clear: both;
}

.page_title {
    font-size: 140%;
    line-height: 50%;
}

.lastupdate {
    font-size: 80%;
    line-height: 50%;
}

.widget {
    margin-bottom: 10px;
    clear: both;
}

.widget_title {
    font-weight: bold;
    padding: 2px 10px 2px 10px;
    background-color: #dddddd;
    border: 1px solid #aaaaaa;
}

.stats {
}

table.stats th {
    font-weight: normal;
    font-size: 80%;
    text-align: left;
}

.label {
    font-size: 80%;
    vertical-align: top;
    text-align: right;
    padding-right: 2px;
}

.data {
    font-weight: bold;
    font-size: 80%;
    text-align: left;
}

.units {
    font-size: 80%;
    vertical-align: top;
}

.timestamp {
    font-size: 90%;
    font-weight: normal;
}

.button {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
    border: 1px solid #aaaaaa;
    cursor: pointer;
    webkit-radius: 3px;
    moz-radius: 3px;
    border-radius: 3px;
}

.button_selected {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #bbbbbb;
    border: 1px solid #aaaaaa;
    cursor: pointer;
    webkit-radius: 3px;
    moz-radius: 3px;
    border-radius: 3px;
}

.widget_control {
    float: right;
    cursor: pointer;
    margin-left: 20px;
    margin-right: 5px;
}

.widget img {
    width: 400px;
    border: 1px solid #aaaaaa;
    margin-top: 4px;
}

.new_row {
    border-top: 1px solid #dddddd;
}

table.celestial th {
    text-align: left;
}

.celestial_body {
    float: left;
}

#hilo_widget table.stats th {
    text-align: right;
}

#hilo_widget .data {
    font-weight: bold;
    font-size: 80%;
    text-align: right;
    padding-left: 10px;
}

#history_widget img {
    border: 1px solid #aaaaaa;
}

#history_widget.widget_title {
    min-width: 450px;
}

.plot_container {
    margin-top: 4px;
}


@media (max-width:750px) {
    #plot_group { overflow: visible; float: left; }
}
@media (min-width:751px) {
    #plot_group { overflow: hidden; float: none; }
}
