﻿body {
    background:#fafafa;
}
h1 {
	font-family: "Open Sans";
	font-size: 30px;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
}
h2 {
	font-family: "Open Sans";
	font-size: 20px;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
}
p, .tempText, .clockText {
	font-family: "Open Sans";
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 20px;
}
blockquote {
	font-family: "Open Sans";
	font-size: 21px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
}
pre {
	font-family: "Open Sans";
	font-size: 13px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
}

.main {
    margin: 0 auto;
    width: 1025px;
    background:#fff;
}

.header {
    text-align: center;
    padding: 5px;
    background-image: linear-gradient(to bottom, #5B9BE8 0%, #487BB8 100%);
    color: #111;
}

.latestInfo, .imageHistory, .tempHistory {
    padding: 0;
    margin: 0 25px;
}

.sectionHeader > h2 {
    display:block;
    border-bottom: 1px solid #888;
    line-height: 30px;
}

.latestImage {
    width: 640px;
    height: 480px;
}

.latestImageContainer, .tempAndTimeContainer {
    display:inline-block;
}

.latestImageContainer > p {
    margin:0;
}

.thermometer {
    margin-right: 17px;
    margin-left: 23px;
    width: 35px;
    height: 75px;
    float: left;
}

.thermometer, .tempText {
    margin-top: 15px;
}

.tempText {
    font-size: 32px;
    display: inline-block;
    line-height: 75px;
    color: red;
}

.tempTextNegative {
    color:blue;
}

.tempAndTimeContainer {
    vertical-align: top;
}

.timeContainer {
    margin-top: 25px;
    font-size: 0;
}

.clock {
    height: 50px;
    width: 50px;
    margin-left: 15px;
    margin-right: 10px;
    float: left;
}

.clockText {
    font-size: 32px;
    display: inline-block;
    line-height: 50px;
}

.templastthreemonths {
    margin-top: 20px;
}

.footer {
    height: 80px;
}

.seasonImage
{
    max-width: 100%;
}

.tempImageDescription {
    color: #ff9999;
    font-size: 24px;
    vertical-align: bottom;
}

.tempImageDescriptionNegative {
    color: #9999ff
}

@media only screen and (min-width: 1025px)
{
    .main
    {
        -webkit-box-shadow: 1px 1px 7px 0px rgba(0,0,0,0.6);
        -moz-box-shadow: 1px 1px 7px 0px rgba(0,0,0,0.6);
        box-shadow: 1px 1px 7px 0px rgba(0,0,0,0.6);
    }
}

@media only screen and (max-width: 1024px)
{
    body
    {
        margin:0;
    }
    .main
    {
        width: 100%;
    }
    h1 {
	    font-size: 50px;
    }
    h2
    {
	    font-size: 33px;
    }

    p
    {
        font-size: 25px;
    }

    .tempText, .clockText
    {
	    font-size: 50px;
    }

    blockquote {
	    font-size: 30px;
    }
    pre {
	    font-size: 20px;
    }

    #datepicker
    {
        font-size: 40px;
    }

    .latestImage, .seasonImage
    {
        width: 100%;
        height: auto;
    }

    .tempContainer
    {
        float:left;
    }

    .timeContainer 
    {
        float:right;
        margin-right:25px;
        margin-top:28px;
    }

    .tempAndTimeContainer
    {
        display:block;
    }

    .imageHistory
    {
        padding-top: 100px;
        margin: 0;
    }
}