/*
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-size: 62.5%; /* Resets 1em to 10px */
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(images/backgrounds/main-bg.jpg);
	background-repeat:repeat-x;
	background-color:#151515;
	color: #333;
	text-align:left;
	}

#page {
	background-color: white;
	border: 1px solid #959596;
	text-align: left;
	}


#headerimg 	{
	margin: 7px 9px 0;
	height: 192px;
	width: 740px;
	}
	

a:active
{
outline: none!important;
}

a:focus
{
-moz-outline-style: none!important;
}

.simpleviewer a:active
{
outline: none!important;
}

.simpleviewer a:focus
{
-moz-outline-style: none!important;
}

object { outline:none!important; }

#content {
	font-size:12px;
	color:#FFFFFF;
	}
	
#content p {
	font-size:12px;
	color:#FFFFFF;
	}
	
#logo {
		text-indent: -5000px; overflow:hidden; display:block;
		width: 209px; height:114px; text-decoration: none !important;
		background-image:url(images/sitewide/logo.jpg);
		background-repeat:no-repeat; float:left;
		}
		
#logo-sub {
		text-indent: -5000px; overflow:hidden; display:block;
		width: 209px; height:114px; text-decoration: none !important;
		background-image:url(images/sitewide/logo-sub.jpg);
		background-repeat:no-repeat; float:left;
		}

.entry {
	padding:10px 0 10px 0;}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}



small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3, h4, h5, h6 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding:0;
	margin:0;
	letter-spacing:-1px;
	color:#d6ff74;
	}
	
h2 {
	font-size:32px;}
	
h3 {
	font-size:26px;}
	
h4 {
	font-size:22px;
	letter-spacing:0px;}	
	
h5 {
	font-size:18px;
	letter-spacing:0px;}



.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em Arial, Helvetica, sans-serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family:Arial, Helvetica, sans-serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 12px Arial, Helvetica, sans-serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}


a:hover {
	color: #147;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em Arial, Helvetica, sans-serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
	
	a:link { font-family:Arial, Helvetica, sans-serif; text-decoration:none; color:#c5dd71; text-decoration:none;}
	a:visited { font-family:Arial, Helvetica, sans-serif; text-decoration:none; color:#c5dd71; text-decoration:none;}
	a:hover { font-family:Arial, Helvetica, sans-serif; text-decoration:underline; color:#c5dd71; !important}
	a:active { font-family:Arial, Helvetica, sans-serif; text-decoration:none; color:#c5dd71; text-decoration:none;}

	

	
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0;
	}
	
#wrapper {
	margin:0 auto 0 auto;
	width:948px;}

#page {
	margin: 0px auto;
	padding: 0;
	width:948px;
	border: 1px solid #959596;
	}

#header_home{
	margin: 0;
	padding: 0;
	height: 114px;
	width: 948px;
	background-image:url(images/backgrounds/header-bg.jpg);
	background-repeat:no-repeat;
	}

#header {
	margin: 0;
	padding: 0;
	height: 114px;
	width: 948px;
	/*background-image:url(images/backgrounds/header-bg.jpg);
	background-repeat:no-repeat;*/
	}


#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
	}
	
#bg_rep_holder {
	float:left;
	width:948px;
	margin-top:10px;
	background-image:url(/wp-content/themes/default/images/sitewide/subpage-vert-rule.jpg);
	background-position:648px 0px;
	background-repeat:repeat-y;}
	
/* navigation */

#navigation {
	float:right;
	width:712px;
	padding-top:50px;}

	#navigation ul {
	display:inline;
	float:left;
	padding:0;
	margin:0;}
	
	#navigation li {
	display:inline;
	float:left;
	padding:0;
	margin:0;}

#nav_home {
			  text-indent: -5000px; overflow:hidden; display:block;
			  width: 82px; height:34px; text-decoration: none !important;
			  background-image:url(images/nav/home.gif);
			  background-repeat:no-repeat;
			  }
			  #nav_home:hover {background-position: -82px 0;}
			  #nav_home.selected {background-position: -82px 0;}
			  
