/*
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

*/


/* @group General styles */

/* @group reset */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline; }
	
table {
	border-collapse:separate;
	border-spacing:0; }
	
caption, 
th, 
td {
	text-align:left;
	font-weight:normal; }

table, 
td, 
th {
	vertical-align:middle; }

blockquote:before, 
blockquote:after, 
q:before, 
q:after {
	content:""; }
blockquote,
q {
	quotes:"" "";}
a img {
	border:none; }



/* @end */

/* @group body styles */
body {font:75%/1.5 Lucida Sans, Arial, sans-serif;
	background: url(images/bg.png) repeat-x 0 300px;
}


/* @end */

/* @group links */

a:focus, a:hover {color:#000;}
a {color:#369;text-decoration:underline;}



/* @end */

/* @group basic typography */

h1 {
	font-size:3em;
	margin-bottom:0.75em;
	line-height:1; }
h2 {
	font-size:2em;
	margin-bottom:0.75em;
	line-height:1; }
h3 {
	font-size:1.5em;
	line-height:1;
	margin-bottom:1em; }
h4 {
	font-size:1.2em;
	line-height:1.25;
	margin-bottom:1.25em; }
h5 {
	font-size:1em;
	font-weight:bold;
	margin-bottom:1.5em; }
h6 {
	font-size:1em;
	font-weight:bold; }
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
	margin:0; }
p {
	margin:0 0 1.5em; 
	color:#625858; }
p img.left {
	float:left;
	margin:1.5em 1.5em 1.5em 0;
	padding:0; }
p img.right {
	float:right;
	margin:1.5em 0 1.5em 1.5em; }




/* @end */

/* @group lists */

/* generic vertical navi as list */
ul.v-navi{
	margin:0;
	list-style-position: inside; 
	list-style-image: none; 
	list-style-type: none;
	}

/* generic hoizontal navi as list */
#misc-navi,
#navi ul,
ul.h-navi {
	margin:0; 
	list-style-position: outside; 
	list-style-image: none; 
	list-style-type: none;
	}

#misc-navi li,
#navi ul li,
ul.h-navi li {
	display: inline;
	}

li ul,
li ol {
	margin:0 1.5em; }
ul,
ol {
	margin:0 1.5em 1.5em 1.5em; }
ul {
	list-style-type:disc; }
ol {
	list-style-type:decimal; }
dl {
	margin:0 0 1.5em 0; }
dl dt {
	font-weight:bold; }
dd {
	margin-left:1.5em; }



/* @end */

/* @group tables */

table {
	margin-bottom:1.4em;
	width:100%; }
th {
	font-weight:bold; }
thead th {
	background:#c3d9ff; }
th, 
td, 
caption {
	padding:4px 10px 4px 5px; }
tr.even td {
	background:#e5ecf9; }
tfoot {
	font-style:italic; }



/* @end */

/* @group other tags */

caption {
	background:#eee; }
blockquote {
	margin:1.5em;
	color:#666;
	font-style:italic; }
strong {
	font-weight:bold; }
dfn {
	font-style:italic; }
em {
	font-style: italic}
dfn {
	font-weight:bold; }
sup, 
sub {
	line-height:0; }
abbr, 
acronym {
	border-bottom:1px dotted #666; }
address {
	margin:0 0 1.5em;
	font-style:italic;}
del {
	color:#666;}
pre {
	margin:1.5em 0;
	white-space:pre;}
pre, 
code, 
tt {
	font:1em 'andale mono', 'lucida console', monospace;
	line-height:1.5;}



/* @end */



/* @end */

/* @group Helper styles */

/* @group buttons */

.btn,
#download-btn {
	background: url(images/btn_bg.png) no-repeat;
	width: 175px;
	height: 18px;
	display: block;
	padding: 10px;
	text-align: center;
	cursor: pointer;
}

a.btn,
a#download-btn {
	color: #fff;
	text-decoration: none;
	font-size: 1.5em;
	line-height: 1em;
}



/* @end */

/* @group forms */

label {font-weight:bold; margin-right:10px; display:block;}
fieldset {padding:1.4em;margin:0 0 1.5em 0;border:1px solid #ccc;}
legend {font-weight:bold;font-size:1.2em;}
input.text, input.title, textarea, select {margin:1em 0;border:1px solid #bbb;}
input.text:focus, input.title:focus, textarea:focus, select:focus {border:1px solid #666;}
input.text, input.title {width:20em;padding:5px;}
input.title {font-size:1.5em;}
textarea {width:390px;height:12em;padding:0;}



/* @end */

/* @group notifications and errors */

.error, .notice, .success {padding:.8em;margin-bottom:1em;border:2px solid #ddd;}
.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.error a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}



/* @end */

/* @group other */
.clearfix:after {
	content:"\0020";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	overflow:hidden;
	}



/* @end */

/* @group debug */

.d {
	border:1px solid black;
}

.db {
	background-color:#f6f6f6;
}



/* @end */



/* @end */

/* @group Page structure */


#docbody {
	
}

#pagetitle {
	
}

#wrapper,
#headerbody {
	text-align: left; 
	margin: 0 3%; 
	width:94%; 
	min-width:870px; }

#header {
	height: 94px;
	background: #f8f8f8 url(images/header_bg.png) repeat-x;
	margin-bottom: 20px;
}

#content {
	float:none; 
	position:static; 
	width:auto; 
	margin-left:18.3333em;
	overflow: hidden;
}


#sidebar {
	float:left; 
	position:relative;
	width:17.3333em;
	/* 
	=left sidebar=
	float:left; 
	
	=right sidebar=
	float:right; 
	
	=120px=
	width:10em;
	
	=160px=
	width:13.3333em;
	
	=300px=
	width:25em;*/
	}
	 
	 
#footer {
	 border-top: 1px solid #0b6d8e; 
	 margin-top:10px; 
	 text-align:center;
	 color: #fff; 
	 clear:both;
	background: #64c8de url(images/footer_bg.png) repeat-x 0 100%;
	height: 2.0333em;
	padding-top: 0.3em;
}

#misc-navi li {
	font-weight: bold;

	background: url(images/mics_navi_bg.png) no-repeat;
	padding-right: 1em;
	padding-left: 1em;
}

