#weatherbox {
	/*margin-top: -20px;*/
	margin-left: 30px;
}

#weatherbox ul {
	display: inline;
	margin: 0;
	padding: 0;
}

#weatherbox li {
	display: inline;
	list-style: none;
	margin-left: 4px;
	margin-right: 4px;
}

#weatherbox ul #city {
	margin-right: 20px !important;
}

#city {
	position:relative;
	top: -8px;
}

#weatherbox li img {
	height: 35px;
	margin-right: -5px;
}

#positive {
	color: red;
	font-size: 14px;
	font-weight: bold;
	position:relative; top: -9px;
}

#negative {
	color: blue;
	font-size: 14px;
	font-weight: bold;
	position:relative; top: -9px;
}

#city {
	font-size: 16px;
	font-weight: bold;
}


