#weatherContainer{
  position:relative;
  /*margin: 15px 0 15px 0;
  height: 150px;*/
  background: url(/media/1398/weatherback.jpg) no-repeat;
  background-position:0 43px;
  font-family:Arial, Helvetica, sans-serif;
  height:150px;
}
#weatherContainer h3{
    font-weight:bold;
    font-size:12px;
  
}


#weatherHeader img {
  padding:0 0 0 0;
  margin:0 0 0 -5px;
}

#weatherMod {
  padding: 2px 5px 5px 5px;  
}

#weatherImage{
  float:left;

  }


#weatherDate {

  margin: 0 0 5px 0;

  font-size:10px;
  z-index:101;
}

#currentCond {
  visibility: hidden;
  
}

#conditionDetails{
  display:none;
  position: relative;
  font-size: 14px;
  font-weight: bold;
}

#currentTemp {
  float:right;

  padding: 20px 40px 10px 0;
  font-size: 36px;
  font-weight: bold;

  }

#weatherForecast{
  clear:both;
  padding: 0 0 10px 0;
}

.dayName {
  font-weight: bold;
  color: #000000;
}

#forecastDetails{
  font-size:10px;
  
}

#dayForecast{
    position:relative;
    float:right;
    top: -5px;
    right:20px;
    padding-right:8px;

}

#dayDetails{
  }

#hiTemp {
  
}

#loTemp {
  }


#weatherFooter{
  clear:both;
}

#weatherBox{
  width: 225px;
  margin:0 auto;
  margin-top:30px;

}



















/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

