#contents h4 {
  margin: 20px;
  font-size: 20px;
  color: #00abe0;
}

#contents h3 {
  margin: 20px;
  padding-left: 35px;
  background-repeat: no-repeat;
  background-position: 10px 12px;
  color: #444;
  font-size: 26px;
}

#contents h3 span {
  text-transform: uppercase;
  color: #999;
}

/********************    the map and the select box ******************/
#meteo-map {
  position: relative;
  margin: 20px;
  background: #eee;
}

#meteo-map{
  width: 730px;
  height: 245px;
  display: block;
  border: 1px silver solid;
}

#meteo-map img {
  position: absolute;
  top: -260px;
	clip: rect(260px 500px 505px  0px);
	width: 478px;
	height: 575px;
  z-index: 2;
  background-position: 0 0;
  background-repeat: no-repeat;
}

#meteo-map img#country-img {
  z-index: 1;
}


#meteo-map form,
#meteo-map-msg {
  background: #fff url(../media/meteo-current-bg.png) no-repeat left -26px;
  position: absolute;
  top: 0;
  right: 10px;
  width: 245px;
  height: 90px;
  padding: 10px;
}

#meteo-map-msg {
  font-size: 14px;
  font-weight: bold;
  text-align: justify;
  padding: 20px;
  height: 70px;
  width: 225px;
}

#meteo-map h3 {
  margin: 8px 5px 5px 5px;
  padding: 0 0 0 24px;
  text-transform: uppercase;
  font-size: 20px;
  background-position: 2px 8px;
}

#meteo-map form#no-country h3 {
  font-size: 14px;
  margin: 10px 5px;
  padding: 0;
}

#meteo-map form span {
  margin: 3px 5px;
  display: block;
}

#meteo-map select {
  margin-left: 5px;
}

#meteo-map button {
  padding: 2px 4px;
}

.has-js #meteo-map button {
  display: none;
}

#meteo-no {
  margin: 20px;
}

#meteo-no h3 {
  font-size: 20px;
  margin: 15px 0;
  padding: 0;
  color: #00abe0;
}

#meteo-no ul {
  float: left;
  width: 230px;
  margin-right: 5px;
}

#meteo-no ul li{
  padding: 5px 0 5px 22px;
  background-position: 0 10px;
  background-repeat: no-repeat;
}

#meteo-no ul a{
  font-size: 15px;
  color: #555;
}

/********************    the current conditions  **********************/
#meteo-current {
  margin: 10px 10px 10px 40px;
}

#current-temp {
  background: url(../media/meteo-current-bg.png) no-repeat 0 0;
  float: left;
  width: 265px;
  height: 145px;
}

/* the background-image is set in PHP */
#current-temp img {
  float: left;
  width: 120px;
  height: 120px;
  margin: 5px 10px;
  background-position: center;
  background-repeat: no-repeat;
}

#current-temp strong {
  font-size: 40px;
  display: block;
  margin: 35px 0 0 0;
  text-align: center;
}

#current-cond {
  float: left;
  margin-left: 25px;
}

#current-wind,
#current-feel {
  padding: 5px 5px 5px 55px;
  background: url(../media/meteo-current-bg.png) no-repeat 0 -300px;
  float: left;
  height: 55px;
  margin-right: 10px;
  color: #999;
  font-weight: bold;
}

#current-feel {
  padding-left: 45px;
  background-position: 0 -200px;
  width: 120px;
}

#current-desc {
  clear: both;
  font-weight: bold;
  font-size: 16px;
}

/**************************    the forecast    ***********************/
#meteo-forecast {
  margin: 20px;
}

#meteo-forecast li {
  background: #f3f3f3;
  border: 1px #ccc solid;
  border-width: 0 1px;
  position: relative;
  margin: 20px 0;
  padding: 10px;
  display: block;
  height: 84px;
  font-weight: bold;
}

.forecast-date {
  float: left;
  width: 90px;
}

.forecast-date span {
  position: absolute;
  top: 5px;
  left: 5px;
  padding: 0 10px 1px 3px;
  border-bottom: 1px #ccc dashed;
  font-size: 12px; 
  color: #999;
}

.forecast-date h5 {  
  font-size: 14px;
  margin: 20px 0 0 0;
  padding: 0;
}

.forecast-temp {
  background: url(../media/meteo-tempsmall-bg.png) no-repeat 0 0;
  position: absolute;
  left: 100px;
  top: -7px;
  width: 215px;
  height: 120px;
  color: #999;
  font-size: 13px;
}

.forecast-temp strong {
  color: #333;
}

.forecast-temp img {
  height: 80px;
  width: 80px;
  background-image: url(../media/meteo-cond-small.png);
  background-repeat: no-repeat;
  float: left;
  margin: 15px 15px 0 30px;  
}


img.rain {
  background-position: 0 0;
}
img.sun-cloud {
  background-position: -95px 0;
}
img.clouds {
  background-position: -190px 0;
}
img.sun {
  background-position: -290px 0;
}
img.snow-gusts {
  background-position: 0 -115px;
}
img.fog {
  background-position: -95px -115px;
}
img.thunderstorm {
  background-position: -190px -115px;
}
img.snow {
  background-position: -290px -115px;
}
img.sun-darkcloud {
  background-position: 0 -230px;
}
img.sun-rain {
  background-position: -95px -230px;
}
img.sun-snow {
  background-position: -190px -230px;
}
img.gusts{
  background-position: -290px -230px;
}

.forecast-temp div {  
  margin: 35px 0 0 0;  
}

.forecast-cond {
  float: left;
  margin: 10px 10px 10px 230px;
}

.forecast-cond p{
  color: #999;
}
