@import url("reset.css");

/* =====================
	BASE STYLES
======================== */

body {
	font-size: 62.5%;
	line-height: 1.4;
	background: #f6f6f6;
	font-family: 'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif;
	color: #5b5b5b;
	}

#wrapper {
	font-size: 1.4em;
	margin: 0 auto;
	background: #fff;
	border: 1px solid #e2e2e2;
	-webkit-box-shadow: 0 3px 2px rgba(191, 191, 191, 0.9);
	-moz-box-shadow: 0 3px 2px rgba(191, 191, 191, 0.9);
	box-shadow: 0 3px 2px rgba(191, 191, 191, 0.9);
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
	}

p, li {
	font-size: 13px;
	color: #333;
}

a {
	color: #1C75C3;
	text-decoration: none;
}

a:hover {
	text-decoration: underline !important;
	}
	
.content-container li {
	margin-left: 20px;
}

.group {
	display: block;
	float: left;
	}

hr.clear {
	clear: both;
	width: 0;
	height: 0;
	border: 0;
	padding: 0;
	margin: 0;
	}

/* =====================
	BLOCKS
======================== */

#header {
	position: relative;
	height: 123px;
	border-bottom: 3px solid #f3c439;
}

#wrapper,
#header,
#content,
#footer {
	width: 980px;
	}

#content {
	margin-bottom: 35px;
	}

#content-left {
	width: 240px;
	margin: 0 20px;
	}

#content-middle {
	width: 680px;
	}
	
#content-middle #zone-_main {
	margin-top: 30px;
	}

.with_right {
	width: 400px !important;
	margin: 0 50px 0 0 !important;
	}

#content-right {
	width: 200px;
	}

#footer {
	border-top: 4px solid #e2e2e2;
	font-size: 0.8em;
	text-align: right;
	}
	
/* =====================
	ETUSIVU
======================== */

#content-middle .main-left {
	width: 340px;
	}

#content-middle .main-right {
	width: 339px;
	border-left: 1px solid #e2e2e2;
	}

#content-left .left-1,
#content-left .left-2 {
	overflow: hidden;
	background: #f5f5f5;
	margin-bottom: 20px;
	padding: 10px 0 20px 0;
	}
	
#content-left .left-1 {
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
	}
	
#content-left .left-2 {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	}

/* =====================
	HELP MENU
======================== */

#helpmenu {
	position: absolute;
	top: 0;
	right: 18px;
	overflow: hidden;
	background: #1c75c3;
	width: 567px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
	}
#helpmenu ul {
	float: left;
	list-style-type: none;
	}
#helpmenu li {
	position: relative;
	display: block;
	float: left;
	padding-right: 8px;
	padding-left: 8px;
	line-height: 20px;
	}
#helpmenu a {
	position: relative;
	display: block;
	padding: 6px 0 2px 0;
	font-size: 13px;
	color: #fff;
	background: transparent;
	text-decoration: none;
	}
#jasenlinkki {
	background: #f3c439;
	color: #1c75c3;
	overflow: hidden;
	font-weight: bold;
	text-shadow: 1px 1px 0.2em #fff;
	margin-right: 12px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
}
#jasenlinkki a {
	display: block;
	background: #f3c439;
	color: #1c75c3;
	overflow: hidden;
	padding: 7px 8px 5px 8px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}
	
/* =====================
	LOGO
======================== */

#logo {
	background: url(../img/logo.jpg) no-repeat top left;
	width: 156px;
	height: 79px;
	position: absolute;
	top: 18px;
	left: 23px;
	font-size: 28px;
	line-height: 28px;
	letter-spacing: 0;
	font-weight: bold;
	}

#logo a {
	display: block;
	width: 156px;
	height: 79px;
	text-decoration: none;
	color: #333333;
	text-indent: -9999px;
	}

/* =====================
	NAVIGATION
======================== */

#nav {
	margin: 75px 0 0 275px;
	width: 700px;
	}

#nav li {
	display: block;
	float: left;
	}

#nav li a {
	display: block;
	background: transparent;
	padding: 7px 11px;
	text-decoration: none;
	color: #1c75c3;
	font-size: 16px;
	font-weight: bold;
	}

#nav li a.level1-onpath,
#nav li a.level1-onpath:hover {
	color: #333333;
	}

#nav li a:hover {
	color: #333333;
	}

#nav li a.level1-first {
	padding: 7px;
	}

/* =====================
	SIDE MENU
======================== */

#sidemenu-container {
	overflow: hidden;
	background: #f5f5f5;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
	}
	
#sidemenu-container .pageTitle {
	padding: 20px 0 5px 17px;
	margin: 0;
	font-size: 18px;
	text-transform: uppercase;
	}

#sidemenu-container ul li .pageTitle,
#sidemenu-container ul li ul li .pageTitle,
#sidemenu-container ul li ul li ul li .pageTitle {
	padding: 10px 0 5px 17px;
	font-size: 12px;
	}

.sidemenu-items {
	display: block;
	margin-bottom: 15px;
	padding: 0 20px;
	}