#nav_home_home {
			  text-indent: -5000px; overflow:hidden; display:block;
			  width: 82px; height:34px; text-decoration: none !important;
			  background-image:url(images/nav/home-home.jpg);
			  background-repeat:no-repeat;
			  }
			  #nav_home_home:hover {background-position: -82px 0;}
			  #nav_home_home.selected {background-position: -82px 0;}
			  
#nav_about_us {
			  text-indent: -5000px; overflow:hidden; display:block;
			  width: 91px; height:34px; text-decoration: none !important;
			  background-image:url(images/nav/about-us.jpg);
			  background-repeat:no-repeat;
			  }
			  #nav_about_us:hover {background-position: -91px 0;}
			  #nav_about_us.selected {background-position: -91px 0;}
			  
			  
#nav_portfolio {
			  text-indent: -5000px; overflow:hidden; display:block;
			  width: 96px; height:34px; text-decoration: none !important;
			  background-image:url(images/nav/portfolio.jpg);
			  background-repeat:no-repeat;
			  }
			  #nav_portfolio:hover {background-position: -96px 0;}
			  #nav_portfolio.selected {background-position: -96px 0;}
			  
#nav_design {
			  text-indent: -5000px; overflow:hidden; display:block;
			  width: 82px; height:34px; text-decoration: none !important;
			  background-image:url(images/nav/design.jpg);
			  background-repeat:no-repeat;
			  }
			  #nav_design:hover {background-position: -82px 0;}
			  #nav_design.selected {background-position: -82px 0;}
			  
			  
#nav_construction {
			  text-indent: -5000px; overflow:hidden; display:block;
			  width: 124px; height:34px; text-decoration: none !important;
			  background-image:url(images/nav/construction.jpg);
			  background-repeat:no-repeat;
			  }
			  #nav_construction:hover {background-position: -124px 0;}
			  #nav_construction.selected {background-position: -124px 0;}	
			  

#nav_maintenance {
			  text-indent: -5000px; overflow:hidden; display:block;
			  width: 120px; height:34px; text-decoration: none !important;
			  background-image:url(images/nav/maintenance.jpg);
			  background-repeat:no-repeat;
			  }
			  #nav_maintenance:hover {background-position: -120px 0;}
			  #nav_maintenance.selected {background-position: -120px 0;}
			  
			  
#nav_contact {
			  text-indent: -5000px; overflow:hidden; display:block;
			  width: 117px; height:34px; text-decoration: none !important;
			  background-image:url(images/nav/contact-us.jpg);
			  background-repeat:no-repeat;
			  }
			  #nav_contact:hover {background-position: -117px 0;}
			  #nav_contact.selected {background-position: -117px 0;}			  



/* navigation ends */
	

.narrowcolumn {
	float: left;
	padding:0 0 0 0;
	margin: 0px 0 0 0;
	width: 652px;
	}
	
.wide_column {
	float:left;
	width:948px;
	padding:0;
	margin:50px 0 0 0;}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}


#homepage_image_banner {
	width:948px;
	height:437px;
	float:left;
	background-image:url(images/backgrounds/homepage-image-holder.jpg);
	background-repeat:no-repeat;
	padding-top:8px;
	}


#homepage_text_links {
	float:left;
	width:948px;
	height:158px;
	float:left;
	margin-top:10px;
	position:relative;
	background-image:url(/wp-content/themes/default/images/backgrounds/homepage-link-background.jpg);
	background-repeat:no-repeat;}


#homepage_quote {
		text-indent: -5000px; overflow:hidden; display:block;
		width: 350px; height:126px; text-decoration: none !important;
		background-image:url(images/headings/homepage_quote.jpg);
		background-repeat:no-repeat; margin:8px 0 0 0; padding:0;
		}
	
#button_view_portfolio {
		text-indent: -5000px; overflow:hidden; display:block;
		width: 266px; height:128px; text-decoration: none !important;
		background-image:url(images/buttons/view_portfolio.jpg);
		background-repeat:no-repeat; margin:0 0 0 0; padding:0;
		position:absolute; top:7px; left:384px;
		}
		
