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


/* ------  WEATHER FEED MODULE  ------ */

.weatherModule {
	float: left;
	display:inline;
	width:224px;
	min-height:240px;
	height:auto !important; 
	height:240px;
	border: 1px solid #a7a7a7;
	
	background-color: #FFF;
	margin-bottom: 10px;
}	

.weatherDivider{
	clear:both; 
	margin:0; 
	padding:0; 

}
.weatherHead {
	width:215px;
	height:88px;
	margin:2px;
	color: #FFF;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
	text-transform: capitalize;
	text-align: left;
	margin-bottom: 0px;
	padding: 4px 0 0 5px;
	
}

.weatherHead .date {
width:100%;
	font-size: 17px;
	float: left;
	display:inline;
}

.weatherHead .tempMax {
	clear:both;
	padding-top:30px;
	/* border:1px solid white; */
	text-align:center;
	font-size:18px;
	color:#eae792;
	width: 50px;
	float: left;
	display:inline;
	font-size: 16px;
	letter-spacing: 1px;
}
.weatherHead .tempMin {
	text-align:center;
	padding-top:30px;
	font-size:18px;
width: 50px;
	padding-left: 5px;
	float: left;
	display:inline;
}
.weatherHead .tempMin span, .weatherHead .tempMax span {
	font-size:11px;
}


.weatherTxt {
	clear:both;
	height:48px;
	color: #fff;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	line-height: 14px;
	margin: 0 2px;
}
.weatherTxt .day {
	width: 120px;
	margin:0;
	padding:15px 0 0 0;
	padding-left: 5px;
	float: left;
	display:inline;
}
.weatherTxt .temp {
	margin:0;
	padding:15px 0 0 0;
	float: left;
	display:inline;
}
.weatherTxt .tempMax {
	padding:0;
	color:#eae792;
}
.weatherTxt .tempMin {
	padding-left: 8px;
}








/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

