/* ===========================================
	GLOBAL RESET
============================================== */

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, hr,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	}

html {
	-moz-scrollbars-vertical;
	}

body {
	height: 100%;
	line-height: 1;
	}

ol, ul {
	list-style: none;
	}
	
b {
	font-weight: bold;
}

blockquote, q {
	quotes: none;
	}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
	}

:focus {
	outline: 0;
	}

ins {
	text-decoration: none;
	}
	
del {
	text-decoration: line-through;
	}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
	}

html {
	height: 100%;
	overflow: -moz-scrollbars-vertical;
	}

.clear { 
	clear: both; 
	background: transparent;
	filter: alpha(opacity=0);
	}

header,
footer,
nav,
aside,
section {
	display: block;
	}

.as_huomiolaatikko {
	padding: 10px 15px;
	border: 1px solid #ccc;
	background: #f1f1f1;
	}

.hiddendd select { width: 200px }


/*	LAYOUT
============================================== */

body {
	background: #fff;
	margin: 0;
	}

#wrapper {
	color: #555;
	font-family: Arial, Helvetica, "Helvetica Neue", Verdana, Trebuchet, "Trebuchet MS", sans-serif;
	text-align: left;
	width: 994px;
	min-height: 600px;
	margin: 0 auto;
	font-size: 12px;
	line-height: 16px;
	background: #fff url(../img/background.png) no-repeat 360px 0;
	position: relative;
	}

header,
#content-wrapper,
footer {
	display: block;
	width: 994px;
	float: left;
	}

footer { margin: 50px 0 45px 0 }
footer .sponsors { display: none }
footer .separator {
	display: block;
	float: left;
	margin: 8px 0 16px 0;
	border-top: 2px solid #d4e6a1;
	height: 0;
	width: 100%;
	}

#zone-left { overflow: hidden; }

/*	LINKS
============================================== */

a:link, a:visited { color: #0062a1; text-decoration: none }
a:hover { text-decoration: underline }
a:active { color: #000 }
#wrapper a:focus { outline: 1px dotted #0062a1; color: #000 }

/*	HEADINGS
============================================== */

h1, h2, h3, h4, .app-News .row a {
	color: #0062a1;
	text-align: left;
	font-weight: 300;
	font-style: italic;
	font-family: Georgia, Cambria, Times, "Times New Roman", serif;
	margin-bottom: 16px;
	font-size: 22px;
	line-height: 32px;
	}

h2 { font-size: 18px; line-height: 24px }
h3 { font-size: 14px; line-height: 22px }
h4 { font-size: 12px; line-height: 16px; font-weight: bold }
.app-News .row a { font-size: 14px; line-height: 18px }

/*	PARAGRAPHS
============================================== */

p { margin-bottom: 18px }
.app-News .row p { margin-bottom: 5px }

/*	LISTS
============================================== */

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

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

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

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

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


/*	LOGO
============================================== */

#logo {
	display: block;
	width: 168px;
	height: 97px;
	text-indent: -9999px;
	overflow: hidden;
	background: transparent url(../img/sprite.png) no-repeat 0 -222px;
	margin: 30px 0 0;
	float: left;
	}

#logo a { display: block; width: 100%; height: 100% }

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

#search {
	margin-top: 20px;
	display: block;
	float: right;
	width: 205px;
	height: 26px;
	background: transparent url(../img/sprite.png) no-repeat 0 -80px;
	}

#search #input {
	display: block;
	float: left;
	border: 0;
	margin-top: -20px;
	background: transparent;
	width: 141px;
	height: 26px;
	padding: 0 10px;
	line-height: 26px;
	position: relative;
	z-index: 2;
	}

#search #submit {
	display: block;
	border: 0;
	margin-top: -21px;
	line-height: 20px;
	padding: 0;
	color: #fff;
	font-weight: bold;
	font-size: 13px;
	float: right;
	width: 44px;
	height: 26px;
	background: url(../img/sprite.png) no-repeat 0 -39px;
	cursor: pointer;
	}

#search #submit:hover { opacity: 0.7; filter: alpha(opacity=70) }

label.inlined {
	display: block;
	padding: 5px 0 0 10px;
	position: relative;
	width: 150px;
	z-index: 1;
	opacity: 1.0;
	-webkit-transition: opacity 0.15s linear;
	}

label.focus { opacity: 0.6; }
label.has-text { opacity: 0.0; -webkit-transition-duration: 0s; }

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

#secondary-nav {
	display: block;
	position: absolute;
	right: 0;
	top: 60px;
	height: 28px;
	}

