@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: 1000px;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFF
}

#wrapper {
	min-height: 1000px;
	width: 900px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	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;
}
header #kielivalikko a {
	color: #00BFE1;
}
header #kielivalikko a:hover {
	color: #C09;
}

section {
	min-height: 300px;
	width: 50%;
	position: relative;
	background-repeat: no-repeat;
	background-color: #FFF;
	float: left;
	margin-top: 20px;
	margin-right: 40px;
	margin-bottom: 20px;
	margin-left: 40px;
}

section article {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	background-repeat: no-repeat;
}
section img {
}
section img {
	position: absolute;
	left: 488px;
	top: 5px;
	background-color: #FFF;
	width: 329px;
	height: 278px;
}
footer {
	height: auto;
	width: 820px;
	background-color: #CCCCCC;
	text-align: center;
	margin-right: 40px;
	margin-left: 40px;
	float: left;
}
footer #blogimainos h3 {
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 1.4em;
	color: #C09;
	margin-bottom: 20px;
	text-align: left;
}
footer #uutiset article p {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 11pt;
	font-weight: normal;
}



#osoiterivi {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #333333;
	height: 30px;
	width: 100%;
	text-align: center;
	margin-top: 30px;
	float: left;
}

#osoiterivi a {
	color: #333;
}
#osoiterivi a:hover {
	color: #C09;
}
footer #uutiset {
	width: 390px;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 40px;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 11pt;
	font-weight: bolder;
	float: left;
	color: #666;
}
footer #uutiset h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #CC0099;
	margin-bottom: 20px;
}
footer #blogimainos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	float: left;
	width: 300px;
	margin-top: 20px;
	margin-right: 40px;
	margin-bottom: 20px;
	margin-left: 10px;
	border-left-width: medium;
	border-left-style: dotted;
	border-left-color: #FFF;
	padding-left: 20px;
}
footer #blogimainos article p a {
	color: #C09;
}
#wrapper footer #blogimainos article p a:hover {
	color: #FFF;
}
#uutiset article p a {
	color: rgb(204,0,153);
}

#uutiset article p a:hover {
	color: rgb(255,255,255);
}
section img {
	position: absolute;
}
