@charset "utf-8";
/* CSS Document For Weather Module */

/* Front-end */
.weather_box{
	clear: both;
	position: relative;
	background: url(images/weather245_bg.gif) no-repeat;
	width: 300px;
	height: 245px;
	margin: 0 0 18px 0;
}

.weather_header {
	font-size: 11px;
	color: #ffffff;
	background-color: #737373;
	padding: 2px 0 2px 8px;
}


.weather_poweredby {
    width:120px;
	height:60px;
	margin-top: 25px;
	background:url(images/poweredby.gif);
	background-repeat:no-repeat;
	}



.weather_sponsor {
    width:120px;
	height:60px;
	border:#CCC thin solid;
	margin-top: -45px;
	margin-left: 125px;
	background:url(images/yourlogohere.gif);
	background-repeat:no-repeat;
	
	
}

.weather_body {
	position: relative;
	height: 73px;
	background: url(../images/info_background.gif) bottom no-repeat;
	padding: 30px 12px 0 0;
	text-align: left;
}

.weather_box #icon {
	float: left;
	margin: 30px 24px 0 24px;
}

.weather_body #observed {
	float: right;
	font-size: 11px;
	margin: 0;
}

.weather_body #temp {
	font-size: 22px;
	font-weight: bold;
	margin: 8px 0 0 0;
}

.weather_body #wind {
	font-size: 13px;
	margin: 0;
}

.weather_body #vis {
	font-size: 13px;
	margin: 0;
}

.weather_body #humid {
	font-size: 13px;
	margin: 0;
}
