/* FOLLOW FINLAND 2010 */

/* Basic styles */
html,
body {
	margin: 0 0 40px 0;
	padding: 0;
	font-family: Arial, Verdana, sans-serif;
	font-size: small;
	color: #424242;
	background-color: #ffffff;
	min-width: 900px;
}

img {
	border: none;
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 150%;
	font-weight: normal;
	color: #3a71b4;
	margin: 0;
	padding: 0 0 20px 0;
	line-height: 1em;
}

h2 {
	line-height: 1.2em;
	font-size: 120%;
	font-weight: bold;
	color: #3a71b4;
	margin: 0;
	padding: 0 0 3px 0;
}

h3 {
	line-height: 1.2em;
	font-size: 100%;
	color: #3a71b4;
	font-weight: bold;
}

p {
	margin: 0;
	padding: 0 0 20px 0;
}

a {
	text-decoration: none;
	color: #0679fa;
}

a:hover {
	text-decoration: underline;
}


.clearer {
	clear: both;
}

.left {
	float: left;
}
.right {
	float: right;
}


/* DIVS */

#container {
	padding: 0;
	margin: 0 auto 0 auto;
	width: 973px;
	min-height: 1200px;
	position: relative;
	z-index: 10;
}

#header {
	background: transparent url(../img/header_bg.png) no-repeat center bottom;
	margin: 0;
	padding: 0;
	clear: both;
	width: 935px;
	padding: 0 19px 25px 19px;
	position: relative;
	min-height: 100px;
	_height: 100px;
}
	#logo-and-slogan {
		margin: 0;
		padding: 0;
		width: 561px;
		float: left;
		height: 100px;
	}
	#header-links {
		float: right;
		padding-right: 10px;
	}
		#header-links ul {
			margin: 0;
			padding: 0;
			list-style: none;
		}
		#header-links li {
			margin: 0; 
			padding: 0;
			float: left;
			list-style-type: none;
		}
		#header-links a {
			background: #3889e3 url(../img/header-link_bg.jpg) repeat-x  left top;
			line-height: 36px;
			display: block;
			margin: 0 0 0 7px;
			padding: 0 10px 0 10px;
			color: #ffffff;
			font-weight: bold;
			border-left: 1px solid #c3dfff;
			border-right: 1px solid #c3dfff;
			border-bottom: 1px solid #c3dfff;
			-moz-box-shadow: 0 0 6px #888;
			-webkit-box-shadow: 0 0 6px #888;
			box-shadow: 0 0 6px #888;
			filter: progid:DXImageTransform.Microsoft.Shadow(color=#888888,direction=180);
		}
			#header-links a:hover {
				background: #1eb2dd url(../img/header-link_hover_bg.jpg) repeat-x  left top;
				text-decoration: none;
			}
	#powered-by {
		position: absolute;
		right: 19px;
		bottom: 25px;
	}

#navi {
	clear: both;
	margin: 0;
	padding: 8px 105px 10px 10px;
	background: transparent url(../img/navi_bg.png) no-repeat top left;
	height: 32px;
}
	#navi ul {
		margin: 0;
		padding: 0;
		list-style: none;
		position: relative;
		z-index: 1000;
	}
	#navi li {
		margin: 0 1px 0 0; 
		padding: 0;
		float: left;
		list-style-type: none;
	}
	#navi a {
		line-height: 20px;
		display: block;
		padding: 6px;
		font-size: 130%;
		color: #578ec6;
		z-index: 1000;
		float: left;
	}
		#navi a:hover,
		#navi .current a {
			background: #57a206 url(../img/navi_hover_bg.png) repeat-x top left;
			text-decoration: none;
			color: #ffffff;
		}
		#navi a#home {
			background: transparent url(../img/navi_home.png) no-repeat 6px 6px;
			width: 25px;
			height: 25px;
		}
		#navi a#home:hover {
			background: transparent url(../img/navi_home_hover.gif) no-repeat 6px 6px;
			width: 25px;
			height: 25px;
		}


