@charset "UTF-8";
@import url("font-awesome.min.css");
@import url("http://fonts.googleapis.com/css?family=Signika:600");
@import url("http://fonts.googleapis.com/css?family=Open+Sans+Condensed:700");

/*
	TXT by HTML5 UP
	html5up.net | @n33co
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

/*********************************************************************************/
/* Basic                                                                         */
/*********************************************************************************/

	body
	{
		background: #EDEDED;
	}

		body.is-loading *
		{
			-moz-transition: none !important;
			-webkit-transition: none !important;
			-o-transition: none !important;
			-ms-transition: none !important;
			transition: none !important;
			-moz-animation: none !important;
			-webkit-animation: none !important;
			-o-animation: none !important;
			-ms-animation: none !important;
			animation: none !important;
		}

	body,input,textarea,select
	{
        font-size: 13px;
        font-family: 'Trebuchet MS', Helvetica, sans-serif;
		color: #59615D;
	}

	h1, h2, h3, h4, h5, h6
	{
        font-family: 'Signika', sans-serif;
        color: #59615D;
        padding-top: 1em;
        line-height: 1em;
        margin: 0 0 0.5em 0;
	}

	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
	{
		text-decoration: none;
		color: inherit;
	}

	
	h2.major
	{
		position: relative;
		border-top: solid 5px #e7eae8;
        font-size: 1.65em;
        text-align: center;
        margin: 0 0 3em 0;
	}

		h2.major span
		{
            top: -0.775em;
            padding: 0 1.5em 0 1.5em;
			background: #fff;
			position: relative;
			display: inline-block;
		}

    h2
    {
        font-size: 1.65em;
    }

    h3
    {
        font-size: 1.25em;
    }

    h4
    {
        font-size: 1.25em;
    }


	a
	{
		color: #007C94;
		text-decoration: none;
	}

		a:hover
		{
			text-decoration: underline;
            color: #910096;
		}

	b, strong
	{
		font-weight: 700;
	}
	
	i, em
	{
		font-style: italic;
	}
	
	br.clear
	{
		clear: both;
	}
	
	sub
	{
		position: relative;
		top: 0.5em;
		font-size: 0.8em;
	}
	
	sup
	{
		position: relative;
		top: -0.5em;
		font-size: 0.8em;
	}
	
	hr
	{
		border: 0;
		border-top: solid 2px #E7EAE8;
		margin: 0 0 3em 0;
	}

	blockquote
	{
		border-left: solid 5px #E7EAE8;
		padding: 1em 0 1em 1.5em;
		font-style: italic;
	}

	p, table, ol, ul, dl
	{
		margin-bottom: 1em;
	}

    ul ul, ol ol, ul ol, ol ul {
        margin-bottom: 0;
    }

.box.highlight
{
    text-align: center;
}

.box.highlight .special
{
    margin: 0 0 4em 0;
}

.box.highlight h2
{
    font-size: 3em;
    margin: 0 0 0.75em 0;
}

.box.highlight header > p
{
    font-size: 1.65em;
    margin: 0 0 1.5em 0;
}

.box.feature
{
    text-align: center;
}

.box.post
{
}

.box.post header
{
    margin: 0 0 2.5em 0;
}

.box.post h3
{
    font-size: 3em;
    margin: 0 0 0.5em 0;
}

.box.post header > p
{
    font-size: 1.65em;
    margin: 0 0 0.5em 0;
}

.box.post ul.meta
{
    margin: 0 0 0.5em 0;
}

.box.post-summary
{
}

.box.post-summary h3
{
    line-height: 1em;
    margin: 0 0 0.75em 0;
}

.box.post-summary .meta
{
    margin: 0;
    line-height: 1em;
}

.box.page-content
{
}

.box.page-content header
{
    margin: 0 0 2.5em 0;
}

.box.page-content h1
{
    font-size: 1.8em;
    margin: 0 0 0.5em 0;
}

.box.page-content h2
{
    font-size: 1.7em;
    margin: 0 0 0.5em 0;
}

.box.page-content header > p
{
    font-size: 1.65em;
    margin: 0 0 0.5em 0;
}

