.weatherFeed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	margin: 20px 10px;
	width: 280px;
}
.weatherFeed a { color: #888; }
.weatherFeed a:hover {
	color: #000;
	text-decoration: none;
}
.weatherItem {
	padding: 0.8em;
	text-align: right;
}
.weatherCity { text-transform: uppercase; }
.weatherTemp {
	font-size: 2.8em;
	font-weight: bold;
}
.weatherDesc, .weatherCity, .weatherForecastDay  { font-weight: bold; }
.weatherDesc { margin-bottom: 0.4em; }
.weatherRange, .weatherWind, .weatherLink, .weatherForecastItem { font-size: 0.8em; }
.weatherLink, .weatherForecastItem {
	margin-top: 0.5em;
	text-align: left;
}
.weatherForecastItem {
	padding: 0.5em 0.5em 0.5em 80px;
	background-color: #fff;
	background-position: left center;
}
.weatherForecastDay { font-size: 1.1em; }

.odd { background-color: #e8e8fc; }
.even { background-color: #d4d4e8; }


.factory-map {
    animation-duration: 300ms;
    animation-name: fadein;
    animation-timing-function: ease;
    background: url("../images/map-02.jpg") no-repeat scroll center top / 100% auto rgba(0, 0, 0, 0);
    line-height: 0;
    min-height: 500px;
    min-width: 640px;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.factory-map .pindrop {
    animation: 0.8s cubic-bezier(0.3, -1, 0.7, 2) 0s normal none 1 running pulsate;
    height: 23px;
    transition-duration: 0.1s;
    transition-property: all;
    transition-timing-function: ease-in;
    width: 16px;
	margin:0;
	padding:0;
}
.factory-map .pin {
    background: url("../images/map-pin.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    display: inline-block;
    position: absolute;
}