/*
Theme Name: Global Structural Detailing
Theme URI: http://www.microtekcorporation.com
Description: A custom theme for Global Structural Detailing
Author: Microtek Corporation
Version: 1.0
*/
/* =============================================================================
   HTML5 display definitions
   ========================================================================== */
   
   
/* =============================================================================
   Base
   ========================================================================== */

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

html, button, input, select, textarea { font-family: sans-serif; color: #222; }

html, body {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}

body {
	position:relative;
	background: url('/wp-content/themes/gsd/images/body_bg.gif') repeat-x #1e65b1;
	font-size: 13px;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	text-align: center;
	margin:0;
	color:#6f7272;
	line-height:1.4;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

header {
	background: url('/wp-content/themes/gsd/images/header_bg.jpg') top left no-repeat transparent;
	height:122px;	
	position: relative;
}

nav {
	background: url('/wp-content/themes/gsd/images/menu_bg.jpg') top left no-repeat transparent;
	height:38px;
	padding: 3px 0 0 0;	
}
footer {
	background: url('/wp-content/themes/gsd/images/footer_bg.png') center top no-repeat transparent;
	margin:0 auto;
	width:1002px;
	position: relative;
}

/*
 * Remove text-shadow in selection highlight and add background color *
*/

::-moz-selection { background: #2F92EF; color: #fff; text-shadow: none; }
::selection { background: #2F92EF; color: #fff; text-shadow: none; }


/* =============================================================================
   Links
   ========================================================================== */

a { color: #045c8e; }
a:hover { color: #0495e8; }
a:focus { outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers */
a:hover, a:active { outline: 0; }
a[href$='.pdf'] {
	padding: 0 0 2px 24px;
	background: url('/wp-content/themes/gsd/images/pdf.png') 4px top no-repeat;
}

/* =============================================================================
   Typography
   ========================================================================== */

h1, h2, h3, h4, h5, h6 { font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; line-height: 1.3em;  margin: 6px 0px; }

h1 { font-size: 22px; color: #045c8e; margin-top:0; }

h2 { font-size: 16px; color: #56b39a; }

h3 { font-size: 16px; color: #045c8e; }

h4 { font-size: 15px; color: #598130; }

h5 { font-size: 15px; color: #045c8e; }

h6 { font-size: 15px; color: #045c8e; font-weight: normal; }

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; font-size: 36px; line-height: 1.2em; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family */
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 6px 0; padding: 0 0 0 40px; }
li { margin-bottom: 8px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7
 * 2. Remove the gap between images and borders on image containers
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9
 */

svg:not(:root) { overflow: hidden; }


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 20px 0 0 0; }
form h3 {
	margin: 30px 0 4px 0;	
}
fieldset { border: 0; margin: 0; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */

legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 */

button, input { line-height: normal; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }

/*
 * Re-set default cursor for disabled elements
 */

button[disabled], input[disabled] { cursor: default; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }

/*
 * Remove inner padding and border in FF3/4
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
tr:nth-child(even) { background: #e5ebf0; }
tr:nth-child(odd) { background: #FFF; }
td { vertical-align: top; }


/* =============================================================================
   Chrome Frame Prompt
   ========================================================================== */

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }


/* ==|== primary styles =====================================================
  	Microtek Corporation
   ========================================================================== */
   
#leftbg {
	position:absolute;
	top:0;
	left:0;
	width:50%;
	height:789px;
	background: url('/wp-content/themes/gsd/images/left_bg.jpg') no-repeat;
}
#rightbg {
	position:absolute;
	top:0;
	right:0;
	width:50%;
	height:789px;
	background: url('/wp-content/themes/gsd/images/right_bg.jpg') no-repeat;
}
#shadow_wrapper {
	width: 1012px;	
	background: url('/wp-content/themes/gsd/images/shadow_wrapper_bg.png') left top repeat-y transparent;
	margin: 0 auto;
	position: relative;
}
#wrapper {
	background: url('/wp-content/themes/gsd/images/wrapper_bg.gif') left top repeat-y transparent;
	width: 1002px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}
#fp_badge_container {
	height: 252px;	
	background: url('/wp-content/themes/gsd/images/frontpage/fp_badge_container_bg.jpg') left top no-repeat transparent;
	padding: 20px 0 0 15px;
}
#fp_badge_container .fp_badge {
	height: 245px;
	width: 186px;	
	background-position: left 6px;
	background-repeat: no-repeat;
	background-color: transparent;
	opacity: 0.9;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	float: left;
	margin: 0 0.8em 0 0;
}
#fp_badge_container .fp_badge.preconstruction { background-image: url('/wp-content/themes/gsd/images/frontpage/fp_badge_design_build_bg.png'); }
#fp_badge_container .fp_badge.engineering { background-image: url('/wp-content/themes/gsd/images/frontpage/fp_badge_engineering_bg.png'); }
#fp_badge_container .fp_badge.modeling { background-image: url('/wp-content/themes/gsd/images/frontpage/fp_badge_modeling_bg.png'); }
#fp_badge_container .fp_badge.detailing { background-image: url('/wp-content/themes/gsd/images/frontpage/fp_badge_detailing_bg.png'); }
#fp_badge_container .fp_badge.bimservices { background-image: url('/wp-content/themes/gsd/images/frontpage/fp_badge_bimservices_bg.png'); }
#fp_badge_container .fp_badge:hover  {
	opacity: 1;
	background-position: left top;
}
#fp_badge_container .fp_badge .link {
	height: 178px;
	width:186px;
	display: inline-block;
}
#fp_badge_container .fp_badge .text {
	height: 67px;	
	line-height: 68px;
	text-align: center;
	text-decoration: none;
	width: 186px;
	display: inline-block;
	background: url('/wp-content/themes/gsd/images/frontpage/fp_badge_text_bg.png') center bottom no-repeat transparent;
	color: #FFFFFF;
	text-shadow: #333333 1px 1px 0.1em;
	font-size: 20px;
}
#masthead {
	height: 64px;	
	background: url('/wp-content/themes/gsd/images/masthead_bg.jpg') left top no-repeat transparent;
}
#contentarea {
	background: url('/wp-content/themes/gsd/images/contentarea_bg.jpg') left top no-repeat transparent;
}
#contentarea_fp {
	background: url('/wp-content/themes/gsd/images/contentarea_fp_bg.jpg') left top no-repeat transparent;
}
#content {
	float: left;
	width: 660px;
	padding: 32px 26px 40px 80px;
}
#sidebar {
	background: url('/wp-content/themes/gsd/images/sidebar_left_divider_bg.png') left top no-repeat transparent;
	width: 216px;
	margin: 70px 0 0 0;
	padding: 20px 10px;
	float: right;
}
.logos_area {
	background: url('/wp-content/themes/gsd/images/footer_logo_bg.jpg') left top no-repeat transparent;
	padding: 6px 0 0 0;
	height: 94px;
	text-align: center;
}