#content {
	background: transparent url(../img/content_bg_top.png) no-repeat left top;
	margin: 0;
	padding: 23px 0 0 0;
	line-height: 1.3em;
}
	#contentwrap {
		background: transparent url(../img/content_bg_middle.png) repeat-y left top;
		margin: 0;
		padding: 0 0 30px 0;
	}

	.content-columns {
		padding: 0 19px 0 19px;
		min-height: 550px;
		_height: 550px;
	}
		.column-left {
			background-color: #ffffff;
			float: left;
			margin: 0;
			padding: 0;
			width: 225px;
		}
		.column-center {
			background-color: #ffffff;
			float: left;
			width: 459px;
			margin: 0;
			padding: 0 0 0 13px;
		}
		.column-right {
			background-color: #ffffff;
			float: right;
			width: 225px;
			margin: 0;
			padding: 0;
		}

		
#footer {
	margin: 0;
	padding: 0 19px 23px 19px;
	background: transparent url(../img/content_bg_bottom.png) no-repeat left bottom;
	position: relative;
	line-height: 1.3em;
}
	#footerwrap {
		background-color: #f4f5f5;
		padding: 15px;
	}
	#footer-sitemap {
		
	}
		#footer-sitemap a {
			font-weight: bold;
		}
		#footer-sitemap ul {
			float: left;
			margin: 0;
			padding: 0;
			list-style: none;
			/* Needed for equal height borders */
			overflow: hidden; 
		}
		#footer-sitemap li {
			float: left;
			min-width: 115px;
			_width: 115px;
			/* Needed for equal height borders */
			margin: 0 0 -200px 0;
			padding: 0 20px 200px 80px;
			list-style-type: none;
			/*border-left: 1px dotted #3a71b4;*/
		}
			#footer-sitemap li.first {
				border-width: 0;
			}
		#footer-sitemap ul ul {
			float: none;
			clear: both;
			margin: 0;
			padding: 10px 0 0 0;
		}
			#footer-sitemap ul ul a {
				font-weight: normal;
				color: #424242;
			}
			#footer-sitemap ul ul li {
				float: none;
				clear: both;
				margin: 0;
				padding: 0;
				border-width: 0;
			}
		#copyright {
			float: left;
			font-weight: bold;
			color: #0679fa;
		}
	

/* CLEARFIX to fix backgrounds etc for elements that have floated child elements */
.clearfix:after,
#header:after,
#navi ul:after,
#content:after,
.content-columns:after,
.column-right:after,
#footer:after,
#footer-sitemap:after
{
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
	.clearfix,
	#header,
	#navi ul,
	#content,
	.content-columns,
	.column-right,
	#footer,  
	#footer-sitemap  
	{
		display: inline-block;
	}
	html[xmlns] .clearfix,
	html[xmlns] #header,
	html[xmlns] #navi ul,
	html[xmlns] #content,
	html[xmlns] .content-columns,
	html[xmlns] .column-right,
	html[xmlns] #footer,
	html[xmlns] #footer-sitemap
	{
		display: block;
	}
	* html .clearfix,
	* html #header,
	* html #navi ul,
	* html #content,
	* html .content-columns,
	* html .column-right,
	* html #footer,
	* html #footer-sitemap
	{
		height: 1%;
	}

/* Basic table, striped with jQuery */
table.striped {
	width: 100%;
	/*margin: 0 0 20px 0;*/
	background-color: #f7f9fc;
	/*
	border-left: 1px solid #ebeff3;
	border-bottom: 1px solid #ebeff3;
	*/
}
	table.striped caption {
		font-weight: bold;
		color: #3a71b4;
		padding: 10px;
		font-size: 120%;
	}
	table.striped th,
	table.striped td {
		padding: 3px;
		/*
		border-top: 1px solid #ebeff3;
		border-right: 1px solid #ebeff3;
		*/
	}
	table.striped th,
	table.striped strong {
		color: #3a71b4;
		font-weight: bold;
	}
	table.striped td {
		text-align: right;
	}
	table.striped thead tr {
		background: #ffffff;
	}
	table.striped thead th {
	text-align: right;
	}
	table.striped thead th.left {
	text-align: left;
	}
	table.striped tbody th {
		font-weight: normal;
		color: #525252;
		text-align: left;
	}
	table.striped tr.row-odd {
		/*background-color: white;*/
	}
	table.striped tr.row-even {
		/*background-color: #f7f9fc;*/
	}
	table.striped tr.row-hover,
	table.striped tr.row-hover th,
	table.striped tr.row-hover strong {
		background-color: #5eb104;
		color: #ffffff;
	}
	table.striped .border-bottom {
	border-bottom: #3a71b4 solid 2px;
	}
	table.striped .border-bottom-thin {
	border-bottom: #3a71b4 solid 1px;
	}
	table.striped .bigger-font {
	font-size: 130%;
	font-weight: bold;
	color: #3a71b4;
	}

/* Big background image */
#background-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 777px;
	text-align: center;
	overflow: hidden;
	z-index: 1;
}
	#background-container img {
		width: 100%;
		min-width: 1421px;
		_width: 1421px;
		min-height: 777px;
	}
	
	
