.frame {
	overflow: hidden;
	width: 220px;
	height: 90px;
}

.label {
	width: 220px;
}

.nav {
	width: 25px;
	padding-top: 2px;
}

.loc {
	font-size: 16px;
	text-align: center;
	width: 170px;
	padding-top: 1px;
	height: 20px;
}

.details {
	overflow: hidden;
	margin: 0 7px;
	height: 50px;
	clear: both;
}

.weather {
	padding: 0px 0 0 3px;
}

.weather-image {
	padding-right: 4px;
	margin-top:-5px;
}

.temperature {
	font-size: 36px;
	width: 76px;
}

.seperator {
	display : none ;
	background: url(../images/seperator-dark.jpg) no-repeat center;
	padding-top: 41px;
}

.wind {
	padding: 0px 0pt 0pt 5px;
}

.wind-image {
	padding-top: 12px;
	padding-right: 4px;
	float: left;
}

.beaufour {
	padding-top: 15px;
}

.logo {
	width: 220px;
}