/*
Theme Name: Casey Design Alternate
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

*/

/* Reset CSS */

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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	font-size: 62.5%;
	font-family: Helvetica,Arial,sans-serif;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a:visited, a:active, a:link {
	color: #000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* Begin Typography & Colors */


body {
	width: 100%;       
	margin: 0;
	padding: 0;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Verdana, Arial, Sans-Serif;
	background-color: #fff;
	color: #333;
}              
#page {
	text-align: left;
}

#header {
	background: #73a0c5 url('images/header-bg.png') repeat-x 0 0;
}
#header #primaryNav {
	position: absolute;
	bottom: 44px;
	right: 168px;
}
#header #primaryNav li {
	float: left;
	display: inline;
	list-style-type: none;
	list-style-position: inside;
}
#header #primaryNav li a {
	display: block;
	overflow: hidden;
	margin: 0 8px;
	padding: 4px 0;
	text-indent: -9999px;
}
#header #primaryNav li.nthChild-1 a {
	width: 80px;
	background: transparent url('images/primNav-company.png') no-repeat 5px 0;	
}
#header #primaryNav li.nthChild-1 a:hover, #header #primaryNav li.nthChild-1 a.inPath {
	width: 82px;
	background: transparent url('images/primNav-company.png') no-repeat -82px 0px;	
}
#header #primaryNav li.nthChild-2 a {
	width: 93px;
	background: transparent url('images/primaryNav-technology.png') no-repeat 0 -2px;	
}
#header #primaryNav li.nthChild-2 a:hover, #header #primaryNav li.nthChild-2 a.inPath {
	width: 93px;
	background: transparent url('images/primaryNav-technology.png') no-repeat -96px -2px;	
}
#header #primaryNav li.nthChild-3 a {
	width: 48px;
	background: transparent url('images/primaryNav-press.png') no-repeat -5px 0;	
}
#header #primaryNav li.nthChild-3 a:hover, #header #primaryNav li.nthChild-3 a.inPath {
	width: 48px;
	background: transparent url('images/primaryNav-press.png') no-repeat -55px 0;	
}
#header #primaryNav li.nthChild-4 a {
	width: 50px;
/*	background: transparent url('images/primaryNav-links.png') no-repeat 0 -2px;*/	
	background: 0 none;                                                              
}
#header #primaryNav li.nthChild-4 a:hover, #header #primaryNav li.nthChild-4 a.inPath {
	width: 50px;
	background: transparent url('images/primaryNav-links.png') no-repeat -64px -2px;	
}
#header #primaryNav li.nthChild-5 a {
	width: 90px;
/*	background: transparent url('images/primaryNav-green.png') no-repeat -2px -4px;*/	
	background: 0 none;
}
#header #primaryNav li.nthChild-5 a:hover, #header #primaryNav li.nthChild-5 a.inPath {
	width: 90px;
	background: transparent url('images/primaryNav-green.png') no-repeat -101px -3px;
}
#header #primaryNav li a.lastChild {
	width: 54px;
	background: transparent url('images/primaryNav-blog.png') no-repeat - 0;	
}
#headerimg {
	margin: 7px 9px 0;
	height: 192px;
	width: 740px;
}
#content {        
	width: 800px;   
	margin: 0 auto;
}
#footer {
	width: 100%;
	background: #e7e7e7 url('images/kubrickfooter.jpg') no-repeat top;
	border: none;
}
#headerimg .description {
	font-size: 1.2em;
	text-align: center;
}
/* End Typography & Colors */

