/* ===========================================
	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;
	}

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;
	}

header { background: #fff url(../img/theme2.jpg) no-repeat top right }
.variant-frontpage header { background: #fff url(../img/theme1.jpg) no-repeat top right }

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

.hiddendd select { width: 200px }


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

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

#wrapper {
	color: #606060;
	font-family: Arial, Helvetica, "Helvetica Neue", Verdana, Trebuchet, "Trebuchet MS", sans-serif;
	text-align: left;
	width: 962px;
	min-height: 600px;
	margin: 0 auto;
	font-size: 12px;
	line-height: 16px;
	background: #fff;
	position: relative;
	}

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

header {
	height: 205px;
	border-bottom: 2px solid #d4e6a1;
	}

footer { margin: 50px 0 45px 0 }

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: #2abebe;
	text-align: left;
	font-weight: normal;
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-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 }

#sidebar .floating-header,
#sidebar .app-Poll h2 {
	color: #0065a3;
	border-bottom: 2px solid #d4e6a1;
	font-weight: bold;
	display: block;
	float: left;
	width: 160px !important;
	margin: 10px 0 20px;
	padding-bottom: 3px;
	font-size: 14px;	
	}

.variant-frontpage .pageTitle { display: none; visibility: hidden; }

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

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

#sidebar .app-Poll .poll_question {
	color: #0065a3;
	font-size: 11px;
	line-height: 14px;
	width: 160px;
	margin: 0 0 10px;
	}

/*	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: 280px;
	height: 144px;
	text-indent: -9999px;
	overflow: hidden;
	background: transparent url(../img/logo.gif) no-repeat;
	margin: 0;
	float: left;
	}

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

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

#search {
	margin-top: 20px;
	display: block;
	float: right;
	width: 160px;
	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: 81px;
	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: 38px;
	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: 70px;
	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; }

/*	SUBSCRIBE
============================================== */

.subscribe {
	display: block;
	background: url(../img/sprite.png) no-repeat 0 -962px;
	padding-left: 20px;
	font-size: 11px;
	float: left;
	margin: 10px 0;
	padding-bottom: 10px;
	border-bottom: 1px dotted #d6d6d6;
	}

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

#nav {
	position: absolute;
	top: 160px;
	left: 0;
	z-index: 5;
	}

#nav ul li {
	display: block;
	float: left;
	margin-right: 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: #0d9798;
	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: 400px;
	}

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

#copyright {
	float: left;
	display: block;
	font-size: 11px;
	color: #888;
	}

#copyright a {
	color: #888;
	}

/*	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 0px;
	display: block;
	float: right;
	width: 717px;
	}

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

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

#sidebar .token {
	display: block;
	float: left;
	margin: 10px 0;
	padding-bottom: 10px;
	border-bottom: 1px dotted #d6d6d6;
	}

/*	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: left;
	width: 962px;
	margin: 0;
	}

.variant-frontpage #content { 
	margin: 10px 0;
	width: 775px;
	}

.variant-frontpage #content .token {
	margin: 10px 0;
	padding-bottom: 10px;
	border-bottom: 1px dotted #d6d6d6;
	}


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

.app-News .row {
	padding-bottom: 15px;
	margin-bottom: 15px;
	}

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

.app-News .row a {
	font-family: Georgia, Times, "Times New Roman", serif !important;
	font-style: italic;
	line-height: 12px;
	margin-bottom: 5px;
	}

.app-News .row img {
	float: left;
	margin: 0 20px 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;
	}



/*	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: right;
	width: 169px;
	}

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

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

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

.sponsors .slu a { background: transparent url(../img/slulogo.gif) no-repeat 0 0; width: 169px }

/*	VOTE BUTTON
============================================== */

.poll td.vote input {
	display: block;
	float: none;
	border: 0;
	margin: 10px 0 0;
	line-height: 20px;
	padding: 0 10px;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	width: auto;
	height: 26px;
	background: url(../img/sprite.png) no-repeat 0 -39px;
	cursor: pointer;
	}

.poll td.vote input:hover { opacity: 0.7; filter: alpha(opacity=70) }

.app-Poll td.poll_choice img { background: #666 !important; }

/*	SLIDESHOW
============================================== */

.slideshow { float:right; position:relative; width:527px; height:141px; }
.slideshow img { position:absolute; left:0; top:0; }
.slideshow2 { position:relative; width:160px; height:90px; overflow: hidden; }
.slideshow2 .img { position:absolute; left:0; top:0; margin-bottom: 200px; }

/*	LANGUAGE
============================================== */

#language {
	position: absolute;
	right: 0;
	width: 105px;
	top: 168px;
	}

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

#language li a {
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	background: url(../img/liput.png) no-repeat;
	width: 16px;
	height: 11px;
	margin-right: 5px;
	}

#language .fr a { background: url(../img/liput.png) no-repeat -21px 0 }
#language .es a { background: url(../img/liput.png) no-repeat -42px 0 }
#language .jp a { background: url(../img/liput.png) no-repeat -63px 0 }
#language .fi a { background: url(../img/liput.png) no-repeat -84px 0 }


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 }
