/* @override 
	http://ulivecam.com/zweather/example.css
	http://www.cnyclive.com/css/nyweather.css
*/

@charset "UTF-8";
/**
 * Stylesheet: example.css
 *
 * (c) 2011-2012 Zazar Ltd
 * 
 * Description: Stylesheet for examples
 *
 **/

form { margin-bottom: 1em; }
.nycw{
	display: inline-block;
	position: relative;
	float: left;
}
.weatherFeed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	margin: 0;
	width: 180px;
}
.weatherFeed a { color: #888; }
.weatherFeed a:hover {
	color: #000;
	text-decoration: none;
}
.weatherItem {
	text-align: center;
	width: 165px;
	display: inline-block;
	position: relative;
	left: -2px;
}
.weatherCity { text-transform: uppercase;
	font-weight: bold;
	font-size: 13px;
	display: inline-block;
	position: relative;
	right: 10px;
}
.weatherTemp {
	font-size: 2.8em;
	font-weight: bold;
	display: block;
	position: relative;
	top: 100px;
	text-align: center;
	right: 8px;
}
.weatherDesc, .weatherForecastDay  { font-weight: bold;
	display: block;
	position: relative;
	top: 138px;
}
.weatherDesc { margin-bottom: 0.4em;
	display: inline-block;
	position: relative;
	top: 100px;
	right: 10px;
}
.weatherRange, .weatherWind, .weatherLink, .weatherForecastItem { font-size: 0.8em;
	display: block;
	text-align: center;
	position: relative;
	top: 100px;
	right: 10px;
}
.weatherLink{
	visibility: hidden;
}
.weatherForecastItem {
}

.odd { background-color: transparent; }
.even { background-color: transparent; }

.weatherForecastRange2{
	display: inline-block;
	font-size: 10px;
}
.weatherForecastDay { font-size: 10px;
	display: block;
	position: relative;
	top: -1px;
}
.weatherForecastText2{
	font-size: 9px;
}
.weatherForecastItem2 { background-position: center center;
	padding: 0;
	display: inline-block;
	position: relative;
	margin-top: 0;
	margin-right: 0;
	text-align: left;
	top: 110px;
	width: 82px;
	height: 100px;
	float: left;
	margin-left: 5px;
}

.weatherForecastItem { background-position: center center; font-size: 0.9em;
	padding: 0;
	display: inline-block;
	float: left;
	position: relative;
	margin-bottom: 0;
	margin-top: 0;
	margin-right: 0;
	text-align: left;
}
.weatherForecastDate{
	display: none;
}
.weatherForecast {
	width: 180px;
}
.weatherForecastItem { background-position: right;
	margin-left: 0;
	display: inline-block;
	position: relative;
	float: left;
}