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;
	letter-spacing: 0.01em;
}

body {
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 1em;
	color: #101010;
}

a{
	text-decoration: none;	
}

h2{
	font-size: 2.4em;
	font-weight: lighter;
	margin-top: 0.5em;
}

h3{
	font-size: 1.3em;
	margin-top: 1em;
}

.displaynone{
	display: none;
}

/* HORIZONTAL LINE*/

.vaakaviiva {
	border-bottom: 1px solid #101010;
}

/* CONTAINER*/

.container {
	max-width: 1024px;
	margin: auto;
	background: #FFFFFF;
	padding: 10px;
	overflow: auto;
}

/* HEADER */

/* LOGO */

#logo {
	float: left;
}

.nimi{
	font-family: Arial, sans-serif;
	font-style: italic;
	font-weight: bold;
	color: #101010;
	text-transform: uppercase;
}
.logotyyli{
	font-size: 2.75em;
	text-decoration: none;
	line-height: 1.3;
}

.motto {
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 1.4em;
	font-style: italic;
	color: #808080;
}

/* MENU */

#menu {
	float: right;
}

#menu ul {
	float: right;
	padding: 0.4em 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	margin-right: 1px;
	padding: 0.6em;
	letter-spacing: 1px;
	text-align: center;
	text-transform: uppercase;
	font-size: 1.1em;
	color: #808080;
	border: none;
}

#menu a:hover {
	color: #101010
}


#menu .tama_sivu a{
	color: #101010;
}


/* BANNER */

#banner {	
	max-width: 1024px;
	margin: 10px auto 0;
}

.bannerkuva {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

/* PAGE */

.ingressi {	
	font-size: 1.2em;
	margin-top: 1em;
}


.leipateksti {
	font-size: 1.2em;
	font-weight: lighter;
	margin-top: 1em;
}

/* FOOTER */

.footercolumn {	
	font-size: 1em;
	color: #808080;	
	float: left;
	width: 33%;
	}

/* LOMAKE */

.lomakeotsake{
	font-size: 1.2em;
	font-weight: lighter;
	margin: 0.5em 0;
}

.lomakekentta{
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: lighter;
	font-size: 1em;
	border-color: #e0e0e0;
	border-width: 1px;
	border-style: solid;
	background-color: #f0f0f0;
	width: 96%;
	padding: 4px 8px;
}

.lomaketeksti{
	height: 8em;
	resize: none;
}

.lomakenappi{
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 1.1em;
	font-weight: lighter;
}

.kiitos{
	margin: 2em 0;
}




/* MEDIA QUERIES*/
/*MAX 1023px*/

@media screen and (max-width: 1023px){
	
	#logo{
		width: 100%;
	}
	
	#menu{
		position:relative;
		left:-50%;
	}

	#menu ul{
		position:relative;
		left:50%;
		padding: 0.5em 0;
	}
	
}

/*MAX 768px*/

@media screen and (max-width: 768px){
	#menu a {
		font-size: 0.85em;
		padding: 0.5em 0.3em;
	}

	#menu ul{
		padding: 0.5em 0;
	}
}

/*MAX 480px*/

@media screen and (max-width: 480px){
	#menu li {
		float: none;
	}
	
	
	.footercolumn {
	width: 100%;
	margin-bottom: 10px;
	text-align: center;
	}

}

/*MAX 240px*/

@media screen and (max-width: 240px){
	.piilota240 {
		display: none;
	}
}	


