/* CSS Pre-processor */

	#main .credit {
		font-size: 12px;
	}

	#main .current h3 {
		text-align: right;
		padding-right: 10px;
	}
	#main .current h3 .date {
		float: left;
	}
	#main .current h3 .sep {
		display: none;
	}

	#main .conditions {
		clear: both;
	}

	#main .conditions p {
		margin: 0px;
	}

	#main .condition {
		
		position: relative;
		overflow: hidden;
		padding: 10px;
		background-image: url(/images/bg.php?color=white&opacity=0.2);
		behavior: url(png4ie.htc);
		width: 380px;
		height: 110px;
		margin-bottom: 10px;
	}

	#main .condition .temp {
		font-size: 40px;
		position: absolute;
		right: 5px;
		top: 5px;
	}

	#main .condition .text {
		font-size: 20px;
	}

	#main .condition .stat {
		
		clear left;
	}
	#main .condition .stat label {
		width: 80px;
		float: left;
		padding-left: 20px;
	}

	#main .condition img {
		
		position: absolute;
		top: 0px;
		right: -50px;
		width: 250px;
		height: 180px;
	}


	#main .forecast img {
		
		float: right;
		width: 125px;
		height: 90px;
		right: -20px;
	}
	#main .forecast .condition {
		height: 50px;
	}
	#main .forecast .condition .text {
		font-size: 15px;
	}
	#main .forecast .condition .stats {
		position: absolute;
		top: 10px;
		right: 120px;
		width: 120px;
		height: 100%;
		font-size: 120%;
	}
	#main .forecast .condition .stat label {
		width: 50px;
	}
	#main .forecast .condition .stat {
		float: left;
	}
	#main .forecast .condition .stats .high {
		font-weight: bold;
	}

/* Runtime: 0.0179839134216 */