/*
Theme Name: Esprit
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.0
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 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: #000;
	background: #fff;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/* Defaults */
html, body { height: 100%; }
html { overflow-y: scroll; }
body {
	font-family: 'georgia', serif;
	text-align: center;
	color: #fc0;
	background: #010101;
	}
body * {
	text-align: left;
}
#pagewrapper {
  width: 100%;
	overflow-x: hidden;
	background: url('images/background.jpg') repeat-x top center;
}
#page {
	background: url('images/center.jpg') top center no-repeat;
	}
#colorband, #colorband2 {
  z-index: 1;
	background: url('images/colorband.png') repeat-x top center;
}
br, hr {
  clear: both;
}
hr {
  size: 0;
  height: 0;
  border: 0;
  visibility: hidden;
}
a, button {
  cursor: pointer;
}
button {
	text-align: center;
}
b, strong {
  font-weight: bold;
}
i, em {
  font-style: italic;
}
input, textarea {
  font-family: "Trebuchet MS", trebuchet, sans-serif;
  font-size: 1.0em;
  outline: 0;
}
text-area {
  height: 100px;
}


/* Top Navigation */
#header {
	width: 960px;
	height: 170px;
	margin: 0px auto;
	}
#header ul {
  z-index: 3;
  position: absolute;
  height: 50px;
  width: 664px;
  padding: 0;
  line-height: 40px;
  margin: 60px 0 0 296px;
  font-family: 'Trebuchet MS', trebuchet, sans-serif;
  background: url('images/navback.png');
}
#header li {
  display: inline;
}
#header li a {
  float: left;
  height: 40px;
  display: block;
  padding: 0 10px;
  margin: 5px 0 5px 5px;
  color: #ddd;
  font-size: 16px;
  text-transform: lowercase;
  text-decoration: none;
}
#header li a:hover {
  color: #fff;
  background: url('images/navback.png') no-repeat;
}
#header li.current_page_item a,
#header li.current_page_ancestor a,
#header li.current_page_item a:hover,
#header li.current_page_ancestor a:hover {
  color: #000;
  height: 56px;
  background: url('images/navselect.png') top center no-repeat;
}
#header li form {
  float: right;
  margin: 0 5px 0 0;
}
#header li input {
  float: left;
  width: 144px;
  height: 28px;
  font-size: 16px;
  border: 0;
  margin: 5px 0 0;
  padding: 10px 3px 0;
  color: #fc0;
  border: 1px dotted #999;
  background: url('images/navback.png') no-repeat;
}
#header li input.focus {
  border: 1px solid #fff;
}
button {
  border: 0;
  color: #000;
  height: 40px;
  font-weight: normal;
  font-size: 16px;
  text-transform: lowercase;
  background: #fc0;
}
button:hover {
  background: #fff;
}
#header li button {
  float: left;
  margin: 5px 0 0 5px;
  color: #fff;
  background: transparent;
}
#header li button:hover {
  color: #000;
  background: #fc0;
}


/* Headings */
h1 {
  z-index: 3;
  position: absolute;
  width: 265px;
  height: 116px;
  margin: -116px 0 0;
}
h1 img {
  margin: 173px 0 0;
  position: absolute;
}
#content h2 {
  position: absolute;
  width: 300px;
  padding: 0;
  text-indent: -500em;
  overflow: hidden;
  margin: 15px 0 0 -300px;
  background-position: top right;
  background-repeat: no-repeat;
}
#content h3 {
  height: 40px;
  overflow: hidden;
  font-size: 24px;
  font-weight: normal;
  line-height: 67px;
  padding: 0;
  margin: 20px 0 10px;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-family: "Trebuchet MS", trebuchet, sans-serif;
}
#content h3 span {
  display: block;
  overflow: hidden;
  height: 39px;
}
#content .entry h3.first {
  height: 35px;
  line-height: 57px;
}
#content .entry h3.first span {
  height: 34px;
}
  

