/* -----

	This CSS is modified for Almu.fi by Tapio Laitinen
	--------------------------------------------------
	
	The Original credits:

	Author:			Mohammed Munawar Ahmed
	Company:		Mobifreaks.com
	Company URL:	http://www.mobifreaks.com
	Mail Us:		support@mobifreaks.com 
	License:		Creative Commons 3.0 Unported
	License URL:	http://creativecommons.org/licenses/by/3.0/
	
	Attribution Required:
	User should provide backlink to mobifreaks.com / source page from which you downloaded this mobile template [or] keep the link the text "Design by mobifreaks.com" on the footer
	NOTE: links with relation no follow, no index will not be considered as a healthy backlink. link should be clickable and visible to naked eye.
----- */
/*
fonts
*/
/* @font-face {
    font-family: 'BebasRegular';
    src: url('fonts/BEBAS___-webfont.eot');
    src: url('fonts/BEBAS___-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/BEBAS___-webfont.woff') format('woff'),
         url('fonts/BEBAS___-webfont.ttf') format('truetype'),
         url('fonts/BEBAS___-webfont.svg#BebasRegular') format('svg');
    font-weight: normal;
    font-style: normal;
} */
@font-face {
    font-family: 'LeagueGothic';
    src: local('☺'), url('fonts/LeagueGothic-Regular.otf');
    font-weight: normal;
    font-style: normal;
}
/*
http://meyerweb.com/eric/tools/css/reset/
v2.0|2011-01-26
License:none(publicdomain)
*/

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,img,ins,kbd,q,s,samp,
small,strike,strong,sub,sup,tt,var,
b,u,i,center,
dl,dt,dd,ol,ul,li,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td,
.post,aside,canvas,details,embed,
figure,figcaption,footer,header,hgroup,
menu,nav,output,ruby,section,summary,
time,mark,audio,video{
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	font:inherit;
	vertical-align:baseline;
}
/*
---------------------------------------------------------------------------
                            HTML5 element reset
---------------------------------------------------------------------------
*/