.sidemenu-items li {
	display: block;
	}

.sidemenu-items li a {
	text-decoration: none;
	color: #1c75c3;
	font-size: 0.9em;
	line-height: 17px;
	padding: 4px 0 8px;
	display: block;
	background: url(../img/sidemenu-bg.jpg) bottom left repeat-x;
	}

.sidemenu-items a.level1-onpath,
.sidemenu-items a.level1-onpath:hover {
	color: #333333;
	}

.sidemenu-items li a:hover {
	color: #333333;
	}
	
.sidemenu-items a.level1-last {
	background: none;
	}

.sidemenu-items a.level2,
.sidemenu-items a.level3,
.sidemenu-items a.level4 {
	display: block;
	padding: 2px 0;
	border-bottom: 0 !important;
	background: none !important;
	font-size: 0.8em;
	}

.sidemenu-items a.level2-last {
	margin-bottom: 20px;
	}

.sidemenu-items a.level2-first {
	margin-top: 10px;
	}

.sidemenu-items a.level2-here,
.sidemenu-items a.level3-here,
.sidemenu-items a.level4-here {
	font-weight: bold;
	}

/* =====================
	SEARCH
======================== */

#search {
	float: right;
	padding: 0;
	position: relative;
	margin: 5px 5px 5px 10px;
	}

#search .go {
	width: 28px;
	height: 22px;
	margin: 0;
	padding: 0;
	border: 0;
	cursor: pointer;
	overflow: hidden;
	outline: none !important;
	background: url(../img/search-btn-bg.jpg) no-repeat top left;
	pointer: cursor;
	right: 0px;
	top: 0px;
	position: absolute;
	border: none;
	text-indent: -9999px;
	font-size: 1px;
	}

#search .go:hover {
	cursor: pointer;
	background
	}
	
#search .q {
	float: left;
	padding: 3px 4px 4px 4px;
	margin: 0 !important;
	background: #fff;
	border: none;
	width: 150px;
	height: 15px;
	color: #737373;
	font-size: 12px;
	font-style: italic;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	}

#search .q:focus {

	}

/* =====================
	TYPOGRAPHY
======================== */

tr.row td { padding-bottom: 15px; }
tr.row td.icon { padding-right: 15px; }

h1,h2,h3,h4,h5,h6 {
	color: #333333;
	font-family: 'Helvetica Neue', Helvetica, Arial, Verdana, Sans-serif;
	font-weight: normal;
	}

h1 { font-size: 28px; line-height: 30px; margin-bottom: 20px; }
h2 { font-size: 24px }
h3 { font-size: 18px }
h4 { font-size: 16px }
h2,h3,h4 { margin: 10px 0; }

#wrapper #content .token-Content .content-container ul {
	margin: 20px 18px;
	list-style-type: disc;
	}

#wrapper #content .token-Content .content-container ol {
	margin: 20px 24px;
	list-style-type: decimal;
	}

#wrapper #content .token-Content .content-container ul ul,
#wrapper #content .token-Content .content-container ol ul {
	margin: 0;
	list-style-type: circle;
	}

#wrapper #content .token-Content .content-container li {
	padding-left: 5px;
	line-height: 1.4;
	}

#wrapper #content .token-Content .content-container ul ul li,
#wrapper #content .token-Content .content-container ol ul li {
	margin-left: 20px;
	}
	
/* footer */

#footer {
	padding: 15px 0 18px 0;
	font-size: 12px;
	color: #333;
}

#footer #copyright {
	margin-left: 20px;
	display: block;
	float: left;
	text-align: left;
}

#footer a {
	color: #333;
	text-decoration: none;
	}
	
#footer a.yhteystiedot {
	color: #1c75c3;
	}
	
#footer b {
	display: block;
	margin-bottom: 3px;
	color: #333;
	}


#footer #poweredby {
	display: block;
	text-align: right;
	margin-right: 20px;
	}

/* =====================
	TOKENS
======================== */

.token {
	clear: both;
}

#content-left .token {
	padding: 10px 20px 5px 20px;
}

/* =====================
	APP / NEWS
======================== */

.token-News h2 {
	color: #1c75c3;
	font-size: 18px;
	margin: 10px 0 0 0;
	padding-bottom: 7px;
}

.token-News .pvm {
	font-family: 'Helvetica Neue Bold', Helvetica, Arial;
	font-weight: bold;
	display: block;
	color: #333;
	font-size: 11px;
	margin-top: 1px;
}

.token-News a {
	font-family: 'Helvetica Neue Bold', Helvetica, Arial;
	font-weight: bold;
	display: block;
	color: #1c75c3;
	font-size: 13px;
	text-decoration: none;
	margin-bottom: 5px;
}

.token-News .liitteet a {
    line-height: 35px;
}

.token-News .liitteet .icon {
    float: left;
	padding-right: 10px;
}

.token-News .hd {
	border-bottom: 1px solid #ececec;
}

