pa@charset "UTF-8";
/***********************
Theme Name: Empax v4
Description: Custom theme reflecting the Deck style 
Version: 1.0
Author: Empax, Inc. 
Author URI: https://empax.org
***********************/

* {
	margin:0;
	padding:0;
	list-style:none;
	text-decoration:none;
	line-height:1.6em;
}
body {
	font-size: 14px; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #333333;
	text-align: center;
	}
small {
	margin-top:0px;
	clear:both;
	font-size:1em;
	color:#000000;
	}
#sidebar h2 {
	font-size: 1em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	}

.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;
	}

.commentlist p {
	font-weight: normal;
	text-transform: none;
	}

.commentmetadata {
	font-weight: normal;
	}

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

a, h2 a:hover, h3 a:hover {
	color: #00bce4;
	}

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

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

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

#wp-calendar caption {
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */

/* Begin Structure ---------------------------*/
body {
	margin: 0;
	}
#header {
	width: 960px;
	margin: 0 auto;
	background-color: #1a1a1a
	}
#headerimg {
	float: left;	
}
#headerimg h1 a {
	background: url('images/empax_logo_v4.jpg') center left no-repeat;
	width: 81px;
	height: 15px;
	display: block;
	}
.invisible{
	visibility: hidden;
}
#neadernav {
	float: right;	
}
#headernav ul{
	list-style: none;
}
#headernav li {
	display: block;
	float: right;	
	margin-left: 18px;
}
#headernav a {
	display: block;
	color: #FFF;
}
#headernav a:hover {
	color: #333;
	background: #fff;
	text-decoration: none;
}
#headernav a:active {
	color: #666;
	text-decoration: none;
}
#empax_home {
	width:960px;
}

.home {
	border-top:none;
	}
.post hr {
	display: block;
	}
.entry {
	padding-bottom:20px;
	}
.widecolumn .post h2 {
	margin-top:0;
	}

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

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

.widecolumn .smallattachment {
	float: left;
	}

.widecolumn .attachment {
	text-align: center;
	}

.widecolumn p {
	margin-bottom:20px;
	}
	
.widecolumn .entry {
	width: 469px;
	float: right;
	margin-top: 0;
	}
	
.widecolumn .img-entry {
	width: 469px;
	float: left;
	overflow: hidden;
	margin-top: 16px;
	}
	
	.entry h3 { margin-top: 11px;}
	
	.widecolumn .img-entry img {
		margin-bottom: 20px;
	}

.widecolumn .entry img {
	display:none;
}

.postmetadata {
	clear: both;
	}

.clear {
	clear: both;
	}

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

#footer p {
	color: #999;
	font-size: 7pt;
	margin: 0;
	padding: 0;
}	

#footer p a {
	color: #999;
}	

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

#footer p a:active {
	color: #666;
}	
#content {
	background: #FFF;
	width: 960px;
	margin: 0 auto;	
}


/* End Structure */

/*	Begin Headers ---------------------------*/

h2 {
	margin: 0px 0 0 0;
	}

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

h3 {
	margin: 0px 0 0 0;
	}
	
#category_title {
	padding-bottom:30px;
	}
h4#reply, h4#comments {
	border-top:1px solid #eeeeee;
	margin:40px 0 20px 0px;
	padding-top:20px;
	}
	
/* End Headers */

/* Begin Images ---------------------------*/
p img {
	padding: 0;
	max-width: 100%;
	}
.widecolumn .thumbnail, .widecolumn .size-thumbnail {
	display:none;
	}
/* End Images */

/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	list-style: none;
	padding-left: 10px;
	}

html>body .entry li {
	margin: 7px 0 8px 0px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content:;
	}

.entry ol {
	padding: 0 0 0 35px;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	}

#sidebar ul li {
	margin-top:10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 0px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}
	
/* End Entry Lists */

/* Begin Form Elements ---------------------------*/
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	}

select {
	width: 130px;
	}

#commentform input, #mc_signup_form input[type=text] {
	width: 306px;
	padding: 2px;
	margin: 1px 0px 10px 0;
	}
#mc_signup_form input[type=text] {
	margin: 1px 0px 20px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	width:306px;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
  
#commentform #submit {
	margin:10px 0px;
	float: right;
	width:143px;
	}
/* End Form Elements */

/* Begin Comments ---------------------------*/
.commentlist {
	padding-left:20px;
	margin-left:0px;
	margin-bottom:80px;
	}

.commentlist li {
	margin: 0px 0 20px 0;
	border-top:1px solid #eeeeee;
	padding: 10px 0 0 20px;
	}

.children { 
	padding: 0; 
	}

#commentform p {
	margin: 5px 0;
	font-size:.9em;
	}

.nocomments {
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}

	
/* End Comments */



/* Begin Various Tags & Classes ---------------------------*/

.clear {
	clear:both;
	}

acronym, abbr, span.caps {
	cursor:help;
	}

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: left;
	margin-top: 60px;
	margin-bottom: 60px;
	}

/* End Various Tags & Classes*/

/* Captions ---------------------------*/

.wp-caption p.wp-caption-text {
	display:none;

	}
/* End captions */


/* case study layouts------------------------ */

.post-meta {
	margin:0px 0 0px 0;
	}
.widecolumn .post-meta {
	margin:0px 0 0px 0;
	}
