* {
	margin: 0;
	padding: 0;
}

body {
	background: #ced0d2;
	padding: 28px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}

#wrapper {
	width: 950px;
	margin: 0 auto;
}

	#header {
		background: url( ../graf/page_top.gif ) no-repeat top;
		width: 950px;
		float: left;
		padding-top: 25px;
	}
	
	#navi {
		float: left;
		padding-left: 44px;
		padding-bottom: 10px;
	}
	
	#navi dt {
		float: left;
		padding-right: 27px;
		display: inline;
		height: 22px;
		background: url( ../graf/blog_navi_separator.gif ) no-repeat right top;
	}
	
	#navi #n2 {
		background: transparent none;
		padding: 0;
	}
	
	#navi a {
		float: left;
		background-position: 0 -66px;
		background-repeat: no-repeat;
		height: 22px;
		display: block;
		text-indent: -999px;
	}

	#navi .active a {
		background-position: 0 -44px;
	}
	
	#navi #n0 a {
		background-image: url( ../graf/blog_navi_0.gif );
		width: 37px;
	}
	
	#navi #n1 a {
		background-image: url( ../graf/blog_navi_1.gif );
		width: 36px;
	}
	
	#navi #n2 a {
		background-image: url( ../graf/blog_navi_2.gif );
		width: 69px;
	}
	
	#navi a:hover {
		background-position: 0 -22px;
	}
	
	#navi .active a:hover {
		background-position: 0 0;
	}
	
	#header #header-image {
		width: 930px;
		height: 188px;
		margin: 0 auto;
		display: block;
		clear: both;
	}
	
