/* =============================================================================
   Message
   ========================================================================== */
.message {
	background-color: #fcf8e3;
	border: 1px solid #fbeed5;
	border-radius: 4px;
	color: #c09853;
	margin-bottom: 20px;
	padding: 8px 35px 8px 14px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.message.success {
	background-color: #dff0d8;
	border-color: #d6e9c6;
	color: #468847;
}
.message.info {
	background-color: #d9edf7;
	border-color: #bce8f1;
	color: #3a87ad;
}

.form-inline input[type=text] {
	margin-bottom: 0;
}

/* =============================================================================
   Search
   ========================================================================== */
.weather-search {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 15px;
}
.weather-search .group-control {
	margin-left: 60px;
}
.weather-search label {
	margin-right: 5px;
}
.weather-search .controls ,
.weather-search .list-square {
	float: left;
}
.weather-search .list-square {
	clear: none;
	margin: 0 0 0 40px;
}
.weather-search .list-square li {
	margin-bottom: 0;
}
.weather-search .more {
	clear: both;
	font-size: 12px;
	line-height: 14px;
	margin-bottom: 0;
	text-align: center;
}

/* =============================================================================
   Resultado - Lista
   ========================================================================== */
.results .simple-text .unstyled {
	margin-left: 10px;
}

/* =============================================================================
   Índice de notícias
   ========================================================================== */
#newslist {
	margin-top: 20px;
}

/* =============================================================================
   City
   ========================================================================== */
.city h2 {
	color: #00aeef;
	font-size: 16px;
	line-height: 18px;
	margin-top: 0;
}
.city .weather-now .temperature strong {
	display: inline-block;
	font-size: 54px;
	height: 65px;
	line-height: 56px;
	width: 200px;
}
.city .weather-now .temperature img {
	margin: -30px 0 0;
}
.city .weather-now .resume,
.city .update,
.extra .unstyled,
.forecast .item {
	font-size: 13px;
	line-height: 15px;
}
.city .weather-now .resume dt {
	color: #00aeef;
	font-size: 14px;
	font-weight: 700;
	line-height: 16px;
	margin-bottom: 10px;
}
.city .weather-now .resume dd,
.forecast dd {
	margin: 5px 0 0;
}
.city .update {
	color: #666;
	font-style: italic;
}
#map { 
	margin-top:30px;
	height: 305px;
	width: 305px;
}
/* =============================================================================
   Forecast
   ========================================================================== */
.forecast .item,
.forecast .info,
.forecast .icon {
	float: left;
}
.forecast .item {
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 10px;
	padding-bottom: 10px;
	width: 100%;
}
.forecast .icon {
	margin: 40px 0 0 65px;
}
.forecast dl {
	margin: 0;
}
.forecast dt,
.forecast .temperature {
	font-weight: 700;
}
.forecast .temperature {
	font-size: 18px;
	line-height: 18px;
}
.forecast .max {
	color: #c30;
}
.forecast .min {
	color: #69c;
}

/* =============================================================================
   Extra
   ========================================================================== */
.extra {
	border-top: 1px solid #e5e5e5;
	margin-top: 25px;
	padding-top: 15px;
}
.extra.more {
	margin-top: 15px;
}
.extra h3 {
	font-size: 14px;
	line-height: 16px;
	margin: 0 0 5px;
}
.extra .icon-tempo-agora {
	background: url(http://f.i.uol.com.br/tempo/lgo-tempo_agora-40x40.gif) no-repeat;
	display: inline-block;
}
.extra .unstyled li {
	margin-top: 3px;
}
.extra.more .unstyled li {
	display: inline-block;
	line-height: 30px;
	margin: 0;
	text-align: center;
	width: 152px;
}
html.lt-ie8 .extra.more .unstyled li {
	display: inline;
	zoom: 1;
}

/* =============================================================================
   IUV
   ========================================================================== */
.simple-text .content .city-iuv {
	list-style: none outside none;
}
.city-iuv li {
	float: left;
	height: 130px;
	width: 155px;
}
.city-iuv h6,
.city-iuv p {
	font-family: Arial, sans-serif;
	margin: 2px 0;
}
.city-iuv p {
	font-size: 12px;
	margin: 0;
}