
/*** Base layout, mobile-changes ***/

html {
	background: none;
	background-color: #e7f4c5;
}

body#etusivu {
	width: 100%;
	min-width: 200px;
	background: none;
}

body header {
	/*** alasivujen headerin kokoa voidaan säätää tässä... logoa siirrettävä tällöin... ***/
}

body#etusivu header {
	height: auto;
}

#wrapper {
	background-color: #fff;
	max-width: none;
	min-height: auto;
}

#content {
	border-radius: 0px;
	padding: 10%;
	padding-top: 120px;
	padding-bottom: 260px;

	/*172px 260px 172px;*/
}

html body#etusivu #content {
	min-height: 200px;
	margin-top: 0px;
	background-color: #fff;
	margin: 0 auto;
	width: 80%;
	padding: 0px;
}

footer {
	background: none;
	background-color: #e7f4c5; /* #c5e56e; */
	color: #000;
	margin: 0;
	text-align: left;
	padding-left: 10%;
	color: #0075be;

}

/*** Navigation and jump to mobile nav ***/

header a.mobile-jump {
	display: block;
	padding-left: 10%;
	padding-top: 10px;
	padding-bottom: 0px;
	line-height: 40px;
	background-color: #c5e56e;
	font-family: Handlee, Arial, sans-serif;
	font-size: 18px;

	color: #0075be;
}

header a.mobile-jump span {
	font-family: Handlee, Arial, sans-serif;
	border-bottom: 1px dotted #A5C9F3;
}

header a.mobile-jump span:hover {
	color: #333;
}

header a.mobile-jump img {
	vertical-align: middle;
	padding-left: 10px;
}

nav#site-menu {
	display: block;
	position: static;
	left: auto;
	top: auto;
	background-color: #e7f4c5; /* #c5e56e; */
}

nav#site-menu a {
	display: block;

	border-bottom: 3px dotted #90bf55;

	padding-top: 0.2em;
	padding-bottom: 0.2em;
	padding-left: 10%;
	padding-right: 10%;

	letter-spacing: 0.1em;
	margin-right: auto;
}

nav#site-menu a:after {
	content: " >>";
	color: #90bf55;
	font-size: 20px;
	font-family: Arial, sans-serif;
	line-height: 26px;

}

nav#site-menu a:last-child {
	border: none;
}

nav#site-menu a.active {
	background: #90bf55;
}

/*** Header section; avoinna, logo... ***/

#avoinna {
	background-image: none;
	background-color: #c5e56e;
	position: relative;
	width: auto;
	max-width: none;
	right: auto;
	height: auto;
	min-heigth: 120px;
	padding: 0;
	padding-left: 10%;
	padding-bottom: 20px;
}

#avoinna h2,
#avoinna div,
#avoinna ul, #avoinna ul li {
	display: inline;
}

#avoinna ul li {
	margin-right: 0.2em;
	white-space: nowrap;
}

#avoinna a.google,
#avoinna a.google:hover {
	margin-top: 0.5em;
	display: inline;
	width: auto;
	white-space: nowrap;
}

body header .logo {
	left: 1%;
	width: 100%;
	max-width: 448px;
}

body#etusivu header .logo {
	position: relative;
	top: -20px;
	margin: 0 auto;
	left: 1%;
	z-index: 200;
}

/*** Decorations changes ***/

.etusivu_lammas,
.etusivu_kana1,
.etusivu_kana2,
.alasivu_kana1,
.alasivu_kana2 {
	display: none;
}

body#etusivu #deco-container {
	background: #fff url("../img/mobile_etusivu_bg.jpg") no-repeat center center;
	height: 240px;
	border-top: solid 3px #cce2a9;
	border-bottom: solid 3px #cce2a9;
}

/*** Subpages ***/

#content div.column {
	float: left;
	width: 300px;
}

body#kuvia #content {
	padding: 120px 10px 260px 10px;
}


body#kuvia #content h1 {
	text-align: center;
	margin-right: 0;
}