#misc-navi li.first {
	background-image: none;
}

#misc-navi li a {
	color: #025475;
	text-decoration: none;
}





/* @end */

/* @group Page components */

/* @group map-view */

#spot_list {
	overflow: auto;
}

#custom_map_list {
	overflow: auto;
	height: 10em;
}



/* @end */

/* @group front-page */

#lift1,
#lift2 {
	background: url(images/lift_bg.png) repeat-x;
	height: 320px;
	width: 27%;
	margin-right: 2%;
	padding: 20px;
	color: #fff;
}

#lift2 {
	margin-right: 0;
}

#lift1 p,
#lift2 p {
	color: #fff;
	font-size: 1.2em;
}

#lift1 h2,
#lift2 h2 {
	font: 2.5em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#lift1 a,
#lift2 a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dotted white;
}

.lift {
	float: left;
}

#quick_download_client {
	float: right;
	height: 198px;
	background: url(images/logo_illu.png) no-repeat;
	width: 297px;
	text-align: center;
	padding-top: 100px;
}
#quick_download_client a{
	display: inline-block;
}

#quick_download_client small {
	color: #025475;
	font-weight: bold;
}



/* @end */

/* @group header */

#navi {
	float: left;
	color: #6a6a6a;
	font-weight: bold;
	margin-left: 5%;
	height: 14px;
	padding-top: 68px;
}

#navi ul li{
	float: left;
	padding: 0.3em 1.2em;
	height: 1.6em;
	display: block;
	margin: 0 0.2em;
	background: url(images/navi_li_bg.png) repeat-x 0 100%;
}

#navi ul li a{
	color: #6a6a6a;
	font-weight: bold;
	text-decoration: none;
	display: block;
	}
	
#navi ul li a:hover{
	color: black;
	text-decoration: underline;
	}

#navi ul li.active{	
	background: #c3b39e url(images/navi_li_active_bg.png) repeat-x 0 100%;
}

#navi ul li.active a {
	color: #fff;
	}

#login {
	float: right;
	height: 102px;
	background: url(images/login_bg.png) repeat-x;
	padding-right: 15px;
	padding-left: 15px;
	color: #6a6a6a;
}

#login fieldset {
	padding: 0;
	border: none;
	margin: 0;
}

