/*
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/*RESET*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
/*---------------------------------------------*/

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	margin:2px 2px 0 0;
	padding:2px;
	width:120px;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	height:100px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px 0;
	float: left;
	text-transform: uppercase;
	font-size: 10px;
	color: #88d3ce;
	background-color: #555;
	border: none;
	cursor: pointer;
	padding: 5px;
	}
	
#commentform #submit:hover {
	background-color: #339FA6;
	color: #fff;
	}
	
textarea#comment, input#author, input#email, input#url {
	border: none;
	background-color: #e5e5e5;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 0px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	list-style: none;
	margin-bottom: 10px;
	border-bottom: 1px #CCCCCC dashed;
	padding-bottom: 5px;
	}
.commentlist li ul li { 
/*	margin-right: -5px;*/
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */


/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */




/*--------------------------------OMAT OVERRIDET-----------------------------------------------*/
body {
	background: #cccccc url(images/footer_tile.png) repeat;
	font-family: Helvetica, Helvetica Neue, Arial, sans serif;
	color: #606060;
	font-size: 62.5%;
}

@font-face {
    font-family: 'SteelfishExtraBold';
    src: url('fonts/steelfish_eb-webfont.eot');
    src: url('onts/steelfish_eb-webfont.eot?iefix') format('eot'),
         url('fonts/steelfish_eb-webfont.woff') format('woff'),
         url('fonts/steelfish_eb-webfont.ttf') format('truetype'),
         url('fonts/steelfish_eb-webfont.svg#webfontmazpDh2B') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'QuicksandBold';
    src: url('fonts/quicksand_bold-webfont.eot');
    src: url('fonts/quicksand_bold-webfont.eot?iefix') format('eot'),
         url('fonts/quicksand_bold-webfont.woff') format('woff'),
         url('fonts/quicksand_bold-webfont.ttf') format('truetype'),
         url('fonts/quicksand_bold-webfont.svg#webfontcUs0EGaS') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*body.page-id-2 {
background: #2F2F2F url(images/about_bg.jpg) center top no-repeat;
}*/

#page {
	padding: 0 30px 30px 30px;
	margin: 0 auto;
	background: #f8f8f8 url(images/tile_bg.png) repeat;
	
	}
	
#page-info {
	padding: 30px;
	margin: 0 auto;
	}

#header {
	float: left;
	height: 30px;
	padding: 0 20px 0 30px;
	}
	
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	line-height: 1.4em;
	margin-bottom: 8px;
	font-weight: normal;
	color: #aaa;
	}
	
p.client-case {
	font-size: 1em;
	color: #999999;
	line-height: 1.1em;
	margin-bottom: 10px;
	}
	
#comments p {
	color: #555;
	}

a{
	text-decoration: none;
	color: #339fa6;
	outline: 0 none;
	}
	
a:hover{
	color: #88d3ce;
	}
	
h2 {
	font-family: 'SteelfishExtraBold', Arial, Helvetica, sans-serif; 
	color: #fff;
	font-size: 2.2em;
	margin-bottom: 6px;
	line-height: 1.2em;
	text-transform: uppercase;
	letter-spacing: 1px;
	word-wrap: break-word;
	}
	
h2 a {
	text-decoration: none;
	color: #fff; 
	}
	
strong {
	font-weight: bold;
	}
	
em {
	font-style: italic;
	}
	
span.comment-link a {
	color: #19181B;
	background: #19181B url(images/comment.png) no-repeat;
	width: 20px;
	height: 15px;
	text-align: center;
	display: inline-block;
	margin-left: 5px;
	}
	
span.comment-link a:hover {
	color:#fff;
	}
	
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
	
a.logo {
	opacity: 1;
	filter:alpha(opacity=100);
	}
	
a.logo:hover {
	opacity: 0.6;
	filter:alpha(opacity=60);
	}
	
#header p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	float: right;
	}

#logoLink {
    display: block;
    height: 56px;
    width: 126px;
	background: transparent url(images/logo-h1.png) no-repeat;
	float: left;
	margin: 0 10px 2px 0;
}

#logoLink:active {
	margin: 2px 10px 0 0;
	}

#logo {
    position: absolute;
    top: -100000px;
}