/* Majority of Home Pages Styling */ 
#page {
	margin: 0 auto;
	width: 100%;
} 
.innerWidth {
	width: 900px;
	margin: 0 auto;
}
#header {
	height: 145px;
	width: 100%;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	background-color: transparent; 
}
#header .innerWidth {
	position: relative;
	height: 138px;
}
#header .innerWidth h1 a {
	text-indent: -9999px;
	width: 242px;
	height: 82px;
	position: absolute;
	top: 24px;
	left: 46px;
	background: transparent url('images/logo.png') no-repeat 0 0;
}
#header .innerWidth span.tagline {
	text-indent: -9999px;
	width: 272px;
	height: 21px;
	position: absolute;
	top: 74px;
	left: 372px;
	background: transparent url('images/header-tagline.png') no-repeat 0 0;	
}
/*#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
}
.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
}*/
.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
}
.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 {
	clear: both;
}
.clear {
	clear: both;
}
#homeContent {  
	overflow: hidden;
	width: 100%;
	margin: 0;
	padding: 124px 0 0;     
	background-color: #fff;
}
#homeContent #innerhomeContent {
	overflow: hidden;
	margin: 0 auto;
	width: 900px;
}
#homeContent #innerhomeContent img {
	margin: 0 0 0 0;
}
#homeContent #leftTag {
	float: left;
	display: inline;
	width: 268px;                
	margin: 36px 0 0 49px; 
	border-right: 1px solid #CCC;
}
#homeContent #leftTag span {
	text-indent: -9999px;
	display: block;
	width: 242px;
	height: 142px;
	background: transparent url('images/carbonCapture.png') no-repeat 0 0;
}
#homeContent #leftTag #allyList {
	margin: 0 0 20px 0;
	padding: 0;
	-moz-padding-start: 0;
}
#homeContent #leftTag #allyList li {
	list-style-position: outside;
	list-style: none;
	display: block;
	width: 240px;
	text-indent: -9999px;
}
#homeContent #leftTag #allyList li.firstChild {
	height: 34px;
	background: transparent url('images/profitable.png') no-repeat 0 0;
}
#homeContent #leftTag #allyList li.secondChild {
	height: 34px;
	background: transparent url('images/scalable.png') no-repeat 0 0;
}
#homeContent #leftTag #allyList li.lastChild {
	height: 28px;	
	background: transparent url('images/solid.png') no-repeat 0 0;
}
#homeContent #bannerHolder, #mainContent #bannerHolder {
	width: 100%;      
	height: 292px;
	position: relative;
	background-color: #9CB3C0;
}
#homeContent #bannerHolder #innerHolder {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;     
	z-index: 2;
	text-align: center;
}                                      
#mainContent #bannerHolder #innerHolder {
	overflow: hidden;
	width: 100%;
	height: 200px !important;
	position: absolute;
	top: 92px;
	left: 0;     
	z-index: 2;
	text-align: center;
}
#homeContent #bannerHolder #innerHolder img {
	width: 900px;
	height: 294px;
	margin: 0 auto;
}
#mainContent #bannerHolder #innerHolder img {
	width: 900px;
	height: 202px;
	margin: 0 auto;
}
body#company #mainContent #bannerHolder #innerHolder img {
	width: 900px;
	height: 202px;
	margin: 0 auto;
	position: relative;
	top: 0;
}          
#homeContent #content {
	float: left;
	display: inline;
	width: 580px;
}
#homeContent #content h3#whoweAre {
	margin: 27px 0 0 53px;
	text-indent: -9999px;                         
	width: 166px;
	height: 31px;
	background: transparent url('images/who-we-are.png') no-repeat 0 0;
}
#homeContent #content p {
	margin: 7px 0 0 56px;
	color: #666666;
	font-size: 1.2em;
	line-height: 1.6em;
}
#homeContent #content h3#whatsNew {
	margin: 40px 0 0 53px;
	text-indent: -9999px;                         
	width: 166px;
	height: 31px;
	background: transparent url('images/whats-new.png') no-repeat 0 0;
}
#homeContent #content ul#newPosts {
	overflow: hidden;
	margin: 0 0 0 53px;
	-moz-padding-start: 0;
	-webkit-padding-start: 0;
}
#homeContent #content ul#newPosts li {
	float: left;
	display: inline;
	width: 230px;
	margin: 8px 0;
	list-style-image: none;
	list-style-type: none;
	list-style-position: outside;
	line-height: 1.4em;
}
#homeContent #content ul#newPosts li.firstChild {
	margin: 8px 8px 8px 4px;                           
}
#homeContent #content ul#newPosts li span.title {
	display: block;
	height: 4px;
	color: #333333;
	font-size: 1.1em;
	letter-spacing: 0.1em;
}  
#homeContent #content ul#newPosts li span.context {
	display: block;
	height: 20px;
	font-size: 1.2em;
	color: #666666;
}
#homeContent #content ul#newPosts li span.link a {
	display: block;
	color: #0079C0;
	font-size: 1em;
	text-decoration: underline;
}
#homeContent #content ul#newPosts li span.link a:hover {
	color: #00B0E7;
	font-size: 1em;           
	text-decoration: underline;
}

/* End of Majority of Home Pages Styling */ 

/* Footer on all Pages */ 
 
#footer {
	padding: 0;
	margin: 0 auto;
	width: 100%;
	clear: both;
}
#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
}

/* End of Footer on all Pages */ 

