* { margin: 0; padding: 0; }

body {
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	background: #eaeaea;
	}

h3, h4, h5, p {
	clear: both;
}	
	
#wrap {
	width: 900px;
	background: url(../images/bg.jpg) repeat-y;
	text-align: left;
	}
.clear {
	visibility: hidden;
	clear: both;
	}
	
a {
	color: #0099cc;
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	}

h2 {
	color: #0099cc;
	font-size: 18px;
	font-weight: normal;
	margin: 25px 0 10px 0;
	}
h3 {
	color: #0099cc;
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 20px;
	}
h3.title {
	margin-top: 25px;
	}

h4 {
	color: #0099cc;
	font-size: 14px;
	margin: 25px 0 15px 0;
	}

h5 {
	color: #0099cc;
	font-size: 12px;
	}


/* Header stuff */
#header {
	width: 100%;
	background: url(../images/header-bg.jpg) repeat-x;
	}
#header h1 {
	width: 100px;
	height: 76px;
	padding: 15px 0px 0px 35px;
	background: url(../images/pupu.jpg) no-repeat;
	float: left;
	}
#header h1 a {
	display: block;
	text-indent: -99999px;
	outline: 0;
	height: 59px;
	}
#slogan {
	font-family: Georgia, "Times New Roman", Times, serif;
	float: right;
	padding: 20px 35px 0 0;
	text-align: right;
	color: #3c93dc;
	}
#slogan strong {
	font-size: 16px;
	font-weight: normal;
	color: #0055a4;
	}

/* Navigation */
#navigation {
	list-style: none;
	padding: 0px 0 0 20px;
	text-transform: uppercase;
	font-size: 11px;
	clear: both;
	height:33px;
	font-weight: bold;
	border-bottom: 5px solid #cccc00;
	}
#navigation li {
	float: left;
	background: url(../images/navi-separator.gif) no-repeat 100% 50%;
	line-height: 17px;
	}
#navigation li.last {
	background: none;
	}
#navigation a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 6px 15px 6px 15px;
	}
#navigation a:hover {
	color: #0F4D63;
	}
#navigation a.active {
  color: #0F4D63;
	}

/* The big pic */
#headerpic {
	clear: both;
	/* background: url(../images/header-img.jpg) no-repeat; */
	background: #cccc00;
	width: 100%;
	height: 200px;
	border-bottom: 7px solid #cccc00;
	}


/* Main content */

#content {
	padding: 15px 15px;
	}

#left {
	width: 180px;
	padding-right: 10px;
	float: left;
	font-size: 11px;
	}
#right {
	width: 180px;
	padding-left: 10px;
	float: right;
	font-size: 11px;
	}
#left p, #right p {
	margin-bottom: 10px;
	}
#subnavi {
	list-style: none;
	font-size: 14px;
	margin-top: 25px;
	}
#subnavi li {
	margin-bottom: 15px;
	}
#subnavi a {
	color: #024a91;
	text-decoration: none;
	}
.sideitem {
	margin-bottom: 20px;
	}
a.more {
	background: url(../images/bullet.gif) no-repeat 0 3px;
	padding-left: 10px;
	font-size:12px;
	dispay: block;
	}

#main {
	float: left;
	width: 400px;
	padding-left: 50px;
	color: #333333;
	}
#main p {
	margin-bottom: 15px;
	}
#main a {
	text-decoration: underline;
	}

.newsitem {
	margin-bottom: 20px;
	}
p.blogmeta {
	font-size: 11px;
	color: #666666;
	position: relative;
	top: -10px;
	}
p.blogmetasingle {
	font-size: 11px;
	color: #666666;
	}

#main h4 a, #main h3 a {
	text-decoration: none;
	}
#main h4 a:hover, #main h3 a:hover {
	text-decoration: underline;
	}
#main h3 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;	
	}
#main h4 {
	font-size: 13px;
	font-weight: bold;
	}
#main h5 {
	color: #cccc00;
	margin-bottom: 10px;
	}
#main ul, #main ol {
	margin-left: 15px;
	margin-bottom: 15px;
	}
#main ul li, #main ol li {
	margin-bottom: 3px;
	}
#main ul ul {
	margin-top: 3px;
	}

p.postmetadata {
	font-size: 10px;
	color: #333333;
	}
	
/* Tapahtumakalenteri */

h3.events
{
	font-size: 1em;
	padding: 3px;
	margin: 0 0 1em 0;
	color: #fff;
	background-color: #2195BC;
}

h3.events span
{
	margin-left: 20px;
}

div#events h3.events {
	background: transparent;
	color: #005876;
}

table#calendar
{
	width: 390px;
	padding: 5px;
	margin: 10px auto;
	border: 1px solid #c0c0c0;
	color: #000;
	background: #EDEDED;
}

table#calendar caption
{
	margin: 10px auto -10px auto;
	padding: 2px 0 5px 0;
	color: #fff;
	background-color: #2195BC;
}

table#calendar caption a
{
	color: #fff;
}

table#calendar td, table#calendar th
{
	padding: 0 5px;
	text-align: center;
}

table#calendar td a
{
	text-decoration: none;
	padding: 2px;
	background: #2195BC;
	color: white;	
}

table#calendar th
{
	font-weight: strong;
}

		div.imagebox {
			float: left;
			display: inline;
			width: 85px;
			height: 85px;
			margin: 5px;
			text-align: center;
		}	