@charset "UTF-8";
@import url(http://fonts.googleapis.com/css?family=Dosis&effect=3d-float);

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*css reset päättyy*/



body {
    background-color: #444;
    color: black;
}

.keskusta {    
    width: 90%;
    min-height: 100px;
    margin: 10px auto;
    margin-top: 0px;
    background-color: #9C9C9C;
    -webkit-box-shadow:  0px 0px 10px 1px rgba(0, 0, 0, .75);
    box-shadow:  0px 0px 10px 1px rgba(0, 0, 0, .75);
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.yla {
    height: 75px;
    width: 100%;
    clear:both;
}

.vasen {
    width: 25%;
    float: left;
    min-height: 100px;
}

.oikea {
    width: 75%;
    height: 100%;
    min-height: 200px;
    float: right;
}

.ala {
    width: 100%;
    height: 50px;
    clear: both;
    font-size: 11px;
}

.teksti {
    padding: 10px;
    padding-left: 20px;
}

li {
    list-style:initial;    
    margin-left: 30px;
    font-size: 14px;
    padding-bottom: 5px;
}

li:last-child {
    padding-bottom: 20px;
}

h1 {
    font-family: 'Dosis', sans-serif;
    padding-bottom: 15px;
    font-size: 24px;
}
h2 {
    font-size: 18px;
    padding-bottom: 15px;
}
h3 {    
    font-size: 17px;
    padding-bottom: 15px;
}

p {
    font-size: 14px;
    padding-bottom: 10px;
}
hr {
    color: #8080FF;
    background-color: #8080FF;
    height: 2px;
    border: 5px;
    border-radius:50px;
}

#otsikko {
    font-size: 50px;    
    padding: 10px;
    padding-left: 20px;
}

#kuva {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}