		html, body {	margin:0px; padding: 0px; min-width:100%; min-height:100%; font-family: Calibri, Tahoma, sans-serif; overflow:auto;}
		body {	background-color:#596666; }
		
		p { padding: 0.5em 0em; }
		/*h1,h2,h3 { font-family:"Trebuchet MS",Verdana; color:#000; margin:0.5em 0em; line-height:1em;}				*/
		h1,h2,h3 {
			background-color:#F9F9F9;
			color:#776666;
			/*font-family:"Trebuchet MS",Verdana;*/
			line-height:1.2em;
			margin-left:-20px;
			margin-right:-19px;
			padding:0.4em 20px;	
			text-align:left;
		}
		.hentry h2 {
			font-size:20px;	
		}
		#latestpost h3 {
			background-color:inherit;				
		}
		.post h2 a, .post h3 a {
			color:#655;	
		}
		.post h2 a:hover, .post h3 a:hover {
			color:#A86;
		}
		
		hr {	border:none;border-bottom:1px solid #dcc	;	}		
				
		.kukkatippavalikko { float: left; }
		.val_kukka { width: 116px; }
		#sivupohja .sivu {	display:none; }
		.val_kukka a:hover { padding:0.2em; margin:-0.2em; background-color:#FFB; }
		.kukkaotsikko {	font-size:1.5em; margin:0.5em 0em;	}
		.kukanteksti { text-align:left; }
		.nocomments { display:none; }
		.quote { 
			font-style:italic; 
			background-color:#EEEEEE;
			color:#669900;
			font-style:italic;
			margin-left:-1.5em;
			padding:1.5em;			
		}
		#sivupohja img{ float:right;margin:0.75em; zoom: 1;}
		#latestpost {
			margin:0em -1em;
			padding:1em;
			background:#ECE9E9 url(/images/bgrad_10p.png) repeat-x scroll left bottom;
			-moz-border-radius:4px;
		}
		#bg {
			border-top:6px solid #FFF;
			background-image:url(/images/layout.jpg);
			opacity:0.05;
			position:absolute;
			width:1200px;
			height:800px;
		}
		#bg_real {
			border-top:6px solid #FFF;	
			background:transparent url(/images/bg3b.jpg) no-repeat top left;
			border-top:6px solid #FFF;
			width:1024px;
			min-height:736px;
			overflow:visible;
		}
		#bg_real.bg4 { background:transparent url(/images/bg4c.jpg) no-repeat top left; }
		#bg_real.bg7 { background:transparent url(/images/bg7.jpg) no-repeat top left; }		
		#bg_real.bg8 { background:transparent url(/images/bg8.jpg) no-repeat top left; }		
		#bg_real.bg9 { background:transparent url(/images/bg9.jpg) no-repeat top left; }		
		#bg_real.bg10 { background:transparent url(/images/bg10.jpg) no-repeat top left; }		
		#bg_real.bg11 { background:transparent url(/images/bg11.jpg) no-repeat top left; }		
		
		
		#logo {
			margin-top:10px;
			width:230px;
			height:92px;
			font-size:60px;
			text-align:center;
		}
		#menu {
			background:#e9c40f url(../images/bgrad_double_20p.png) repeat-x bottom left;
			margin-left:50px;
			padding:0.25em 0.25em 0.25em 0.75em;
			width:215px;
			float:left;
			margin-top:6px;			
			-moz-border-radius: 4px 0px 0px 4px;
			opacity:0.9;
		}
		#menu a {	display:block; color:#000;	}
		#menu a:hover,#menu a:active {
			background-color:#F9D43F; color:#630;
			margin:-0.1em; margin-left:-0.4em;
			padding:0.1em; padding-left:0.4em;
			-moz-border-radius:4px 0px 0px 4px;
		}
		#content {
			float:left;
			background:#fff url(../images/bgrad_double_20p.png) repeat-x bottom left;
			width:480px;
			min-height:500px;
			font-size:12px;
			text-align:justify;
			-moz-border-radius:6px;
			-webkit-border-radius:6px;
			z-index:100;
			padding:1.5em;			
			color:#333;
			font-family:Georgia;
			font-size:13px;
			font-size-adjust:none;
			font-style:normal;
			font-variant:normal;
			font-weight:normal;
			line-height:19px;
		}
		#sidebar {
			float:left;
			margin-top:6px;
			margin-right:-2em;
		}
		#wrapper {
			margin-top:40px;	
		}
		#imagecontainer {
			background-color:#999;			
			padding:0.5em;			
			-moz-border-radius:0px 6px 0px 0px;
		}
		#rightmenu {
			background:#fee url(../images/bgrad_inv_10p.png) repeat-x top left;			
			font-size:11px;
			font-family:Tahoma, Geneva, sans-serif;
			padding:1.5em;	
			opacity:0.9;
			-moz-border-radius:0px 0px 6px 0px;
		}
		#alainfo {
			font-size:11px;
			font-family:Tahoma;
			position:absolute;
			top:755px;
			left:68px;
			width:160px;
		}
		#copyright {
			font-size:11px;
			font-family:Tahoma;			
			position:absolute;
			left:848px;
			top:772px;
			width:160px;
		}		
		
		/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}


/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
	
.post h1, .post h2, .post h3 {
/*	margin:0em;	
	margin-top:0.25em;*/
}
.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}
	
.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: left;
	clear:both;
	font-size:10px;
	line-height:1.1em;
}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}
a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
/*	margin-top: 10px;
	margin-bottom: 60px;*/
	}