/* START WEATHER */

#weather {
	padding-bottom: 55px;
}

.weather {
	width: 292px;
	overflow: hidden;
	margin: 0 auto;
}

.weather-item {
	width: 122px;
	margin: 0 1px 0 0;
	padding: 0;
	float: left;
}

.weather-item div,
.weather-item p {
	text-align: center;
}

.weather-item .link-holder {
	display: block;
	position: absolute;
	bottom: 0;
	width: 122px;
}

.weather-arrow {
	width: 23px;
	height: 98px;
	cursor: pointer;
	z-index: 1;
	display: none;
	margin-top: 14px;
}

.weather .left-arrow {
	background: #FFFFFF url("../images/left-arrow.png") no-repeat left center;
	float: left;
}

.weather .right-arrow {
	background: #FFFFFF url("../images/right-arrow.png") no-repeat;
	background-position: right center;
	float: left;
}

.weather-slider-container {
	width: 246px;
	overflow: hidden;
	float: left;
}

.weather-slider {
	position: relative;
	overflow: hidden;
}

.weather-item .day-of-week {
	color: #666;
	font-size: 12px;
	margin: 0 0 8px 0;
}

.weather-item .temperature {
	position: absolute;
	z-index: 5;
	margin: 60px 0 0 5px;
	text-align: center;
	width: 121px;
	font-family: "HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.weather-item .temperature .f {
	font-size: 25px;
	margin: 0 -5px 0 0;
}

.weather-item .temperature .c {
	color: #999;
	font-size: 16px;
}

.weather-item .degree-symbol {
	font-family: "Arial", "Helvetica", sans-serif;
}

.weather-item .descrip {
	color: #787878;
	font-size: 12px;
	margin: 10px 0 6px 0;
}

.weather-link {
	position: absolute;
	color: #ff3333;
	font-size: 9px;
	bottom: 0;
}

.weather-item div {
	width: 122px;
	height: 90px;
	padding: 4px 0 0;
	position: relative;
	text-align: center;
	background: #E8F1F7;
	overflow: hidden;
}

@media only screen and (min-width: 768px) {
	.weather-item div {
		width: 126px;
		height: 90px;
		padding: 4px 0 0;
		position: relative;
		text-align: center;
		background: #E8F1F7;
		overflow: hidden;
	}

	.weather-item {
		width: 126px;
		margin: 0 1px 0 0;
	}

	.weather-item .link-holder {
		width: 126px;
	}

	.weather {
		width: 460px;
	}

	.weather-slider-container {
		width: 381px;
	}
}

/* END WEATHER */