#navi {
	width: 100%;
	margin-bottom: 30px;
	padding: 17px 0;
	}

#navi ul {
	margin-top: 14px;
	height: 29px;
	list-style-type: none;
	font-size: 1.1em;
	letter-spacing: 1px;
	float: left;
	padding-left: 10px;
	margin-right: 15px;
	}
	
#navi ul li {
	display: block;
	float: left;
	margin: 0 5px 2px 0;
	height: 25px;
	color: #999999;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #339fa6;
	}
	
#navi ul li:active {
	margin: 2px 5px 0 0;
	}
	
#navi ul li a {
	display: block;
	line-height: 25px;
	color: black;
	text-decoration: none;
	color: #339fa6;
	padding: 0 8px;
	text-transform: uppercase;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-family: QuicksandBold, Arial, Helvetica, sans-serif;
	}
	
#navi ul li a:hover {
	background-color: #88d3ce;
	}

#navi ul li.current-cat, #navi ul li.current_page_item {
	background-color: #88d3ce;
	color: #fff;
}

#navi ul li.current-cat a, #navi ul li.current_page_item a {
	color: #fff;
	}

a.rssfeed {
	float: right;
	margin-right: 30px;
	opacity: 0.8;
	filter:alpha(opacity=80);
	}
	
a.rssfeed:hover {
	opacity: 1;
	filter:alpha(opacity=100);
	}

	
.duuni {
	width: 210px;
	height: 300px;
	background-color: #000;
	float: left;
	margin: 0 10px 10px 0;
	position: relative;
	list-style: none;
	overflow: hidden;
	}

.duuni-info {
	width: 180px;
	padding: 15px;
	position: absolute;
	background-color: #19181b;
	bottom: 0px;
	left: 0px;
	z-index: 10000;
	}
	
.thumb {
	width: 210px;
	height: 300px;
	overflow: hidden;
	/*background: #339FA6 url(images/suurennuslasi.png) center 40px no-repeat;*/
	background-color: #339FA6;
	}
	
.thumb a {
	display: block;
	position: absolute;
	z-index: 100;
	}

.thumb img {
	text-align: center;
	overflow: hidden;
	margin: -10px 0 0 -10px;
	}
	
.thumb h2 {
	position: absolute;
	top: 0;
	z-index:10;
	font-family: QuicksandBold, Arial, Helvetica, sans-serif;
	text-align: center;
	padding: 20px;
	width: 170px;
	font-size: 1.6em;
	color: #fff;
	}
	
.thumb h2 em {
	color: #ccfcff;
	font-style: normal;
	}
	
/*.thumb a img:hover {
	opacity: 0;
	filter:alpha(opacity=0);
	}*/
	
.postmetadata {
	font-size: 1em;
	line-height: 1em;
	text-transform: uppercase;
	}
	
.postmetadata-single {
	margin: 20px 0 0 0;
	}
	
.postmetadata a, .commentmetadata a, .vcard a {
	color: #339fa6;
	text-decoration: none;
	}
	
.postmetadata a:hover, .commentmetadata a:hover, .vcard a:hover  {
	color: #88d3ce;
	}

ul.post-categories li a, .postmetadata-single a {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	color: #000;
	padding: 0 4px;
	height: 12px;
	line-height: 12px;
	background-color: #648f8c;
	font-size: 0.8em;
	font-weight: bold;
	display: inline-block;
	}
	
ul.post-categories li a:hover, .postmetadata-single a:hover {
	color: #000;
	background-color: #88d3ce;
	}	

.duuni-orig{
	margin: 0 10px 10px 0;
	float: left;
	background-color: white;
	}
	
.single_post{
	margin: 0 10px 10px 0;
	padding: 20px;
	float: left;
	width: 310px;
	background-color: #19181B;
	}
		
.kuva {
	margin: 0 0 10px 0;
	padding: 0px;
/*	background-color: #0099FF;
*/	clear: both;
	position: relative;
	}
	
.kuva a {
	opacity:0.8;
	filter:alpha(opacity=80);
	}
	
.kuva a:hover {
	opacity:1;
	filter:alpha(opacity=100);
	}
		