#secondary-nav ul li {
	display: block;
	float: left;
	margin-left: 3px;
	}

#secondary-nav ul li a {
	display: block;
	float: left;
	height: 19px;
	text-indent: -9999px;
	overflow: hidden;
	}

#secondary-nav ul li a:hover { opacity: 0.7; filter: alpha(opacity=70) }
#secondary-nav .font-big a { width: 31px; background: transparent url(../img/sprite.png) no-repeat -3px 0 }
#secondary-nav .font-small a { width: 31px; background: transparent url(../img/sprite.png) no-repeat -35px 0; margin-right: 14px }
#secondary-nav .fi a { width: 18px; background: transparent url(../img/sprite.png) no-repeat -79px 4px }
#secondary-nav .se a { width: 18px; background: transparent url(../img/sprite.png) no-repeat -100px 4px }
#secondary-nav .en a { width: 18px; background: transparent url(../img/sprite.png) no-repeat -121px 4px }
#secondary-nav .fr a { width: 18px; background: transparent url(../img/sprite.png) no-repeat -142px 4px }

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

#nav {
	position: absolute;
	top: 93px;
	right: 0;
	z-index: 5;
	}

#nav ul li {
	display: block;
	float: left;
	margin-left: 12px;
	}

#nav ul li a {
	font-weight: bold;
	height: 26px;
	line-height: 26px;
	padding: 0 10px 0 0;
	color: #666;
	text-decoration: none;
	display: block;
	height: 100%;
	float: left;
	background: transparent url(../img/sprite.png) no-repeat right -1082px;
	}

#nav ul li a span {
	display: block;
	cursor: pointer;
	float: left;
	height: 26px;
	padding: 0 0 0 10px;
	background: transparent url(../img/sprite.png) no-repeat left -131px;
	}

#nav ul a:hover { opacity: 0.9 }
#nav ul .level1-onpath:hover { opacity: 1.0 }

#nav ul .level1-onpath a,
#nav ul a:active,
#nav ul a:focus {
	outline: 0;
	color: #00acdb;
	background: transparent url(../img/sprite.png) no-repeat right -1012px;
	}

#nav ul .level1-onpath a span,
#nav ul a:active span,
#nav ul a:focus span { background: transparent url(../img/sprite.png) no-repeat left -171px }

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

footer .navigation li {
	float: left;
	display: block;
	margin-right: 15px;
	}

footer .navigation {
	display: block;
	float: left;
	width: 420px;
	}

footer .navigation li a {
	margin-right: 15px;
	font-weight: bold;
	color: #0074af;
	}

/*	FOOTER SHARE
============================================== */

footer .share {
	display: block;
	float: right;
	width: 550px;
	}

footer .share li {
	float: right;
	display: block;
	margin-left: 15px;
	}

footer .share li a {
	display: block;
	_display: inline;
	height: 16px;
	line-height: 16px;
	}

footer .share li a { padding-left: 20px }
footer .share .rss a { background: transparent url(../img/sprite.png) no-repeat 0 -962px }
footer .share .twitter a { background: transparent url(../img/sprite.png) no-repeat 0 -1004px }
footer .share .facebook a { background: transparent url(../img/sprite.png) no-repeat 0 -1042px }
footer .share .email a { background: transparent url(../img/sprite.png) no-repeat 0 -1092px }

/*	FOOTER CONTACT INFO
============================================== */

footer .contact {
	color: #777;
	text-align: right;
	float: right;
	width: 530px;
	}

footer .contact a{
	color: #777;
	text-transform: none;
	}

/*	SETTINGS FOR FRONT PAGES OTHER THAN MAIN
============================================== */

.page-root #sidemenu {
	display: none;
	visibility: hidden;
	}




.content-container ul {
	list-style: disc;
	margin-left: 20px;
}

.content-container ol {
	list-style: decimal;
	margin-left: 20px;
}


/*	CONTENT
============================================== */	

#content-wrapper { 
	margin: 10px 0 0;
	background: #fff;
	background: rgba(255,255,255, 0.85);
	min-height: 430px;
	}

#themeimage img { margin: 0 0 20px 0 }	

#main {
	margin: 20px 0 0 20px;
	display: block;
	float: right;
	width: 749px;
	}

#content { 
	display: block;
	float: left;
	width: 525px; 
	}

#sidebar {
	float: right;
	display: block;
	width: 204px;
	}

/*	ASIDE SIDEMENU
============================================== */	

aside {
	margin: 20px 0 0;
	width: 225px;
	float: left;
	}

aside .token {
	font-size: 11px;
	}

aside nav { 
	margin: 0 0 30px 0;
	}