/* =============================================================================
   Header
   ========================================================================== */
   
.logo {
	position: absolute;
	top: 35px;
	left: 10px;	
}
header .big_logos, header .small_logos {
	float: right;	
	margin-top: 36px;
}
header .small_logos { width: 120px; margin: 40px 11px 0 6px; }
header .small_logos .top, header .small_logos .bottom { width: 100%; }
header .small_logos .bottom { margin-top: 1px; }


/* =============================================================================
   Menu
   ========================================================================== */


nav #menu-main-menu {
	color: #FFFFFF;	
	margin: 0 12px;
	width: 978px!important;
	background: url('/wp-content/themes/gsd/images/menu_item_bg.png') left top repeat-x transparent!important;
	height: 36px!important;
	border-left: 1px solid #7BFAEF!important;
    border-right: 1px solid #7BFAEF!important;
}
nav #menu-main-menu li {
	float: left;
	padding: 0 2px 0 0;
	height: 36px!important;
	line-height: 36px!important;
	z-index: 10;
	background: url('/wp-content/themes/gsd/images/main_menu_btn_divider.png') right bottom no-repeat transparent;
}
nav #menu-main-menu li:last-child {
	background: none;
	padding: 0;
}
nav #menu-main-menu li a {
	padding:0 5.52em;
	display:inline-block;
	line-height: 36px;
	font-weight: normal;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #f7f7f3;
	text-shadow: #333333 1px 1px 0.01em;
	text-decoration: none;
	z-index: 9;
	border: none!important;
	font-weight: normal;
	font-size: 13px;
	background: url('/wp-content/themes/gsd/images/menu_item_bg.png') left top repeat-x transparent!important;
}
nav #menu-main-menu li a:hover {
	background-position: left -36px!important;
	color: #FFFFFF;
}
nav #menu-main-menu li li {
	float: left;
	padding:2px 0!important;
	background: none;
	line-height: 22px;
	height: 32px!important;
	border-bottom: 1px dotted #AAAAAA;
}
nav #menu-main-menu li li:first-child {
	border-top: 1px dotted #AAAAAA;
}
nav #menu-main-menu li li a {
	background:none!important;
	color: #696565!important;
	text-decoration: none;
	padding:6px 60px 6px 60px;
	display: block;
	line-height:18px;
	border:none;
	text-shadow:none;
}
nav #menu-main-menu li li a:hover {
	background-image:none;
	background-color:#E5EBF0!important;
	color: #333333!important;
}
nav #menu-main-menu li .current-menu-parent > a, #menu-main-menu li .current-menu-item > a, #menu-main-menu li li .current-menu-item > a {
	background-image:none;
	background-color:#E5EBF0!important;
	color: #333333!important;
}
#dc_jqmegamenu_widget-2-item ul li.mega-hover a, #dc_jqmegamenu_widget-2-item ul li a:hover {background-position: 100% -40px; color: #FFFFFF; text-shadow: none;}
#dc_jqmegamenu_widget-2-item ul li.mega-hover a .dc-mega-icon {background-position: left top;}
#dc_jqmegamenu_widget-2-item ul li .sub-container.non-mega li {
    margin: 0;
    padding: 0;
    width: 230px;
}
#dc_jqmegamenu_widget-2-item ul li .sub a {
    border: none none!important;
}