.section {
	margin: 0;
	padding: 0 0 10px 0;
	position: relative;
}
	.section-heading {
		background: #daeaf3 url(../img/section_heading_bg.jpg) repeat-x left bottom;
		text-align: center;
		min-height: 32px;
		_height: 32px;
	}
		.section-heading h1,
		.section-heading h2 {
			font-size: 170%;
			margin: 0;
			font-weight: normal;
			padding: 6px 0 2px 0;
		}
		.section-heading h3 {
			font-size: 120%;
			margin: 0;
			font-weight: normal;
			padding: 9px 0 4px 0;
		}
	.section-content {
		padding: 20px 10px 20px 10px;
	}
		.section-content-full-width {
			padding: 20px 0 20px 0;
		}
		.section-content-box {
		margin-top: 5px;
		padding: 6px 0 0 0;
		background: transparent url(../img/box_bg_top.png) left top;
	}
	.section-content-box-wrap {
		padding: 14px 10px 20px 10px;
		background: transparent url(../img/box_bg_bottom.png) left bottom;
	}
	.section-footer {
	}


#seal  {
	position: absolute;
	top: -22px;
	right: -50px;
}

.watermark {
	color: #888888;
}

.textbox, 
textarea {
	border-top: 1px solid #b4b4b4;
	border-right: 1px solid #dadada;
	border-bottom: 1px solid #f3f3f3;
	border-left: 1px solid #dadada;
	font-family: Arial, Verdana, sans-serif;
	font-size: small;
	padding: 2px;
}
	.column-right .textbox,
	.column-right textarea {
		width: 200px;
	}
	
.imagebutton {
	margin: 0;
	border: 0;
	overflow: hidden;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
	background-position: center top;
	background-color: transparent;
	background-repeat: no-repeat;
	height: 26px;
	padding: 26px 0 0;
}
.imagebutton:hover {
	background-position: center bottom;
}
	/* Individual buttons. The single image contains both normal and hover states. */
	.btn-laheta {
		width: 90px;
		background-image: url(../img/buttons/laheta.png);
	}

.form-row {
	padding-bottom: 7px;
}
.form-submit {
	text-align: right;
}

.banner {
	padding: 0 0 7px 0;
	text-align: center;
}

.thermometer {
	width: 259px;
	height: 263px;
	position:relative;
}
	.thermometer-image {
		position: absolute;
		top: 0px;
		left: 0px;
	}

	.thermometer-data-bg {
		position: absolute;
		top: 0px;
		left: 60px;
	}

	.thermometer-data {
		position: absolute;
		top: 0px;
		left: 60px;
		width: 169px;
		height: 263px;
		margin-left: 15px;
		margin-right: 15px;
	}
	.thermometer-temperature {
		position: absolute;
		top: 48px;
		text-align: center;
		width: 100%;
		margin-left:-5px;
		font-size: 50px;
		font-weight: 900;
		letter-spacing: -3px;
		color: white;
	}	
	.thermometer-week {
		position: absolute;
		top: 120px;
		width: 100%;
		color: #444444;
		font-size: 13px;
		text-align: center;
		font-weight: bold;
	}
	.thermometer-positive {
		position: absolute;
		top: 150px;
		color: #057AFB;
		font-size: 11px;
		font-weight: bold;
	}
	.thermometer-negative {
		position: absolute;
		top: 170px;
		color: #E73D3E;
		font-size: 11px;
		font-weight: bold;
	}
	.thermometer-general {
		position: absolute;
		top: 200px;
		color: #6392AC;
		font-size: 13px;
		font-weight: bold;
	}
	
/*Twitter feed css*/

#tweetwrap { width: 225px; 
			 }

#tweet   { width: 200px;
			font-family: Arial, Verdana, sans-serif; 
		  	font-size: 11px;
			word-wrap: break-word;
			}

#tweet ul { list-style-image: url('/img/twitter.gif');
	         }
			 
#tweet ul li {  margin-bottom:5px;
				}

