h3 {
  margin: 0;
}

ul {
    list-style-type: none;
}

#place-search-box {
  margin-top: 5px;
  padding: 0 5px;
  font-size: 12px;
  line-height: 32px;
}

#place-list {
  margin: 5px 0;
}

.weather-home-icons
{
	background-image: url(/weather/images/weather-home-icons.png);
  background-repeat: no-repeat;
  width: 16px;
	height: 24px;
  line-height: 24px;
  display: inline-block;
  margin: 5px 0;
  vertical-align: middle;
  _display: inline;
  _zoom: 1;
}

.weather-condition {
    position: absolute;
    left: 285px;
    top: 130px;
    z-index: 20;
    font-family: 'Microsoft YaHei';
    font-size: 20px;
    font-weight: bold;
    padding: 5px 25px;
    background-color: #ff0066;
    background-image: linear-gradient(to top, #db0058, #ff0066);
    border-color: #db0058 #db0058 #b20047;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
}

.weather-details {
  margin-top: 30px;
}

.choose-city {
  margin-left: 5px;
  line-height: 24px;
  vertical-align: middle;
}

.icon-location {
	background-position: 0 0;
  width: 16px;
}

.icon-wind {
	background-position: 0 -120px;
}

.icon-humidity {
	background-position: 0 -144px;
}

.icon-pressure {
	background-position: 0 -168px;
}

.icon-visibility {
	background-position: 0 -192px;
}

.icon-sunrise {
	background-position: 0 -216px;
}

.icon-sunset {
	background-position: 0 -240px;
}

.weatherTitle
{
	padding: 5px;
	color: #999999;
	font-size: 11px;
}

.weatherTitle a
{
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

.currentIcon
{
  width: 180px;
  height: 180px;
}

.forecastIcon
{
  margin:0 -5px 0 -5px;
}

#loading
{
  position: absolute;
  left: 5px;
  top: 5px;
  display: none;
  background-color: #ff0000;
  color: #fff;
  padding: 2px 5px;
  z-index: 100;
}

#chart
{
  height: 120px;
}

.popCities
{
  list-style-position: inside;
  margin: 0;
  padding: 0 0 0 10px;
  float: left;
}

.popCities li, .pop-city
{
  display: inline-block;
  margin-right: 10px;
  cursor: pointer;
  color:#437abb;
  line-height: 25px;

  _display: inline;
  _zoom: 1;
}

.plevel {
  border-top: 1px dotted #C6C6C6;
  padding: 5px 0;
  overflow: hidden;
}

.plevel1
{
  clear:both;
  border-top: none;
  padding: 5px 0;
}

.plevel li
{
  color:#000;
  float:left;
  margin: 2px;
  padding: 3px 5px;
  list-style: none;
  cursor: pointer;
  line-height: 20px;
}

.plevel li.selected
{
  color:#fff;
  font-weight: bold;
  background-color:#437abb;
}

.plevel li.unselected
{
  color:#999;
}

.plevel li:hover
{
  color:#fff;
  background-color:#4372b0;
}

.plevel a {
    color:#999;
    text-decoration: none;
}

.plevel li.selected a {
    color: #fff;
}

.plevel li:hover a
{
  color:#fff;
}


.ui-autocomplete {
  width: 300px;
  max-height: 200px;
  overflow-y: auto;
  /* prevent horizontal scrollbar */
  overflow-x: hidden;
  background: #fff;
  border: 1px solid #52a8ec;
  border: 1px solid rgba(82,168,236,0.8);
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.ui-autocomplete a {
  display: inline-block;
  width: 100%;
  padding: 2px 5px;
  color: #000;
  cursor: pointer;
}

.ui-autocomplete a:hover {
  text-decoration: none;
}

.ui-autocomplete .ui-state-focus {
  background: #4372b0;
  color: #fff;
}

.ui-helper-hidden-accessible {
  display: none;
}

/* IE 6 doesn't support max-height
  * we use height instead, but this forces the menu to always be this tall
  */
* html .ui-autocomplete {
  height: 200px;
}

#ad {
    background-image: url('/weather//images/banner-guiyang-3.jpg');
    background-position: center center;
    height: 140px;
    margin-bottom: 10px;
}

#weather-board {
  background-color: #437abb;
  padding: 0;
  position: relative;
  color:#fff;
}

#divCurrentWeather {
  padding: 30px;
  border-top: 1px solid #6494d6;
  border-bottom: 1px solid #2966a7;
}

#divForecastWeather {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-top: 1px solid #6494d6;
  border-bottom: 1px solid #2966a7;
  padding: 30px 0 20px 0;
  line-height: 200%;
  color: #fff;
}

#divAirQuality {
  border-top: 1px solid #6494d6;
  border-bottom: 1px solid #2966a7;
  padding: 30px;
}

#share-weibo {
  position: absolute;
  top: 10px;
  right: 20px;
}

/** Air quality */

#air-quality {
  word-wrap: break-word;
}

.air-quality-label {
  margin-right: 5px;
  line-height: 30px;
}

.air-quality-value {
  line-height: 30px;
  padding: 3px 6px;
  color: #fff;
  background-color: #6a8ec6;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-right: 15px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid #54709b;
}

.aqi-level-0 {
  color: #fff;
  background-color: #00e400;
  background-image: linear-gradient(to top, #01c701, #00e400);
  border-color: #01c701;
}

.aqi-level-1 {
  color: #000;
  background-color: #ffff00;
  background-image: linear-gradient(to top, #e0e000, #ffff00);
  border-color: #e0e000;
 }

.aqi-level-2 {
  color: #fff;
  background-color: #ff7e00;
  background-image: linear-gradient(to top, #e47100, #ff7e00);
  border-color: #e47100;
 }

.aqi-level-3 {
  color: #fff;
  background-color: #ff0000;
  background-image: linear-gradient(to top, #df0101, #ff0000);
  border-color: #df0101;
 }

.aqi-level-4 {
  color: #fff;
  background-color: #99004c;
  background-image: linear-gradient(to top, #7e013f, #99004c);
  border-color: #7e013f;
 }

.aqi-level-5 {
    color: #fff;
    background-color: #7e0023;
    background-image: linear-gradient(to top, #66001c, #7e0023);
    border-color: #66001c;
}

.air-info-title {
    margin-right: 5px;
    padding: 5px 6px;
    color: #fff;
    background-color: #6a8ec6;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#air-impacts {
    margin-top: 20px;
    margin-right: 20px;
    float: left;
    line-height: 2em;
}

#air-suggestions {
    margin-top: 20px;
    float: left;
    line-height: 2em;
}

#ltlTemperature {
  float:left; font-size:90px; line-height: 180px; text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
}

#currentText {
  float:left; margin-top: 80px; z-index:40; line-height: 24px; padding-left: 10px;
}

@media (max-width: 767px) {
  #currentTempText {
    margin: 15px 0;
  }
  #ltlTemperature {
    font-size: 48px;
    line-height: 48px;
    margin-top: 5px;
  }
  #currentText {
    float:left; margin-top: 5px; z-index:40; line-height: 24px; padding-left: 10px;
  }
  .currentIcon {
    width: 60px;
    height: 60px;
  }
  .weather-details {
    margin-top: 0px;
  }
  .forecastIcon{
    width: 25px;
    height: 25px;
  }
  .forecastTemp{
    font-size: 12px;
  }
}
