@charset "utf-8";
.weatherbox {
	position: relative;
	background-color: #fff;
	height: 70px;
}
.weatherbox img {
	float: left;
	margin-right: 5px;
	height: 70px;
	width: 60px;
}
#content .weatherbox p{
	font-size: 1em;
	text-transform: uppercase;
}
#content .weatherbox p strong {
	text-transform: capitalize;
	font-size: 1.2em;
}
span.temp {
	width: 100px;
	float: left;
}
.temp .low {
	color: #516fde;
	float: left;
}
.temp .range {
	background-repeat: no-repeat;
	background-image: url(../layout/temp.png);
	height: 10px;
	width: 24px;
	background-position: center center;
	display: block;
	float: left;
	padding-right: 5px;
	padding-left: 5px;
}
.temp .high {
	color: #f78837;
	float: left;
}

.compass {
	background-image: url(../layout/compas.png);
	height: 48px;
	width: 50px;
	position: absolute;
	top: 10px;
	right: 10px;
}
.direction {
	background-image: url(../layout/weather/wind/n.gif);
	height: 31px;
	width: 31px;
	position: absolute;
	left: 10px;
	top: 10px;
}
#content .direction p{
	text-align: center;
	padding-top: 5px;
	color: #5C77E3;
	font-size: 1.2em;
}
.dir_n {
	background-image: url(../layout/weather/wind/n.gif);
}
.dir_ne {
	background-image: url(../layout/weather/wind/ne.gif);
}
.dir_nne {
	background-image: url(../layout/weather/wind/nne.gif);
}
.dir_ene {
	background-image: url(../layout/weather/wind/ene.gif);
}
.dir_e {
	background-image: url(../layout/weather/wind/e.gif);
}
.dir_ese {
	background-image: url(../layout/weather/wind/ese.gif);
}
.dir_sse {
	background-image: url(../layout/weather/wind/sse.gif);
}
.dir_se {
	background-image: url(../layout/weather/wind/se.gif);
}
.dir_s {
	background-image: url(../layout/weather/wind/s.gif);
}
.dir_sw {
	background-image: url(../layout/weather/wind/sw.gif);
}
.dir_ssw {
	background-image: url(../layout/weather/wind/ssw.gif);
}
.dir_wsw {
	background-image: url(../layout/weather/wind/wsw.gif);
}
.dir_w {
	background-image: url(../layout/weather/wind/w.gif);
}
.dir_wnw {
	background-image: url(../layout/weather/wind/wnw.gif);
}
.dir_nw {
	background-image: url(../layout/weather/wind/nw.gif);
}
.dir_nnw {
	background-image: url(../layout/weather/wind/nnw.gif);
}