.box.page-content ul.meta
{
    margin: 0 0 0.5em 0;
}


	/* Section/Article */
	
		section,
		article
		{
			margin-bottom: 6em;
		}
		
		section > :last-child,
		article > :last-child
		{
			margin-bottom: 0;
		}

		section:last-child,
		article:last-child
		{
			margin-bottom: 0;
		}

		header > p
		{
			display: block;
            font-family: 'Signika', sans-serif;
			font-weight: 700;
			color: #c1cac5;
		}

	/* Image */

		.image
		{
			position: relative;
			display: inline-block;
			border-radius: 8px;
		}
		
			.image img
			{
				display: block;
				width: 100%;
				border-radius: 8px;
			}
			
			.image:before
			{
				content: '';
				position: absolute;
				left: 0;
				top: 0;
				width: 100%;
				height: 100%;
				background: url('images/overlay.png');
				border-radius: 8px;
			}

			.image.fit
			{
				display: block;
				width: 100%;
			}
			
			.image.featured
			{
				display: block;
				width: 100%;
				margin: 0 0 2em 0;
			}
			
			.image.left
			{
				float: left;
				margin: 0 2em 2em 0;
			}
			
			.image.centered
			{
				display: block;
				margin: 0 0 2em 0;
			}

				.image.centered img
				{
					margin: 0 auto;
					width: auto;
				}
	
	/* Button */
		
		input[type="button"],
		input[type="submit"],
		input[type="reset"],
		.button
		{
            font-size: 1.25em;
            padding: 0.85em 1.85em;
			-webkit-appearance: none;
			display: inline-block;
            font-family: 'Signika', sans-serif;
			text-decoration: none;
			background: #b1ddab;
			color: #fff;
			border: 0;
			line-height: 1em;
            -moz-border-radius: 8px;
            -webkit-border-radius: 8px;
            border-radius: 8px;
            -khtml-border-radius: 8px;
			outline: 0;
			cursor: pointer;
			-moz-transition: background-color .2s ease-in-out;
			-webkit-transition: background-color .2s ease-in-out;
			-o-transition: background-color .2s ease-in-out;
			-ms-transition: background-color .2s ease-in-out;
			transition: background-color .2s ease-in-out;
		}

			input[type="button"]:hover,
			input[type="submit"]:hover,
			input[type="reset"]:hover,
			.button:hover
			{
				background: #3F8A98;
			}

			input[type="button"]:active,
			input[type="submit"]:active,
			input[type="reset"]:active,
			.button:active
			{
				background: #3F8A98;
			}
		
			input[type="button"].alt,
			input[type="submit"].alt,
			input[type="reset"].alt,
			.button.alt
			{
				background: #3F8A98;
			}

				input[type="button"].alt:hover,
				input[type="submit"].alt:hover,
				input[type="reset"].alt:hover,
				.button.alt:hover
				{
					background: #ccd5d0;
				}
				
				input[type="button"].alt:active,
				input[type="submit"].alt:active,
				input[type="reset"].alt:active,
				.button.alt:active
				{
					background: #b1bab5;
				}
	
	/* List */

		ul.default
		{
			list-style: disc;
			padding-left: 1em;
		}
		
			ul.default li
			{
				padding-left: 0.5em;
			}
				
		ul.divided
		{
		}
		
			ul.divided > li
			{
				border-top: solid 2px #e7eae8;
				padding-top: 2.35em;
				margin-top: 2.35em;
			}
			
			ul.divided > li:first-child
			{
				border-top: 0;
				padding-top: 0;
				margin-top: 0;
			}

		ul.actions
		{
            text-align: center;
            margin: 2em 0 0 0;
        }

			ul.actions li
			{
				display: inline-block;
				margin: 0 0 0 1em;
			}
			
				ul.actions li:first-child
				{
					margin-left: 0;
				}

		ul.contact
		{
			cursor: default;
		}
		
			ul.contact li
			{
				position: relative;
				display: inline-block;
				margin: 0 0.25em 0 0.25em;
				top: 0;
				-moz-transition: top .15s ease-in-out;
				-webkit-transition: top .15s ease-in-out;
				-o-transition: top .15s ease-in-out;
				-ms-transition: top .15s ease-in-out;
				transition: top .15s ease-in-out;
			}

				ul.contact li a
				{
					display: block;
					position: relative;
					width: 48px;
					height: 48px;
					border-radius: 6px;
					outline: 0;
					-moz-transition: background-color .2s ease-in-out;
					-webkit-transition: background-color .2s ease-in-out;
					-o-transition: background-color .2s ease-in-out;
					-ms-transition: background-color .2s ease-in-out;
					transition: background-color .2s ease-in-out;
					background: #c1cac5;
					text-align: center;
				}
				
					ul.contact li a:before
					{
						color: #f2f5f3;
						font-size: 32px;
						line-height: 48px;
					}
				
				ul.contact li:hover a.fa-facebook		{ background-color: #3C5A98; }
				ul.contact li:hover a.fa-twitter		{ background-color: #2DAAE4; }
				ul.contact li:hover a.fa-dribbble		{ background-color: #C4376B; }
				ul.contact li:hover a.fa-linkedin		{ background-color: #006599; }
				ul.contact li:hover a.fa-instagram		{ background-color: #2E5E86; }
				ul.contact li:hover a.fa-google-plus	{ background-color: #DA2713; }

				ul.contact li:hover
				{
					top: -5px;
				}

				ul.contact li:active
				{
					top: 0;
				}

		ul.special
		{
			cursor: default;
		}
		
			ul.special li
			{
				position: relative;
				display: inline-block;
				margin: 0 1.5em 0 1.5em;
				top: 0;
				-moz-transition: top .15s ease-in-out;
				-webkit-transition: top .15s ease-in-out;
				-o-transition: top .15s ease-in-out;
				-ms-transition: top .15s ease-in-out;
				transition: top .15s ease-in-out;
			}

				ul.special li:hover
				{
					top: -10px;
				}

					ul.special li:hover a
					{
						background: #b9d2ce;
					}

				ul.special a
				{
					display: block;
					position: relative;
					background: #c1cac5;
					width: 12em;
					height: 12em;
					border-radius: 6em;
					outline: 0;
					-moz-transition: background-color .2s ease-in-out;
					-webkit-transition: background-color .2s ease-in-out;
					-o-transition: background-color .2s ease-in-out;
					-ms-transition: background-color .2s ease-in-out;
					transition: background-color .2s ease-in-out;
				}

					ul.special a:before
					{
						position: absolute;
						width: 128px;
						height: 128px;
						font-size: 96px;
						line-height: 128px;
						left: 50%;
						top: 50%;
						margin-top: -64px;
						margin-left: -64px;
						color: #fff;
						text-align: center;
					}

		ul.meta
		{
			font-size: 0.85em;
			color: #a1aaa5;
            margin-left: 0 !important;
		}
		
			ul.meta li
			{
				position: relative;
				display: inline;
				padding-right: 1em;
                white-space: nowrap;
            }

				ul.meta li a
				{
					color: inherit;
					outline: 0;
				}

			ul.meta li:first-child
			{
				margin-left: 0;
			}
			
			ul.meta li:before
			{
				opacity: 0.5;
				cursor: default;
				margin-right: 0.5em;
			}

		ul.menu li
		{
			border-left: solid 1px #E7EAE8;
			display: inline-block;
			padding: 0 0 0 0.75em;
			margin: 0 0 0 0.75em;
		}

			ul.menu li:first-child
			{
				border-left: 0;
				margin-left: 0;
				padding-left: 0;
			}

		ol
		{
		}	

			ol.default
			{
				list-style: decimal;
				padding-left: 1.25em;
			}

				ol.default li
				{
					padding-left: 0.25em;
				}

	/* Forms */

		form
		{
		}
		
			form label
			{
				display: block;
				margin: 0 0 1em 0;
                font-family: 'Signika', sans-serif;
				color: #6b7770;
			}
		
			form input[type="text"],
			form input[type="email"],
			form input[type="password"],
			form select,
			form textarea
			{
				-webkit-appearance: none;
				display: block;
				width: 100%;
				border-radius: 8px;
				border: solid 2px #E7EAE8;
			}

				form input[type="text"]:focus,
				form input[type="email"]:focus,
				form input[type="password"]:focus,
				form select:focus,
				form textarea:focus
				{
					border-color: #a1cd9b;
				}

			form input[type="text"],
			form input[type="email"],
			form input[type="password"],
			form select
			{
				line-height: 1em;
				padding: 10px;
			}
				
			form textarea
			{
				min-height: 9em;
				padding: 1em;
			}

			form .formerize-placeholder
			{
				color: #555 !important;
			}

			form ::-webkit-input-placeholder
			{
				color: #555 !important;
			}

			form :-moz-placeholder
			{
				color: #555 !important;
			}

			form ::-moz-placeholder
			{
				color: #555 !important;
			}

			form :-ms-input-placeholder
			{
				color: #555 !important;
			}

			form ::-moz-focus-inner
			{
				border: 0;
			}

	/* Tables */
	
		table
		{
			width: 100%;
		}
		
			table.default
			{
				width: 100%;
			}

				table.default tr
				{
					border-top: solid 2px #E7EAE8;
				}

					table.default tr:first-child
					{
						border-top: 0;
					}
			
				table.default td
				{
					padding: 0.5em 1em 0.5em 1em;
				}
				
				table.default th
				{
					text-align: left;
					padding: 0.5em 1em 0.5em 1em;
					margin: 0 0 1em 0;
					color: #6b7770;
				}
			
				table.default thead
				{
					background: #E7EAE8;
					color: #fff;
				}
				
				table.default tfoot
				{
				}
				
				table.default tbody
				{
				}


/*********************************************************************************/
/* Icons                                                                         */
/*********************************************************************************/

	.icon {
		position: relative;
		text-decoration: none;
	}

		.icon:before {
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			font-family: FontAwesome;
			font-style: normal;
			font-weight: normal;
			text-transform: none !important;
		}

		.icon > .label {
			display: none;
		}

/*********************************************************************************/
/* Sidebar + Content                                                             */
/*********************************************************************************/

	.sidebar
	{
	}
	
	.content
	{
	}

/*********************************************************************************/
/* Wrappers                                                                      */
/*********************************************************************************/

	#banner-wrapper
	{
		position: relative;
		background-image:			url('images/overlay.png'),	url('images/overlay.png'),	url('../images/banner.jpg');
		background-position:		top left,					top left,					center center;
		background-repeat:			repeat,						repeat,						no-repeat;
		background-size:			auto,						auto,						cover;
		z-index: 1;
	}

	#main-wrapper
	{
		background: #F9F9F9;
	}
	
/*********************************************************************************/
/* Header                                                                        */
/*********************************************************************************/

	#header
	{
	}

/*********************************************************************************/
/* Nav                                                                           */
/*********************************************************************************/

#nav
{
    background-color: #6AAD39;
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    z-index: 1002;
    width: 100%;
    position: relative;
    line-height: 1em;
    text-align: center;
    font-family: 'Signika', sans-serif;
    cursor: default;
    font-size: 1.1em;
}

#nav ul
{
    position: relative;
    z-index: 1001;
    background-color: #6AAD39;
    margin: 0;
}

#nav li
{
    display: inline-block;
    margin: 0;
    top: 0;
    position: relative;
    -moz-transition: top .15s ease-in-out;
    -webkit-transition: top .15s ease-in-out;
    -o-transition: top .15s ease-in-out;
    -ms-transition: top .15s ease-in-out;
    transition: top .15s ease-in-out;
}

#nav li > ul
{
    display: none;
}

#nav li a,
#nav li span
{
    position: relative;
    display: block;
    text-decoration: none;
    color: white;
    padding: 15px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    outline: 0;
    -moz-transition: background-color .075s ease-in-out, color .075s ease-in-out;
    -webkit-transition: background-color .075s ease-in-out, color .075s ease-in-out;
    -o-transition: background-color .075s ease-in-out, color .075s ease-in-out;
    -ms-transition: background-color .075s ease-in-out, color .075s ease-in-out;
    transition: background-color .075s ease-in-out, color .075s ease-in-out;
}

#nav li:hover,
#nav li.active
{
    top: 3px;
}

#nav li:hover a,
#nav li:hover span,
#nav li.active a,
#nav li.active span
{
    background: #567B3B;
    color: #fff;
}

#nav li.current
{
}

#nav li.current a
{
    background: #b1ddab;
    color: #fff;
}

.dropotron
{
    background: #6B7770;
    color: #fff;
    border-radius: 6px;
    line-height: 2.75em;
    text-align: center;
    font-family: 'Signika', sans-serif;
    padding: 1em 0;
    text-align: left;
    min-width: 14em;
    margin-top: -1.5em;
    box-shadow: 0 1em 2em 0 rgba(0,0,0,0.1);
    line-height: 2.2em;
}

.dropotron li
{
}

.dropotron li > a,
.dropotron li > span
{
    display: block;
    color: #D7DAD8;
    text-decoration: none;
    padding: 0 1.25em;
}

.dropotron li:hover > a,
.dropotron li:hover > span,
.dropotron li.active > a,
.dropotron li.active > span
{
    color: #fff;
    background: #7B8780;
}

.dropotron li:first-child
{
    border-top: 0;
}

.dropotron.level-0
{
    margin-top: 0.5em;
    font-size: 0.9em;
}

.dropotron.level-0:before
{
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -1em;
    top: -0.65em;
    border-bottom: solid 1em #6B7770;
    border-left: solid 1em transparent;
    border-right: solid 1em transparent;
}

/*********************************************************************************/
/* Banner                                                                        */
/*********************************************************************************/

	#banner
	{
		position: relative;
		background-color:		rgba(21,28,23,0.85);
		background-image:		url('images/overlay.png'),	url('images/highlight.png');
		background-position:	top left,					center center;
		background-size:		auto,						100% 250%;
		background-repeat:		repeat,						no-repeat;
		text-align: center;
		margin: 0;
	}

		#banner h2
		{
			color: #fff;
		}
		
		#banner p
		{
			display: block;
            font-family: 'Signika', sans-serif;
			color: #575d59;
		}

		#banner .button
		{
			color: #b4b7b5;
			background: transparent !important;
			border: solid 4px #575d59;
			border-color: rgba(87, 93, 89, 0.35);
			border-radius: 16px;
			-moz-transition: border-color .2s ease-in-out, color .2s ease-in-out;
			-webkit-transition: border-color .2s ease-in-out, color .2s ease-in-out;
			-o-transition: border-color .2s ease-in-out, color .2s ease-in-out;
			-ms-transition: border-color .2s ease-in-out, color .2s ease-in-out;
			transition: border-color .2s ease-in-out, color .2s ease-in-out;
		}

			#banner .button:hover
			{
				color: #e4e7e5;
				border-color: rgba(87, 93, 89, 0.75);
			}

			#banner .button:active
			{
				color: #fff;
				border-color: rgba(97, 103, 99, 1.0);
			}


/*********************************************************************************/
/* Main                                                                          */
/*********************************************************************************/

	#main
	{
	}

/*********************************************************************************/
/* Footer                                                                        */
/*********************************************************************************/

	#footer
	{
	}

		#footer a
		{
			color: inherit;
		}

        #footer a:hover
        {
            color: #910096;
        }

		#footer h2.major span
		{
			background: #f2f5f3;
		}


/*********************************************************************************/
/* Own fixes for MVnet                                                            */
/*********************************************************************************/


#footer h3 {
    margin-top: 20px;
    text-align: left;
}

#footer .bottom-links {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    text-align: left;
    margin-top: 10px;
    font-size: 1.0em;
}

#footer .bottom-links li {
    padding: 5px 0 5px 0;
}


#footer .bottom-links a {
    text-decoration: none;
}

#footer .bottom-links a:hover {
    text-decoration: underline;
}

#footer #bottom-contact {
    text-align: left;
    margin: auto;
    width: 100px;
    font-weight: bold;
}

