@charset "utf-8";

/* selaintyylien nollaus = reset*/
html, body, div, section, article, aside, header, hgroup, footer, nav, h1, h2, h3, h4, h5, h6, p, blockquote, address, time, span, em, strong, img, ol, ul, li, figure, canvas, video {
	margin: 0;
	padding: 0;
	text-align: left;
}


h1, h2, h3, h4, h5, h6 {
        font-weight: normal;
}

table {
        border-collapse: collapse;
        border-spacing: 0;
        }       
a img {
        border: none;
}

a {
	text-decoration: none;
	text-align: left;
	color: #009BCE;
}

/*vierityspalkki näkyy aina*/
html {
	overflow-y: scroll;
	background-color: #00BFE1;
}

/*HTML5 display rule*/
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, nav, menu, section, summary {
        display: block;
/*HTML5 display rule*/
 article, aside, canvas, details, figcaption, figure, footer, header, hgroup, nav, menu, section, summary { display: block; }
		
		/*omat tyylit alkaa-------------------------------------*/

}
#wrapper outer {
	min-height: 1500px;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFF
}

#wrapper {
	min-height: 1500px;
	width: 900px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
}


header {
	height: 200px;
	width: 100%;
	position: relative;
}
header img {
	position: absolute;
	left: 16px;
	top: 0px;
}

header h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 2.9em;
	color: #666666;
	text-align: center;
	padding-top: 50px;
	padding-left: 160px;
}






#mainnav {
	height: 30px;
	width: 820px;
	background-color: #00BFE1;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-right: 40px;
	margin-bottom: 0px;
	margin-left: 40px;
}

#mainnav ul {
	text-align: center;
}
#mainnav ul li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 20px;
}
#mainnav ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	color: #FFFFFF;
	border-left-width: thin;
	border-left-style: solid;
	padding-left: 10px;
	border-left-color: #C09;
}

#mainnav ul li a:hover {
	color: #CC0099;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #FFF;
}

#kielivalikko {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-align: right;
	word-spacing: 0.7em;
	padding: 10px;
	margin-right: 40px;
	background-color: rgb(255,255,255);
}
header #kielivalikko a {
	color: #00BFE1;
}
header #kielivalikko a:hover {
	color: #C09;
}
section {
	min-height: 400px;
	width: 65%;
	background-repeat: no-repeat;
	background-color: #FFF;
	margin: 40px;
	padding-right: 20px;
	padding-left: 20px;
	float: left;
}

section article {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	background-repeat: no-repeat;
	font-weight: normal;
	overflow: hidden;
}
#subnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #00BFE1;
	width: 12%;
	float: left;
	line-height: 2em;
	list-style-type: none;
	padding-left: 40px;
	height: min300px;
	padding-right: 10px;
	margin-top: 40px;
	font-weight: bolder;
}
#osoiterivi {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.6 em;
	color: #666;
	float: left;
	height: 30px;
	margin-top: 10px;
	width: 820px;
	font-weight: bolder;
	text-align: center;
	margin-right: 40px;
	margin-left: 40px;
}
#osoiterivi a:hover {
	color: #C09;
}

footer {
	background-color: #00BFE1;
	float: left;
	height: 50px;
	width: 820px;
	margin-right: 40px;
	margin-left: 40px;
}
section article img {
	position: absolute;
	left: 549px;
	top: 799px;
}
section article img {
	position: absolute;
}
section article img {
	position: absolute;
}




#wrapper #subnav ul li a:hover {
	color: #C09;
}

#subnav ul {
	list-style-type: none;
}
section article h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #333;
	font-weight: bolder;
	margin-top: 10px;
	margin-bottom: 10px;
}
section article #blogikommentit {
	height: 50px;
	width: 65%;
	float: left;
}
section article #roiske {
	position: absolute;
	left: 472px;
	top: 260px;
	width: 116px;
	height: 59px;
}
section article p img {
	position: absolute;
}
section article ul {
	list-style-type: circle;
}