#login label {
	font-size: 0.8333em;
	float: left;
	padding-top: 0.3em;
}

#login input {
	border: 1px solid silver;
	float: right;
	width: 9em;
	margin-bottom: 0.3em;
}

#login-btn {
	background-color: #c3b39e;
	border: none;
}

#logo {
	float: left;
	margin: 0;
	width: 255px;
	height: 102px;
	background-image: url(images/logo_bg.png);
	position: relative;
}

#logo a {
	margin-top: 20px;
	display: block;
	margin-left: 20px;
}



/* @end */



/* @end */

/* @group Overrides */


#content_front {
	margin:none;
	overflow: hidden;
}


/* @end */

/* BLOGI */

#title {
	width: 100%;
	height: 35px;
	background: white url(images/title_bg.png) repeat-x;
	color: white;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 35px;
	font-size: 22px;
	margin-bottom: 30px;
	padding-left: 10px;
	}

#content-blog {
	margin: 0 30px 20px 0;
	float: left;
	width: 570px;
	}

.entry {
	margin: 20px 0 0 0;
	}

.post {
	margin: 0 0 40px 0;
	background: transparent url(images/post_bg.png) repeat-x;
	border-bottom: 1px #999999 solid;
	padding: 10px 20px 10px 20px;
	}
		
.time {
	color: #f7921e;
	text-transform: uppercase;
	}

.post h2 {
	margin: 10px 0 30px 0;
	font-weight: normal;
	}
	
.postmetadata {
	margin-top: 30px;
	border-top: 1px #dcdcdc solid;
	margin-bottom: 0px;
	padding-top: 10px; 
	font-size: 10px;
	line-height: 14px;
	color: #f7921e;
	text-transform: uppercase;
	}
	
#sidebar-blog {
	float: left;
	width: 260px;
	list-style: none;
	margin-bottom: 40px;
	}
	
#sidebar-blog img {
	margin-bottom: 10px;
	}	

#quick_download_client2 {
	height: 170px;
	background: url(images/logo_illu250px.png) no-repeat;
	width: 235px;
	text-align: center;
	padding-top: 80px;
	margin-bottom:10px;
	margin-left: 10px;
	}

#quick_download_client2 a{
	display: inline-block;
	}

#quick_download_client2 small {
	color: #025475;
	font-weight: bold;
	}
	

.sidebar-otsikko {
	color: #f7921e;
	border-bottom: 3px #ccc solid;
	line-height: 20px;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin-bottom: 15px;
	padding-bottom: 3px;
	}
	
.henkilonosto {
	padding-bottom: 15px;
	margin-bottom: 15px;
	}
	
.henkilonosto-nimi {
	color: #666666;
	font-family:  "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 14px;
	font-weight: bold;
	margin-bottom: 8px;
	}

.henkilonosto img {
	float: right;}

.puhelin {
	background: transparent url(images/phone.png) no-repeat;
	line-height: 16px;
	padding-left: 20px;
	margin: 5px 0;
	font-size: 12px; }
	
.skype {
	background: transparent url(images/skype.png) no-repeat;
	line-height: 16px;
	padding-left: 20px;
	margin: 5px 0;
	font-size: 12px;
	 }
	
.email {
	background: transparent url(images/email.png) no-repeat;
	line-height: 16px;
	padding-left: 20px;
	margin: 5px 0;
	font-size: 12px; }

.alaviiva {
	border-bottom: 1px #ccc solid;
	}
	
#wpcumuluswidgetcontent {
	border-bottom: 1px #ccc solid;
	}

#container {
	margin-left: auto;
	margin-right: auto;
	width: 850px;}
	
.commentlist {
	border: 1px solid #DCDCDC;
	margin: 0px;
	}
	
ul.twitter {
	list-style: none;
	margin: 0px;}
	
ul.twitter li {
	margin-bottom: 12px;
	}

ul.twitter li abbr {
	border-bottom: none;
	color: #fff;
	font-size: 10px;
	}
	
#rssfeed {
	margin-top: 15px;
	line-height: 14px;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------*/




/* 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 {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



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

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

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.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 Sidebar
#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 545px;
	width: 190px;
	}

#sidebar form {
	margin: 0;
	}
End Sidebar */



/* 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;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* 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 */


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */
