@font-face {
  font-family: 'ptsregular';
  src: url('pt_sans-narrow-web-regular.eot');
  src: url('pt_sans-narrow-web-regular.eot') format('embedded-opentype'),
       url('pt_sans-narrow-web-regular.woff') format('application/x-font-woff'),
       url('pt_sans-narrow-web-regular.ttf') format('truetype'),
       url('pt_sans-narrow-web-regular.svg#PTSansNarrowRegular') format('svg');
} 

#bg {
	-webkit-box-shadow:  0px 0px 1px 1px rgba(66, 66, 66, 0.5);
  box-shadow:  0px 0px 1px 1px rgba(66, 66, 66, 0.5);
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  font-family: ptsregular;
  font-size: 11px;
  font-weight: bold;
  width: auto;
}

#link {
	text-align: center;
	padding-bottom: 5px;
	clear: both;
}

#link a{
	display: block;
	text-decoration: none;
	font-size: 14px;
	font-weight: normal;
}

#header {
	font-weight: bold;
	text-align: center;
	font-size: 16px;
	text-overflow: ellipsis;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	white-space: nowrap;
	height: 22px;
	padding-top: 5px;
}

.w_item {
	width: 134px;
	float: left;
	height: 36px;
	line-height: 36px;
	text-align: left;
	padding-left:2px;
	padding-right: 15px;
	color:#A4A4A4;
	font-weight: normal;
	/*background-color:#FF6;
	border:1px solid #FFF;*/
}

.w_item .ico{
	width: 36px;
	height: 36px;
	float: left;
	background-image: url(../images/ico_weather.png?v=2);
	background-repeat: no-repeat;
	background-position: -288px -36px;
}

.w_item .value {
	float: right;
	text-align: right;
	font-size: 16px;
	color:#000;
	font-weight: bold;
}

.w_item.wind_direction .value {
	font-size: 9px;
}

.w_item .unit {
	font-size: 14px;
	color:#000;
	font-weight: normal;
}

.daily_precipitation .unit {
	font-size: 10px;
}

.windDirStyle {
	font-weight: normal;
	font-size: 11px;
}

.bigL{
	font-weight: bold;
	font-size: 16px;
}

#update {
	font-weight: normal;
	clear:both;
}