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

*/



/* css for basic items---------------------------------------------------------------------------------------------------*/
html,body {
	width:100%;
    }
body {
	padding: 0;
	margin: 0;
	min-width: 1021px;
	background: #000 url(images/bg.gif) repeat-y center top;
	font-family: georgia, times, serif;
	font-size: 14px;
	line-height: 20px;
	color: #818386;
	}
img {
	padding: 0; 
	margin: 0;
	}
form {
	padding: 0;
	margin: 0;
	}	
a,
a:visited,
a:active {
	color: #818386;
	text-decoration: underline;
	outline: none;
    }
a:hover {
	color: #000;
	text-decoration: underline;
	outline: none;
   	}
ul {
	padding: 0;
	margin: 0;
	list-style: none;
	}
ul li {
	padding: 0;
	margin: 0;
	float: left;
	}
p {
	padding: 6px 0 6px 0;
	margin: 0;
	}
hr {  
	padding: 0;
	margin: 25px 0 0 0;
	border: none;
	border-bottom: solid 1px #000;
	}
h1 {
 	padding: 5px 0 10px 0;
	margin: 0;
	clear:both;
	font-size: 10px;
	line-height: 12px;
	font-weight: normal;
	font-family: din-regular, arial, helvetica, verdana;
	color: #444;
	}
h2, h3 {
 	padding: 0px 0 0 0;
	margin: 0;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	font-family: din-regular, arial, helvetica, verdana;
	color: #6d98d1;
	text-decoration: none;
	}
h2 a, h3 a {
	color: #6d98d1;
	text-decoration: none;
	border: none;
	}
h2 a, h3 a:hover {
	color: #000;
	text-decoration: none;
	border: none;
	}


 /* wordpress misc items updated -------------------------------------------------------------------------------------------*/
small, .postmetadata {
 	padding: 0 0 30px 0;
	margin: 0;
	clear:both;
	font-size: 10px;
	line-height: 13px;
	font-weight: normal;
	font-family: din-regular, arial, helvetica, verdana;
	color: #818386;
	}
p.postmetadata a,
p.postmetadata a:visited,
p.postmetadata a:active {
	text-decoration: underline;
	color: #818386;
	}
p.postmetadata a:hover {
	text-decoration: underline;
	color: #6d98d1;
	}
.comment-author {
 	padding: 0;
	margin: 0;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	font-family: din-regular, arial, helvetica, verdana;
	color: #818386;
	}
.comment-meta, .commentmetadata, #commentform p, .post-edit-link {
 	padding: 0 0 5px 0;
	margin: 0;
	font-size: 10px;
	line-height: 13px;
	font-weight: normal;
	font-family: din-regular, arial, helvetica, verdana;
	color: #818386;
	}
#post, .post {
	border-bottom: 1px solid #000;
	}

/* Begin Sidebar */
#sidebar {
	padding: 12px 0 20px 20px;
	width: 140px;
	float: left;
	font-size: 10px;
	line-height: 13px;
	font-family: din-regular, arial, helvetica, verdana;
	}
#sidebar a {
	color: #818386;
	text-decoration: none;
	}
#sidebar h2 {
	color: #000;
	padding: 6px 0 0 0;
	margin: 0;
	font-size: 10px;
	text-transform: uppercase
	}
#sidebar h2 a {
	color: #000;
	}
#sidebar ul li {
	padding: 0 0 6px 0;
	margin: 0;
	float: none;
	}
#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}
#sidebar #searchsubmit {
	padding: 1px;
	}
/* End Sidebar */

.narrowcolumn {
	float: left;
	padding: 20px 0 20px 0;
	margin: 0;
	width: 440px;
	}
.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 400px;
	}
.navigation {
	padding-top: 5px;
	font-family: din-regular, arial, helvetica, verdana;
	font-size: 10px;
	line-height: 12px;
	}
.commentlist {
	padding: 0;
	}