.tyonantaja {
	 width: 190px;
	 margin: 0px;
	 color: #888;
	 margin-top: 8px;
	 border-top: 1px #999 dashed;
	 }
	
#infokuva {
	background: transparent url(images/info.jpg) top center no-repeat;
	height: 473px;
}
	
* html .clearfix { display: inline-block; }

/* hide from ie mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* end hide from ie mac */
 
ul.navigation {
	display: block;
	margin-bottom: 10px;
	clear: both;
	width: 95%;
	}
 
.navigation a {
	font-size: 1.2em;
	font-family: QuicksandBold, Arial, Helvetica, sans-serif;
	line-height: 30px;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0 15px;
	height: 30px;
	display: block;
	color: #88d3ce;
	}
	
.naviright a {
	background: transparent url(images/postnavi_right_bg.png) no-repeat right top;
	}
	
.naviright a:hover {
	background: transparent url(images/postnavi_right_bg.png) no-repeat right bottom;
	}
	
.navileft a {
	background: transparent url(images/postnavi_left_bg.png) no-repeat left top;
	}
	
.navileft a:hover {
	background: transparent url(images/postnavi_left_bg.png) no-repeat left bottom;
	}
	
.navigation li a:hover {
	color: white;
	}
	
.navigation li {
	float: left;
	margin: 0 5px 10px 0;
	}
	
ul.navigation.bottom {
	margin: 30px 0 0 0;
	display: block;
	}
	
#comments {	
	float: left;
	background: transparent url(images/comment_bg.png) 300px bottom no-repeat;
	width: 350px;
	margin:0 15px 10px 0;
	padding-bottom: 20px;
	
	}
	
#comments-inner {
	background-color: #ccc;
	padding: 20px 20px 10px 20px;
	width: 310px;
}

.commentmetadata, .vcard {
	text-transform: uppercase;
	font-size: 1.1em;
	}
	
.commentmetadata a, .vcard a {
	text-decoration: none;
	}
	
.commentmetadata a:hover, .vcard a:hover  {
	}

.time {
    background-color: #666;
    color: #000000;
    display: inline-block;
    font-family: QuicksandBold,Arial,sans serif;
    font-size: 1em;
    font-weight: bold;
    line-height: 1em;
    margin: 0 0 20px;
    padding: 3px 5px;
    text-transform: uppercase;
	}

.employer {
	font-size: 1em;
	line-height: 1em;
	text-transform: uppercase;
	margin: 0 0 5px;
	color: #fff;
	background-color: #bbb;
	padding: 3px;
	display: inline-block;
	}
	
.sociable {
	padding-top: 10px;
	}

.page-template-info-php #page {
	padding-bottom: 0;
	}

#info-wrapper {
	margin: 0 auto;
	background: transparent url(images/meitsi.jpg) top right no-repeat;
	width: 900px;
	}

#info-content {
	width: 440px;
	padding: 30px;
	background-color: #292729;
	margin-bottom: 30px;
	margin-top: 10px;
	}
	
/*#info-inner {
	margin-left: 80px;
	}*/
	
.ingressi {
	font-size: 1.5em;
	line-height: 1.5em;
	font-family: QuicksandBold, Helvetica, Helvetica Neue, Arial, sans serif;
	color: #ccc;
	}
	
.cv-palstat {
	width: 440px;
	margin: 30px 0 0 0;
	}
	
.cv-palsta {
	width: 200px;
	font-size: 1.1em;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.3em;
	color: #999;
	}
	
.cv-palsta h2 {
	display: block;
	border-bottom: 1px #fff dashed;
	font-size: 1.6em;
	color: #fff;
	margin: 25px 0 10px 0;
	}
	
#footer {
	display: block;
	margin: 20px 30px;
	}
	
#footer p {
	font-size: 1em;
	color: #333333;
	line-height: 60px;
	}
	
#footer p a {
	background: none;
	font-weight: bold;
	}

#footer p a:hover {
	color: #000;
		}
	
#footer p a#footer-logo {
	width: 126px;
	height: 56px;
	background: transparent url(images/footer_logo.png) no-repeat;
	text-indent: -9999em;
	display: inline-block;
	font-size: 0em;
	margin:0 5px 0 0;
	}
	
