/* 
Theme Name: EngineWorks
Theme URL: http://www.engineworks.com/
Description: EngineWorks Site
Author: Kent Schnepp
Author URI: http://www.schneppmedia.com
Version: 1.0.0

*/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,del,dfn,em,font,img,ins,kbd,q,s,samp,acronym,address,big,cite,code,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 {
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
	margin:0;
	padding:0;
	border:0;
	outline:0;
}

caption,th,td {
	text-align:left;
}

table {
	border-collapse:separate;
	border-spacing:0;
}

blockquote:before,blockquote:after,q:before,q:after {
	content:"";
}

blockquote,q {
	quotes:;
}

 {
	margin:0;
	padding:}


	
/* BASICS
--------------------------------------------------------------------------*/
body {
	font-family:Arial, Verdana, sans-serif;
	font-size:62.5%;
	/* Resets 1em to 10px */
	background:#1e1e1e url(images/bg.png) repeat-x top;
}

#container {
	width:970px;
	margin:0 auto;
	padding:0;
}

span.link {cursor:pointer;}

a, span.link {
	color:#ff6e00;
	text-decoration:none;
}

a:hover, span.link:hover {
	color:#ff6e00;
	text-decoration:underline;
}

h1 {
	text-indent:-9999em;
	display:block;
	font-size:1.8em;
	margin:0;
	padding:0;
	float:left;
}

h1 a {
	color:transparent;
	display:block;
	width:270px;
	height:115px;
	overflow:hidden;
	background:transparent url(images/logo.png) no-repeat;
	margin:0;
	padding:0;
}

h2 {
	font-size:2.4em;
	padding:.8em 0;
}

h3 {
	font-size:1.8em;
	font-weight:normal;
	line-height:1.8em;
	padding:.9em 0;
}

h4 {
	font-size:1.2em;
	font-weight:bold;
	line-height:1.6em;
	padding:.8em 0;
}

p {
	font-size:1.2em;
	line-height:1.6em;
	padding:.8em 0;
}

ul li {
	font-size:1.2em;
	line-height:1.6em;
	margin:0 2.4em;
	padding:0;
}

li li {
	font-size:100%;
}

blockquote {
	font-size:1.2em;
	font-weight:bold;
	line-height:2em;
	font-style:italic;
	color:#444;
	padding:0 0 0 30px;
	margin:1.1em 20px;
	background: transparent url(images/quote-left1.png) left top no-repeat;
}

hr {
	border:0;
	width:100%;
}

hr {
	color:#ccc;
	background-color:#ccc;
	height:1px;
	padding:0;
	margin:3.2em 0 1.6em;
}
#breadcrumbs {
	font-size:1em;
	color: #999;
}


	
/* HEADER & NAVIGATION
--------------------------------------------------------------------------*/
#header {
	width:940px;
	height:105px;
	margin:0 auto;
	padding:0;
}

#logo {
	width:270px;
	float:left;
}

#nav {
	width:620px;
	margin:56px 0 0;
	float:right;
}

#nav ul {
	margin:0;
	padding:0;
	list-style:none;
	float:right;
}

#nav ul li {
	margin:0 20px;
	padding:0;
	list-style:none;
	float:left;
}

#nav ul li.navlast {
	margin:0 0 0 20px;
}

#nav ul li a {
	font-size:14px;
}

#btn-about {
	display:block;
	width:52px;
	height:21px;
	background:url(images/btn-about.png) no-repeat 0 0;
}

#btn-about:hover {
	background-position:0 -23px;
}

#btn-about span {
	display:none;
}

#btn-services {
	display:block;
	width:66px;
	height:21px;
	background:url(images/btn-services.png) no-repeat 0 0;
}

#btn-services:hover {
	background-position:0 -23px;
}

#btn-services span {
	display:none;
}

#btn-resources {
	display:block;
	width:83px;
	height:21px;
	background:url(images/btn-resources.png) no-repeat 0 0;
}

#btn-resources:hover {
	background-position:0 -23px;
}

#btn-resources span {
	display:none;
}

