/*
Ratkaisa -netin tyylitiedosto
*/

@font-face {
font-family: 'Ink Free Regular';
font-style: normal;
font-weight: normal;
src: local('Ink Free Regular'), url('Inkfree.woff') format('woff');
}

*{
	margin: 0;
	padding: 0;
}

body {
	/*background: url(images/tausta12.gif);*/
	font-family: Ink Free, Ink Free Regular, Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}

h1, h2, h3, h4, h5, h6, h7 {
	/*color: #F08F02;*/
	margin: 5;
}

h1 {	margin-bottom: 12px;
	text-transform: uppercase;
	font-size: 20px;
}

h2 {
	margin-bottom: 12px;
	text-transform: uppercase;
	font-size: 16px;
}

h3 {
	margin-bottom: 12px;
	text-transform: uppercase;
	font-size: 14px;
}

h4 { /* aforismiteksti */
	margin-bottom: 24px;
	font-size: 10px;
	font-style: italic;
}

h5 { /* päivämäärä */
	margin-bottom: 5px;
	font-size: 11px;
	color: #888888;
}

h6 { /* ajankohtaista otsikko */
	font-size: 11px;
	font-style: italic;
}

h7 { /* ajankohtaista teksti*/
	font-size: 11px;
}

p, blockquote, ul, ol, form {
	font-size: 16px;
	padding: 20px 0px 0px 5px;
}

blockquote {
	margin-left: 32px;
	padding-left: 16px;
}



ul, ol {
	margin-left: 48px;
}

li {
	padding: 0px 5px 10px;
}



a:link {
	color: #008080;
}

a:hover {
	text-decoration: none;
	color: #A0B96D;
}

a:visited {
}

img {
}

.image-left {
	float: left;
	margin-right: 10%;
}

.image-right {
	float: right;
	margin-left: 10%;
}



/* Menu */

#menu {
	
}

#menu h2 {
	display: none;
}

#menu ul {
	margin: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: inline;
	height: 24px;
	padding: 10px 10px 10px 5px;
	/*background: url(images/sulkaruoto50p.jpg);*/
	background: url(images/sininen.jpg);
	text-decoration: none;
	font-size: 14px;
	font-style: bold;
	color: #000000;
}

#menu a:hover {
	color: #FFFFFF;
	/*background: url(images/sulkaruoto50p_erode.jpg);*/
	background: url(images/harmaa.jpg);
}

/* Footer */

#footer {
	padding: 10px 30px;
	background: url(images/footertausta.gif);
	color: #FFFFFF
}

#footer p {
	
	margin: 0;
	font-size: 12px;
}


.left, .right {
  float: left;
  width: 20%; /* The width is 20%, by default */
}

.center {
    margin: auto;
    width: 50%;
    /*border: 3px solid green;
    padding: 10px; */
}

.main {
  float: left;
  width: 60%; /* The width is 60%, by default */
}

/* Use a media query to add a breakpoint at 800px: */
@media screen and (max-width: 800px) {
  .left, .main, .right, .center {
    width: 100%; /* The width is 100%, when the viewport is 800px or smaller */
  }
}
