@charset "UTF-8";
/***********************
Recent
***********************/

/* general */

* {
	margin: 0;
	padding: 0;	
	line-height: normal;
}

html {
	height: 100%;	
	background: #1a1a1a;
}

body {
	width: 100%;
	height: 100%;
	font-size: 14px;
	line-height:1.6em;	
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	margin: 0;
	padding: 0;	
	background: #1a1a1a;
}

* html body {
	background: #1a1a1a;
}

#wrapper {
	background: #FFFFFF;
	height: 100%;
}

* html #wrapper {
	background: #1a1a1a;
}

a {
	text-decoration: none;	
	margin: 0;
	padding: 0;	
}

.clear {
	clear: both;	
}

.right {
	float: right;	
}

.left {
	float:left;
}

.invisible {
	display: none;
}

/* head - the top stuff */

#head-home {
	z-index: 99;
	display: block;
	width: 100%;
	height: 43px;
	padding: 0px 0 10px 0;
	position: relative;
	/*top: 0;
	left: 0;	*/
	background: #1a1a1a;
	/*overflow: hidden;*/
	margin: 0;
}

#head {
	z-index: 99;
	display: block;
	width: 100%;
	height:43px;
	/*height: 25px;*/
	padding: 15px 0 10px 0;
	position: fixed;
	top: 0;
	left: 0;	
	background: #1a1a1a;
	overflow: hidden;
	margin: 0;
}

* html #head {
	position: static;
}

#header, #header-home {
	width: 960px;
	margin: 0 auto;
	padding: 0;	
}

#headerimg h1 a {
	/*background: url('images/empax_logo_v4.gif') top left no-repeat;*/
	background: url('images/empax-logo-crystal.png') center left no-repeat;
	width:103px;
	height:43px;
	/*width: 81px;
	height: 15px;*/
	display: block;
	/*width: 81px;
	height: 20px;*/
	display: block;
	margin: 0;
	padding: 0;	
}

#headernav ul{
	list-style: none;
	margin: 0;
	
	padding: 5px 0 0 0;	
}
#headernav li {
	display: block;
	float: right;	
	margin: 0 0 0 18px;
	padding: 0;
	padding-top:11px;
}
#headernav a {
	display: block;
	color: #FFF;
	font-size: .85em;
	margin: 0;
	padding: 0 2px;	
}
#headernav a:hover {
	color: #333;
	background: #fff;
	text-decoration: none;
}
#headernav a:active {
	color: #666;
	text-decoration: none;
}

/* page - content - the inbetween stuff */
#page {
	z-index: 97;
	display: block;
	width: 100%;	
	background: #ffffff;
	padding: 128px 0 0 0; /* 5/15 - bottom padding - how does it know how much? */
	position: relative;
	overflow: hidden;
	/*min-height: 100%;*/
	height: auto !important;
	/*height: 100%;*/
	margin: 0 auto 50px; /* match 3rd & last var to height of footer */
}

* html #page {
	position: static;
	height: auto;
	padding: 80px 0 0 0;
	background: #ffffff;
}

#content {
	background: #FFF;
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;	
	text-align: left;	
}	
/* special for home */
#home-page {
	z-index: 97;
	display: block;
	background: #000;
	width: 100%;	
	padding: 0 0 0 0; 
	position: relative;
	overflow: hidden;
	margin: 0;
}
#home-page #content, #home-page .post, #home-page .entry {
	background:#000;
	overflow: hidden;
}

/* special for blog */
#blog-page {
	z-index: 97;
	display: block;
	background: #fff;
	width: 100%;	
	padding: 0 0 0; 
	position: relative;
	overflow-x: hidden;
	margin: 0;
}
.pagination {
	margin-top:1em;
	border-top:1px solid #eeeeee;
	padding-top:1em;

}
.pagination p.floatright {
	text-align:right;
	float:right;
}
.pagination p.floatleft {
	float:left;
}
.pagination p, #blog-explore {
	font-size:.8em;
	color:#808080;
}
.pagination p {
	margin-bottom:2em;
}
#blog-explore {
	margin-top:20px;
	padding-top:60px;
	margin-bottom:0;
	padding-bottom;
}
#blog-page #content, #blog-page .post, #blog-page .entry {
	background:#fff;
}

* html home-page, * html blog-page, * html home-page .post, * html blog-page .post, * html home-page .entry, * html blog-page .entry {
	/*height: 311px;
	overflow: hidden;*/
}

.home .entry {
	z-index: 97px;
}
/* footer - the bottom stuff */
#foot-home {
	display: block;
	z-index: 98;
	position: relative;
	/*top: 542px;
	left: 0;*/
	width: 100%;
	min-height: 60px;
	height: auto;
	background: #1a1a1a;	
	padding: 15px 0;
	margin: -63px 0 0 0;
}

* html #foot-home {
	/*position: static;		
	height: auto;*/
}

#foot {
	display: block;
	z-index: 99;
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	background: #1a1a1a;	
	padding: 10px 0;
	margin: 0;
	height: 30px;
		
}
#foot.blog-foot {
	position:static;
}

* html #foot {
	position: static;
}

.push {
	height: 50px;	
}

* html .push {
	height: 40px;
}

#footer {
	width: 960px;
	margin: 0 auto;
	text-align: right;	
	padding: 0;	
}

#footer p {
	color: #999;
	font-size: .7em;
	margin: 2px 0;
	padding: 0;	
}	

#footer p a {
	color: #999;
	margin: 0;
	padding: 0;	
}	

#footer p a:hover {
	color: #fff;
	text-decoration: none;
}	

#footer p a:active {
	color: #666;
}	

#footer-home-columns {
	margin:0px 0 40px 0;;
}

