@charset "utf-8";

#weather {
    position: absolute;
    left: 0;
    top: 389px;
    box-sizing: border-box;
    font-size: 2em;
    width: 1080px;
    height: 198px;
    text-align: center;
}
/* BASE STYLING */
#weather-data {
	height: auto;
  color: #fff;
}
i.weather {
	font-size: 3em;
  line-height: 60px;
  padding-left: .3em;
}
#weather-data ul {
  margin: 0;
  padding: 0;
  line-height: 1;
  list-style-type: none;
}

/* TODAY'S WEATHER STYLING */
#weather-data h2 {
  margin: 0em 0 0em 0px;
  padding:.25em .25em .25em .25em;
  color: inherit;
  font-size: 1em;
  font-weight: 300;
  text-align: center;
  min-height: 260px;
}
#weather-data h2>ul{
  /*float:left;*/
  margin:0;
  padding: 0;
  /*margin-left:2em;*/
}
#weather-data>h2>ul:nth-child(2){
  /*margin-left:.5em;*/
  /*min-width: 50%;*/
}
#weather-data h2>ul>li.location {
  font-size: 1em;
  text-align: left;
}
#weather-data h2>ul>li.temp strong {
	font-weight:600;	
}
#weather-data h2>ul>li.temp {
  font-size: 1.3em;
  line-height: 50px;
  /*text-align: left;*/
}
/*#weather-data h2>ul>li.forcast-symbol {
  font-size: 2em;
  padding: 0px 0px 0px 0px;
  text-align: center;
  margin-top: 2em;
}*/
#weatherIcon {
  width: 485px;
  height: 164px;
  border-right: 1px #fff solid;
}
#weather-data h3 {
  font-size: 1.1em;
  text-align:center;
}
#weather-data>h3>ul{
  display: block;
}
/* FORECAST STYLING */
#weather-data>ul>li:first-child {
  background-color: #ae9516;
}
#weather-data>ul>li {
  padding: 10px 0;
  display: inline-block;
  margin:0 5px;
  width: 180px;
}
#weather-data>ul{
  white-space: nowrap;
}
#weather-data>ul>li>.forecast-day{
  text-transform: uppercase;
}