/* =============================================================================
   Masthead
   ========================================================================== */

.pagetitle {
	font-size: 33px;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #FFFFFF;
	text-shadow: #648daa 1px 1px 0.01em;	
	padding: 11px 0 0 80px;
	margin: 0;
}

/* =============================================================================
   Sidebar
   ========================================================================== */
   
.careers_badge, .client_badge, .employee_badge {
	display: inline-block;
	width: 211px;
	height: 64px;
}
.careers_badge {
	background: url('/wp-content/themes/gsd/images/careers_badge.png') left top no-repeat transparent;
}
.client_badge {
	background: url('/wp-content/themes/gsd/images/client_login_badge.png') left top no-repeat transparent;
}
.employee_badge {
	background: url('/wp-content/themes/gsd/images/employee_badge_login.png') left top no-repeat transparent;
}
.careers_badge:hover, .client_badge:hover, .employee_badge:hover {
	background-position: left -64px;
}

/* =============================================================================
   Footer
   ========================================================================== */

footer a {
	text-decoration:none;	
}
footer .footer_content {
	margin: 0 auto;
	width: 962px;
	height: 52px;
	padding:40px 20px 0 20px;
	text-align:left;
	color:#a6b9bc;
	font-size:0.8em;	
}
footer .footer_content a {
	color:#a6b9bc;
}
footer .footer_content a:hover {
	color:#FFFFFF;
}
footer .footer_mtc {
	float:right;
	width:236px;	
}
footer .footer_mtc .mtclogo {
	float: right;
	margin-top: -45px;
	opacity: 0.6;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all 0.6s ease;		
}
footer .footer_mtc .mtclogo:hover {
	opacity: 1;	
}
.footer_menu_wrap {
	width: 700px;	
}
.menu-footer-menu-container {
	width: auto;
	float: left;
}
#menu-footer-menu {
	list-style: none;
	margin: 0;
	padding: 0;	
}
#menu-footer-menu li {
	display: inline;
	background: url('/wp-content/themes/gsd/images/footer_menuitem_divider.gif') center right no-repeat transparent;
}
#menu-footer-menu li a {
	color:#a6b9bc;	
	padding: 0 14px 0 16px;
}
#menu-footer-menu li:first-child a {
	padding-left: 0px;	
}
#menu-footer-menu li a:hover {
	color: #FFFFFF;	
}
footer .view_mobile_button {
	margin-left: 16px;	
}

