html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	text-decoration: none;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}
ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clear {clear: both;}
.anchor {clear: both; margin-bottom: 44px; display: block;}


#index {padding: 0 5% 2% 5%;}

#index li {
	font-size: 1em;
	font-weight: bold;
	color: #aaa;
	margin-bottom: 10px;
}

#index li ul {margin-top: 5px;}

#index li ul li {
	font-size: 0.875em;
	color: #00aeef;
	padding-left: 30px;
	font-weight: normal;
	margin-bottom: 3px;
}

/***************** TYPOGRAPHY ********************/

h1, h2 {font-weight: bold;}

h1 {
	color: #aaa;
	font-size: 2em;
	margin-bottom: 0px;
	margin-top: 0px;
}

h1+p {margin-top: 20px;}

h2 {font-size: 1.25em; margin: 18px 0 12px 0;}

h2, #navigation li a, .name {color: #00aeef;}

h3 {font-family: TheSerifYota, serif; font-size: 16px; font-weight: bold; color: #555; margin-top: 18px; margin-bottom: 8px;}

#navigation h1 {font-size: 1.5em; font-weight: normal; margin: 20px;}

#navigation li.active a {color: #fff;}
#navigation li ul li a, #navigation li.active ul li a {font-size: 0.875em; color: #888;}

#header p {font-size: 0.875em;}
#header p img {margin-right: 15px; width: 120px; height: auto;}

.lang_menu {display: none;}

.content a {color: #00aeef; word-wrap: break-word;}
.content a:hover {text-decoration: underline;}

strong {font-weight: bold;}


/*****************  STRUCTURE *******************/

p, ol, ul { 
	orphans:4; 
	widows:2;
}
  
h1 {page-break-before: always;}
h2, .clear {page-break-before: avoid;}
ol { page-break-inside : avoid }


html, body, #navigation {height: 100%;}

body {
	font-family: TheSansYota, sans-serif;
	color: #555;
	font-size: 0.75em;
}

#header {
	width: 100%;
	margin-bottom: 30px;
	background-color: #f3f3f3;
	position:relative;
}

.content {
	float: left; 
	width: 100%;
	/*max-width: 700px; */
	padding: 4% 10% 4% 10%; 
	line-height: 1.4;
}

.content ul, .content ol {margin-bottom: 24px;}

.content p {margin-bottom: 12px}

.content li {margin-bottom: 5px;}
.content li img {margin: 0px 5px -6px 5px;}
.content .two_column li img {margin: 5px 5px -10px 0;}

.content img {margin: 0 5px -7px 5px;}

.two_column {float: left; width: 45%; min-width: 280px;}

#title {position: relative; text-transform: uppercase;}

.note, .tip, .warning {
	padding: 15px 15px 6px 70px;
	min-height: 50px;
	border: #ddd solid 1px;
	-webkit-border-radius: 10px; 
	border-radius: 10px;
	margin-bottom: 18px;
	position: relative;	
}

.note:before {content: url(../images/note.png); position: absolute; left: 3px; top: 3px;}
.tip:before {content: url(../images/tip.png); position: absolute; left: 3px; top: 3px;}
.warning:before {content: url(../images/warning.png); position: absolute; left: 3px; top: 3px;}


.missing {color: red;}

img.illustration {
		width: 35%; 
		height: auto; 
		float: left; 
		min-width: 250px; 
		margin-bottom: 20px; 
		margin-right: 2%;
}
img.illustration2 {width: 25%; height: auto; float: left; min-width: 100px; margin-bottom: 20px;}



/****************** NAVIGATION ********************/

#navigation {display: none;}
	
	


/************* other ********************/
	
	
	
ol {
    /*counter-reset:li; */
    margin-left:0; 
    padding-left:0; 
}
ol > li {
    position:relative;
    margin:0 0 6px 3em; 
    padding:2px 3px;   
}

.content ol li img.illustration, .content ol li img.illustration2 {margin: 4px 0 6px 0;}

/* TABLE */
table {border-top: #ccc solid 1px;}
td {
	border-bottom: #ccc solid 1px; 
	font-weight: bold; 
	padding: 5px 0; 
	width: 35%;
	}
tr td + td {
	font-weight: normal;
	width: 65%;
	}

	
	


/* Viidakko */


#header {
	top: 0;
	left: 0;
	z-index: 3;
}

img {
	max-width:100%;
	height:auto;
}

.mobile { display: none; }

.content,
#navigation {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

#navigation {
	margin: 24px 0 0 0;
	padding: 30px 0;
	z-index:2;
}