aside nav .level1 a { 
	font-weight: bold;
	display: block;
	}

aside nav li.level1 a.level1 { padding: 7px 0; border-bottom: 1px solid #d8d8d8 }
aside nav li.level1-onpath a.level1 { border-bottom: 0 }
aside nav li.level1-onpath { border-bottom: 1px solid #d8d8d8 }
aside nav li.level1-last a.level1 { border-bottom: 0 }

aside nav li.level1-onpath a.level1 { 
	padding-bottom: 0;
	background: url(../img/sprite.png) no-repeat 0 -800px 
	}
	
aside nav li.level1-onpath a.level1 { 
	color: #fff;
	text-decoration: none;
	padding-bottom: 7px;
	}

aside nav li.level1-onpath nav { 
	background: #f2f2f2;
	padding: 10px 0;
	margin-bottom: 0;
	}

aside nav li.level1-onpath nav nav { padding: 0 !important }
aside nav li.level1-onpath nav a { font-weight: normal }
aside nav li.level1-onpath nav a.level2-onpath,
aside nav li.level1-onpath nav a.level3-onpath,
aside nav li.level1-onpath nav a.level4-onpath { font-weight: bold }


/*	CONTENT
============================================== */

.variant-frontpage #content-wrapper { 
	margin: 10px 0 0;
	background: none;
	min-height: 430px;
	}

.variant-frontpage #main { 
	display: block;
	float: right;
	width: 655px;
	margin: 0;
	}

.variant-frontpage aside {
	float: left;
	display: block;
	width: 320px;
	}

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

.app-News .row {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px dotted #ccc;
	}

.app-News h2 {
	font: 18px Arial, Helvetica, "Helvetica Neue", Verdana, Trebuchet, "Trebuchet MS", sans-serif;
	font-weight: bold;
	color: #666;
	border-bottom: 2px solid #d4e6a1;
	display: block;
	width: 100%;
	padding-bottom: 10px;
	}

.app-News .row h3 {
	line-height: 12px;
	margin-bottom: 5px;
	}

.app-News .row img {
	float: left;
	margin: 0 10px 5px 0;
	}

.app-News .row .pvm {
	color: #bbb;
	text-align: left;
	font-weight: 300;
	font-style: normal;
	font-family: Georgia, Cambria, Times, "Times New Roman", serif;
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 0;
	}

.app-News .row .ingressi {
	font-size: 12px;
	line-height: 16px;
	color: #606060;
	}

.variant-frontpage .app-News .feed_link {
	display: none;
	}

.app-News .listlink {
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	}

/*	CAROUSEL
============================================== */

.carousel {
	margin: 20px 0 0 0;
	width: 655px;
	height: 276px;
	display: block;
	float: left;
	}

.carousel .token-Content {
	width: 649px;
	height: 270px;
	overflow: hidden;
	float: left;
	position: relative;
	display: block;
	}

.carousel #zone-_main {
	width: 649px;
	height: 270px;
	position: relative;
	overflow: hidden !important;
	display: block;
	border: 3px solid #d4e6a1;
	}

.carousel .contentTextWrap {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	display: block;
	background: transparent url(../img/black.png) repeat;
	background: rgba(0,0,0, 0.6);
	color: #fff;
	height: 49px;
	padding: 16px 0 0 20px;
	overflow: hidden;
	}

.carousel .contentTextWrap a {
	color: #fff !important;
	}
	
.carousel .contentTextWrap h1,
.carousel .contentTextWrap h2,
.carousel .contentTextWrap h3,
.carousel .contentTextWrap h4,
.carousel .contentTextWrap h5 {
	color: #fff;
	font: 14px Arial, Helvetica, "Helvetica Neue", Verdana, Trebuchet, "Trebuchet MS", sans-serif;
	font-weight: bold;
	line-height: 14px;
	margin-bottom: 5px;
	}

.carousel .contentTextWrap p {
	color: #ccc;
	}

/*	CAROUSEL CONTROLS
============================================== */

.carousel-controls {
	position: absolute;
	bottom: 13px;
	right: 13px;
	width: 205px;
	z-index: 7;
	}

.carousel-controls a {
	width: 15px;
	height: 15px;
	margin-left: 3px;
	overflow: hidden !important;
	display: block;
	text-indent: -9999px;
	float: right;
	}

.carousel-shadow {
	width: 655px;
	height: 17px;
	display: block;
	float: left;
	background: transparent url(../img/carousel-shadow.png) no-repeat;
	}