.commentlist li {
	margin: 5px 0 5px 0;
	padding: 5px 0 5px 0;
	list-style: none;
	}
.commentlist li ul li { 
	}
.commentlist p {
	font-size: 14px;
	line-height: 18px;
	}
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}
.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}


	
/* css for site structure ------------------------------------------------------------------------------------------------*/
 
#outer {
	width: 100%;
	display: table;
	vertical-align: middle;
    }
#container {
	margin: 0px auto 0px auto;
	width: 940px;
   	}
#inner {
	position: relative;
	width: 940px;
	/*background: url(../images/bg-inner.gif);*/
    }

/* css for main navigation --------------------------------------------------------------------------------------------------------*/
		
ul.nav {
	padding: 0 0 20px 0;
	font-size: 0px;
	line-height: 0px;
	clear: both;
	}
ul.nav li {
	float: none;
	}
ul.nav li ul li {
	float: left;
	}
ul.contact {
	font-family: din-regular, arial, helvetica, verdana;
	font-size: 10px;
	line-height: 18px;
	clear: both;
	}
ul.contact li {
	padding: 35px 9px 20px 9px;
	width: 121px;
	height: 45px;
	float: none;
	}
ul.contact li.in-touch {
	background: url(images/nav-get-in-touch.gif) no-repeat;
	}
ul.contact li.download {
	padding-top: 38px;
	height: 42px;
	background: url(images/nav-download.gif) no-repeat;
	}
ul.contact li.sign-up {
	padding-top: 38px;
	height: 42px;
	background: url(images/nav-sign-up.gif) no-repeat;
	}

/* css for column designation --------------------------------------------------------------------------------------------------------*/

.col-left {
	position: relative;
	width: 169px;
	font-size: 0;
	line-height: 0;
	float: left;
	}
.col-center {
	position: relative;
	border-top: 1px solid #000;
	width: 600px;
	float: left;
	}
.col-right {
	padding: 0 0 0 32px;
	position: relative;
	width: 139px;
	float: left;
	}
.col-center li.text {
	padding: 15px 23px 0 0;
	width: 448px;
	}

/* dotted line text */
.col-center li.dotted-short {
	margin: 0 0 20px 0;
	width: 290px;
	}
.col-center li.dotted-short p {
	padding: 7px 0 15px 0;
	width: 290px;
	border-bottom: 1px dotted #000;
	font-family: din-regular, arial, helvetica, verdana;
	font-size: 14px;
	line-height: 16px;
	color: #000;
	}
.col-center li.dotted {
	margin: 0 0 20px 0;
	width: 448px;
	border-bottom: 1px dotted #818386;
	}
.col-center li.dotted p {
	padding: 8px 0 8px 0;
	width: 448px;
	border-top: 1px dotted #818386;
	font-family: din-regular, arial, helvetica, verdana;
	font-size: 14px;
	line-height: 18px;
	}
.col-center li.dotted-wide {
	margin: 0 0 20px 0;
	width: 600px;
	border-bottom: 1px dotted #818386;
	}
.col-center li.dotted-wide p {
	padding: 8px 0 8px 0;
	width: 600px;
	border-top: 1px dotted #818386;
	font-family: din-regular, arial, helvetica, verdana;
	font-size: 14px;
	line-height: 18px;
	}

/* project list text */	
.col-center li.project-list {
	padding: 22px 0 0 0;
	width: 129px;
	}
.col-center li.project-list p {
	padding: 0 0 6px 0;
	font-size: 10px;
	line-height: 11px;
	font-family: din-regular, arial, helvetica, verdana;
	}

/* 4 column text */	
.col-center li.columns {
	font-family: din-regular, arial, helvetica, verdana;
	font-size: 14px;
	line-height: 18px;
	padding: 0 15px 20px 0;
	width: 135px;
	}
.col-center li.columns p {
	padding: 0 0 6px 0;
	}
	
