@charset "utf-8";

#weather {
  position: absolute;
      left: 1596px;
      top: 33px;
      box-sizing: border-box;
      font-size: 1.5em;
      font-family: 'Trajan Pro', sans-serif;
      min-width: 250px;
      color: #fff;
      /* background-color: #096c9d; */
      font-weight: 300;
      z-index: 2;
      display: block;
      text-align: right;
}

/* BASE STYLING */
#weather-data {

		
}
i.weather {
	font-size: 1.8em;
  /*line-height: 1;*/
}
#weather-data ul {
  margin: 0;
  padding: 0;
  line-height: 1;
  list-style-type: none;
	vertical-align: top;
}

/* TODAY'S WEATHER STYLING */
#weather-data h2 {
  margin: 0em 0 0em 0px;
  padding:.25em .25em .25em .25em;
  color: #fff;
  font-size: 1em;
  font-weight: 300;
  text-align: left;
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15);
  white-space: nowrap;
}
#weather-data h2>ul{
  display:block;
  width:45%;
  float:left;
  clear:right;
  margin:0;
  padding: 0;
  margin-left:.25em;
  white-space: nowrap;
}
#weather-data>h2>ul:nth-child(2){
  /*margin-left:.45em;*/
  float:right;
  min-width: 45%;
}
#weather-data h2>ul>li.location {
  font-size: 1em;
  text-align: left;
  margin-top: 0.15em;
  position: relative;
  left:38px;
}
#weather-data h2>ul>li.temp {
  font-size: 2em;
  text-align: center;
  padding-top: 8px;
}
#weather-data h2>ul>li.symbol {
  font-size: 20px;
  text-align: center;
  line-height: .5;
  margin-top:0.75em;
  position: relative;
    top: -6px;
    left: -62px;
}
#weather-data h2>ul>li.currently {
    position: relative;
    top: -46px;
    left: -164px;
}
}
#weather-data h2>ul>li.currently {
  font-size: .75em;
  padding-top: 0.6em;
  text-align:center;
}

/* FORECAST STYLING */
#weather-data>ul>li {
  /*padding: 10px 20px;*/
  color:#fff;
  display: inline-block;
  margin:0 5px;
}
#weather-data>ul{
  background-color: rgba(0,0,0,0.80);
}
#weather-data>ul>li>.forecast-day{
  text-transform: uppercase;
}
#weather-data>ul>li>.forecast-symbol>i.weather{
  font-size: 2.5em;
}