/* weather icons
----------------------------------------------- */
/* no icons for 0-tornado, 1-tropical storm, 2-hurricane, 3-severe thunderstorms, 4-thunderstorms */
#weather dl.wx0, #weather dl.wx1, #weather dl.wx2, #weather dl.wx3, #weather dl.wx4 {
  background: transparent url("images/wx/3200-not-available.jpg") no-repeat 4px 0;
}

/* mixed rain and snow, mixed rain and sleet, mixed snow and sleet, freezing drizzle, drizzle, freezing rain */
#weather dl.wx5, #weather dl.wx6, #weather dl.wx7, #weather dl.wx8, #weather dl.wx9, #weather dl.wx10 {
  background: transparent url("images/wx/11-showers.jpg") no-repeat 4px 0;
}

/* showers, showers */
#weather dl.wx11, #weather dl.wx12 {
  background: transparent url("images/wx/11-showers.jpg") no-repeat 4px 0;
}

/* no icons for 13-snow flurries, 14-light snow showers, 15-blowing snow, 16-snow, 17-hail, 18-sleet */
#weather dl.wx13, #weather dl.wx14, #weather dl.wx15, #weather dl.wx16, #weather dl.wx17, #weather dl.wx18 {
  background: transparent url("images/wx/3200-not-available.jpg") no-repeat 4px 0;
}

/* dust */
#weather dl.wx19 {
  background: transparent url("images/wx/19-dust.jpg") no-repeat 4px 0;
}

/* foggy */
#weather dl.wx20 {
  background: transparent url("images/wx/20-foggy.jpg") no-repeat 4px 0;
}

/* haze */
#weather dl.wx21 {
  background: transparent url("images/wx/21-haze.jpg") no-repeat 4px 0;
}

/* smoky */
#weather dl.wx22 {
  background: transparent url("images/wx/22-smoky.jpg") no-repeat 4px 0;
}

/* blustery, windy */
#weather dl.wx23, #weather dl.wx24 {
  background: transparent url("images/wx/24-windy.jpg") no-repeat 4px 0;
}

/* no icons for 25-cold */
#weather dl.wx25 {
  background: transparent url("images/wx/3200-not-available.jpg") no-repeat 4px 0;
}

/* cloudy */
#weather dl.wx26 {
  background: transparent url("images/wx/26-cloudy.jpg") no-repeat 4px 0;
}

/* mostly cloudy (night), mostly cloudy (day) */
#weather dl.wx27 {
  background: transparent url("images/wx/27-n-mostly-cloudy.jpg") no-repeat 4px 0;
}
#weather dl.wx28 {
  background: transparent url("images/wx/28-mostly-cloudy.jpg") no-repeat 4px 0;
}

/* partly cloudy (night), partly cloudy (day) */
#weather dl.wx29 {
  background: transparent url("images/wx/29-n-partly-cloudy.jpg") no-repeat 4px 0;
}
#weather dl.wx30, #weather dl.wx44 {
  background: transparent url("images/wx/30-partly-cloudy.jpg") no-repeat 4px 0;
}

/* clear (night), sunny, hot */
#weather dl.wx31 {
  background: transparent url("images/wx/31-n-clear.jpg") no-repeat 0 0;
}
#weather dl.wx32 {
  background: transparent url("images/wx/32-sunny.jpg") no-repeat 0 0;
}

/* fair (night), fair (day) */
#weather dl.wx33  {
  background: transparent url("images/wx/33-n-fair.jpg") no-repeat 0 0;
}
#weather dl.wx34  {
  background: transparent url("images/wx/34-fair.jpg") no-repeat 0 0;
}

/* no icons for 35-mixed rain and hail */
#weather dl.wx35 {
  background: transparent url("images/wx/3200-not-available.jpg") no-repeat 4px 0;
}

/* hot */
#weather dl.wx36 {
  background: transparent url("images/wx/32-sunny.jpg") no-repeat 0 0;
}

/* no icons for 37 through 47, (except 44-partly cloudy, included with 30 above) */
#weather dl.wx37, #weather dl.wx38, #weather dl.wx39, #weather dl.wx40, #weather dl.wx41,
#weather dl.wx42, #weather dl.wx43, #weather dl.wx45, #weather dl.wx46, #weather dl.wx47 {
  background: transparent url("images/wx/3200-not-available.jpg") no-repeat 4px 0;
}

/* Testing Icon  */
/* #weather dl.wx34 {  */
/*   background: transparent url("images/wx/33-n-fair.jpg") no-repeat 4px 0;  */
/* }  */

