@charset "utf-8";
/* CSS Document */

/* Start Widget Styles */

#widget-wrapper {
	width:220px;
	max-width:220px;
	height:auto;
	max-height:73px;
	background:none repeat scroll 0 0 transparent;
	overflow:hidden;
	margin:0;
	padding:5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#widget-wrapper:hover {
	cursor: pointer;
}

#widget-wrapper a {
	text-align:center;
	height:100%;
	width:100%;
	display:block;
}

#widgetBackground {
	background:none repeat scroll 0 0 transparent;
	width:100%;
	overflow:hidden;
}

#widgetBackground h2 {
	font-size:10px;
	text-align:center;
	color:#ffffff;
	text-decoration:none;
	float:left;
	margin:0px;
	padding:0px;
}

#currentTemp {
	color:#ffffff;
	float:left;
	clear:left;
	/* font-weight:bold; */
	font-size:40px;
	margin:-5px auto;
	padding:0px;
}

#currents-wrapper {
	float:left;
	height:100%;
	width:60px;
	overflow:hidden;
	margin-left:10px;
	margin-top:-5px;
	display:inline;
}

#currentHigh {
	color:#ffffff;
	padding-bottom:5px;
	border-bottom:2px solid #ffffff;
	float:left;
	font-size:9px;
	font-weight:bold;
}

#currentLow {
	color:#ffffff;
	float:left;
	font-size:9px;
	padding-top:5px;
	font-weight:bold;
}

#conditionsIcon {
    float: right;
    height: 55px;
    padding: 2px;
    width: 57px;
	margin:-15px auto 0;
}

#conditionsIcon img {
	width:100%;
	height:100%;
	display:block;
}

#sponsorTxt {
	text-align:center;
	width:200px;
	height:18px;
	clear:both;
	margin:0 auto;
}

#weather-mobile-wrapper {
	margin:0 auto;
	text-align:center;
	background:none repeat scroll 0 0 #222222;
}

#weather-mobile-two {
	width:280px;
	height:18px;
	margin:0 auto;
	clear:both;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	overflow:hidden;
	line-height:18px;
	text-align:center;
}

#weather-mobile-two h2 {
	font-size:11px;
	color:#ffffff;
	text-decoration:none;
	margin:0px;
	padding:0px;
	float:left;
	margin-left:8px;
}

#currentTemp-mobile {
	font-size:11px;
	color:#ffffff;
	margin:0 auto;
	padding:0px;
	font-weight:bold;
	line-height:18px;
	margin-left:5px;
	float:left;
}

#weather-sponsor-mobile{
	text-align:center;
	width:200px;
	height:18px;
	margin:0 auto;
	float:left
}
	