/* Content */
#content {
  width: 960px;
  margin: 0 auto;
  font-size: 14px !important;
  line-height: 26px;
}
#content p {
  padding: 10px 0;
}
#content ul {
  padding: 10px 30px;
  list-style-type: square;
}
#content a {
  padding: 2px 3px;
  color: #ffc;
  text-decoration: none;
  border-bottom: 1px dotted #fff;
}
#content a:hover {
  color: #000;
  background: #fff;
  border-style: solid;
}
#content .post, #content .search {
  width: 664px;
  margin-top: -15px;
  padding-left: 296px;
}
#content .alignleft {
  float: left;
  margin: 0 10px 10px 0;
}
#content .alignright {
  float: right;
  margin: 0 0 10px 10px;
}
div.tricol {
  margin-left: -20px;
}
div.tricol div {
  float: left;
  width: 208px;
  margin-left: 20px;
}
div.col1 li,
div.col2 li,
div.col3 li {
  display: inline;
}
div.col1 a,
div.col2 a,
div.col3 a {
  display: block;
  padding: 0 !important;
  border-bottom: 0 !important;
  background: transparent !important;
}
div.col1 a { color: #f60 !important; }
div.col2 a { color: #0ff !important; }
div.col3 a { color: #9f3 !important; }
div.col1 a:hover,
div.col2 a:hover,
div.col3 a:hover {
  padding-left: 25px !important;
  margin-left: -25px;
  text-decoration: underline !important;
  color: #fc6 !important;
  background: url('images/bullet-hover.gif') 0px 5px no-repeat transparent !important;
}
div.col-left {
  float: left;
  width: 322px;
}
div.col-right {
  float: left;
  width: 322px;
  margin-left: 20px;
}
div.col-wideleft {
	float:left;
	width:436px;
}
div.col-shortright {
	float:left;
	width: 208px;
	margin-left: 20px;
	}
div.col-shortright div.col1 ul,
div.col-shortright div.col2 ul,
div.col-shortright div.col3 ul {
  padding: 10px !important;
}
div.col-shortright div.col1 .current_page_item a { background: #f60 !important; }
div.col-shortright div.col2 .current_page_item a { background: #0ff !important; }
div.col-shortright div.col3 .current_page_item a { background: #9f3 !important; }
div.col-shortright div.col1 .current_page_item a,
div.col-shortright div.col2 .current_page_item a,
div.col-shortright div.col3 .current_page_item a {
  cursor: default;
  color: #000 !important;
  text-decoration: none !important;
  padding: 0 10px !important;
  margin: 0 -10px !important;
}


/* Printing Page */
#printingcols.tricol div ul {
  padding: 0;
}
#printingcols img {
  margin: 0 0 -20px;
  border: 5px solid #fff;
}
#printingcols li a {
  border-bottom: 0;
}


/* File Prep Page */
.file-prep img {
  border: 5px solid #fff;
}


/* Contact Page */
#leftContact, #rightContact {
  margin-top: -25px;
}
#content .wpcf7-form p {
  padding: 0 0 10px;
}
#content .wpcf7-form-control-wrap {
  display: block;
  padding: 5px;
  background: #fff;
}
#content .wpcf7-form-control-wrap input, #content .wpcf7-form-control-wrap textarea {
  width: 312px;
  border: 0;
  padding: 0;
  background: #fff;
}
#google-map-wrap {
  width: 312px;
  height: 210px;
  margin: 36px 0 0;
  background: #fff;
}
#google-map {
  width: 302px;
  height: 200px;
  border: 5px solid #fff;
}
#google-map a {
  border-bottom: none;
  background: transparent !important;
}
#rightContact {
  color: #fff;
  font-size: 14px;
  line-height: 18px;
}
div.wpcf7-response-output {
	margin: 0 !important;
	padding: 15px !important;
  border: 0 !important;
	font-size: 14px !important;
	line-height: 18px !important;
  color: #000 !important;
}
div.wpcf7-mail-sent-ok {
  border: 0 !important;
  color: #fff !important;
  background: #0cc !important;
}
div.wpcf7-mail-sent-ng {
  border: 0 !important;
  background: #fc0 !important;
}
div.wpcf7-spam-blocked {
  border: 0 !important;
  background: #fc0 !important;
}
div.wpcf7-validation-errors {
  border: 0 !important;
  background: #fc0 !important;
}
span.wpcf7-form-control-wrap {
	position: relative !important;
}
span.wpcf7-not-valid-tip {
	position: absolute;
	top: 0 !important;
	left: 0 !important;
	z-index: 2 !important;
	color: #000 !important;
  border: 0 !important;
  font-size: 16px !important;
	font-family: "Trebuchet MS", trebuchet, sans-serif !important;
	background: url('images/notify-arrow.gif') 7px 7px no-repeat #fff !important;
	padding: 0 0 0 25px !important;
  margin: -2px 5px 0 5px !important;
}
.ajax-loader {
  width: 16px;
  height: 16px;
  position: absolute;
  padding: 16px;
  clip: rect(0px, 16px, 16px, 0);
  margin: 12px 0 0 12px;
	background: url('images/ajax-loader.gif') top left no-repeat !important;
}
.ajax-loader:before {
  content: attr(src);
}