/* Majority of Downstream Pages */
#innermainHolder {
	width: 100%;
}
#innermainContent {
	margin: 0 auto;
	width: 900px;
}
#mainContent {  
	overflow: hidden;
	width: 100%;
	margin: 0;
	padding: 42px 0 0;     
	background-color: #fff;
}
#mainContent #content {
	float: right;
	display: inline;
	width: 640px;
	margin: 18px 0 0 0;
}
#mainContent #content #entry {
	margin: 0 0 0 8px;
}
#mainContent #content h2 {
	margin: 0;
	font-size: 3em;
	font-weight: normal;
}
#mainContent #content h3 {
	margin: 8px 0;
}
#mainContent #content p {
	margin: 0px 0 8px;
	padding: 0;
	line-height: 1.4em; 
	font-size: 1.2em;
	color: #666;
}

/* People - Majority of Downstream Pages */
ul#peopleList {
	margin: 0 0 0 12px;
}
ul#peopleList li {
	list-style-position: inside;
	list-style-type: none;
	margin: 4px 0;
}

/* 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 Sidebar */
#sidebar {
	float: left;
	display: inline;
	width: 20em;
	height: 22.5em;
    margin: 30px 0 0;
	border-right: 1px solid #CCCCCC;
}
#sidebar form {
	margin: 0;
}
#sidebar ul {
	-moz-padding-start: 0px;
}
#sidebar ul.sf li.page_item {
	list-style-type: none;
	list-style-position: inside;
}
#sidebar ul.sf li.page_item a.depth_0, #sidebar ul.sf li a.depth_0 {
	display: none;
} 
#sidebar ul.sf li.page_item ul {
	margin: 0 0 0 52px;
}
#sidebar ul.sf li.page_item a.depth_1, #sidebar ul.sf li.page_item a.depth_1 span {
	text-indent: -9999px;
}


/*Company Navigation*/ 
body.company #sidebar ul div#nthChild-2, body.company #sidebar ul div#nthChild-3, body.company #sidebar ul div#nthChild-4, body.company #sidebar ul div#nthChild-5 {
	display: none;
}
/*History Hover*/
body.company #sidebar ul.sf li ul li.page_item a {
	display: block;
	height: 30px;
	width: auto;
	background: transparent url('images/history.png') no-repeat 54px 0;
}
body.company #sidebar ul.sf li ul li.current_page_item a.nthChild-2, body.company #sidebar ul.sf li ul li.page-item-6 a.nthChild-2:hover {
	display: block;
	height: 30px;
	width: auto;
	background: transparent url('images/history.png') no-repeat 54px -32px;
}

/*People Hover*/
body.company #sidebar ul.sf li ul li.page-item-7 a {
	display: block;
	width: auto;
	background: transparent url('images/people.png') no-repeat 54px 0;
}
body.company #sidebar ul.sf li ul li.current_page_item a.nthChild-3, body.company #sidebar ul.sf li ul li.page-item-7 a.nthChild-3:hover {
	display: block;
	width: auto;
	background: transparent url('images/people.png') no-repeat 54px -31px;
}               

/*Opp Hover*/
body.company #sidebar ul.sf li ul li.page-item-8 a {
	display: block;
	width: auto;
	background: transparent url('images/opportunities.png') no-repeat -11px 2px;
}
body.company #sidebar ul.sf li ul li.current_page_item a.nthChild-4, body.company #sidebar ul.sf li ul li.page-item-8 a.nthChild-4:hover {
	display: block;
	width: auto;
	background: transparent url('images/opportunities.png') no-repeat -11px -28px;
}

/*Contact Hover*/
body.company #sidebar ul.sf li ul li.page-item-10 a {
	display: block;
	width: auto;
	background: transparent url('images/contact.png') no-repeat 0 4px;
} 
body.company #sidebar ul.sf li ul li.current_page_item a.nthChild-5, body.company #sidebar ul.sf li ul li.page-item-10 a.nthChild-5:hover {
	display: block;
	width: auto;
	background: transparent url('images/contact.png') no-repeat 0 -31px;
}


/*Tech Navigation*/ 
body.technology #sidebar ul div#nthChild-1, body.technology #sidebar ul div#nthChild-3, body.technology #sidebar ul div#nthChild-4, body.technology #sidebar ul div#nthChild-5 {
	display: none;
}

body.technology #sidebar ul.sf li ul li.page_item a {
	display: block;
	height: 30px;
	width: auto;
}

