@charset "utf-8";
/* CSS Document */
body{
	font-family:Arial, Helvetica, sans-serif;
	background: transparent;
}
a{
	text-decoration:none;
	color:#4e4e4e;
	font-size:0.8em;
}
#wrapper{
	width:239px;
	height: 100px;
}
#weatherBg{
	width:239px; /*360*/
	height:133px; /*235*/
	margin:auto;
	padding:5px;
	/*background-color:#F00;*/
	background:url(../images/weatherBg.png) no-repeat;
	top: 0px;
}

.scroll {
	height: 86px;
	width: 230px;
	overflow: auto;
	overflow-x: hidden;
	position: relative;
	clear: left;
}

.scrollContainer div.panel {
	height: 86px;
	width: 350px;
	background-color:#0C0;
}

.todayWeather{
	float:left;
	width:230px; /*349*/
	height:80px; /*224*/
	padding:0px;
	/*background:#CCC;*/
}

h1.city{
	color:#171717;
	font-size:17px;
	margin-bottom:7px;
}

h2.temp{
	color:#4e4e4e;
	font-size:19px;
	margin-bottom:7px;
}

h3.conditionData{
	color:#4e4e4e;
	font-size: 16px;
	margin-bottom:7px;
}

.todayImage{
	float:left;
	width:110px;/*211*/
	height:70px; /* 131 */
	padding-top:0px;
	text-align:center;
	/*background-color:#F00;*/
}

.todayCondition{
	float:left;
	width:120px;/*138*/
	height:50px; /*131*/
	padding-top:0px;
	/*background-color:#09C;*/
}

#forecast{
	float:left;
	width:239px;
	height:50px;
	/*background-color:#060;*/
}

#forecast a{
	font-weight:normal;
}

#forecast a.selected{
	font-weight:bold;
}
.weather{
	float:left;
	width:53px;
	height:30px;
	padding-left: 4px;
	/*background-color:#0F6;*/
}

.weatherDay{
	float:left;
	width:50px;
	height:17px;
	margin-bottom:-6px;
	text-align:center;
	/*background-color:#C90;*/
}

.weatherImage{
	float:left;
	width:53px;
	height:30px;
	padding-right: 4px;
	/*background-color:#000;*/
}
#forecast2{
	float:left;
	width:237px;
	height:29px;
	margin-top: -5px;
	margin-left: -3px;
	/*background-color:#060;*/
}