#foot-home-left, #foot-home-center, #foot-home-right {
	width:306px;
	float:left;
	margin-right:20px;
	text-align:left;
}

#footer-home-columns p, #footer-home-columns h3 {
	font-size:.9em;
	margin-bottom:10px;
}

#footer-home-columns h3 {
	border-bottom:1px solid #2a2a2a;
	padding-bottom:5px;
	margin-top:20px;
	color:#666;
}
#footer-home-columns p a {
	color:#999999;
}
#footer-home-columns p a:hover {
	color:#00bce4;
}
#footer-home-columns img {
	display:none;
}
#foot-home-right {
	float:right;
	margin-right:0px;
}

/* headings */

h1 a {
	color: #FFF;
	background: #1a1a1a;
	/*padding: 4px 5px 4px 4px;*/	
}

h1, h2 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Arial, Verdana, sans-serif;
	font-weight: normal;
	color: #FFF;
	font-size:1em;
}
#content h2 {
	display:table-cell;
	padding:4px 8px 3px 8px;
	background:#1a1a1a;
	font-size:2em;
 }

*:first-child+html h1, *:first-child+html h2.pagetitle{
	display: inline;
}
* html h1, * html h2.pagetitle {
	display: inline;
	padding: 0;	
}

h3 {
	font-size: 1.2em;	
}
h3 a {
	color:#1a1a1a;
	}
h3 a:hover {
	color:#00bce4;
	}

.list h2 a {
	font-size: .9em;	
}

/* category description */
#category_description {
	font-size: 1.2em;
	width: 632px;
	float:right;
}
#category_title p {
	line-height:1.6em;
	color:#000000;
	margin-bottom:1em;
	}
#category_title {
	margin-bottom:20px;
	padding-bottom:0;
}
#category_title #cat-title {
	display:inline;
	float:left;
	width:300px;
}
.post p {
	font-size: 1em;
	margin-top: 15px;
	margin-bottom:15px;
}

.list .post p {
	font-size: 1em;
	margin-top: 0;
	margin-bottom:0px;
}
	
/* meta */
#time li, .post-meta li{
	margin-top: 15px;
	font-size: .9em;	
}

p.postmetadata {
	font-size: .75em;
}

*:first-child+html .list .post .post_title_meta p.postmetadata {
	width: 632px;
	display: block;
	float: right;
}

/* case study slideshow */
.slideshow {
	text-align: left;
	margin: 0 0 15px 0;
	padding: 0;	
}

a, a:hover {
	text-decoration: none;		
	}
	
/* get rid of bullets */
ul.post-meta {
	list-style: none;
}

*:first-child+html ul.post-meta {
	font-size: .95em;
}
* html ul.post-meta {
	font-size:.92em;
}

/*contact form*/
.wpcf7 form {
	border-top:1px solid #eeeeee;
	padding: 12px 0 0 0;
	text-align: left;
}

.wpcf7 form p {
	margin: 20px 0;
	
}

/* 2nd column meta for liss */
.post_data_meta {
	width: 143px;
	float: left;
}

.post_data_meta .post-meta li {
	margin: 0 0 15px 0;
	font-size: .87em;
}

.post_data_meta .post-meta li .post-meta-key {
	display: block;
	font-weight: bold;
}

.post_data_meta p.postmetadata {
	margin: 0;
}


/* top meta of single pages */
#page-top-meta{
	border-top:1px solid #eeeeee;
	padding: 10px 0 0 0;
	margin: 10px 0 10px 0;
	clear: both;
	font-size: .9em;
}

#page-top-meta ul, #page-top-meta ul li, #page-top-meta .post-meta li {
	margin: 0;
}


#page-top-meta p {
	font-size: .9em;
	margin: 0;
}

/* content list */
.widecolumn .entry ul {
	list-style-image: url('images/dash.jpg');
	margin-left: 5px;
	margin-bottom: 20px;
}
.widecolumn .entry ul li {
	padding-left: 7px;
	line-height: 1.25em;
	margin-bottom: 5px;
}

*:first-child+html #content .entry ul, *:first-child+html #content .entry ul li, * html #content .entry ul, * html #content .entry ul li {
	margin-left: 7px;
}

/* case studies flash */
.widecolumn .entry .slideshow {
	display: none;
}


/* flash vides */
.widecolumn .entry object {
	display: none;
}
#mc_signup_container, #mc_signup_form {
	background:#ffffff;
}


#home-page #content ul, #home-page #content .entry, #home-page #content .post, #home-page #content  div, #home-page #content  pre {
	margin: 0;
	padding: 0;
}

div#page { background-color: #FFFFFF; }

#tag_cloud_view {
	border-top:1px solid #eeeeee;
}
#cloud {
	margin:0 auto;
	width:350px;
	padding:40px 0px;
}
.post_navigation {
	margin:8px 0;
	padding-bottom:0;
}
.tag_post_navigation {
	margin:0 0 8px 0;
	padding-bottom:0;
}
.post_navigation #previous, .tag_post_navigation #previous {
	margin-right:10px;
}

/* search form in nav*/
#searchBox #searchform {
	margin: 3px 0 0 0;
	padding: 0;
	float: right;
}	

@media screen and (-webkit-min-device-pixel-ratio:0){
#searchBox #searchform {
	margin: 2px 0 0 0;}
}

#searchform .screen-reader-text {
	display: none;
}

#searchBox #searchform label {
	height: 0;
}

#searchBox #searchform #searchsubmit {
	border: 0;
	background: #1a1a1a;
	color: #fff;
	text-transform:lowercase;
	font-weight: bold;
}
#category_title  {
	padding-bottom:20px;
} 
/*mobile*/
@media only screen and (max-device-width: 480px) { 
#foot {
	position: static;
}
}