/* main text black links */
.col-center a,
.col-center a:visited,
.col-center a:active {
	text-decoration: none;
	outline: none;
	color: #6d98d1;
    }
.col-center a:hover {
	color: #000;
	text-decoration: none;
	outline: none;
   	}
   	
/* 10 things text */	
.col-center ul.ten-things {
	clear: both;
	}
.col-center ul.ten-things li.left {
	width: 36px;
	}
.col-center ul.ten-things li.right {
	width: 564px;
	}

/* css for form---------------------------------------------------------------------------------------------------*/

li.contact-text {
	width: 290px;
	font-family: din-regular, arial, helvetica, verdana;
	font-size: 10px;
	line-height: 20px;
	color: #000;
    }
li.contact-box {
	padding: 0 0 8px 0;
	width: 600px;
	clear: both;
	font-family: din-regular, arial, helvetica, verdana;
	font-size: 10px;
	line-height: 20px;
	color: #000;
    }
.textfield {
	padding: 3px 0 2px 0;
	margin: 0;
	width: 288px;
	height: 17px;
	border: 0;
	background: #e0ecff;
    }
.textbox {
	padding: 3px 0 2px 0;
	margin: 0;
	width: 598px;
	height: 157px;
	border: 0;
	background: #e0ecff;
    }

/* css for arrows ---------------------------------------------------------------------------------------------------*/

.arrow-50 {
	padding: 50px 0 0 84px;
	}
.arrow-46 {
	padding: 46px 0 0 84px;
	}
.arrow-40 {
	padding: 40px 0 0 84px;
	}
.arrow-17 {
	padding: 17px 0 0 84px;
	}
.arrow-8 {
	padding: 8px 0 0 84px;
	}

/* nav arrows */
.arrow-nav-news {
	padding: 124px 0 0 84px;
	}

/* css for padding -------------------------------------------------------------------------------------------------*/

.top-pad {
	padding-top: 15px;
	}
.right-pad {
	padding-right: 40px;
	}

/* css for misc items -------------------------------------------------------------------------------------------------*/

.clear {
	clear: both;
	font-size: 0;
	line-height: 0;
	}
.gray-text {
	color: #a3a4a6;
	}
a.gray-text,
a.gray-text:visited,
a.gray-text:active {
	color: #a3a4a6;
	text-decoration: none;
	outline: none;
    }
a.gray-text:hover {
	color: #000;
	text-decoration: underline;
	outline: none;
   	}
.more {
	font-size: 10px;
	line-height: 20px;
	font-family: din-regular, arial, helvetica, verdana;
	}
	
/* css for  borders -------------------------------------------------------------------------------------------------*/

.border-none {
	border: 0px;
	}
.top-border-5px {	
	border-top: 5px solid #000;
	}
.top-border-1px {
	margin: 10px 0 0 0;
	border-top: 1px solid #000;
	}			 	
.top-border-1px-no-margin {
	border-top: 1px solid #000;
	}			 	

 /* css for footer items -------------------------------------------------------------------------------------------------*/
         
#footer {
	position: relative;
	padding: 20px 0 20px 167px;
	clear: both;
	}
	       		       
	       		       
	       		       
	       		       
	       		       
	       		       
	       		       
	       		       
	       		       
 /* wordpress misc items -------------------------------------------------------------------------------------------------*/

.post {
	margin: 0 0 20px 0;
	}
.postmetadata {
	clear: both;
}
p img {
	padding: 0;
	max-width: 100%;
	}
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;
	}
#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}
#wp-calendar a {
	text-decoration: none;
	}
#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}
#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
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;
	}
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}
.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;
	}
#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; }
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;
	}

.center {
	text-align: center;
	}
.hidden {
	display: none;
	}
.screen-reader-text {
     position: absolute;
     left: -1000em;
}
hr {
	display: none;
	}
a img {
	border: none;
	}
.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;
}