#btn-blog {
	display:block;
	width:38px;
	height:21px;
	background:url(images/btn-blog.png) no-repeat 0 0;
}

#btn-blog:hover {
	background-position:0 -23px;
}

#btn-blog span {
	display:none;
}

#btn-contact {
	display:block;
	width:64px;
	height:21px;
	background:url(images/btn-contact.png) no-repeat 0 0;
}

#btn-contact:hover {
	background-position:0 -23px;
}

#btn-contact span {
	display:none;
}


	
/* HOME - FLEXIBLE MESSAGE AREA (FMA)
--------------------------------------------------------------------------*/
#fma {
	width:950px;
	height:350px;
	padding:0;
	position:relative;
	z-index:0;
	margin-left:10px;
}

#home-panes {
	background:url(images/bg-fma-2.png);
	width:950px;
	height:350px;
	z-index:2;
}

#home-panes .container {
	width:940px;
	height:340px;
	margin:0;
	padding:0;
	overflow:hidden;
	position:absolute;
	margin:5px;
	z-index:3;
}

#home-panes .slides {
	position:absolute;
	top:0;
	left:0;
	width:940px;
	height:340px;
	z-index:4;
}

#home-panes .slides div {
	display:none;
	position:absolute;
	top:0;
	width:940px;
	height:340px;
	z-index:5;
}

#home-panes .slides #s1 {
	background:url(images/fma-1.png) no-repeat;
}

#home-panes .slides #s1 a {
	width:940px;
	height:340px;
	display:block;
}

#home-panes .slides #s2 {
	background:url(images/fma-2.png) no-repeat;
}

#home-panes .slides #s2 a {
	width:940px;
	height:340px;
	display:block;
}

#home-panes .slides #s3 {
	background:url(images/fma-3.png) no-repeat;
}

#home-panes .slides #s3 a {
	width:940px;
	height:340px;
	display:block;
}

#home-panes .slides #s4 {
	background:url(images/fma-4.png) no-repeat;
}

#home-panes .slides #s4 a {
	width:940px;
	height:340px;
	display:block;
}

#home-panes .slides #s5 {
	background:url(images/fma-5.png) no-repeat;
}

#home-panes .slides #s5 a {
	width:940px;
	height:340px;
	display:block;
}

#fma span.previous {
	position:absolute;
	display:block;
	width:20px;
	height:50px;
	background:url(images/homepanes-prev.png) no-repeat;
	left:-15px;
	top:140px;
	cursor:pointer;
	opacity:.8;
	z-index:-1;
}

#fma span.next {
	position:absolute;
	display:block;
	width:20px;
	height:50px;
	background:url(images/homepanes-next.png) no-repeat;
	right:-15px;
	top:140px;
	cursor:pointer;
	opacity:.8;
	z-index:-1;
}

#fma span.next:hover,#fma span.previous:hover {
	opacity:1;
}


	
/* HOME
--------------------------------------------------------------------------*/
#home {
	width:940px;
	margin:5px auto 10px auto;
	padding:0;
}

.home-feature {
	width:187px;
	height:140px;
	margin:0 10px 0 0;
	padding:20px;
	background-color:#fff;
	float:left;
}

.home-feature-end {
	width:189px;
	height:140px;
	margin:0;
	padding:20px;
	background-color:#fff;
	float:left;
}

.home-feature h2 {
	margin:0;
	padding:0;
}
.home-feature-end h2 {
	margin:0;
	padding:0;
}

.hdr-fresh-ideas-home {
	display:block;
	width:172px;
	height:24px;
	background:url(images/hdr-fresh-ideas-home.png) no-repeat 0 0;
}
.hdr-whats-happening-home {
	display:block;
	width:172px;
	height:24px;
	background:url(images/hdr-whats-happening-home.png) no-repeat 0 0;
}
.hdr-featured-events-home {
	display:block;
	width:172px;
	height:24px;
	background:url(images/hdr-featured-events-home.png) no-repeat 0 0;
}
.hdr-our-clients-home {
	display:block;
	width:172px;
	height:24px;
	background:url(images/hdr-our-clients-home.png) no-repeat 0 0;
}
h2 span {
	display:none;
}

