/*VisualCrossing Weather API Style Sheet*/
body {
    background-color: rgb(175, 114, 79); 
    font-family: "Helvetica Neue LT Pro";
    font-weight:75;
    width: 453px;
    height: 134px;
    /*border: solid black 1px;*/
}
main {
    position: absolute;
    width: 1080px;
    height: 134px;
    left: 0px;
    top: 0px;
    /*border: solid black 1px;*/
}
#curday {
    position: absolute;
    height: 39px;
    width: 148px;
    left: 45px;
    top: 70px;
    font-size: 55px;
    color: rgb(255, 255, 255);
    margin-bottom: 30px;
}
#curmth{
    position: absolute;
    height: 39px;
    width: 350px;
    left: 340px;
    top: 70px;
    font-size: 55px;
    color: rgb(255, 255, 255);
}
#curtime{
    position: absolute;
    height: 54px;
    width: 191px;
    left: 700px;
    top: 20px;
    font-size: 72px;
    color: rgb(255, 255, 255);
}
.curtmp {
    position: absolute;
    height: 77px;
    width: 275px;
    left: 700px;
    top: 100px;
    font-size: 72px;
    color: rgb(255, 255, 255);
}
.curimg{
    position: absolute;
    height: 60px;
    width: 60px;
    left: 860px;
    top: 110px;
}
.curimg > img {
    height: 100%;  
}
/*
body > main > #Date{
    display: inline-block;
    width: 137px;
    height: 220px;
    vertical-align: top;
}
body > main > #Date > p{
    margin: 0px;
    font-size: 22px;
    color: rgb(255, 255, 255);
}
body > main > #Time{
    display: inline-block;
    position: absolute;
    width: 100px;
    height: 30px;
    vertical-align: top;
    left: 143px;
}
body > main > #Time > p {
    margin: 0px;
    font-size: 22px;
    color: rgb(255, 255, 255);
}
body > main > #Weather {
    display: inline-block;
    position: absolute;
    width: 100px;
    height: 30px;
    vertical-align: top;
    top: 30px;
    left: 143px;
}
body > main > #Weather > p {
    margin: 0px;
    display: inline-block;
    vertical-align: top;
    font-size: 22px;
    color: rgb(255, 255, 255);
 }
body > main > #Weather > div {
   width: 22px;
   display: inline-block;
}
*/