#karuselli_prev { background: transparent url(../img/sprite.png) no-repeat -234px -89px }
#karuselli_next { background: transparent url(../img/sprite.png) no-repeat -307px -89px }
#karuselli_num_nav { float: right; }
#karuselli_num_nav a { float: left; background: transparent url(../img/sprite.png) no-repeat -271px -89px }
#karuselli_num_nav .activeSlide { background: transparent url(../img/sprite.png) no-repeat -253px -89px }

/*	SCROLL LIFTUPS
============================================== */

.liftups {
	height: 173px;
	width: 655px;
	overflow: visible;
	display: block;
	float: left;
	margin: 16px 0 36px 0;
	background: #edf4f9;
	background: rgba(0,101,164, 0.1);
	}

.liftups #scrollable {
	overflow: hidden;
	height: 173px;
	width: 655px;
	display: block;
	}

#scrollable .jcarousel-item,
.liftups .row {
	width: 195px;
	height: 161px;
	padding: 12px 0 0 15px;
	float: left;
	margin: 8px 0 0 6px;
	display: block;
	background: transparent url(../img/sprite.png) no-repeat -263px -464px;
	}

.liftups .row h4 {
	margin-bottom: 5px;
	font-weight: normal;
	font-size: 14px;
	}

.liftups .row .text {
	color: #777;
	}

.liftups .jcarousel-next,
.liftups .jcarousel-prev {
	display: block;
	position: absolute;
	top: 80px;
	right: -17px;
	width: 15px;
	cursor: pointer;
	height: 20px;
	background: red;
	z-index: 8;
	background: transparent url(../img/sprite.png) no-repeat -275px -4px;
	}

.liftups .jcarousel-prev {
	right: auto;
	left: -17px;
	background: transparent url(../img/sprite.png) no-repeat -255px -4px;
	}

.jcarousel-prev-disabled,
.jcarousel-next-disabled {
	cursor: default !important;
	opacity: 0.5;
	filter: alpha(opacity=50);
	}

/*	3 BOTTOM COLUMNS
============================================== */

.liftups-2 .col1,
.liftups-2 .col2,
.liftups-2 .col3 {
	width: 205px;
	float: left;
	display: block;
	margin: 0 19px 0 0;
	}

.liftups-2 .col3 {
	width: 206px;
	margin: 0 0 0 0;
	}

.liftups-2 .col1 { background: transparent url(../img/sprite.png) no-repeat 0 -1168px }
.liftups-2 .col2 { background: transparent url(../img/sprite.png) no-repeat -229px -1168px }

.liftups-2 .col1 .token { margin-top: 64px }
.liftups-2 .col2 .token { margin-top: 46px }

.liftups-2 .token h2,
.liftups-2 .token h3,
.liftups-2 .token h4 {
	margin: 15px 0 5px;
	}

.liftups-2 .col2 h3.video {
	font-weight: bold !important;
	font: 18px Arial, Helvetica, "Helvetica Neue", Verdana, Trebuchet, "Trebuchet MS", sans-serif;
	}

/*	CALENDAR
============================================== */

.liftups-2 .app-Events {
	height: 247px;
	overflow: hidden;
	display: block;
	font-size: 10px;
	background: transparent url(../img/sprite.png) no-repeat 0 -455px;
	}

.liftups-2 .app-Events h2 {
	margin: 5px 0 10px 0;
	text-align: center;
	font-weight: bold !important;
	font: 13px Arial, Helvetica, "Helvetica Neue", Verdana, Trebuchet, "Trebuchet MS", sans-serif;
	}

.liftups-2 .app-Events p {
	margin: 0;
	white-space: nowrap;
	}

.liftups-2 .app-Events .row {
	margin: 0 0 5px 15px;
	}

.liftups-2 .app-Events .listlink {
	font-size: 12px;
	font-weight: bold;
	margin-left: 15px;
	}

/*	SPONSORS
============================================== */

footer .sponsors {
	display: block;
	float: left;
	width: 400px;
	}

.sponsors li {
	display: block;
	float: left;
	}

.sponsors li a {
	display: block;
	height: 78px;
	text-indent: -9999px;
	overflow: hidden;
	opacity: 0.6;
	}

.sponsors li a:hover {
	opacity: 1.0;
	}

.sponsors .veikkaus a { background: transparent url(../img/veikkaus-logo.jpg) top left no-repeat; width: 87px; margin-top: 2px; padding-right: 18px; }
.sponsors .pohjola a { background: transparent url(../img/sprite.png) no-repeat -99px -352px; width: 153px }
.sponsors .opetus a { background: transparent url(../img/sprite.png) no-repeat -253px -352px; width: 115px }

