/*
Theme Name: Yatta
Theme URI: http://wordpress.org/
Description: The default YATTA theme.
Version: 1.0
Author: Mikko Karvonen
Author URI: http://www.crankshaft.fi/
Tags: 

*/

html, body {
	margin: 0px;
	padding: 0px;
	border: none;
	width: 100%;
	height: 100%;
	background-color: #fff;
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 10px;
}

body {
	background: url(images/logo.gif) no-repeat center center;
}

form {
	margin: 0px;
	padding: 0px;
	border: none;
}

div.clear {
	clear: both;
	width: 100%;
	overflow: hidden;
	height: 0px;
}

a img { border: none; }

#page {
	position: relative;
	width: 100%;
	height: 100%;
}

#content {
	clear: both;
}

#footer {
	clear: both;
}

#footer p {
	display: none;
}

p {
	font-size: 1.2em;
	line-height: 1.15em;
}

#logo {
	width: 162px;
	height: 162px;
	margin: auto;
	padding-top: 310px;
}

#sidebar {
	font-family: Arial, Helvetica, sans-serif;
	float: right;
	text-align: right;
	position: relative;
	padding-top: 2.8em;
	padding-right: 2.8em;
	visibility: hidden;
}

.feat {
	font-family: Arial, Helvetica, sans-serif;
	visibility: hidden;
	float: left;
}

#feat1 {
	margin: 2.8em 2.8em 0em 2.8em;
}

#feat2 {
	margin: 2.8em 0em 0em 0em;
}

.feat a {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1em;
}

#sidebar ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#sidebar ul li {
	margin: 0px;
	padding: 0px;
}

#sidebar ul li a {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1em;
/*	line-height: 1.28em;*/
}

div.post {
	position: absolute;
	width: 32em;
	height: auto;
	background: url(images/post_bg.png) repeat left top;
	border: 1px solid #000;
	cursor: move;
	visibility: hidden;
}

div.huuhaa {
	background: url(images/post_yellow_bg.png) repeat left top;
}

div.uutisia_news .inner { height: 53.2em; }
div.portfolio .inner { height: 53.2em; }

/* Page specific settings, IDs depend on Wordpress pages' slugs! */
div#page-ihmiset_people .inner { height: 53.2em; }	/* People */
div#page-yhteys_contact .inner { height: 19.1em; }	/* Contact */
div#page-palvelut_services .inner { height: 29.8em; }	/* Services */
div#page-intro .inner { height: 53.2em; }	/* About us */
div#page-a-logic .inner { height: 29.8em; }	/* A logic */

div#page-feat2 {
	width: 400px;
	height: 400px;
	left: 431px;
	top: 95px;
	text-align: left;
	border: none;
	background: none;
	visibility: hidden;
}

div#page-feat2 .entry { padding: 0px; }

div.galleryimage {
	min-width: 213px;
	max-height: 320px;
	min-height: 213px;
	max-height: 320px;
	width: auto;
	height: auto;
	left: 344px;
	top: 340px;
	text-align: right;
	border: none;
	background: none;
	visibility: hidden;
}

div.post .title {
	padding: 0.6em 2.6em 0em 0.6em;
	position: relative;
	text-transform: uppercase;
}

div.post .inner {
	position: relative;
	overflow: auto;
}

div.post .entry {
	padding-right: 26px;
	min-height: 91%;
	height: auto;
	padding: 0em 2.6em 0.6em 0.6em;
}

div.galleryimage .entry { padding: 0px; }

div.post .close {
	position: absolute;
	width: 12px;
	height: 12px;
	top: 3px;
	right: 3px;
	background: url(images/btn_close-off.gif) no-repeat left top;
	cursor: pointer;
	z-index: 50;
}

div.galleryimage .close {
	background: url(images/btn_close-off2.gif) no-repeat left top;
}

div.post .close:hover {
	background-image: url(images/btn_close-on.gif);
}

a {
	text-decoration: none;
}
a:link { color: #000; }
a:active { color: #000; }
a:visited { color: #000; }
a:hover { color: #000; text-decoration: underline; }

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
}

.gallery-item {
	height: 72px;
	position: relative;
	z-index: 100;
}

.gallery .innerDiv {
	position: absolute;
	top: 50%;
	width: 100%;
	text-align: center;
}

.gallery img {
	margin-left: auto;
	margin-right: auto;
}