/* 
    Document   : weather
    Created on : 2013-06-03, 23:33:03
    Author     : maciej
    Description:
        Purpose of the stylesheet follows.
*/



#currentWindLabel{
    background: url('../img/standard/knots.png') no-repeat center center;
}
#currentCloudLabel{
    background: url('../img/standard/sky.png') no-repeat center center;
    /*background-size: contain;*/
}
#currentTempLabel{
    background: url('../img/standard/temp.png') no-repeat center center;
    /*background-size: contain;*/
}

.minutes{
    font-size: x-small;
    vertical-align: top;
}
.weather01d, .weather01n{
    background: url('../img/standard/clear.png') no-repeat center center;
    background-size: contain;
}
.weather02d, .weather02n{
    background: url('../img/standard/fewclouds.png') no-repeat center center;
    background-size: contain;
}
.weather03d, .weather03n, .weather04d, .weather04n, .weather50d, .weather50n{
    background: url('../img/standard/clouds.png') no-repeat center center;
    background-size: contain;
}
.weather09d, .weather09n, .weather10d, .weather10n, .weather13d, .weather13n{
    background: url('../img/standard/rain.png') no-repeat center center;
    background-size: contain;
}
.weather11d, .weather11n{
    background: url('../img/standard/storm.png') no-repeat center center;
    background-size: contain;
}
.Direction{
    background-size: contain !important;
}
.N{
    background: url('../img/standard/N.png') no-repeat center center;
}
.NNE{
    background: url('../img/standard/NNE.png') no-repeat center center;
}
.NE{
    background: url('../img/standard/NE.png') no-repeat center center;
}
.ENE{
    background: url('../img/standard/ENE.png') no-repeat center center;
}
.E{
    background: url('../img/standard/E.png') no-repeat center center;
}
.ESE{
    background: url('../img/standard/ESE.png') no-repeat center center;
}
.SE{
    background: url('../img/standard/SE.png') no-repeat center center;
}
.SSE{
    background: url('../img/standard/SSE.png') no-repeat center center;
}
.S{
    background: url('../img/standard/S.png') no-repeat center center;
}
.SSW{
    background: url('../img/standard/SSW.png') no-repeat center center;
}
.SW{
    background: url('../img/standard/SW.png') no-repeat center center;
}
.WSW{
    background: url('../img/standard/WSW.png') no-repeat center center;
}
.W{
    background: url('../img/standard/W.png') no-repeat center center;
}
.WNW{
    background: url('../img/standard/WNW.png') no-repeat center center;
}
.NW{
    background: url('../img/standard/NW.png') no-repeat center center;
}
.NNW{
    background: url('../img/standard/NNW.png') no-repeat center center;
}

.surf{
    background: url('../img/standard/surf.png') no-repeat center 80%;
    
}

.nosurf{
    background: url('../img/standard/nosurf.png') no-repeat center 80%;
}