.main-left .token-News .bd,
.main-left .token-News .ft {
	margin-right: 20px;
}

.main-right .token-News .bd,
.main-right .token-News .ft {
	margin-left: 20px;
}

.token-News .ft {
	clear: both;
	padding-top: 15px;
}

.token-News .row {
	clear: both;
	overflow: hidden;
	padding: 7px 0;
	background: url(../img/sidemenu-bg.jpg) bottom left repeat-x;
}

.token-News .listlink {
	display: block;
	background: #f3c439;
	color: #1c75c3;
	overflow: hidden;
	padding: 3px 11px;
	font-weight: bold;
	float: right;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-shadow: 1px 1px 0.2em #fff;
	behavior: url(PIE.htc);
}

.viewToggle {
	padding: 10px 0;
}

#news-nosto {
	width: 255px;
	float: right;	
}

.artikkeli {
	margin-bottom: 20px;
}

.resultPages {
	overflow: hidden;
	clear: both;
	margin-bottom: 10px;
}

.resultPages span,
.resultPages a {
	float: left;
	margin: 0 4px;
}

.news .pageTitle {
	margin: 20px 0 5px 0;
}

.news #zone-_main {
	margin-top: 10px !important;
}

.julkaisu {
	font-weight: bold;
	margin-bottom: 15px;
}

/* =====================
	RSS
======================== */

#token-22935 .rss_title h1 {
	background: url(../img/akava-2.jpg) no-repeat top left;
	text-indent: -9999px;
	margin: 6px 0 6px 20px;
}

.rss_title {
	border-bottom: 1px solid #ececec;
}

.rss_item {
	background: url("../img/sidemenu-bg.jpg") repeat-x scroll left bottom transparent;
	clear: both;
	overflow: hidden;
	padding: 7px 0;
}

.rss_item a {
	font-family: 'Helvetica Neue Bold', Helvetica, Arial;
	font-weight: bold;
	color: #1c75c3;
	font-size: 13px;
	text-decoration: none;
	margin-bottom: 5px;
}

.rss_item .item-description {
	margin: 0;
}

.rss_item .date {
	font-family: 'Helvetica Neue Bold', Helvetica, Arial;
	font-weight: bold;
	color: #333;
	font-size: 11px;
	display: block;
	float: left;
	padding-top: 1px;
}

.rss_item a,
.rss_item .item-description {
	display: block;
	float: right;
	width: 255px;
}

.rss_items {
	padding-left: 20px;
}

.rss_items .kaikki a {
	display: block;
	background: #f3c439;
	color: #1c75c3;
	overflow: hidden;
	padding: 3px 11px;
	margin-top: 6px;
	font-weight: bold;
	float: right;
	text-decoration: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-shadow: 1px 1px 0.2em #fff;	
}

/* =====================
	POIMINNOT
======================== */

.token-Highlight {
	background: #F5F5F5;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.token-Highlight h2 {
	font-size: 18px;
	text-transform: uppercase;
}

.token-Highlight .title a {
	font-family: 'Helvetica Neue Bold', Helvetica, Arial;
	font-size: 13px;
	font-weight: bold;
	margin-left: 10px;
}

.token-Highlight .row {
	padding: 4px 0 8px;
	margin: 0;
	background: url(../img/sidemenu-bg.jpg) bottom left repeat-x;
}

.token-Highlight .rowLast {
	background: none;
}

.token-Highlight a{
	display: block;
	text-decoration: none;
	color: #1c75c3;
	font-size: 13px;
	line-height: 17px;
	display: block;
	margin: 0;
}

.token-Highlight .text {
	font-size: 12px;
	padding: 5px 10px;
}

/* =====================
	SISÄLTÖ-OSIO
======================== */

/* etusivun kuvausteksti */
#token-22832 p {
	font-size: 13px;
	font-style: italic;
}

/* etusivun jäsenedut linkki */
#token-22859 h2,
#token-22859 a {
	font-size: 18px;
	color: #1c75c3;
	text-decoration: none;
	margin: 0;
}

/* =====================
	BANNERIT
======================== */

.token-Banner .banner {
	padding-top: 10px;
	background: url(../img/sidemenu-bg.jpg) bottom left repeat-x;	
}

/* uutiskirjeiden palautesivu-asetukset */

.page-75512 #sidemenu-container,
.page-75512 .contactformV2 {
	display: none;
}

/* =====================
	RSS
======================== */

#content-left .token-FeedReader {
	background: #F5F5F5;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#content-left .token-FeedReader h1 {
	font-size: 18px;
	text-transform: uppercase;
	line-height: 120%;
}

#content-left .token-FeedReader .rss_list td {
	padding: 4px 0 8px 0;
	margin: 0;
	background: url(../img/sidemenu-bg.jpg) bottom left repeat-x;
}

#content-left .token-FeedReader .rss_list td:last-child {
	background: none;
}

#content-left .token-FeedReader a {
	font-family: 'Helvetica Neue Bold', Helvetica, Arial;
	font-size: 13px;
	font-weight: bold;
}