body {
	background-color: #f2f2f2;
	color: #333;
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 17px;
}

div.page_wrapper {
	background: #fff;
	margin-bottom: 20px;
	-moz-box-shadow: 0px 0px 10px #bbb;
	-webkit-box-shadow: 0px 0px 10px #bbb; 
	}

div#header {padding-top: 10px;}

div.spacer {margin: 20px 0 10px 0;}

div#navbar {
	background-color: #fee406;
	height: 16px;
	margin-bottom: 20px;
	margin-top: 10px;	
	padding: 8px 0;
}

div#navbar ul {
	list-style: none;
	display: block;
	margin: 0 10px;
}

div#navbar ul li a {
	color: #666;
	float: left;
	margin: 0 1.5em;
}

div#navbar ul li {
	float: left;	
}

div#navbar ul li a:hover, div#navbar ul li.active a { color: #333; border-bottom: 2px solid #076cb4; text-decoration: none;}

div.spacer {
	background-color: transparent;
	height: 0px;
}

div.topSection{
	background: url(../img/banner.jpg) no-repeat;
	height: 280px;
}

div.topSection div p {
	color: #fff;
	margin: 10px;
}

div.topSection a {color: #a0d5f5;}

div.topSection h1, div.topSection h2 {
	color: #fff;
	text-align: left;
	padding: 10px;
	margin: 0px;
}

div.hehkutus {
	background: rgb(7,108,180);
	background: rgba(7,108,180,0.85);
	height: 260px;
	padding: 10px;
	width: 260px;
}

div.hehkutus p {
	font-size: 13px;
	line-height: 18px;
}

div.search {
	position: relative;
	float: right;
	width: 350px;
	padding-bottom: 10px;
	}

div.search form {text-align: right;}

img#poster {
	width: 300px;
	height: 220px;
}

div#footer {
	background-color: #eee;
}

div#footer p {margin: 0;}

div.footer-info {margin: 15px 0;}

div#legal {
	clear:both;
	padding: 5px;
}

div.blogPost {
	border-bottom: 1px dashed #ddd;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

div#content img{padding: 0 10px 4px 0;}

div.home_article_small img {display: none;} /*poista kuvat etusivun summary bokseista*/

/************************ Typography ***************/

div#navbar ul li {
	color: #fafafa;
}

div#content p {
	margin-bottom: 8px;
}

div.footer-info p {
	font-size: 11px;
	line-height: 15px;
}


div#legal p {
	font-size: 10px;
	text-align:center;
}

h1 {
	font-size: 24px;
	font-weight: bold;
	line-height: 26px;
	margin: .2em 0;
}

h2 { 
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
	margin: .2em 0;
	padding-bottom: 4px;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	margin: .2em 0;
}

h4 {
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px dashed #a0d5f5;
	margin-bottom: 4px;
}

h5 {
	background: #a0d5f5;
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	padding: 3px;
	margin: .2em 0;
}

hr {
	color: #ccc;
	background-color: #ccc;
	border: 0;
	height: 1px;
}

a {
	color: #076cb4;
	text-decoration: none;
}

a:hover {text-decoration: underline;}

h2.etusivu {color: #076cb4;}

blockquote {
	color: #888;
	margin-left: 15px;
	border-left: 2px solid #888;
	padding-left: 10px;
}

ul,ol {margin-left: 2em; margin-bottom: 1.2em;}

ul {list-style: disc;}

ol {list-style: decimal;}

.postInfo,.postTags {
	color: #666; 
	font-size: 10px;
	line-height: 13px;
}


/*--Search--*/

div.search p, div.search div, div.search span {display: none;} /*--ei nŠytŠ tupla hakutuloksia .search divin sisŠllŠ--*/

#ajaxSearch_input {
	background: #eee;
	border: 0;
	height: 16px;
	padding: 6px;
	width: 180px;
}

#ajaxSearch_submit {
	display: none;
/*	background: #eee;
	border: 0;
	padding 0 6px 6px 6px;
	height: 27px;*/
}

.clear {clear: both;}