/* =============================================================================
   Job Manager
   ========================================================================== */

table.job-apply-table th, table.job-apply-table td.th {
    padding: 10px 20px!important;
}
table.job-apply-table th, table.job-apply-table td.th {
	padding: 6px 4px 6px 0;
	vertical-align:middle;	
}
table.job-apply-table td {
	padding: 6px 10px;	
}
.job-apply-table input, .job-apply-table textarea {
	padding: 3px 2px;	
}
.job-apply-table input[type=text], .job-apply-table textarea {
	width: 300px;	
}
.job-apply-table h3 {
	border-bottom: 1px solid;	
}
.jobs-applynow a, .submit .button-primary, .button-primary {
	height:28px;
	margin: 10px 0;
	width:auto!important;
	line-height: 27px;
	padding: 0 30px;
	display:inline-block;
	border:1px solid #383737;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size:14px;
	color:#FFFFFF;
	text-decoration:none;
	text-align:center;
	background-color: #577076;
	float: right;
}
.jobs-applynow a:hover, .submit .button-primary:hover, .button-primary:hover {
	background-color: #6f8d94;
	color:#FFFFFF;
	text-shadow:#555555 0px 0px 1px;
}
table.job-table th {
    padding: 4px 16px 4px 8px;
    width: 100px;
}
table.job-table td {
    padding: 4px 16px 4px 0;
	
}
.submit {
	text-align: right;	
	padding-right: 50px!important;
}
.odd, .even {
	border: 1px solid #7f7f7f;
	padding: 20px 10px 40px 10px;
	margin-bottom: 10px;
	box-shadow: #AAAAAA 1px 1px 3px;	
	-moz-box-shadow: #AAAAAA 1px 1px 3px;	
	-webkit-box-shadow: #AAAAAA 1px 1px 3px;
	background-color: #FFFFFF;	
}


/* =============================================================================
   Alignment
   ========================================================================== */
.alignleft {
	display: inline;
	float: left;
	margin:2px 20px 10px 0px;
}
.alignright {
	display: inline;
	float: right;
	margin:2px 0px 10px 20px;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* =============================================================================
   Custom
   ========================================================================== */
   
.imgborder {
	padding:4px;
	background-color:#FFFFFF;
	border:1px solid #cdcdcd;
	-moz-box-shadow:#DDDDDD 1px 1px 4px;
	-webkit-box-shadow:#DDDDDD 1px 1px 4px;
	box-shadow:#DDDDDD 1px 1px 4px;
}
.clear {
	clear: both;	
}

/* ==|== media queries ======================================================
   EXAMPLE Media Query for Responsive Design.
   This example overrides the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}



/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }



/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection
   ========================================================================== */

@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
  .noprint, header, nav, footer, #sidebar, #rotator, #masthead { display:none!important; }
}