#footer #bottom-contact li {
    padding-bottom: 5px;
    margin-left: 30px;
}


/* =============================================
Tekstisisöltöön liittyvien kuvien näyttäminen reunustettuna
============================================= */

#content div.kuvaKeski, #content div.kuvaOikea, #content div.kuvaVasen {
    text-align:center;
    color: #000000;
    background: #FFFFFF;
    border: 1px #CECECE solid;
    margin-top: 5px;
    margin-bottom: 5px;
}

#content div.kuvaKeski img, #content div.kuvaOikea img, #content div.kuvaVasen img{
    margin-left: 4px;
    margin-right: 4px;
    margin-top: 4px;
    margin-bottom: 2px;
}

#content div.kuvaVasen {
    float: left;
    margin-right: 5px;
    margin-left: 0px;
}

#content div.kuvaOikea {
    float: right;
    margin-right: 0px;
    margin-left: 5px;
}

#content div.kuvaKeski {
    margin-right: 5px;
    margin-left: 5px;
}

#content div.kuvaOikeaUsea {
    float: right;
    margin-right: -5px;
}

#content div.kuvaVasenUsea {
    float: left;
    margin-left: -5px;
}

/* =============================================
Tasaajat, joiden avulla tasataan esim. kuva oikealla,
jos ei kuvassa ole kuvatekstiä.
============================================= */

