﻿@charset "UTF-8"; .weatherFeed{font-family:Arial,Helvetica,sans-serif;font-size:90%;color:#000;width:98%;background:-moz-linear-gradient(top,rgba(0,127,255,0.33) 1%,rgba(0,127,255,0.05) 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(1%,rgba(0,127,255,0.33)),color-stop(100%,rgba(0,127,255,0.05)));background:-webkit-linear-gradient(top,rgba(0,127,255,0.33) 1%,rgba(0,127,255,0.05) 100%);background:-o-linear-gradient(top,rgba(0,127,255,0.33) 1%,rgba(0,127,255,0.05) 100%);background:-ms-linear-gradient(top,rgba(0,127,255,0.33) 1%,rgba(0,127,255,0.05) 100%);background:linear-gradient(to bottom,rgba(0,127,255,0.33) 1%,rgba(0,127,255,0.05) 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#54007fff',endColorstr='#0d007fff',GradientType=0 );padding:3px}.weatherFeed a{color:#888}.weatherFeed a:hover{color:#000;text-decoration:none}.weatherItem{padding:.8em;text-align:right}.weatherCity{font-size:2.8em}.weatherTemp{font-size:2.8em;font-weight:700;margin-top:10px}.weatherDesc,.weatherCity,.weatherForecastDay{font-weight:700}.weatherDesc{margin-bottom:.4em}.weatherRange,.weatherWind,.weatherLink,.weatherForecastItem{font-size:.8em}.weatherLink,.weatherForecastItem{margin-top:.5em;text-align:left}.weatherForecastItem{padding:.5em .5em .5em 80px;background-color:#fff;background-position:left center}.weatherForecastDay{font-size:1.1em}