#weatherDaily{
	list-style-type:none;
	font-family:arial,sans-serif;
	padding-left:0;
}
ul#weatherDaily li{
	_height:130px;
	min-height:130px;
	border-bottom: 8px solid #fff;
	border-top: 1px solid #ccc;
	padding:0;
	background:#fff;
}
ul#weatherDaily li#currentToday{

}
ul#weatherDaily li#rightnow{
	_height:30px;
	min-height:30px;
	border-bottom: none;
	border-top:none;
	padding:8px 10px 2px 20px;
	background:#fff;
}
ul#weatherDaily li h2{
	font-size: 20px;
	margin: 0px 0 15px;
	padding: 0;
}
ul#weatherDaily li .weatherLeft{
	width: 430px;
	float: left;
	margin:10px 0 0 0;
	padding: 0 20px 10px 20px;
	position:relative;
	border-right: 1px solid #fff;
	_height:130px;
	min-height:130px;


}
ul#weatherDaily li .weatherLeft .temps{
	font-size: 16px;
	/*margin: 0px 0 10px;*/
}
ul#weatherDaily li .weatherLeft .longDesc{
	width: 300px;
	z-index: 100;
	position: relative;
	font-size:13px;
}
ul#weatherDaily li .weatherLeft .icon{
	position:absolute;
	right:0px;
	top:0px;
	height:100px;


}
ul#weatherDaily li .weatherRight{
	float: right;
	width: 140px;
	margin: 10px 0px 0px 0px;
	_height:130px;
	min-height: 130px;
}
ul#weatherDaily li .weatherRight span{
	display: block;
	font-size: 13px;
	margin: 0 0 5px;
}
ul#weatherDaily li .viewHourly{
	padding: 5px;
	background: #000;
	color: #fff;
	width: 135px;
	margin: 0 0 1px 18px;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	font-size:13px;
}
ul#weatherDaily li .viewHourly:hover{
	color:#ccc;
}
.hourlylist{
	display:none;
	background: #fff;
	width: auto;
	margin: -1px 0 1px 1px;
	color: #130D0E;
}
.hourlylist table{
	width:100%;
	background-color: #fff;
	font-size:12px;
	border:1px solid #000;
}
.hourlylist thead {
	width: 100%;
	padding:5px 0;
}
.hourlylist td {
	padding: 5px 5px 5px 5px;
	vertical-align: top;
	border-top: 1px solid #DDD;
	text-align: center;
}
.hourlylist thead th {
	padding-right: 10px;
	text-align: center;
}
.hourlylist tr:hover {
	background-color: #fff;
	color:#DC1A22;
}
.hourlylist thead tr:hover{
	background: #fff;
	color: #130D0E;
}

@media (max-width: 600px) {

/*mobile weather*/


ul#weatherDaily li{
	_height:auto;
	min-height:auto;
	border-bottom: 8px solid #fff;
	border-top: 1px solid #ccc;
	padding:0;
	background:#fff;
}

ul#weatherDaily li#currentToday{

}

ul#weatherDaily li#rightnow{
	_height:30px;
	min-height:30px;
	border-bottom: none;
	border-top:none;
	padding:5px;
	background:#fff;
}
ul#weatherDaily li h2{
	font-size: 20px;
	margin: 0px 0 15px;
	padding: 0;
}
ul#weatherDaily li .weatherLeft{
	width: auto;
	float: none;
	margin:0;
	padding: 5px;
	position:relative;
	border-right: 1px solid #fff;
	_height:10px;
	min-height:10px;
}
ul#weatherDaily li .weatherLeft .temps{
	font-size: 16px;
	/*margin: 0px 0 10px;*/
}
ul#weatherDaily li .weatherLeft .longDesc{
	width: auto;
	z-index: 100;
	position: relative;
	font-size:13px;
}
ul#weatherDaily li .weatherLeft .icon{
	position:absolute;
	right:0px;
	top:0px;
	height:auto;
	opacity: 0.4;
}
ul#weatherDaily li .weatherRight{
	float: none;
	width: auto;
	margin: 0px;
	_height:auto;
	min-height: auto;
	padding:5px;
}
ul#weatherDaily li .weatherRight span{
	display: block;
	font-size: 13px;
	margin: 0 0 5px;
}
ul#weatherDaily li .viewHourly{
	padding: 5px;
	background: #000;
	color: #fff;
	width: 135px;
	margin: 0 0 1px 18px;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	font-size:13px;
}
ul#weatherDaily li .viewHourly:hover{
	color:#ccc;
}
.hourlylist{
	display:none;
	background: #fff;
	width: auto;
	margin: -1px 0 1px 1px;
	color: #130D0E;
}
.humidity{display:none;}
.dewpoint{display:none;}
.wind{display:none;}


}