#content div.tasaaOikea {
    float: right;
    margin-left: 5px;
}

#content div.tasaaVasen {
    float: left;
    margin-right: 1.0em;
    vertical-align: middle;
}

/* =============================================
Tekstisisöltöön liittyvien kuvien kuvatekstien näyttäminen
============================================= */

#content div.kuvaKeski p, #content div.kuvaOikea p, #content div.kuvaVasen p {
    font-size: 1.0em;
    color: #6D6D6D;
    background: rgba(237, 237, 237, 1);
    border-top: 1px #CECECE solid;
    text-align: center;
    margin: 0;
    padding: 2px;
    font-family: 'Signika', sans-serif;
}

#content h1, #content h2, #content h3 {
    clear:left;
 }

#top-header ul {
    display: inline-block;
    margin: 0;
    padding: 0;
    position: relative;
    top: -25px;
}

#top-header li {
    display: inline;
}

#top-header a {
    font-family: 'Signika', sans-serif;
    color: #292929;
    text-decoration: none;
    display: inline-block;
    margin-right: 40px;
}

#search-form input {
    width: 100%;
    display: inline;
    line-height: 1em;
    height: 40px;
    margin: 0;
}

#search-form input.gsc-search-button {
    display: inline-block;
    width: 40px;
    height: 40px;
    color: white;
    background-color: #A5A5A5;
    border: solid 2px #E7EAE8;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -khtml-border-radius: 10px;
    margin: 0;
    padding: 0;
}

