/*  container */
/*  this controls the fonts for the overall widget, also determines the overall width of the widget box*/
.weatherwidget {
	font: normal 12px/1em Arial, Helvetica, sans-serif;
	color: #333;
	margin:20px 10px 10px;
	position:relative;
	z-index:1;
	background-image:url(../images/bg.gif);
	background-repeat:no-repeat;
	width:244px ;
	height:100px;
	cursor:default;
	text-align:left;
}



/* Change background for time of day */

/* dawn/dusk */
.weatherwidget_dusk, .weatherwidget_dawn{
	background-position:left -100px;
}

/* night */
.weatherwidget_night{
	background-position:left -200px;
}


.message{
	position:absolute;
	left:-7px;
	z-index:100;
	width:259px;
	top:90px;
	text-align:center;
}

.message .mt{
	background:url(/app/modules/weather_widget/images/callout.gif) no-repeat left top;
}


.message .inner{
	padding:18px 8px 0;	
}

.message .mb{
	background:url(/app/modules/weather_widget/images/callout.gif) no-repeat left bottom;
	display:block;
	height:13px;
}



.weatherwidget h1{
	color:#a6321a;
	margin:0;
	padding:1px 0 6px 5px;
	font: bold 14px Tahoma, Geneva, sans-serif;
}

.weatherwidget_night h1{
	color:#fff;
}

/* controls conditions font size*/
.ww_conditions {
	font-size: 10px;
	margin:0 8px 5px;
	display:none;
}

/* positions the weather icon*/
.ww_iconloc {
	float:right;
	position:absolute;
	right:-10px;
	top:-28px
}

/* temperature display */
.ww_temp {
	color: #fff;
	text-align: center;
	position:absolute;
	top:45px;
	right:3px;
	width:72px;
}

.ww_temp .desc{
 	font-size:9px;
	display:block;
}
.ww_temp .temp{
	font: bold 19px Verdana, Arial, Helvetica, sans-serif;
	color:#f5d417;
}

/* controls two day forecast */
.ww_day {
	font-weight:bold;
	text-transform:uppercase;
	font-size:12px;
	line-height:1.3em;
	color:#284b81;
}

.weatherwidget_night .ww_day{
	color:#041d37
}

.ww_col{
	float:left;
	width:74px;
	position:relative;
	font-size:10px;
}

.c1{
	left:10px;
}

.c2{
	left:22px;
}

.weatherwidget_night .ww_col{
	color:#d5e0ed;
}

.h1w {
	font-size: 17px;
	font-weight: bold;
	color: #003e65;
	padding: 5px 0 7px 7px;
}

/*********************************************
	UTILITIES
*********************************************/
.clear{
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden;
	width:0;height:0
}

/* clearfix - is used for clearing floats */
.clearfix:after{
	clear:both;content:' ';
	display:block;
	font-size:0;
	line-height:0;
	visibility:hidden;
	width:0;
	height:0
}

.clearfix{
	display:inline-block
}

* html .clearfix{
	height:1%
}

.clearfix{
	display:block
}
