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;}

.print {display: none;}

/***************** TYPOGRAPHY ********************/

h1, h2 {font-weight: bold;}

h1 {
	color: #aaa;
	font-size: 2em;
	margin-bottom: 0px;
	margin-top: 20px;
}

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;}

h4 {font-weight: bold;}

#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 {
	width: 55px;
	height: 30px;
	float: left;
	margin: 10px 35px auto 35px;
	background: url('../images/arrow_down.png') no-repeat 10px 10px;
	cursor: pointer;
//	border: solid 1px red;
}

.lang_menu img {
  margin-right: 25px;
}

.lang_menu img, .lang_menu_dropdown img {
  max-width: 33px;
}

.lang_menu_dropdown {
  display: none;
  position: absolute;
  top: 43px;
  left: 20px;
//  width: 45px;
//  height: 40px;
  background: #f3f3f3;
  padding: 10px;
  border: solid 1px #ededed;
  border-top: 0px;
}

.lang_menu_dropdown img {
  margin-bottom: 5px;
}

.content a {color: #00aeef; word-wrap: break-word;}
.content a:hover {text-decoration: underline;}

strong {font-weight: bold;}


/*****************  STRUCTURE *******************/

html, body, #navigation {height: 100%; overflow-x: hidden;}

body {
	font-family: TheSansYota, sans-serif;
	color: #555;
}

#header {
	width: 100%;
	background-color: #f3f3f3;
	position:fixed;
}

.content {
	float: right; 
	width: 60%;
	/*max-width: 700px; */
	padding: 0 30px 15% 4%; 
	line-height: 1.4;
	margin-right: 360px;
}

.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: right; width: 45%; min-width: 280px;}

#title {float: left; margin: 15px 5% 10px auto; text-transform: uppercase;}

.note, .tip, .warning {
	/*padding: 15px 10px 6px 70px;*/
	padding: 15px 70px 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; right: 8px; top: 3px;}
.tip:before {content: url(../images/tip.png); position: absolute; right: 8px; top: 3px;}
.warning:before {content: url(../images/warning.png); position: absolute; right: 8px; top: 3px;}


.missing {color: red;}




/****************** NAVIGATION ********************/

#navigation {
	margin-top: 0;
	margin-bottom: 30px;
	width: 25%;
	min-width: 280px;
	max-width: 320px;
	/*float: left;*/
	position: fixed;
	overflow: auto;
}

	#navigation li {
	padding: 6px 0;
	text-indent: 20px;
	border-bottom: #ddd solid 1px;
	background: url(../images/plus.png) no-repeat left top;
}

#navigation li.active {
	background: #00aeef url(../images/minus.png) no-repeat left top; 
	color: #fff;
	padding-bottom: 0;
	}
#navigation li.active ul {background-color: #fff;}

#navigation li:first-child {border-top: #ddd solid 1px;}

#navigation li ul {margin: 0px 0 0 0px;}

#navigation li ul li {
	border-top: #ddd solid 1px;
	border-bottom: none;
	padding-left: 25px;
	padding-right: 50px;
	text-indent: 0;
	background: url(../images/arrow.png) no-repeat left center;
}

#navigation li ul li.current {
	background: #eee url(../images/current_arrow.png) no-repeat left center;}
	
	


/************* other ********************/
	
	
	
ol {
    counter-reset:li;
    margin-right:48px; 
    padding-right:3px; 
}
ol > li {
    position:relative;
    margin:0 0 6px 3em; 
    padding:3px 2px;   
}

.content ol li img.illustration, .content ol li img.illustration2 {margin: 3px 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%;
	}

	
	
/* MOBILE */

@media only screen and (max-device-width: 767px) {
	body {width: 100%;}
	.content {width: 100%; margin: 5%; max-width: none;}
	#navigation {width: 80%;}
	img.illustration {width: 80%; margin-bottom: 20px;}
	img.illustration2 {width: 80%; margin-bottom: 20px;}
	.two_column {width: 100%;}
}

@media only screen and (min-device-width: 767px) {
	img.illustration {
		width: 43%; 
		height: auto; 
		float: right; 
		min-width: 250px; 
		margin-bottom: 20px; 
		margin-right: 0%;
}
	img.illustration2 {width: 30%; height: auto; float: right; min-width: 100px; margin-bottom: 20px}
	li img.illustration {margin: 10px 0 15px 0;}
}

/* Viidakko */


#header {
	top: 0;
	right: 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;
}

@media only screen and (max-width: 767px) {
	.content {
		float: none; 
		width: 100%;
		min-width: 0;
		margin-right: 0;
		padding-top: 20px;
		max-width:100%;
	}
	
	.mobile {
		float: right;
		display: block;
		width: 40px;
		height: 40px;
		margin-top: 12px;
		text-align: center;
		line-height:40px;
		color: #00aeef;
		cursor: pointer;
	}
	
	#navigation {
	margin: 0;
	}

	.lang_menu {margin: 10px 15px auto 5px;}
	#header p {font-size: 0.750em;}
	#header p img {width: 80px; height: auto;}
	
}

/*@media only screen and (min-width: 767px) {
	img.illustration { width: 50%; height: auto; float: right; min-width: 280px;}
}*/

