/* ARTICLE LAYOUTIT */
header, footer  {
	font-size:1em;
	clear:both;
	background-color:transparent;
}
header p, footer p  {
	font-size:1em;
}
figure {
	max-width:100%;	
	margin:0 0 1em 0;
}
figcaption, .kuvateksti {
	max-width:100% !important;
	font-size: 0.91em; 
	font-style: normal; 
	font-weight: normal; 
	color: #333333; 
	line-height:1.1em;
	margin-bottom:0.6em;
	max-width:100% !important;
}


.layout1 figure, .layout2 figure {
	float:right;
	max-width:50%;
	margin:0.4em 0 0.8em 1.2em;
}
.layout3 figure, .layout4 figure {
	float:left;
	max-width:50%;
	margin:0.4em 1.2em 0.8em 0;
}
.layout5 .tekstipalsta {
	width:65% !important;
}
.layout5 .kuvapalsta {
	width:30% !important;
	margin:0.3em 0 0 0;
}
.layout8, .layout9, .layout10, .layout18 {
	text-align:center;
}
.layout6 figure, .layout8 figure, .layout9 figure, .layout10 figure, .layout18 figure, .layout21 figure   {
	width:100% !important;
}
.layout11 header, .layout12 header {
	clear:none;
}
.layout11 figure {
	float:right;
	margin:0.2em 0 0.8em 1.2em;
	max-width:50% !important;
}
.layout12 figure {
	float:left;
	margin:0.2em 1.2em 0.8em 0;
	max-width:50% !important;
}

.layout13 figure  {
	width:100% !important;
	text-align:center;
}
.layout15 .tekstipalsta {
	width:65% !important;
}
.layout15 .kuvapalsta {
	width:30% !important;
	margin:0.3em 0 0 0;
}
.layout16 .tekstipalsta {
	width:65% !important;
	float:right;	
}
.layout16 .kuvapalsta {
	width:30% !important;
	float:left;
	margin:0.2em 0 0 0;
}
.layout17 .tekstipalsta {
	width:65% !important;
	float:left;
}
.layout17 .kuvapalsta {
	width:30% !important;
	float:right;
	margin:0.2em 0 0 0;
}
.layout20 figure {
	text-align:right;	
	margin:0 0 0 auto;
}
.layout21 .p_1 {
	float:left;
	width:48%;
}
.layout21 .p_2 {
	float:right;
	width:48%;
}

@media only screen
and (max-width: 600px) {
	.layout1 figure, .layout2 figure, .layout3 figure, .layout4 figure, 
	.layout11 figure {
		float:none;
		width:100%;
		max-width:100%;
		margin:0 0 1em 0;
	}
	
	.layout21 .p_1, .layout21 .p_2 {
		float:none;
		width:auto;
		margin:0 0 1em 0;
	}
		


	.layout5 .tekstipalsta, .layout5 .kuvapalsta, 
	.layout15 .tekstipalsta, .layout15 .kuvapalsta, 
	.layout16 .tekstipalsta, .layout16 .kuvapalsta,
	.layout17 .tekstipalsta, .layout17 .kuvapalsta {
		float:none !important; 
		width:100% !important;
	}


}