/*Skymine Hover*/
body.technology #sidebar ul.sf li ul li.page-item-62 a {
	display: block;
	width: auto;
	background: transparent url('images/skymine.png') no-repeat 0 2px;
} 
body.technology #sidebar ul.sf li ul li.current_page_item a.nthChild-7, body.technology #sidebar ul.sf li ul li.page-item-62 a.nthChild-7:hover {
	display: block;
	width: auto;
	background: transparent url('images/skymine.png') no-repeat 0 -27px;
}

/*Services Hover*/
body.technology #sidebar ul.sf li ul li.page-item-64 a {
	display: block;
	width: auto;
	background: transparent url('images/services.png') no-repeat 0 3px;
} 
body.technology #sidebar ul.sf li ul li.current_page_item a.nthChild-8, body.technology #sidebar ul.sf li ul li.page-item-64 a.nthChild-8:hover {
	display: block;
	width: auto;
	background: transparent url('images/services.png') no-repeat 0 -27px;
}

/*Press Releases Navigation*/
body.press #sidebar ul div#nthChild-1, body.press #sidebar ul div#nthChild-2, body.press #sidebar ul div#nthChild-4, body.press #sidebar ul div#nthChild-5 {
	display: none;
}

body.press #sidebar ul.sf li ul li.page_item a {
	display: block;
	height: 30px;
	width: auto;
}

/*Press Release Hover*/
body.press #sidebar ul.sf li ul li.page-item-62 a {
	display: block;
	width: auto;
	background: transparent url('images/press-releases.png') no-repeat 0 2px;
} 
body.press #sidebar ul.sf li ul li.current_page_item a.nthChild-10, body.press #sidebar ul.sf li ul li.page-item-62 a.nthChild-10:hover {
	display: block;
	width: auto;
	background: transparent url('images/press-releases.png') no-repeat 0 -27px;
}

/*Links Navigation*/
body.links #sidebar ul div#nthChild-1, body.links #sidebar ul div#nthChild-2, body.links #sidebar ul div#nthChild-3, body.links #sidebar ul div#nthChild-5 {
	display: none;
}

body.links #sidebar ul.sf li ul li.page_item a {
	display: block;
	height: 30px;
	width: auto;
}

/*Links Hover*/
body.links #sidebar ul.sf li ul li.page-item-133 a {
	display: block;
	width: auto;
	background: transparent url('images/links.png') no-repeat 42px 0;
} 
body.links #sidebar ul.sf li ul li.current_page_item a.depth_1, body.links #sidebar ul.sf li ul li.page-item-133 a.depth_1:hover {
	display: block;
	width: auto;
	background: transparent url('images/links.png') no-repeat 42px -30px;
}

/*Green Info Navigation*/
body.green #sidebar ul div#nthChild-1, body.green #sidebar ul div#nthChild-2, body.green #sidebar ul div#nthChild-3, body.green #sidebar ul div#nthChild-4 {
	display: none;
}

body.green #sidebar ul.sf li ul li.page_item a {
	display: block;
	height: 30px;
	width: auto;
}

/*Green Info Hover*/
body.green #sidebar ul.sf li ul li.page-item-136 a {
	display: block;
	width: auto;
	background: transparent url('images/green.png') no-repeat 42px 0;
} 
body.green #sidebar ul.sf li ul li.current_page_item a.depth_1, body.green #sidebar ul.sf li ul li.page-item-136 a.depth_1:hover {
	display: block;
	width: auto;
	background: transparent url('images/green.png') no-repeat 42px -30px;
}

#content ul#newPosts li {
	margin: 8px 0;
	list-style-image: none;
	list-style-type: none;
	list-style-position: outside;
	line-height: 1.4em;
}
#content ul#newPosts li {
	margin: 8px 8px 8px 4px;                           
}
#content ul#newPosts li span.title {
	display: block;
	height: 6px;
	color: #333333;
	font-size: 1.2em;
	letter-spacing: 0.1em;
}  
#content ul#newPosts li span.context {
	display: block;
	height: 20px;
	font-size: 1.2em;
	color: #666666;
}
#content ul#newPosts li span.link a {
	display: block;
	padding: 1px 0 0 24px;
	color: #0079C0;
	font-size: 1.2em;
	text-decoration: underline;
	background: transparent url('images/li-type.png') no-repeat 0 0;
}
#content ul#newPosts li span.link a:hover {
	color: #00B0E7;
	font-size: 1.2em;           
	text-decoration: underline;
}


/* End Sidebar */

hr {
	display: none;
}

