/*--------------------------------------
    #Editor styles
--------------------------------------*/

@charset "UTF-8";

html, body{
	font-family: 'Open sans', Arial, Helvetica, sans-serif;
}

h1 {
    font-size: 36px;
	font-weight: 300;
    text-transform: uppercase;
    color: #2b2b2b;
	line-height: 44px;
    margin: 40px 10px 30px 0px;
	word-wrap: break-word;
}

h2 {
    font-size: 30px;
    text-transform: uppercase;
    color: #2b2b2b;
	line-height: 35px;
    margin: 30px 0px 20px 0px;
}

h3 {
    font-size: 24px;
    text-transform: uppercase;
    color: #2b2b2b;
	line-height: 28px;
    margin: 15px 0px 10px 0px;
}

h3.nav-headline {
    font-size: 24px;
    text-transform: uppercase;
    color: #2b2b2b;
	line-height: 28px;
    margin: 10px 0px 20px 0px;
}

h4 {
    font-size: 18px;
	font-weight: 600;
    color: #2b2b2b;
	line-height: 24px;
    text-transform: uppercase;
}

p {
    font-size: 16px;
    color: #4A4A4A; /*#2b2b2b;*/
    line-height: 22px;
	word-wrap: break-word;
}

a {
	color: #337ab7;
    text-decoration: none;
}

img.kuvaoikealle {
float: right;
margin: 0 0 15px 15px;
padding: 5px;
background: #fff;
border: 1px solid #e0e2e4;
-moz-border-radius: 4px;
border-radius: 4px;
}

img.kuvavasemmalle {
float: left;
margin: 0 15px 15px 0;
padding: 5px;
background: #fff;
border: 1px solid #e0e2e4;
-moz-border-radius: 4px;
border-radius: 4px;
}