#time {
	margin-top:0px;
	}
.post-meta li, #time li {
	/*list-style-type:disc;
	margin-left:13px;*/
	list-style: none;
	margin: 0;
	}

/*List View!!!!---------------------------*/
	
.list .post {
	border-top:1px solid #eeeeee;
	padding-top: 15px;
	}
	
.list .post img.tfe  {
	width:143px;
	float:left;
	margin-right:20px;
}
	
.list .post .post_title_meta, .list .post p{
	width: 632px;
	float:right;
	font-size: 1.1em;
	}
	
	.list .post p.postmetadata {
		width: 100%;
		margin: 0 0 0 0;
		font-size: .85em;	
	}
	
*:first-child+html .list .post .post_data_meta p.postmetadata {
	width: 143px;
}
	
	.post .post_title_meta {
		margin-top: 3px;
		margin-bottom: 15px;	
	}
	
.post p {
	font-size: 1em;
	line-height:1.6em;	
}

	
.post .post_title_meta .postmetadata {
	margin-right:0px;
	}
	
.post_title_meta h2 {
	margin:0;
	font-size: 1.3em;
	}
	
#category_description {
	width:632px;
}

/*END list view---------------------------*/

.cs_thumbs {
	float:left;
	margin-right:20px;
	margin-bottom:20px;
	}

/*IE7
*:first-child+html #page {
	margin-left:0px;
	}

*:first-child+html .post {
	padding-top:10px;
	}

*:first-child+html .post-meta li, *:first-child+html #time li {
	margin-left:16px;
	}

*:first-child+html .cs_thumbs {
	margin-right:20px;
	margin-bottom:0px;
	}*/

/*END IE7*/

/*IE6---------------------------*/

/** html .cs_thumbs {
	margin-bottom:0px;
	}
	
* html .post-meta li, * html #time li {
	margin-left:16px;
	}

/** html #page {
	margin-left:0px;
	}

* html .post {
	padding-top:10px;
	}

* html .list .post .post_title_meta, * html .list .post p {
	max-width:430px;
	width: auto;
	width: 50%;
	float:right;
	margin-right:10%;
	}
	
	*:first-child+html .list .post .post_title_meta, *:first-child+html .list .post p {
	max-width:550px;
	width: auto;
	width: 60%;
	float:right;
	margin-right:10%;
	}

* html .list .post .post_title_meta .postmetadata, *:first-child+html .list .post .post_title_meta .postmetadata {
	margin-right:0px;
	}

* html .list .post img.imgtfe, *:first-child+html .list .post img.imgtfe {
	margin-right:0;
	}*/

/*END IE6*/

.twitter-timestamp abbr {
	border:none;
	color:#999999;
	}

.description a.twitter-link {
	text-decoration:none;
	color:#333333;
	}

.twitter-timestamp abbr:before {
	content:"\0020 \002D \0020";
	}
#no_dash:before {
	content:"\002C \0020";
	} 

a.rss {
	padding-left:16px;
	background:url(images/feed.gif) 0px 0px no-repeat;
	}

#sidebar {
	display: none;	
	}
.swfobject, .slideshow {
	padding:0;
	margin:0;
	width:632px;
	text-align:left;
	}
#mc_signup_form {
	text-align:left;
	border-top:1px solid #eeeeee;
	padding: 32px 0 0 0;
	margin-top:20px;
	}
#mc_signup_form fieldset{
	border:none;
	}
#mc_signup_submit {
	margin-top:20px;
	text-align:left;
	}
#mc_signup_form legend {
	display:none;
	}
.mc_var_label[for="mc_mv_EMAIL"] {
	padding:40px 0 0 0;
	}
p#blog-view {
	margin:20px 0 0 0;
	height:16px;
	overflow:hidden;
	}
p#blog-view a {
	margin-right:20px;
	padding:16px 0 0 0;
	overflow: hidden;
	height: 0px !important;
	width: 16px; 
	height:16px; 
	text-indent:-9000px; 
	display:block; 
	float:left;
	}
p#blog-view a#grid-view:link, p#blog-view a#grid-view:visited {
	background:url(images/blog-grid-view.gif) top left no-repeat;
	}
p#blog-view a#grid-view:hover {
	background:url(images/blog-grid-view-hover.gif) top left no-repeat;
	}
p#blog-view a#grid-view:active, p#blog-view a#grid-view.active {
	background:url(images/blog-grid-view-active.gif) top left no-repeat;
	}
p#blog-view a#list-view:link, p#blog-view a#list-view:visited {
	background:url(images/blog-list-view.gif) top left no-repeat;
	}
p#blog-view a#list-view:hover {
	background:url(images/blog-list-view-hover.gif) top left no-repeat;
	}
p#blog-view a#list-view:active, p#blog-view a#list-view.active {
	background:url(images/blog-list-view-active.gif) top left no-repeat;
	}
#blog-grid a img[title] {
	display:none;
	}
	
/* EMPAX CLIENT QUESTIONNAIRE */
#wpcf7-f2-p1452-o1 form ol {
	margin: 0;
	width: 550px;
}

#wpcf7-f2-p1452-o1 p.question {
	width: 485px;
}
#popup .thumbnail {
	display:none;
	}
#close-video {
	padding-top:1em;
	float:none;
	width:auto;
	background:none;
	}