<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Isovanhemmat Ry
Description: A theme for isovanhemmat.fi
Version: 1.0
Author: Codaone
Author URI: http://www.codaone.fi

*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 15px;
	vertical-align: baseline;
	background: transparent;
	color: #4D4D4F;
}
*{
	margin: 0;
	padding: 0;
	line-height: 135%;
}
html{
	margin: 0;
	background:white;
}
body{
	font-family: Arial;
	font-size: 15px;
	color: #000;
	background: url(images/header-bg.png) repeat-x;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

h1, h2, h3, h4, h5, h6{
	
}
h1{
	color: #005198;
	font-size: 18pt;
	font-family: Arial;
	font-weight: bold;
	margin: 16px 0;
}
h2{
	color: #000;
	font-size: 16pt;
	font-family: Arial;
	font-weight: bold;
	margin: 0 0 10px;
}
h3{
	color: #000;
	font: 16px Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin:16px 0;
}
a:hover, a:active, a:focus { 
	color: #003479;
	text-decoration: underline;
}
a { 
	color: #006699;
	text-decoration: underline;
}
a img{
	border: none;
}
p{
	line-height: 18px;
	margin: 0px 0px 10px;
}
.clear{
	clear: both;
}

#page_wrap{
	width: 960px;
	margin: 0 auto;
}
#header{
	width: 960px;
	display: inline-block;
	margin: 0 auto;
}
#logo {
	display: block;
	margin: 25px 0 0px 14px;
	color: #fff;
	font-size: 24px;
	font-family: Arial;
	font-weight: bold;
	text-decoration: none;
}
#header_shade{
	background: url(images/header_shade_bg.png) repeat-x;
	position: absolute;
	display: block;
	height: 89px;
	top: 109px;
	left: 0px;
	right: 0px;
	z-index: -1;
}

/* NAVI */
#main_navi {
	margin:-1px 0 0;
	padding: 20px 0 0px 0px;
}
#main_navi li{
	float: left;
	list-style:none;
}
#main_navi li:not(:last-of-type){
    border-right: 1px #69acdf solid;
}
#main_navi li a {
	float: left;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	padding: 5px 12px 8px;
}

#main_navi li:not(.current_page_item):hover{
	background: #69acdf;
}
/*
	:not(.current_page_parent)
	#main_navi .current_page_parent
*/
#main_navi .current_page_item {
	background: #69acdf;
}
/* END #header */


/* ETUSIVU */
#main{
	width: 930px;
	float: left;
	padding: 15px;
}
#main .left{
	float:left;
	display: block;
	width: 220px;
}
#main .right{
	float:right;
	display: block;
	width: 710px;
}
.right img{
    width: 640px;
    height: auto;
}
#main .intro{
	float: left;
	padding: 15px;
	width: 900px;
	margin: 0 0 15px 0;
	border-radius: 10px;
	min-height: 250px;
}
#main .post{
	float:left;
	width: 680px;
	color: #4D4D4F;
	padding: 15px;
	min-height: 500px;
	margin-bottom: 15px;
}
#post_list .post{
	min-height: 100px;
}
#main .title{
	margin-left: 70px;
	margin-bottom: 10px;
	margin-top: 5px;
}
#main .post .title .postmeta{
	font-size: 12px;
	color: #000000;
	width: 580px;
	overflow: hidden;
}
#main .post .title .postmeta a{
	color: #000000;
	border-bottom: 1px solid #131313;
	text-decoration: none;
}
#main .post .title .postmeta a:hover{
	color: #000000;
	border-bottom: 1px solid #ff5a00;
	text-decoration: none;
}
#main .post .entry{
	padding: 0;
	overflow: hidden;/* in case large img or video */
}
#main .post .no_result{
	padding: 20px;
}
#main .post .no_result p.no_result{
	margin-bottom: 0;
}
#main .post .entry p{
	margin-bottom: 15px;
}
#main .post .entry ul,
#main .post .entry ol{
	padding-bottom: 20px;
	margin-left: 40px;
	margin-right: 40px;
}
#main .post .entry ul{
	list-style-type: disc;
}
#main .post ol{
	list-style-type: decimal;
}
#main .post .entry ul li,
#main .post .entry ol li{
	padding: 1px 0;
}
#main .post .entry blockquote{
	padding: 35px 20px 10px 50px;
	margin: 0 15px 24px 15px;
	background-color: #fff;
	color: #000000;
}
#main .post .entry blockquote p{
	margin-bottom: 8px;
}
#main .post .entry code{
	font-family: "Arial", mono;
	background-color: #fff;
	border-left: 1px solid #2a2e2f;
	color: #000000;
	padding: 5px 10px;
	display: block;
}
/* END #main */

#footer{
	display: block;
	width: 960px;
	margin: 0 auto 20px;
	padding:0 0 6px;
	font-size: 11px;
}
#footer .footer_wrapper{
	padding:25px 15px;
	overflow:hidden;
}
#footer .footer_wrapper &gt; ul &gt; li{ 
	float: left;
	display: block;
	margin: 0 10px 0 20px;
}
#footer .footer_wrapper &gt; ul &gt; li &gt; a{ 
	color: #F2716F;
	font: bold 13px Arial, Helvetica, sans-serif;
}
#footer .footer_wrapper &gt; ul &gt; li &gt; a:hover{ 
	text-decoration: underline;
}
#footer .footer_wrapper .children &gt; li{ 
	display: block;
}
#footer .footer_wrapper .children a{ 
	font: normal 12px Arial, Helvetica, sans-serif;
	color: whitesmoke;
}
#footer .footer_wrapper .children a:hover{ 
	text-decoration: underline;
}
#footer .footer_wrapper{ }
#footer .footer_wrapper{ }
#footer .footer_wrapper{ }
#footer .footer_text{
	float: right;
	width: 400px;
	margin: 0 25px 0;
	font: 12px Arial, Helvetica, sans-serif;
	color: whitesmoke;
}
#footer .footer_text a:hover{
	text-decoration: underline;
}
#footer .footer_text a{
	font: 12px Arial, Helvetica, sans-serif;
	color: whitesmoke;
}
#footer a{
	font-size: 10px;
	text-decoration: none;
	color: whitesmoke;
}
		
/* END #footer */

#sidebar{
	margin-top: 37px;
	overflow: hidden;
}
#sidebar &gt; ul &gt; li{
	display: block;
}
#sidebar ul a{
	display: block;
	text-decoration: none;
	font-size: 16px;
	padding: 5px 10px;
}
#sidebar ul li a:not(.current_page_item):hover{
	background: #69acdf;
	color: #fff;
}
#sidebar .current_page_item a{
	background: #69acdf;
	color: #fff;
}
/* END #sidebar */



/*---------------- WordPress Generated Classes -------------------*/

.aligncenter,
.aligncenter{
   display: block;
   margin-left: auto;
   margin-right: auto;
}

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

img.alignleft{
	display: inline;
	margin-bottom: 2px;
	margin-right: 6px;
	padding: 3px;
	}

img.alignright{
	display: inline;
	margin-bottom: 2px;
	margin-left: 6px;
	padding: 3px;
	}

.wp-caption {
   border: 1px solid #1f2223;
   text-align: center;
   background-color: #0d0d0d;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 12px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
   color: #ccc;
}

#main .post .entry .wp-caption p{
	margin-bottom: 3px;
	padding: 5px;
} 


.strong{
	color: #fff;
	font-size: 18px;
	padding: 10px 0;
	margin-bottom: 25px;
}

.strong .keyword{
	color: #ff5a00;
}</pre></body></html>