/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

@font-face {
    font-family: 'OranssiRegular';
	src: url('oranssi.otf');
    src: url('oranssi-webfont.eot');
    src: url('oranssi-webfont.eot?iefix') format('eot'),
         url('oranssi-webfont.woff') format('woff'),
         url('oranssi-webfont.ttf') format('truetype'),
         url('oranssi-webfont.svg#webfontZN9NRbiy') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OranssiBold';
 	src: url('oranssibold.otf'); 
    src: url('oranssi_bold-webfont.eot');
    src: url('oranssi_bold-webfont.eot?iefix') format('eot'),
         url('oranssi_bold-webfont.woff') format('woff'),
         url('oranssi_bold-webfont.ttf') format('truetype'),
         url('oranssi_bold-webfont.svg#webfontXjaXiBVz') format('svg');
    font-weight: bold;
    font-style: normal;

}

body {
	font-size: 11px;
	line-height: 14px;
	letter-spacing: +1px;
	font-family: Verdana, sans-serif;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { text-decoration: none; color: #f58220; }
a:active { text-decoration: none; color: #f58220; }
a:visited { text-decoration: none; color: #f58220; }
a:hover { text-decoration: underline; color: #f58220; }

a img { border: none; }

#menu {
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	letter-spacing: +1px;
	font-family: OranssiOtfBold, OranssiBold, Verdana, sans-serif;
	position: absolute;
    overflow: none;
    top: 15px;
	left: 25px;
	z-index: +1;
}

#menu ul {
	list-style: none;
	margin: 0 0 0 0;
}

#menu ul li.section-title { }

ul {
	list-style: square;
	}

#content {
    margin: 180px 0 0 25px;
	position: absolute;
    top: 0;
}

.container {
}

#content p { margin-bottom: 9px; width: 450px;}

p {

    margin: 0 0 9px 0;
}

h1 {
	font-size: 18px;
	line-height: 20px;
	font-family: OranssiOtf, OranssiRegular, Verdana, sans-serif;
	letter-spacing: +1px;
	}

h2 {
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	letter-spacing: +1px;
	font-family: OranssiOtfBold, OranssiBold, Verdana, sans-serif;
	}

h3 {
	font-size: 11px;
	line-height: 14px;
	letter-spacing: +1px;
	font-family: Verdana, sans-serif;
	font-weight: normal;
	margin: 0 0 25px 0;
	}

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }

hr {
	border: 0;
	background-color: #000;
	margin: 16px 0 16px 0;
	height: 1px;
}

#gallerytable {
	clear:left;
	margin: 0 auto;
	border: 0px solid #000;
}

.gallery {
	float: left;
	display: inline;
	margin: 0 0 42px 42px;
	border-bottom: 0px solid #000;
}

div.area {
	float: left;
	margin: 0 50px 0 0;
  }

#logo {
	position: absolute;
	left: 45%;
	top: 25px;
	text-align: center;
	width: 300px;
	border: 0px solid #000;
	z-index: +1;
}

#logo a:hover { text-decoration: none; color: #f58220; }


#graafinensuunnittelu {
	position: absolute;
	top: 25px;
	right: 25px;
	text-align: left;
	border: 0px solid #000;
	z-index: +1;
}

#invert {
	color: #fff;
}

#iframed {
width: 800px;
height: 800px;
}

.fb-like { text-align: center; }