.post,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section{
	display:block;
}
body{
	font-family:Arial, Helvetica, sans-serif;
	line-height:150%;
}
html{ 
	background: url(images/sinitausta_web.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
ol,ul{
	list-style:none;
}
blockquote,q{
	quotes:none;
}
blockquote:before,blockquote:after,
q:before,q:after{
	content:'';
	content:none;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
a{
	text-decoration:none;
}
img{
	max-width:100%;
}
h1{
	font-size:36px;
}
h2{
	font-size:24px;
}
h3{
	font-size:18px;
}
h4{
	font-size:16px;
}
h5{
	font-size:14px;
}
h6{
	font-size:12px;
}
.wrap{
	width:700px;
	margin:0 auto;
}
/*
---------------------------------------------------------------------------
                                GLOBAL CLASSES
---------------------------------------------------------------------------
*/
.border-radius,
.search input[type=text],
.menu-show img,
.menu-hide img{
	-moz-border-radius:2em;
	-webkit-border-radius:2em;
	border-radius:2em;
}
.float-left,
.menu-show,
.menu-hide{
	float:left;
}
.clear-both{
	clear:both;
}
.pos-relative,
.search{
	position:relative;
}
/*
---------------------------------------------------------------------------
                                  HEADER
---------------------------------------------------------------------------
*/
.header{
	padding:0px 0;
}
.header{
	background:#1d1d1d;
}
	.top-bar{
		position:relative;
		background:#0b212f;
		border-bottom:1px solid #2b5476;
		border-top:1px solid #2b5476;
		padding:10px 0 3px 0;
	}
	.menu-show,
	.menu-hide{
		float:right;
		display:none;
		border:none;
		color:#00ff00;
		cursor:pointer;
		background:none;
	}
	.menu-show img,
	.menu-hide img{
		background:#0b212f;
		padding:5px 15px;
	}	
	.menu{
		border-top:1px solid #2b5476;
		display:block;
		margin:0 0 0 0;
		font-size:12px;
	}
	.menu ul{
		margin:0;
		padding:0;
	}
	.menu li:nth-child(1) a{
		border-top:none;
	}
	.menu a{
		font-family:Arial, sans-serif;
		font-weight:bold;
		display:block;
		padding:4px 4px 4px 25px;
		text-align:left;
		border-top:1px solid #2b5476;
		border-bottom:1px solid #19252f;
		color:#e86d00;
		background:#0b212f;
		text-shadow:0 0 5px #0b212f;
		outline:none;
	}
	.menu a:hover{
		/*background:#eee#00a8ff;
		-moz-box-shadow:inset 0 5px 20px rgba(0,0,0,.5);
		-webkit-box-shadow:inset 0 5px 20px rgba(0,0,0,.5);
		box-shadow:inset 0 5px 20px rgba(0,0,0,.5);*/
		color:#233c50;
	}
	.menu li:last-child a{
	}
	.menu li:first-child a{
	}
.logo{
	background-position: center;
	display:block;
}
.logo a{
	display:block;
	padding:20px;
	text-align:left;
}
/*
---------------------------------------------------------------------------
                                  CONTENT
---------------------------------------------------------------------------
*/
.content{
	background: #ffffff;
}
.title h2{
	border-top:1px solid #00ff00;
	background:#ff0000;
	padding:10px 20px;
	font-size:24px;
	color:#0000ff;
}
.post{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	padding:20px;
	color:#666666;
	border-bottom:0px solid #eee;
}
.post2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	padding:20px;
	color:#666666;
	background:#eee;
	border-bottom:2px solid #eee;
}
.post-event{
	font-family:'LeagueGothic', Arial, sans-serif;
	font-size:14px;
	line-height:150%;
	padding:0 0 10px 0;
	color:#000000;
}
.post-info{
	line-height:1.3em;
	font-size:10px;
	padding:0 0 1px 0;
	color:#ccc;
}
.post-info span{
	color:#ddd;
}
.post-info a{
	overflow:hidden;
}
.post h1,
.post h2,
.post h3{
	font-family:'LeagueGothic', Arial, sans-serif;
	font-weight:normal;
	line-height:1.3em;
	word-spacing:.1em;
	padding:5px 0 5px 0;
	background:none;
}
.post h4{
	font-family:'LeagueGothic', Arial, sans-serif;
	font-weight:normal;
	line-height:1.3em;
	word-spacing:.1em;
	padding:25px 0 15px 0;
	background:none;
}
.post h5{
	font-family:Arial, sans-serif;
	font-weight:bold;
	line-height:1.3em;
	word-spacing:.1em;
	padding:0 0 20px 0;
	background:none;
	color:#e86d00;
}
.post h6{
	font-family:'LeagueGothic', Arial, sans-serif;
	font-weight:normal;
	line-height:1.3em;
	word-spacing:.1em;
	padding:15px 0 0 0;
	background:none;
}
.post2 h1,
.post2 h2,
.post2 h3,
.post2 h4,
.post2 h5,
.post2 h6{
	font-family:'LeagueGothic', Arial, sans-serif;
	font-weight:normal;
	font-size:2.2em;
	line-height:1.0em;
	word-spacing:.1em;
	padding:5px 0 5px 0;
	background:none;
}
.post h1 a,
.post h2 a,
.post h3 a,
.post h4 a,
.post h5 a,
.post h6 a{
	overflow:hidden;
	display:block;
}
.post h1{
	font-size:2.6em;
}
.post h2{
	font-size:2.2em;
	line-height:1.0em;
	padding:5px 0 5px 0;
}
.post h3{
	font-size:1.6em;
}
.post h4{
	font-size:1.6em;
}
.post figure,
.post dd,
.post dt,
.post pre,
.post p{
	padding:0 0 10px 0;
}
.post p,
.post ol,
.post ul,
.post dd,
.post figcaption,
.column{
	line-height:1.8em;
}
.post ol,ul{
	margin:0 0 0 30px;
	padding:10px;
}
.post ol{
	list-style:decimal;
}
.post ul{
	list-style:disc;
}
.post pre{
}
.post code{
	font-family:"Courier New", Courier, monospace;
	font-size:12px;
	line-height:1.8em;
}
.post blockquote{
	display:block;
	border-left:1px dotted #7d7d7d;
	margin:0 0 10px 0;
}
.post blockquote p{
	padding:5px 10px;
}
.post blockquote p:first-letter{
	float:left;
	padding:10px 10px 0 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
}
.post b,strong{
	font-weight:bold;
}
.post em,
.post i{
	font-style:italic;
}
.post a{
	color:#477194;
	font-weight:normal;
}
.post a:hover{
	color:#97b0c6;

}
a:focus {
	outline: 0px solid white;
}
.post dl{
}
.post dt{
	font-weight:bold;
}
.post dd{
	margin:0 0 0 20px;
}
.post figure{
	text-align:left;
	margin:0 0 0 0;
	padding: 0;
}
.post figure img{
	max-width:100%;
	margin:0 0 0 0;
}
.post2 figure{
	text-align:left;
	float:left;
	margin:0 20px 0 0;
}
.post2 figure img{
	max-width:300px;
}
.post2 figcaption{
	text-align:left;
	float:left;
	font-size:12px;
	color:#cccccc;
	margin-top: 0px;
	margin-bottom: 10px;
}
.post figcaption{
	font-size:12px;
	color:#999999;
	margin:0 0 20px 0;
}
.vuosititle{
	font-family: 'Arial';
	font-style: normal;
	margin: 0px;
	text-align: left;
	color: #555555;
	font-size: 14px;
	line-height: 130%;
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
}
.news figure{
	text-align:left;
	float:left;
	margin:0 20px 0 0;
}
.news figure img{
	max-width:200px;
}
.news-spacer{
	clear:both;
	border-bottom:2px solid #eee;
}
/*
---------------------------------------------------------------------------
                                  FOOTER
---------------------------------------------------------------------------
*/
.footer{
	font-family:Arial, Helvetica, sans-serif;
	line-height:120%;
	background:#0b212f;
	text-align:center;
	font-size:12px;
	color:#6498b8;
	padding:30px 20px 20px 20px;
}
.footer a{
	color:#bad9ed;
}
.footer a:hover{
	color:#fff;
}
