@import url(../elements/doubleColumn.css);

#weather #sidebar {
	top:-11px;
}

#weather .forecast_image {
	float:left;
	margin:5px;	
	border:none;
}

#weather #content_main a {	
	text-decoration:underline;
}

#weather .weather_details {
	clear:left;
	float:left;
	width:250px;
}

#uk_map {
	border:none; 
	float:right;
	clear:right;
	position:relative;
}
#uk_map span {
	display:block;
	position:absolute;
	z-index:1;
}
#uk_map span img {
	width:41px; 
	height:33px;
	border:none;
}

/* Weather Cities 
 * Original weather page, weather map was 
 * offset by left: 13px, top: 293px
 * Hence the values below are a subtraction of this.
 ---------------------------------------------------*/
.aberystwyth  { left:130px; top:283px; }
.belfast      { left:80px; top:191px; }
.bristol      { left:176px; top:325px; }
.edinburgh    { left:160px; top:128px; }
.fort_william { left:107px; top:88px; }
.leicester    { left:222px; top:274px; }
.liverpool    { left:166px; top:239px; }
.london       { left:255px; top:323px; }
.newcastle    { left:206px; top:169px; }
.norwich      { left:298px; top:271px; }
.penzance     { left:78px; top:382px; }
.stornoway    { left:76px; top:26px; }
.thurso       { left:154px; top:12px; }
.york         { left:224px; top:214px; }