/*--------------------- CSS RESET  ---------------------------------------------*/
html, body, div, span, object, h1, h2, h3, h4, h5, h6, p, 
blockquote, a, address, cite, font, img, 
strong, dl, dt, dd, ol, ul, li,
fieldset, form, label {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}

ol, ul {
	list-style: none;
}

p {
	margin-bottom: 0.6em;

}

:focus {
	outline: 0;
}

body {
	background: url(../kuvat/paper-texture.jpg);
	text-align: center;
	font-family: Georgia, "Lucida Grande", "Bookman Old Style", "Book Antiqua", Constantia, "Lucida Bright", Lucidabright, Lucida, serif;
}

#wrapper {
	margin: 0px auto;
	width: 990px;
	position: relative;
	text-align: left;
}

#header {
	height: 170px;
	position: relative;
}

#main-content {
	position: absolute;
	left: 185px;
	top: 50px;
}

#content {
	width: 750px;
	background: url(../kuvat/content-bgr.png);
	padding-top: 10px;
	padding-bottom: 5px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 1px 1px 2px #787878;
	-webkit-box-shadow: 1px 1px 2px #787878;
	box-shadow: 1px 1px 2px #787878;
}

#left {
	width: 215px;
	position: absolute;
	left: 0px;
	top: 172px;	
}

#header h1 {
	height: 159px;
	width: 128px;
	position: absolute;
	left: 36px;
	top: 51px;	
}

#index #content h2.ajankohtaista {
	text-indent: 0;
	text-transform: uppercase;
	color: #F00;
	text-align: center;
	margin-bottom: 8px;
	font-size: 21px;
}

#index #content p.muutos {
	font-style: italic;
	color: #333;
	border-bottom: 1px dotted #F30;
	padding-bottom: 3px;
	margin-bottom: 8px;
	font-size: 17px;
}

#content p {
	padding-right: 15px;
	padding-left: 15px;
	font-size: 18px;
	line-height: 21px;
}

#content a:link, #content a:visited {
	color: #cc0000;
	text-decoration: none;
}

#content  a:hover {
	color: #F03;
	text-decoration: underline;
}

#sos-med-nav {
	width: 180px;
	height: 26px;
	margin-top: 51px;
	margin-left: 40px;
	position: relative;
	margin-bottom: 15px;
}

#sos-med-nav li {
	height: 26px;
	width: 26px;
	margin-right: 7px;
	background: url(../kuvat/so-med-bgr.png) no-repeat;
	float: left;
}

#sos-med-nav li.fb {
	background-position: 0 0;	
}

#sos-med-nav li.twitter {
	background-position: -28px 0;	
}

#sos-med-nav li.flickr {
	background-position: -56px 0;	
}

#sos-med-nav li.youtube {
	background-position: -118px 0;	
}

#sos-med-nav li a {
	height: 26px;
	width: 26px;
	display: block;
	text-indent: -9999px;
}

/*--------------------------------------- PRINT-STYLES -----------------------------------*/

@media print {

#content { width: 900px; background: url(none); }

#main-content { top: 10px; }

}
