<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('http://fonts.googleapis.com/css?family=PT+Sans');
@import url('http://fonts.googleapis.com/css?family=Orienta::400:700');

/* Redesign tehty 2013 */

body, input, textarea { 
	font-family:Georgia,"Times New Roman",Times,serif; 
}

html {
	background:#eeeeee;
}

body {
	background:#fdfdfa;	
	font-size: 140%;
	line-height: 1.6875;
	margin: 0 auto;
	max-width: 940px;
	padding:0;
}

#wrapper {
	background:#fdfdfa;
	width: 75%;
	margin:0 auto;
	padding:10% 0;
}

ul, li {
	list-style:none;
	list-style-type:none;
	margin:0;
	padding:0;
}

h1, h2, h3, h4, h5, h6 {
	text-shadow: 0 2px 0 rgba(255,255,255,0.7);
	font-weight:normal;
	-webkit-font-smoothing:antialiased;
	line-height: 1.3;
	box-shadow: 0 1px 0 rgba(0,0,0,0.1);
	color: #333;
	margin: 0.8em 0 0.5em 0;
}

.post-right h3 {
	color:#000;
}

h2 {
	border-bottom: 1px solid #fff;
}

#wrapper .time {
	color:#777777;
	font-weight:normal;
	text-transform:uppercase;
	font-size:80%;
}
#wrapper .time i {
	text-transform:lowercase;
}

.post-left h2 a {
	color:#000000;
}

p {
	margin-bottom:1.5em;
}

#woopra_bar {
	display:none !important;
}
a:link, a:visited {
	color:#9c0001;
	text-decoration:none;
	font-weight:400;
}
a:hover {
	color:#D42C2C;
	text-decoration:none;
}

h1#siteheader, h1#siteheader a {
	margin-top:0;
	color:#111;
}

p a:link {
	font-weight:600;
	text-decoration:underline;
}

input[type=text], textarea {
  display: block;  
  border-style: solid;  
  border-width: 1px;  
  border-color: #dedede;  
  margin-bottom: 20px;  
  font-size: 1.8em;  
  padding: 11px 25px;  
  width: 90%;  
  color: #777;      
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;  
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;  
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;  
  transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;  
  -webkit-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;  
  -moz-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;  
  -o-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;  
}

input[type=text]:focus, textarea:focus {
  color: #333;  
  border-color: rgba(41, 92, 161, 0.4);    
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(41, 92, 161, 0.6);  
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(41, 92, 161, 0.6);  
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(41, 92, 161, 0.6);  
  outline: 0 none; 
}

input[type=submit] {
  display: block;  
  height: 3em;  
  padding: 0 0.6em;  
  border: 1px solid;  
  outline: 0;  
  font-weight: bold;  
  font-size: 1.3em;  
  color: #fff; 
  text-shadow: 0px 1px 0px #222;  
  whitewhite-space: nowrap;  
  word-wrap: normal;  
  vertical-align: middle;  
  cursor: pointer;      
  -moz-border-radius: 2px;  
  -webkit-border-radius: 2px;  
  border-radius: 2px;      
  border-color: #5e890a #5e890a #000;      
  -moz-box-shadow: inset 0 1px 0 rgba(256,256,256, .35);  
  -ms-box-shadow: inset 0 1px 0 rgba(256,256,256, .35);  
  -webkit-box-shadow: inset 0 1px 0 rgba(256,256,256, .35);  
  box-shadow: inset 0 1px 0 rgba(256,256,256, .35);
  background-color: rgb(226,238,175);  
  background-image: -moz-linear-gradient(top, rgb(226,238,175) 3%, rgb(188,216,77) 3%, rgb(144,176,38) 100%);  
  background-image: -webkit-gradient(linear, left top, left bottombottom, color-stop(3%,rgb(226,238,175)), color-stop(3%,rgb(188,216,77)), color-stop(100%,rgb(144,176,38)));   
  background-image: -webkit-linear-gradient(top, rgb(226,238,175) 3%,rgb(188,216,77) 3%,rgb(144,176,38) 100%);  
  background-image: -o-linear-gradient(top, rgb(226,238,175) 3%,rgb(188,216,77) 3%,rgb(144,176,38) 100%);  
  background-image: -ms-linear-gradient(top, rgb(226,238,175) 3%,rgb(188,216,77) 3%,rgb(144,176,38) 100%);  
  background-image: linear-gradient(top, rgb(226,238,175) 3%,rgb(188,216,77) 3%,rgb(144,176,38) 100%);   
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2eeaf', endColorstr='#90b026',GradientType=0 );  
}

input[type=submit]:hover, input[type=submit]:active {
  border-color: #7c9826 #7c9826 #000;  
  color: #fff;  
  -moz-box-shadow: inset 0 1px 0 rgba(256,256,256,0.4),0 1px 3px rgba(0,0,0,0.5);  
  -ms-box-shadow: inset 0 1px 0 rgba(256,256,256,0.4),0 1px 3px rgba(0,0,0,0.5);  
  -webkit-box-shadow: inset 0 1px 0 rgba(256,256,256,0.4),0 1px 3px rgba(0,0,0,0.5);  
  box-shadow: inset 0 1px 0 rgba(256,256,256,0.4),0 1px 3px rgba(0,0,0,0.5);  
  background: rgb(228,237,189);  
  background: -moz-linear-gradient(top, rgb(228,237,189) 2%, rgb(207,219,120) 3%, rgb(149,175,54) 100%);   
  background: -webkit-gradient(linear, left top, left bottombottom, color-stop(2%,rgb(228,237,189)), color-stop(3%,rgb(207,219,120)), color-stop(100%,rgb(149,175,54)));   
  background: -webkit-linear-gradient(top, rgb(228,237,189) 2%,rgb(207,219,120) 3%,rgb(149,175,54) 100%);   
  background: -o-linear-gradient(top, rgb(228,237,189) 2%,rgb(207,219,120) 3%,rgb(149,175,54) 100%); background: -ms-linear-gradient(top, rgb(228,237,189) 2%,rgb(207,219,120) 3%,rgb(149,175,54) 100%); background: linear-gradient(top, rgb(228,237,189) 2%,rgb(207,219,120) 3%,rgb(149,175,54) 100%);   
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4edbd', endColorstr='#95af36',GradientType=0 );  
}

@media only screen and (max-width: 400px) {
	body { font-size:130%; padding:10px; }
	p, ul, li { word-wrap: break-word; overflow:hidden; }
	img { width:100%; height:auto; }
}

@media only screen and (min-width:400px) and (max-width: 1100px) {
	body { font-size:150%; padding:10px; }
}

@media (max-width:960px) {
	img { width:100%; height:auto; }	
}</pre></body></html>