html {
	overflow-y: scroll;
}

body {
	background-color:	#2b2f34 ;  /* #1C1C1A,  #121211, legit harmaa > #2b2f34 */
	font-family:		Arial;	
	max-width: 			1000px;
	
}



.minitext {
	
	padding-left:	5em;
	font-size:		14px;

}

.minitext-intro {
	
	padding-left:	1em;
	font-size:		14px;

}

.minitext-item {
	
	padding-left:	4em;
	font-size:		14px;
	

}

.credit {
	float: right;
	font-size: 12px;
	color: 	#7099c2;
	
}

.changelog {
	
	font-style: italic;
	font-size:		15px;

}



.item {
	background-color: 	#313d47;
	border:				1px solid black;
	padding: 			5px;
	margin-bottom: 		5px;
	box-shadow: 		10px 10px 15px #1C1C1C;
	min-height: 65px;
	border-radius: 2px;
}
.img {
	max-height: 65px;
	float: left;
	margin-right: 5px;
	border:	1px solid black;
	border-radius: 2px;
}

.ohje1 {
	font-size: 13px;
	color: #666699;
}

.audio {
	background-color: 	#243342; /* alkuperäinen tummansininen #313d47 */	
}

.combat {
	background-color: 	#562929;	
}

.enviro {
	background-color: 	#2d5336;	
}

.faction {
	background-color: 	#4d3d5c;	
}

.locationva {
	background-color: 	#295656;	
}

.immersion {
	background-color: 	#313d47;	
}

.npc {
	background-color: 	#2e293d;	
}

.performance{
	background-color: 	#2b3b2b;	
}

.settlement {
	background-color: 	#47331f;	
}

.rejected {
	background-color: 	#313d47;	
}

.tweak {
	xbackground-color: 	#313d47;
	border: 1px solid #4d75b3;
	padding: 5px;
	border-radius: 2px;
}

.introbox {
	xbackground-color: 	#313d47;
	xborder: 1px solid #4d75b3; /* tweak boxien border väri: #4d75b3 */
	margin-bottom: 10px;
	padding-left: 5px;
	padding-top: 5px;
}





.italix {
	font-style: italic;
	font-size:	15px;

}

.field {
	border: 1px solid #DCEBDD;
	padding: 10px;
	margin-left: 40px;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 15px;
	font-style: italic;
	max-width: 300px;
	background-color: #003366;
	
	xxxbackground: rgb(54, 25, 25); /* Fall-back for browsers that don'tsupport rgba */
    xxxbackground: rgba(54, 25, 25, .5);
}

.content {
	font-size:		16px;
	padding:		10px;
	margin-left:	60px;
	padding-right:	20px;
	color:			#DCEBDD ;  /* vanha vaalea #DCEBDD  */
	xxxtext-align:		justify;
	xxxbackground-color: #304345; /* #304345 */
	margin-top: 	0px;
	letter-spacing:	0.5px;	
	width:		    autopx;
	xxxbox-shadow: 0px 0px 0px #1C1C1C;
}

h1 {
	
	font-size: 		50px;
	margin-bottom:  10px;
	font-family:	Arial;
}

h2 {
	font-size: 		30px;
	margin-bottom:  10px;
	font-family:	Arial;
	
}

h3 {
	font-size: 		20px;
	margin-bottom:	3px;
	margin-top: 0px;
}




.alablokki {
	text-align: center;
	color: #8D9196;
	font-size: 11px;
}

	