#search-form .gsc-clear-button {
    display: none;
}

#content ul, #content ol {
    margin-left: 3em;
}

#content ul {
    list-style-type: circle;
}

#content ol {
    list-style-type: decimal;
}

/* =============================================
Tekstin seassa olevat mainoselementit
============================================= */

#content div.mainosOikea {
    float: right;
    margin-left: 5px;
}

#content div.mainosVasen {
    float: left;
    margin-right: 1.0em;
    vertical-align: middle;
}

#content pre {
    font-size: 0.8em;
    font-family: monospace, sans-serif, helvetica, arial, verdana;
    line-height: 1.2em;
    color: #8F5B8C;
    background: #EDEDED;
    border: 1px solid #CCCCCC;
    padding: 5px;
}

#content big {
    font-size: 1.1em;
    font-weight: bold;
    color: #BD1B1B;
    background: #ffffff;
}

#content cite {
    font-weight: bold;
    font-style: italic;
}

#content blockquote {
    font-style: italic;
    color: #696147;
    background: #ffffff url(/kuvat/layout/lohkolainaus.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    margin: 0;
    padding-left: 2em;
    border: 0;
}

#content code {
    font-family: Courier, Monospace;
    font-size: 1em;
    color: #8F5B8C;
}

/* =============================================
Taulukoihin liittyviä määritteitä: reunukset, linkkien värit,
taulukkoiden otsikot, captionit yms.
============================================= */

