/* Eric Meyers Reset CSS rules */
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, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1.4;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}
a img, :link img, :visited img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {
	list-style: none;
}
q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
}
input { vertical-align:middle; }
.clear:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/* no need to hide from IE5 Mac as its filtered out anyway */
.clear {display:inline-block;}

/* Eric Meyers Reset CSS rules  end*/

body {
	font-family: verdana, arial;
	font-size: 8pt;
	background: #FEFACD url("images/body_bg.jpg") center top no-repeat fixed;
}

#wrapper {
	width: 777px;
	margin: 0px auto;
}
#header {
    height: 162px;
	background: transparent url("images/header_bg.jpg") top right no-repeat;
}
#header h1 {
	text-indent:-9999em;
}
#header h1 a{
	display:block;
	width:221px;
	height:162px;
	background: transparent url("images/logo.png") top left no-repeat;
}

#sidebar {
	float: left;
	width: 220px;
	text-align: left;
	margin:15px 15px 15px 0;
	background:transparent url("images/nav_bg.png") top left repeat;
	display:inline;
	
}
#sidebar ul {
	list-style-type: none;
	white-space: nowrap;
}
#sidebar ul li { 
	margin: 15px 20px 15px 0;
}
#sidebar a {
	font-family: Verdana, Arial;
	font-size: 10pt;
	font-weight: normal;
	text-transform: uppercase;
	color: #6c2c12;
	text-decoration: none;
	display: block;
	text-align:right;
}
#sidebar h2{
	font-family: Verdana, Arial;
	font-size: 12pt;
	font-weight: normal;
	text-transform: uppercase;
	color: #000;
	text-decoration: none;
	text-align:right;
}
#sidebar a:hover {
	color: black;
	text-decoration:underline;
}

#content {
	width:540px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin:15px 0 0 0px;
	float:left;
}

#content ul {
	line-height: 1.4em; 
	margin: 5px 15px 7px 10px; 
	padding: 5px 0;
	font-family:Verdana,sans;
	font-size:11pt;
}
#content p{
	line-height: 1.4em; 
	margin: 5px 10px 5px 10px; 
	padding: 5px 0;
	font-size:11pt;
	color: #450a0a;
	font-family:Verdana,sans;
}
.post{
	margin: 0 0 15px 0;
	background:transparent url("images/right_bg.png") top left repeat;
}
#content .block{
	min-height:200px;
}
* html #content .uutiset{
	width:100%;
	height:100%;
}
#content .uutiset h1 ,#content .block h1{
	font-family: "Times New Roman",Times,serif;
	margin:0px 0 0 10px;
	padding:5px 0 0 0;
	color: #a61716;
	font-weight:normal;
}
#content #uutiset span {
	font-variant: small-caps; 
	font-size: 7pt;
	font-family: arial, serif;
	margin: 1px 5px 1px 15px;
}
	
#content h2,#content h3 {	
	font-family: Times, "Times New Roman";
	font-weight:normal;
}
#content h1 {
	font-size: 20pt;	
	margin: 0px 15px 0px 15px; 
	padding:10px 0 0 10px;
}
#content h2 {
	font-size: 16pt;
	margin: 0px 15px 0px 10px;
	color:#771010;
padding:10px 0 0 0;
}
#content h3 {
	font-size: 12pt;
	margin: 5px 15px 7px 10px;
		color: #771010;
}
#content small{
font-size:11px;
margin-left:10px;
font-family: verdana, arial;
font-style:italic;
}
a {
	color: rgb(15,55,70);
	font-weight: normal;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
address {
	font-weight: bold;
	margin: 5px 15px 7px 35px;
}	
#footer {
	color: #450a0a;
	font-size: 11pt;
	text-align: center;
	margin: 30px 0;
}
#footer p{
text-align:center;
font-size:11px;
}
#sponsors{
	margin:0 auto;
	margin-top:10px;
	width:540px;
}
label.haku{
	font-family: Verdana, Arial;
	font-size: 12pt;
	font-weight: normal;
	text-transform: uppercase;
	color: #6c2c12;
	text-decoration: none;
	display: block;
	text-align:right;
}
input#s{










display:block;
width: 210px;
}
#searchsubmit{

}
textarea#comment{
width:450px;

}
#content p.postmetadata{
font-size:11px;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
