@charset "utf-8";
/* CSS Document */

body {
	padding: 0;
	margin: 0;
}

* html body {
	font-size: 100%; /* @ IE */
}

body * {
	font-size: 87.5%;
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;

}

body * * {
	font-size: 100%;
}

.clear {
	clear: both;
}		

#todaysCondition {
	height: 100px;
	width: 248px;
	background-image: url(/ron-widget/images/current_bg.png);
	background-position: top left;
	background-repeat: repeat-x;
	background-color:#fff;
	margin: 0;
	padding: 0;
	border-bottom: #97a5b0 solid 1px;
}

#todaysDate {
	font-size:12px;
	margin:5px 0 0 10px;
}

#todaysCondition img{
	float:left;
	margin:8px 0 0 3px;
	padding:0;
}

#currentTemp {
	font-size:28px;
	margin:5px 0 0 0;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}		

#currentFeelsLike {
	font-size: 10px;
}

#currentCondition {
	font-size: 12px;
}

#firstList {
	list-style: none;
	font-size: 10px;
	line-height: 1.2;
	margin:0 5px 0 5px;
	float: left;
	padding: 0;
}

#secondList {
	list-style: none;
	font-size: 10px;
	line-height: 1.4;
	margin:9px 5px 0 5px;
	float: left;
	padding: 0;
}

#forecastD1Date, #forecastD2Date, #forecastD3Date, #forecastD4Date {
	font-size:10px;
	font-weight:bold;
	margin:5px 0 5px 10px;
}

.forecastDiv {
	height: 80px;
	width: 124px;
	background-image: url(/ron-widget/images/current_bg.png);
	background-position: top left;
	background-repeat: repeat-x;
	background-color:#fff;
	margin: 0;
	padding: 0;
	border-bottom: #97a5b0 solid 1px;
	float:left;
}		

.forecastDiv img{
	float: left;
	margin: 0 0 0 3px;
}

.forecastDiv ul {
	list-style: none;
	font-size: 10px;
	line-height: 1.2;
	margin-top:0;
}	
	
.radarImage a {
}

#linkFooter	{
	padding:1px 2px 1px 1px;
	font-size:9px;
	text-align:center;
}	