/* Portfolio Page */
#leftPortfolio {
	margin-top: -25px;
	}
#post-114 #leftPortfolio {
  color: #fc3;
}
#leftPortfolio p img{
	margin: 0;
	border: 8px solid #fff;
	}
.thumbs {
  margin: 0 -3px;
}
#leftPortfolio .thumbs {
  margin: 0 -6px;
}
.thumbs a {
  float: left;
  padding: 0;
  margin: 0;
  border-bottom: 0 !important;
  background: transparent !important;
}
.thumbs img {
	margin: 3px;
	border: 6px solid #fff;
	}
.thumbs a:hover img {
  border-color: #fc3;
}
#rightPortfolio{
	margin-top: -25px;
	}
#rightPortfolio ul{
	margin: 0;
	padding: 0;
	}
#rightPortfolio li{
	list-style:none;
	font-size: 14px;
	line-height: 18px;
  font-family: "Trebuchet MS", trebuchet, sans-serif;
	margin: 0;
	padding: 0;
	display: inline;
	}
#rightPortfolio li a{
	color:#ddd;
	margin: 0 0 1px;
	padding: 4px 8px;
	display: block;
	background:none;
	border-bottom-color: #333 !important;
	}
#rightPortfolio li a:hover{
	color:#fff;
  background: url('images/navback.png') no-repeat;
	}
#rightPortfolio .current_page_item a{ 
	color: #000 !important;
	background: #fc3 !important;
	}


/* Footer */
#footer {
  clear: both;
  height: 100px;
  padding: 72px 0 0 !important;
  margin: 50px 0 0;
  text-align: right;
  font-size: 12px;
  line-height: 15px;
  color: #7c5c23;
  background: url('images/footer.gif') bottom left no-repeat;
}
#footer a {
  color: #a77b2f;
  padding: 0;
  border-bottom: 0;
  background: transparent !important;
}
#footer a:hover { color: #d09225; }

/*Filechucker*/


/* Tool Tip */
#bweb-tooltip {
  z-index: 99;
  position: absolute;
  padding: 10px;
  font-size: 13px;
  cursor: pointer;
  font-family: "Trebuchet MS", trebuchet, sans-serif;
  color: #fff;
  background: #000;
}


/* Admin Bar */
#admin-bar {
  z-index: 3;
  position: absolute;
  top: 20px;
  height: 20px;
  overflow: hidden !important;
  margin: 0 0 0 296px;
  font-family: "Trebuchet MS", trebuchet, sans-serif;
}
#admin-bar a {
  font-size: 12px;
  padding: 1px 5px !important;
  text-transform: lowercase;
  color: #999 !important;
  border-bottom: 0;
  background: transparent !important;
}
#admin-bar a:hover {
  color: #fff !important;
  background: url('images/navback.png') no-repeat transparent !important;
}