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

*/



/* Begin Typography & Colors */
body {
	font-family:Arial, Helvetica, sans-serif;
	background: #2e2e2b;
	text-align: center;
	padding: 50px 0 0 0;
	font-size:12px;
	color:#d0d2c6;
}
#page {
	margin: 0 auto;
	padding: 0;
	width: 1020px;
}
#header {
	text-align:left;
}
.navbar {
	height:12px;
	padding:10px 30px;
}
.menuplus {
	padding:0 4px;
}
.postthumb {
	float:left;
	width:160px;
	height:160px;
	overflow:hidden;
	position:relative;
}
.posthover {
	background-image:url(images/thumbbg.gif);
	background-repeat:repeat-x;
	display:block;
	position:absolute;
	left:0px;
	top:-160px;
	width:160px;
	height: 160px;
	padding-bottom:160px;
}
.wplus {
	vertical-align:-2px;
	color:#FFFFFF;
	font-weight:bold;
	font-size:16px;
}
.hovertitle, .hovertitle a, .hovertitle a:hover, .hovertitle a:visited {
	font-size:12px;
	color:#000000;
	text-decoration:none;
	padding:60px 5px 0 5px;
}
.projects {
	position:relative;
	height:480px;
}
.sidenavnext, .sidenavprev {
	position:absolute;
	top:225px;
	left:0px;
}
.sidenavprev {
	left:1000px;
}
.thumbs {
	position:absolute;
	left:30px;
	width:960px;
}

.slideshow {
	overflow:hidden;
	width:960px;
	height:480px;


}
.slideshow img {
left:0px;
}
.workheader {
	
	text-align:left;
	padding:10px;
	
}
.pageheader {
	
	text-align:left;
	padding:10px;
	height:108px;
	background-color:#171715;
	
}

.pageheader a, .pageheader a:hover, .pageheader a:visited {
	color:#fff;
	text-decoration:none;	
}
.pageheader a:hover{
	text-decoration:underline;
}


.footer {
	margin-top:10px;
}
.widecolumn {
	
	
	width: 960px;
	padding:0 30px 0 30px;

	
	
}
.qtmov{
	padding:10px;
	background-repeat:no-repeat;
	background-position:center 10px;
	
}
.videostart{
background-color:#2e2e2b;
padding:10px;
font-size:18px;
text-align:center;
margin:40px 20px 0 20px;
vertical-align:middle;
cursor:pointer;
}
.post {
background-color:#171715;
text-align:left;

}

.pagestitle{
font-size:16px;
color:#95d7b5;
padding-bottom:5px;
}
#twocollumns {
  column-count: 2;
  column-gap: 20px;
  }

h1 {
	font-weight: bold;
	font-size:14px;
	color:#95d7b5;
	display:inline;
}
h3 {
	font-weight:normal;
	font-size:12px;
	color:#6fc096;
	display:inline;
}
h2 {
	font-weight:normal;
	font-size:12px;
	color:#dcded1;
}
p, h1, h2, h3 {
	margin:0;
}
a img {
	border:none;
}

a, a:link, a:visited , a:hover {text-decoration:none;}

ul {margin:0; padding:0; list-style-position:inside;}