#content table{
    border: 1px solid #D3C4AD;
}

/* Taulukkojen sisältämäien linkkien värit */

#content table thead a {
    color: #FFFFFF;
    text-decoration: underline;
}

#content table thead a:hover{
    color: #FFFFD4;
}

#content table td {
    color: #343434;
    background: #EDEDED;
    padding: 3px 6px 3px 6px;
    border: 1px solid #D3C4AD;
    vertical-align: middle;
}

#content table thead td{
    font-weight: bold;
    color: #FFFFFF;
    background: #6AAD39;
    font-family: 'Signika', sans-serif;
    font-size: 1.1em;
}

#content table tfoot td{
    text-align: center;
    font-family: 'Signika', sans-serif;
}

#content table th{
    text-align: left;
    font-weight: bold;
    color: #FFFFFF;
    background: #6AAD39;
    padding: 3px 6px 3px 6px;
    border: 1px solid #D3C4AD;
    vertical-align: middle;
    font-family: 'Signika', sans-serif;
}

#content table caption {
    caption-side: bottom;
    color: #FFFFFF;
    background: #6AAD39;
    border: 1px #CCCCCC solid;
    margin-bottom: 20px;
    margin-top: 0px;
    padding: 3px 6px 3px 6px;
    font-family: 'Signika', sans-serif;
}

#content table.kursiiviTaulu {
    font-style: italic;
}

/* =============================================
Parhaat tiedostot -sivun taulukoiden captionien määritys
============================================= */

#content table.parhaatTiedostot caption{
    caption-side: top;
    text-align: left;
    font-size: 1.3em;
    color: #666;
    background: #FFFFFF;
    border: none;
    margin-top: 20px;
    margin-bottom: 0;
    font-weight: bold;
}

/* =============================================
Konsolivertailu-taulukoiden määrittelyjä
============================================= */

#content table.konsolivertailu td{
    font-size: 0.9em;
}

#content table.konsolivertailu thead td {
    font-size: 1.1em;
}

#content table.konsolivertailu th {
    color: #FFFFFF;
    background: #6AAD39;
}


#content table.konsolivertailu ul{
    font-size: 0.9em;
    list-style: disc outside;
    list-style-image: none;
    text-align: left;
    margin-bottom: 0px;
    margin-top:  0px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 0;
}

/* =============================================
Floattaavien taulukoiden (vasen/oikea)  margineita
============================================= */