.home-feature p {
	font-size:1.1em;
	line-height:1.4em;
	padding:7px 0;
}

.home-feature ul li {
	font-size:1.2em;
	line-height:2.4em;
	list-style:none;
	margin:0;
	padding:0 2.4em;
}

#fclients {
	margin:-10px auto;
}

	
/* CONTENT PAGES
--------------------------------------------------------------------------*/
#content-full {
	width:900px;
	margin:0 0 0 15px;
	padding:20px;
	background-color:#fff;
	float:left;
}

#content {
	width:650px;
	margin:0 0 0 15px;
	padding:20px;
	background-color:#fff;
	float:left;
}


/* FEATURE BLOCKS
--------------------------------------------------------------------------*/
.featureblocks {
	margin:2em 0 0 0;
	padding:20px;
	background-color:#f5f5f5;
}

.block-left {
	display:inline-block;
	margin:0;
	padding:0;
	width:290px;
	float:left;
}

.block-right {
	display:inline-block;
	margin:0;
	padding:0;
	width:290px;
	float:right;
}
.featureblocks h3 {
	font-size:1.8em;
	font-weight:normal;
	line-height:1.8em;
	padding:0 0 .9em 0;
}

#content .overlay {
	background:#fff;
	font-size:1em;
	line-height:1.1em;
	width:240px;
	min-height:200px;
	padding:25px;
	color:#000;
	border:solid 10px #ccc;
	display:none;
}

#content .overlay .close {
	float:right;
	margin:-47px -47px 0 0;
	cursor:pointer;
	background:url(images/close.png) no-repeat;
	width:28px;
	height:28px;
	opacity:.7;
}

#content .overlay .close:hover {
	opacity:1;
}

form input,form textarea {
	font-size:1em;
	margin:0;
	padding:4px;
	border:1px solid #666;
	font-family:inherit;
}

input[type=submit] {
	cursor:pointer;
}

#content th {
	background-color:#f0f0f0;
	color:#666666;
	font-size:12px;
	line-height:20px;
}

#content td {
	color:#666;
	font-size:12px;
	line-height:20px;
	padding:2px;
}


/* COMPANY
--------------------------------------------------------------------------*/
.management-position {
	color:#bbb;
	white-space:nowrap;
}

.bio-img {
	margin:2.4em 2.4em 1.6em 0;
	float:left;
}
 
#clients img {
	display:inline-block;
	width:110px;
	height:100px;
	margin:0 12px 12px 0;
	padding:0;
	list-style:none;
	float:left;
	border:1px solid #ccc;
	cursor:pointer;
}

.tooltip {
	display:none;
	background:#fff;
	font-size:1em;
	line-height:1.1em;
	min-height:70px;
	width:200px;
	color:#000;
	border:solid 10px #ccc;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:5px;
}

.tooltip div:first-child {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:5px;
	border:solid 1px #ff6e00;
	padding:25px;
	margin:-5px;
	background:#fff;
}

.tooltip p {
	margin:0;
	padding:0 0 10px;
}

.tooltip h4 {
	padding-top:0;
}

.tooltip .arrow {
	background:url(images/tt-arrow.png) no-repeat;
	width:50px;
	height:50px;
	bottom:-60px;
	left:85px;
	position:absolute;
}


	
/* SIDEBAR
--------------------------------------------------------------------------*/
.sidebar-container {
	width:240px;
	margin:0 15px 10px 0;
	padding:0;
	background-color:#fff;
	float:right;
}

.sidebar {
	background-color:#fff;
	margin:0;
	padding:10px 20px;
}

.sidebar h3 {
	padding-top: 12px;
}

.sidebar blockquote,.halfblock blockquote {
	background:url(images/quote-left1.png) no-repeat scroll left top;
	color:#444444;
	font-size:1.2em;
	font-style:italic;
	font-weight:bold;
	line-height:2em;
	margin:0;
	padding:0 0 0 1.4em;
	position:relative;
}

.sidebar blockquote div,.halfblock blockquote div {
	background:url(images/quote-right1.png) no-repeat scroll 0 0 transparent;
	bottom:5px;
	height:50px;
	position:absolute;
	width:50px;
	right:0;
}