#content-wrapper {
	width: 950px;
	float: left;
	background: #fff url( ../graf/blog_content_raidotus.gif ) repeat-x left bottom;
	padding-top: 35px;
	padding-bottom: 50px;
}

	#main-content {
		width: 555px;
		float: left;
		padding-left: 42px;
		font-size: 13px;
		line-height: 20px;
		color: #60646c;
		padding-bottom: 50px;
	}

	.blog h1 {
		font-size: 24px;
		color: #484a43;
		font-weight: normal;
		background: url( ../graf/blog_h1_bg.gif ) no-repeat left top;
		padding-left: 15px;
		line-height: 25px;
		margin-bottom: 20px;
	}
	
	.blog p {
		margin: 20px 0;
	}
	
	.blog img {
		border: 1px solid #cfd2d3;
		display: block;
		padding: 5px;
	}
	
	.blog .attachment {
		margin: 20px 0 0 25px;
	}
	
	
	.blog a:link, .blog a:visited {
		color: #0baadb;
		text-decoration: none;
	}
	
	.blog a.more {
		background: url( ../graf/blog_more_btn.gif ) no-repeat left;
		padding-left: 20px;
	}
	
	.blog-meta {
		font-size: 10px;
		line-height: 22px;
		font-weight: bold;
		color: #5b5b5b;
		background: #f4f5f5;
		margin-left: -16px;
		padding-left: 24px;
		margin-bottom: 47px;
		margin-top: 30px;
	}
	
		.blog-meta span {
			margin: 0 16px;
		}
		
		.blog-meta a:link, .blog-meta a:visited {
			color: #0baadb;
			text-decoration: none;
		}
		
	.archive ul {
		list-style-type: none;
	}
	
	.archive li {
		margin-bottom: 20px;
	}
	
	.archive h2 {
		font-size: 18px;
		font-weight: normal;
	}
	
	.archive p.meta {
		font-size: 10px;
		font-weight: bold;
		color: #5b5b5b;
		margin: 0;
	}
	
	.archive p.meta span {
		margin: 0 16px;
	}
	
	#comments {
		width: 563px;
		float: left;
	}
	
		#comments h2, #respond h2 {
			font-size: 24px;
			color: #0baadb;
			font-weight: normal;
			line-height: 25px;
			margin-bottom: 20px;
			margin-top: 20px;
		}
	
		#comments dl {
			width: 563px;
			float: left;
		}
		
		#comments dt {
			font-size: 11px;
			font-weight: bold;
			line-height: 44px;
			padding-left: 30px;
			background: url( ../graf/blog_comment_top.gif ) no-repeat left top;
		}
		
		#comments dd {
			background: url( ../graf/blog_comment_bottom.gif ) no-repeat left bottom;
			padding: 10px 30px 20px 30px;
			color: #60646c;
			font-size: 12px;
			font-style: italic;
			margin-bottom: 10px;
		}
		
	#respond {
		width: 563px;
		float: left;
		color: #5b5b5b;
		font-size: 14px;
	}
	
		#respond form {
			background: #f3f6f7 url( ../graf/blog_respond_top.gif ) no-repeat left top;
		}
	
		#respond fieldset {
			border: 0 none;
			background: url( ../graf/blog_respond_bottom.gif ) no-repeat left bottom;
			padding: 1px 25px 30px 25px;
		}
		
		#respond p {
			margin: 10px 0;
		}
		
		#respond input, #respond textarea {
			border: 1px solid #bebebe;
			width: 500px;
			padding: 3px;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 14px;
		}
		
		#respond input.btn {
			border: 0 none;
			width: auto;
		}
	
	#sidebar {
		width: 258px;
		float: right;
		padding-right: 28px;
		background: url( ../graf/blog_sidebar_dots.gif ) repeat-y left top;
		padding-left: 32px;
	}
	
		#sidebar h2 {
			font-size: 14px;
			height: 15px;
			text-indent: -999px;
			overflow: hidden;
			margin-bottom: 10px;
			margin-left: 8px;
			clear: both;
		}
		
			#sidebar h2.categories {
				background: url( ../graf/blog_hl_categories.gif ) no-repeat left top;
			}
			
			#sidebar h2.archive {
				background: url( ../graf/blog_hl_archive.gif ) no-repeat left top;
			}
			
			#sidebar h2.search {
				background: url( ../graf/blog_hl_search.gif ) no-repeat left top;
			}
			
			#sidebar h2.sponsors {
				background: url( ../graf/blog_hl_sponsors.gif ) no-repeat left top;
			}
			
			#sidebar h2.subscribe {
				background: url( ../graf/blog_hl_subscribe.gif ) no-repeat left top;
			}
			
			#sidebar h2.feed {
				background: url( ../graf/blog_hl_feed.gif ) no-repeat left top;
			}
			
			#sidebar h2.blogs {
				background: url( ../graf/blog_hl_blogs.gif ) no-repeat left top;
			}
	
		#sidebar ul {
			list-style-type: none;
			font-size: 14px;
			line-height: 24px;
			margin-top: 10px;
			margin-bottom: 40px;
			margin-left: 8px;
		}
		
		#sidebar a:link, #sidebar a:visited {
			color: #0baadb;
			text-decoration: none;
		}
		
		#sidebar form {
			float: left;
			width: 258px;
			padding-bottom: 40px;
		}
		
		#sidebar form input.txt {
			border: 1px solid #c9caca;
			padding: 6px 8px;
			font-size: 12px;
			font-family: Arial, Helvetica, sans-serif;
			float: left;
			margin-right: 7px;
			color: #0baadb;
		}
		
		#sidebar form input.btn {
			float: left;
			width: 27px;
			height: 27px;
			border: 0 none;
		}
		
		div.sponsors {
			margin-bottom: 39px;
		}
		
		div.sponsors img {
			border: 1px solid #c9caca;
			display: block;
			margin-bottom: 11px;
		}
		
		div.feeds {
			font-size: 14px;
			background: url( ../graf/blog_rss_btn.gif ) no-repeat left;
			line-height: 31px;
			padding-left: 40px;
			margin-left: 8px;

		}
	
table.kirjoittaja {
	width: 563px;
	background: url( ../graf/bloginfo_bottom.gif ) no-repeat left bottom;
}

	.nimi {
		background: url( ../graf/bloginfo_top.gif ) no-repeat left top;
		padding-left: 40px;
		height: 44px;
		color: #1f6284;
		font-size: 14px;
	}
	
	.kuva {
		width: 177px;
		height: 201px;
		background: url( ../graf/bloginfo_empty.gif ) no-repeat right top;
		padding-left: 11px;
		padding-top: 0;
		vertical-align: top;
	}
	
	table.kirjoittaja .kuvaus {
		vertical-align: top;
		padding-top: 20px;
		padding-left: 25px;
		color: #60646c;
		font-size: 12px;
		width: 100%;
	}
	
	.pohja {
		height: 10px;
		display: block;
	}
	
	.blog .kirjoittaja img {
		padding: 0;
		border: 0 none;
		margin: 0;
		width: 177px;
		height: 191px;
	}

	
#footer {
	float: left;
	width: 950px;
	background: url( ../graf/page_bottom.gif ) no-repeat bottom;
	padding-bottom: 10px;
	font-size: 10px;
	font-weight: bold;
	color: #9c9c9c;
	padding: 15px 0;
}

	#footer>div {
		padding-left: 42px;
	}