#content table.taulukkoVasen {
    float: left;
    margin-left: 0px;
    margin-right: 10px;
    margin-top: 2px;
    margin-bottom: 0px;
}

#content table.taulukkoOikea {
    float: right;
    margin-left: 10px;
    margin-right: 0px;
    margin-top: 2px;
    margin-bottom: 0px;
}

/* =============================================
Osioiden pääsivujen esittelyt osion sivuista
============================================= */

#content div.osionSivut {
    border: 1px solid #EEEEEE;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 5px;
    margin-bottom: 20px;
    background: #EDF3E8;
    margin: 10px;
    max-width: 700px;
    padding: 10px 10px 10px 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -khtml-border-radius: 10px;
}

#content div.osionSivut img, #content div.osionSivut .osioKuva {
    float: left;
    margin-left: 10px;
    margin-right: 20px;
    margin-top: 50px;
    margin-bottom: 0px;
}

#content div.osionSivut p{
    margin-left: 100px;
    padding-right: 10px;
}

#content div.osionSivut h1{
    clear: none;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #6b7770;
    font-size: 1.7em;
}

#content .osioKuva {
    font-size: 4.0em;
    display: inline-block;
    width: 70px;
    height: 70px;
    text-align: center;
}

#content .osionSivutOtsikko {
    font-family: 'Signika', sans-serif;
    font-size: 1.3em;
    font-weight: bold;
    color: rgb(53, 53, 53);
    background: #FFFFFF;
    margin-left: 10px;
    margin-bottom: 0px;
    padding-bottom: 3px;
}

#content .osionSivutOtsikko:before {
    content: "\f03a";
    font-family: FontAwesome;
    padding-right: 8px;
    font-weight: normal;
}

/* =============================================
Lomakkeiden taustan, fonttien/värien yms. määritelmiä
============================================= */

#content div.lomakePohja {
    background: #EDF3E8;
    margin: 10px;
    padding: 10px 40px 10px 40px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -khtml-border-radius: 10px;
}

#content .lomakePohja fieldset {
    margin: 0;
    padding: 0;
}

#content .lomakePohja legend {
    font-family: 'Signika', sans-serif;
    font-weight: bold;
    color: #59615D;
    padding: 20px 10px 10px 0;
    font-size: 1.5em;
}

#content .lomakePohja input, #content .lomakePohja textarea, #content .lomakePohja select {
    max-width: 500px;
}

#content .lomakePohja label {
    font-family: 'Signika', sans-serif;
    font-size: 1.1em;
    font-weight: bold;
    padding: 0;
    margin: 0;
}

#content .lomakePohja .lomakeMerkkilaskuri {
    font-family: 'Signika', sans-serif;
    font-weight: bold;
    font-size: 1em;
    color: #000000;
    background: #EEEEEE;
    max-width: 100px;
}

#content .lomakePohja .lomakeButton {
    font-family: 'Signika', sans-serif;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
}

#content .lomakePohja #spam_esto {
    max-width: 100px;
}

#content .piiloLomake {
    display: none;
}

/* =============================================
Koodia (esim. php-koodia) sisältävän textarea
============================================= */

#content .textarea_code {
    font-family:Verdana,"Bitstream Vera Sans",Tahoma,Geneva,Arial,Sans-serif;
    font-size: 0.9em;
    color: #000000;
    background: #FDF3DB;
}

#content .palauteViesti {
    font-family:Verdana,"Bitstream Vera Sans",Tahoma,Geneva,Arial,Sans-serif;
    font-size: 0.9em;
    color: #000000;
    background: #EDF2CE;
    border: 1px solid #CCCCCC;
    padding: 5px;
    margin-bottom: 10px;
    margin-right: 20px;
    margin-left: 10px;
}


/* =============================================
Tutkielmiin liittyviä määrittelyjä
============================================= */

/* Tietoja tutkielmista laatikon mitat */
#content table.tietoaTutkielmasta {
    width: 400px;
    margin-bottom: 30px;
}

/* Tietoja tutkielmista laatikon otsikko */
#content table.tietoaTutkielmasta caption{
    caption-side: top;
    text-align: left;
    font-size: 1.1em;
    color: #666;
    background: #FFFFFF;
    border: none;
    margin-bottom: 0;
    padding: 0px 6px 3px 6px;
    font-weight: bold;
}

/* Sivun lopussa olevan tutkielman tekijän nimi */
#content .tutkielmaTekija {
    clear: left;
    font-style: italic;
    border-top: 1px solid #A0C80E;
    width: 100px;
    padding-top: 10px;
}