#button_project_news {
		text-indent: -5000px; overflow:hidden; display:block;
		width: 258px; height:130px; text-decoration: none !important;
		background-image:url(images/buttons/project_news.jpg);
		background-repeat:no-repeat; margin:0 0 0 0; padding:0;
		position:absolute; top:7px; left:690px;
		}


.post {
	margin: 0 0 10px 0;
	padding:0 30px 0 0;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	display:none;}

.clear {
	clear: both;
}

#footer {
	padding: 0;
	margin:0;
	float:left;
	width: 948px;
	}
	
#footer_left {
	float:left;
	width:300px;
	text-align:left;}
	
#footer_right {
	float:right;
	width:300px;
	text-align:right;}

	#footer a:link { font-family:Arial, Helvetica, sans-serif; text-decoration:none; color:#616161; text-decoration:none;}
	#footer a:visited { font-family:Arial, Helvetica, sans-serif; text-decoration:none; color:#616161; text-decoration:none;}
	#footer a:hover { font-family:Arial, Helvetica, sans-serif; text-decoration:underline; color:#616161; !important}
	#footer a:active { font-family:Arial, Helvetica, sans-serif; text-decoration:none; color:#616161; text-decoration:none;}


#footer p {
	margin: 0;
	font-size:12px;
	color:#5b5b5b;
	padding: 10px 0 10px 0;
	}
/* End Structure */



/*	Begin Headers */


h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}


h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	}

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

.entry ul {
	list-style: none;
	padding:10px 0 0 0!important;
	margin:0 0 0 0!important;
	float:left;
	width:582px;
	}

.entry li {
	float:left;
	width:582px;
	background-position:0px 0px;
	padding:0 0 6px 23px;
	margin:0 0 0 0!important;
	background-image:url(images/sitewide/leaf-bullet.gif);
	background-repeat:no-repeat;}

.entry img {
	border:1px solid #666666;
	padding:2px;}

.entry ol {
	padding: 0 0 0 0;
	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 h2 {
	font-size:24px;
	margin-bottom:15px;}
	
#portfolio_sections {
	font-size:16px;
	font-weight:bold;}
	
#portfolio_sections li {
	font-size:16px;
	background-image:url(images/sitewide/leaf-bullet.gif);
	background-repeat:no-repeat;
	background-position:3px 0px;
	padding-left:25px;
	font-weight:bold;}
	
	#portfolio_sections li a {
	color:#FFFFFF;}
	
	#portfolio_sections li a:hover {
	text-decoration:underline;}
	
	
	
#newleaf_news {
	font-size:16px;}
	
#newleaf_news li {
	font-size:12px;
	background-image:url(images/sitewide/leaf-bullet.gif);
	background-repeat:no-repeat;
	background-position:3px 0px;
	padding-left:25px;}
	
	#newleaf_news li a {
	color:#FFFFFF;}
	
	#newleaf_news li a:hover {
	text-decoration:underline;}

#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: 0 0 0 20px;
	margin:0 0 0 0;
	float:left;
	width: 276px;
	}

#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;
	float:left;
	margin: 10px 20px 25px 0px;
	-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: 10px!important;
	line-height: 17px;
	font-weight:bold;
	padding: 3px 4px 5px;
	color:#333333!important;
	margin: 0;
}
/* End captions */


/* Sitemap */

.ddsg-wrapper {
	width:586px;}
	
.ddsg-wrapper h2 {
	font-size:18px;}
	
.ddsg-wrapper ul {
	width:586px;
	padding:0;
	margin:10px 0 0 0;}
	
.ddsg-wrapper ul li ul {
	width:576px;
	padding:0;
	margin:0px 0 0 0;}
	
.ddsg-wrapper ul li ul li {
	width:560px;
	border:none;}
	
.ddsg-wrapper li {
	width:576px;
	border-bottom:1px dotted #333333;
	border-top:1px dotted #333333;
	background-image:none!important;
	margin:2px 0px 2px 0px;
	float:left;
	padding:5px 0 5px 15px;}

/* Sitemap Ends */


.post-meta {
list-style-type: none;
}
 
.post-meta-key {
display: none;
}

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