@import url(https://fonts.googleapis.com/css?family=Handlee);
@import url(https://fonts.googleapis.com/css?family=ABeeZee);

html {
	background: #fff url("../img/body_bg.png") repeat-x center top;
}

body#etusivu {
	background: transparent url("../img/background_deco.jpg") no-repeat center top;
}

#wrapper {
	position: relative;
	max-width: 988px;
	margin: 0 auto;
	min-height: 900px;
	/*border: 1px solid #faa;*/
}

header {
	height: 114px;
}

header .logo {
	position: absolute;
	top: 94px;
	left: -10px;
}

#content {
	color: #0075be;
	font-family: ABeeZee, Arial, sans-serif;
	font-size: 17px;
	line-height: 1.5em;
}

/*** Perussivujen content-laatikko! ***/
#content {
	background: #d7f1f4 url("../img/sisasivu_deco.png") no-repeat center bottom;
	border: 4px solid #bada7e;
	border-radius: 20px;
	min-height: 300px;
	padding: 120px 172px 260px 172px;
}

#content p,
#content ul li,
#content a
{
		font-family: ABeeZee, Arial, sans-serif;
}


h1, h2, h3, h4 {
	font-family: Handlee, Arial, sans-serif;
}

header a.mobile-jump {
	display: none;
}

nav#site-menu {
	position: absolute;
	top: 60px;
	left: 20px;
}

nav#site-menu a {
	font-family: Handlee, Arial, sans-serif;
	font-size: 26px;
	color: #0075be;
	margin-right: 12px;
}

#content a {
	color: #0075be;
	text-decoration: none;
	border-bottom: 1px dotted #a5c9f3;
}

#content a:hover {
	border-bottom: 1px dotted #ccc;
	color: #333;
	text-decoration: none;
}

#content ul {
	margin-left: 1.5em;
	list-style-type: disc;
}

h1 {
	font-size: 32px;
	font-weight: bold;
	margin: 1em 0;
}

h1.site-title {

}

h2 {
	font-size: 26px;
	margin-top: 2em;
	margin-bottom: 0.5em;
	font-weight: bold;
	margin: 1em 0;
}

h3 {
	font-size: 18px;
	margin-top: 2em;
	margin-bottom: 0.5em;
	font-weight: bold;
	margin: 1em 0;
}

h4 {
	font-size: 16px;
	margin-top: 2em;
	margin-bottom: 0.5em;
	font-weight: bold;
	margin: 1em 0;
}

footer {
	background: transparent url("../img/palloviiva.png") no-repeat center top;
	margin-top: 40px;
	padding-top: 40px;
	font-family: ABeeZee, Arial, sans-serif;
	font-size: 18px;
	height: 100px;
	text-align: center;
	color: #6cab47;
}


#rightcol {
	float: right;
}

#content .column {
	float: left;
	margin-right: 30px;
}

.alasivu_kana1 {
	position: absolute;
	top: 10px;
	right: 200px;
	z-index: 100;
}

.alasivu_kana2 {
	position: absolute;
	top: 60px;
	right: 32px;
	z-index: 100;
}