/* Taulukoidut tutkielmalistat */
#content .tutkielmaLista td {
    height: 31px;
}

/* =============================================
Lähteiden fontteja
============================================= */

/* Jos sivun lopussa on lähdeluettelo, käytettään seuraavaa tyyliä luettelossa */
#content .lahteet {
    list-style: decimal outside;
    list-style-image: none;
    font-size: 0.75em;
}

/* Kuvalähdeluettelon määreitä  */
#content .kuvalahteet {
    list-style: decimal outside;
    list-style-image: none;
    font-size: 0.7em;
}


/* Jos kappaleen lopussa on lähdemerkintä, käytetään seuraavaa tyyliä */
#content .lahde {
    font-size: 0.7em;
    font-style: italic;
    margin-top: -10px;
}

/* Jos kappaleessa on tekstin seassa viitteitä lähteisiin, käytetään seuraavaa tyyliä */
#content .viite{
    font-size: 0.8em;
    font-style: italic;
    vertical-align: -10%;
}

/* =============================================
Sivun mahdollisen sisällysluettelon määrityksiä
============================================= */

#content .sisallys{
    list-style-image: url(/kuvat/layout/listanuoli.gif);
    line-height: 20px;
    border: 1px dotted #CCCCCC;
    margin-top: 0px;
    margin-left: 10px;
    padding-left: 25px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 50px;
}

#content .sisallys ul{
    list-style-image: url(/kuvat/layout/listanuoli.gif);
    margin-bottom: 0;
}

#content .sisallysOtsikko {
    font-family: 'Signika', sans-serif;
    font-size: 1.2em;
    font-weight: bold;
    letter-spacing: -1px;
    color: rgb(53, 53, 53);
    background: #FFFFFF;
    padding-bottom: 3px;
    border-bottom: none;
    margin-left: 10px;
    margin-bottom: 0px;
}

#content .sisallysOtsikko:before {
    content: "\f03a";
    font-family: FontAwesome;
    padding-right: 8px;
    font-weight: normal;
}

#content a.external:after {
    content: "\00a0\f08e";
    font-family: FontAwesome;
    font-size: 80%;
}

#content .pdf-icon, #content .file-icon {
    font-size: 1.7em;
}

#content .pdf-icon {
    color: #C71B19;
}

#content .file-icon {
    color: #68A5D1;
}

#content a.external[href $=".pdf"]:after, #content a.external[href $=".PDF"]:after,
#content a.external[href *=".pdf#"]:after, #content a.external[href *=".PDF#"]:after,
#content a.external[href *=".pdf?"]:after, #content a.external[href *=".PDF?"]:after,
.link-document:after {
    content: "\00a0\f1c1";
    font-family: FontAwesome;
    font-size: 80%;
}

#googleAdTop {
    padding: 10px 0 10px 0;
    text-align: left;
}

article.box.page-content {
    margin-bottom: 2em;
}

.box.page-content header h2 {
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #6b7770;
    font-size: 2.5em;
}

#page-comments {
    margin-top: 20px;
    background: #F1F1F1;
    padding: 20px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -khtml-border-radius: 10px;
}

#page-comments h2 {
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #6b7770;
    font-size: 1.5em;
}

#content #google-search-result table {
    border: 0;
}
#content #google-search-result table td {
    background: none;
    border: 0;
}

#google-search-result .gsc-cursor-current-page {
    color: white;
    background: black;
}

#google-search-result .gsc-search-button input {
    width: 100%;
    height: 100%;
}

#google-search-result .cse input.gsc-search-button, #google-search-result input.gsc-search-button {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -khtml-border-radius: 10px;
}

.advertiser {
    display: inline-block;
    margin-right: 10px;
}

#googleAdsBottom {
    clear: both;
    overflow: hidden;
}

#content {
    font-size: 1.0em;
    line-height: 1.6em;
    padding: 2em 3em 3em 3em;
    background-color: #ffffff;
    border-right: 1px solid #EEEEEE;
}

#main #content-container {
    padding-top: 0;
}

.feedback-box {
    margin-top: 20px;
    background: rgb(184, 228, 186);
    padding: 20px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -khtml-border-radius: 10px;
}

body #skel-layers-wrapper .row {
    margin-top: 0;
    margin-bottom: 0;
}

#footer .row > div {
    padding-top: 0;
}

.partnerLogo a {
	display: block;
	max-width: 220px;
	padding: 8px;
	background: white;
	border: 1px solid #E2E2E2;
	margin: auto;
	margin-bottom: 5px;
}