.sidebar blockquote span,.halfblock blockquote span {
	color:#777777;
	display:block;
	font-style:normal;
	font-weight:normal;
	margin-right:18px;
	margin-top:8px;
	text-align:right;
	font-size:.9em;
}

.sidebar blockquote span:before,.halfblock blockquote span:before {
	content:' - ';
}

.halfblock>a {
	font-size:1.2em;
}

.halfblock.first {
	margin-left:0!important;
	padding-left:0!important;
}

.sidebar ul {
	margin:0;
	padding:0;
	list-style:none;
}

.sidebar ul li {
	color:#999;
	font-size:1.2em;
	line-height:2em;
	margin:0;
	padding:0;
	list-style:none;
}

input#searchform {
	font-size:1em;
	color:#666;
	margin:1px 10px 4px 0;
	padding:4px;
	width:11em;
	border:1px solid #666;
	float:left;
}

#searchsubmit {
	font-size:1em;
	margin:0;
	padding:4px;
	border:1px solid #666;
}

#contact-form {
	width:290px;
	border-right:solid 2px #ccc;
}

#contact-right {
	float:right;
	width:315px;
}

#contact-right #map_canvas {
	height:320px;
}

#map-info {
	float:right;
	width:290px;
}

#sidebar-sm {
	text-align: center;
	margin: 20px 0 14px;
}

#sidebar-sm img {
	margin: 0 5px 0 0;
}

#cta_form{
	margin-top: 8px;
}


	
/* Each checkbox row */
form .checkboxpack>div {
	margin:8px 0;
	font-size:1.1em;
}


	
/* Label */
form .checkboxpack>div>div {
	cursor:pointer;
	padding-left:25px;
}


	
/* Everything! Label */
form .checkboxpack>div>div#evr {
	font-weight:bold;
}


	
/* Checkbox itself */
form .checkboxpack>div>input {
	float:left;
	margin-bottom:-2px;
	cursor:pointer;
}

form .checkboxpack>div>div:hover,.fakelink:hover {
	text-decoration:underline;
	cursor:pointer;
}


	
/* GForm */
form.gform span.msg {
	font-size:.8em;
	display:block;
}

form.gform span.info {
	color:#888;
}

form.gform span.ok {
	color:darkGreen;
}

form.gform span.error {
	color:darkRed;
}

form.gform input.highlight {
	border:solid 1px orange;
}

/* RSS Button */
a.rss {
	background:url("/wp-content/themes/engineworks/images/social-icons/rss-32x32.png") no-repeat scroll 2px center transparent;
	display:block;
	font-size:1.2em;
	padding:10px 5px 10px 43px;
}
	
/* BLOG
--------------------------------------------------------------------------*/
.post {
	margin-bottom:20px;
}

.postmetadata {
	background-color:#eee;
	border-bottom:1px solid #DDDDDD;
	border-top:1px solid #DDDDDD;
	color:#666666;
	font-size:10px;
	margin:10px 0 36px;
	padding:5px;
}

.post ul,.post ol {
	margin-left:20px;
}

.post-title h3 {
	padding: 0;
}

.blog-author,.blog-date {
	color:#7a7a7a;
	font-size: 10pt;
	white-space:nowrap;
	padding-bottom: 10px;
}

.postmeta {
	margin:25px 0 3em;
	border-top:1px solid #ccc;
}

.pagination {
	margin:0;
	padding:0;
	background-color:#fff;
}

.more-link {
	display: block;
	margin-top: 10px;
}

#comments {
	border-top:1px solid #ccc;
}

.comments_navigation {
}

.comments_navigation {
}

.comments_reply {
}

.comments_text {
}

ol#comments_list li {
	margin:10px 25px;
}

.comments_meta p {
	padding:0;
	color:#999;
}

textarea#comment {
	width:610px;
}

.left-meta {
	width:200px;
	float:left;
}

.right-meta {
	width:200px;
	float:right;
}


	
/* FOOTER
--------------------------------------------------------------------------*/
#certifications {
	width:940px;
	text-align:center;
	margin:10px auto 0 auto;
	padding:10px 0;	
	border-top: 4px solid #434343;
	border-bottom: 4px solid #434343;
	background-color: #323232;
}

