.clear {
  clear: both;
}

.tempUnit {
  font-size: 60%;
  vertical-align: super;
}

#weatherSearch {
  padding-bottom: 20px;
  background-image: linear-gradient(center bottom, #ddd 0%, #fff 3px);
  background-image: -o-linear-gradient(bottom, #ddd 0%, #fff 3px);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ddd), color-stop(0.04, #fff));
  background-image: -moz-linear-gradient(center bottom, #ddd 0%, #fff 3px);
}
#weatherSearch #weatherQuery {
  background: url("../../images/ui-elements/icon-catsearch.png") no-repeat 5px 4px;
  padding-left: 25px;
  margin-right: 20px;
}

.weather a {
  color: #f00;
}
.weather .searchResults {
  width: 410px;
}
.weather .searchResults a span {
  position: absolute;
  right: 0;
  margin-right: 10px;
}
.weather .searchResults li {
  line-height: 30px;
  padding: 0 5px;
  position: relative;
}
.weather .searchResults li:nth-child(even) {
  background-color: #F6F6F6;
}
.weather header {
  padding: 20px 0;
  background-image: linear-gradient(center bottom, #ddd 0%, #fff 3px);
  background-image: -o-linear-gradient(bottom, #ddd 0%, #fff 3px);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ddd), color-stop(0.04, #fff));
  background-image: -moz-linear-gradient(center bottom, #ddd 0%, #fff 3px);
}
.weather header h2 {
  float: left;
  font-size: 24px;
}
.weather header a {
  border-radius: 5px;
  border: 1px solid #ddd;
  padding: 4px 8px;
  background: #f7f7f7;
  float: right;
  font-family: arial, helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  min-width: 60px;
  color: #000;
  text-align: center;
}
.weather header small {
  float: right;
  clear: both;
  margin-top: 5px;
  font-size: 11px;
  font-family: arial, helvetica, sans-serif;
}
.weather section {
  margin-bottom: 35px;
  clear: both;
}
.weather section h3 {
  float: none !important;
}

h3 {
  text-transform: uppercase;
  font-size: 14px;
  margin: 8px 0 15px;
}

.forecasts {
  display: table-row;
  vertical-align: middle;
}
.forecasts img {
  margin: 5px;
}
.forecasts ul li {
  line-height: 20px;
  font-family: Georgia, serif;
  width: inherit;
  overflow: hidden;
  position: relative;
}
.forecasts ul li span {
  font-weight: bold;
  font-family: normal;
  position: absolute;
  right: 0;
}
.forecasts .timeFrame {
  width: 130px;
  float: left;
  padding: 0 13px;
  text-align: center;
  border-left: 1px dotted #000;
  font-size: 12px;
}
.forecasts .timeFrame h4, .forecasts .timeFrame .temperature, .forecasts .timeFrame .description {
  font-weight: bold;
}
.forecasts .timeFrame .temperature {
  font-size: larger;
  margin-bottom: 5px;
}
.forecasts .timeFrame h4, .forecasts .timeFrame .description {
  min-height: 29px;
}
.forecasts .timeFrame ul {
  margin-top: 10px;
  text-align: left;
}
.forecasts .timeFrame li {
  width: inherit;
}
.forecasts .timeFrame:first-child {
  border: none;
  padding-left: 0;
}

.currentCondition img {
  margin: 0 20px 0 10px;
  display: table-cell;
  vertical-align: middle;
}
.currentCondition .conditionInfo {
  width: 190px;
  text-align: center;
  font-weight: bold;
  display: table-cell;
  vertical-align: middle;
}
.currentCondition .conditionInfo .temperature {
  font-size: 30px;
  margin-bottom: 5px;
}
.currentCondition ul {
  display: table-cell;
  vertical-align: middle;
  padding-left: 20px;
  width: 150px;
}

.ie7 .currentCondition img {
  float: left;
}
.ie7 .currentCondition .conditionInfo {
  float: left;
  margin-top: 30px;
}

.longTerm .timeFrame {
  min-height: 180px;
}

.otherForecasts .forecasts {
  float: left;
  width: 150px;
  padding: 0 15px;
  margin-bottom: 35px;
}
.otherForecasts .forecasts:first-child {
  padding-left: 0;
}

/* livesuggest */
.ac_results {
  background-color: #fff;
  padding: 3px;
  border: 1px solid #cecece;
  -webkit-border-radius: 5px;
  margin-top: -1px;
  width: 350px !important;
}
.ac_results li {
  border-bottom: 1px solid #cecece;
  display: block;
  line-height: 16px;
  margin: 0;
  overflow: hidden;
  padding: 4px 6px;
  background-color: #fff;
}
.ac_results li:nth-child(even) {
  background-color: #f6f6f6;
}
.ac_results li:hover {
  background-color: #dfdfdf;
}

.ac_results li:last-child {
  border-bottom: none;
}

/*.ac_results span { float: left; }*/
.lsco {
  width: 70%;
  line-height: 1.1;
}

.lssec {
  width: 30%;
  text-align: right;
  color: #333;
  float: right;
}

/*.lsid { padding-top: 2px; color: #333; }*/
/*.lsco, .lsid, .lssec { font-family: Helvetica, sans-serif; }*/
/*.lsank { display: block; overflow: hidden; }*/
#weatherCredit {
  background-image: linear-gradient(center top, #ddd 0%, #fff 3px);
  background-image: -o-linear-gradient(top, #ddd 0%, #fff 3px);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ddd), color-stop(0.04, #fff));
  background-image: -moz-linear-gradient(center top, #ddd 0%, #fff 3px);
  padding: 20px 0 0;
  line-height: 25px;
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;
}
#weatherCredit img {
  float: right;
}
