﻿@charset "utf-8";
/* CSS Document */


body {
	/*background-image:url(img/bg_body.jpg);
	background-position: center top;*/
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-color: #000;
	background-color: #000;
	background-attachment: fixed;
	overflow:auto;
}
#pohja {
	width: 1000px;
	margin-left:auto;
	margin-right:auto;
	overflow:auto;
	margin-bottom:10px;
	/* shadow määritykset alkaa	
	-moz-box-shadow: 0px 0px 5px 6px rgba(100,100,100,0.2);
	-webkit-box-shadow:  0px 0px 5px 6px rgba(100,100,100,0.2);
	box-shadow:  0px 0px 5px 6px rgba(100,100,100,0.2);*/
}
#top {
	width: 1000px;
	height: 272px;
	background-image:url(img/fillarit_top.jpg);
}
#navi {
	height: 38px;	/* 60 px - 22 px (padding) */
	padding:0px 0 30 0px;  /*
	background-image:url(img/bg_navi2.jpg);
	background-repeat:no-repeat; */
	font-family: 'irelandregular';
    src: url('img/fontit/ireland.eot');
    src: url('img/fontit/ireland.eot?#iefix') format('embedded-opentype'),
         url('img/fontit/ireland.woff') format('woff'),
         url('img/fontit/ireland.ttf') format('truetype'),
         url('img/fontit/ireland.svg#irelandregular') format('svg');
	font-size:30px;
	font-stretch:expanded;
	text-align:center;
}
#navi a {
	color:#bbbbbb;
	padding:18px;
	text-decoration:none;
}
#navi a:hover {
	color:#f6891e;
/*	text-decoration:underline;
	text-underline-position: 1px;*/
}
#main {
	width:1000px;
	background-color:#000;
	overflow:none;
}
#left {
	width:1000px;	/* 710 px - 60 px - 30 px (padding) */
	padding:0px 0px 0px 0px;
	float:left;
	background-color:#000;
	font-family: 'ABeeZee', sans-serif;
	color:#fff;
	font-size:14px;
}
#gallerialinkit {
	font-family: 'ABeeZee', sans-serif;
	color:#ddd;
	font-size:12px;
}
/*
#right {
	font-family: 'ABeeZee', sans-serif;
	color:#FFF;
	font-size:16px;
	width:240px;	/* 290 px - 35 px - 15 px(padding) */
	background-color:#000;
	padding:45px 35px 30px 15px;
	float:right;
	text-align:right;
	overflow:auto;
}*/
#left a {
	color:#f6891e;
	text-decoration:underline;
}
#left a:hover {
	color:#ffffff;

}
#right a {
	color:#f6891e;
	text-decoration:underline;
}
#right a:hover {
	color:#ffffff;
	text-decoration:underline;
}


h1, p {
	margin: 0;
	padding-bottom: 15px;
}

h1 {font-size:50px;
	font-family: 'irelandregular';
    src: url('img/fontit/ireland.eot');
    src: url('img/fontit/ireland.eot?#iefix') format('embedded-opentype'),
         url('img/fontit/ireland.woff') format('woff'),
         url('img/fontit/ireland.ttf') format('truetype'),
         url('img/fontit/ireland.svg#irelandregular') format('svg');
	font-stretch: extra-expanded;
	letter-spacing : 5px;
	color:#f6891e;
	text-shadow: 0.05em 0.05em #000, -0.05em -0.05em #000;
	text-shadow: 
}
h2 {font-size:20px;
	color: #dddddd;
	font-weight: normal;
	text-transform: uppercase;
	}
h3 {font-size:16px; font-weight: normal; color: #70aec4;}