#footer {
	width:920px;
	margin:10px auto;
	padding:10px;
	border-top: 4px solid #434343;
	border-bottom: 4px solid #434343;
	background-color: #323232;
}

#footer a {
	color:#999;
	text-decoration:none;
}

#footer a:hover {
	color:#999;
	text-decoration:underline;
}

#footer ul {
	margin:0;
	padding:0;
	list-style:none;
	float:left;
}

#footer ul li {
	color:#999;
	font-size:1em;
	line-height:1.8em;
	margin:0 10px;
	padding:0;
	list-style:none;
}

#footer ul li.footer-head {
	font-size:1.2em;
	font-weight:bold;
	line-height:2.4em;
	border-bottom:2px solid #434343;
	margin:0 10px 6px;
}

.footer-column {
	width:170px;
}

.footer-column-end {
	width:240px;
}

.footer-phone {
	color:#ff6e00;
}

input#newsletter {
	font-size:1em;
	color:#666;
	margin:4px 10px 10px 0;
	padding:4px;
	width:14em;
	border:1px solid #666;
}

#sign-up {
	font-size:1em;
	margin:0;
	padding:4px;
	border:1px solid #666;
}


	
/* 404 ERROR
--------------------------------------------------------------------------*/
.error-left {
	width:300px;
	float:left;
}

.error-right {
	width:550px;
	float:right;
}


	
/* OTHER
--------------------------------------------------------------------------*/
a img {
	border:none;
}

.left,.alignleft {
	float:left;
}

.right,.alignright {
	float:right;
}

.clearit {
	clear:both;
}

img.alignright {
	margin-left:8px;
}

img.alignleft {
	margin-right:8px;
}

table#sem-share td {
	text-align:right;
}

table#sem-share td:first-child {
	text-align:left;
}

table#sem-share th {
	text-align:center;
}

#sm-share {
	float:right;
}

#social-media {
	text-align:left;
}

#social-media a {
	width:64px;
	height:64px;
	padding:10px;
	display:inline-block;
	margin:20px 0;
}

#social-media a.fb {
	background:url(images/social-icons/facebook-64x64.png) no-repeat;
}

#social-media a.tw {
	background:url(images/social-icons/twitter-64x64.png) no-repeat;
}

#social-media a.li {
	background:url(images/social-icons/linkedin-64x64.png) no-repeat;
}

#social-media a.fl {
	background:url(images/social-icons/flickr-64x64.png) no-repeat;
}

#social-media a.tr {
	background:url(images/social-icons/tumblr-64x64.png) no-repeat;
}

#social-media a.ss {
	background:url(images/social-icons/slideshare-64x64.png) no-repeat;
}

.social-media-name {
	background:none repeat scroll 0 0 #E8E8E8;
	border:1px solid #DDDDDD;
	color:#666666;
	font-size:1.4em;
	font-weight:bold;
	height:44px;
	padding:0 5px 0 12px;
	margin:5px 0;
}

.social-media-name a {
	width:32px;
	height:32px;
	padding:2px;
	display:inline-block;
	float:right;
	margin:5px 0;
}

.social-media-name a.fb {
	background:url(images/social-icons/facebook-32x32.png) no-repeat;
}

.social-media-name a.tw {
	background:url(images/social-icons/twitter-32x32.png) no-repeat;
}

.social-media-name a.li {
	background:url(images/social-icons/linkedin-32x32.png) no-repeat;
}

.social-media-name a.fl {
	background:url(images/social-icons/flickr-32x32.png) no-repeat;
}

/* Company news post links */
#all-con-posts p {
	margin: 0 0 5px 0;
	padding: 0;
	display: block;
	font-size: 1.2em;
}

	#all-con-posts p a.hide {
		display: none;
	}
	
#case-study-icon {
	padding-left: 16px;
	opacity: .8;
}	

	#case-study-icon:hover {
		opacity: 1;
	}
	
.webinar {
	margin: 15px 0;
	}
