/*
Theme Name: LABrayer
Theme URI: http://www.microtekcorporation.com
Description: A custom theme for LABrayer
Author: Microtek Corporation
Version: 1.0
*/
/* =============================================================================
   HTML5 display definitions
   ========================================================================== */
   
   
/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

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 {
	background-color:#A0A0A0;
	background-image:url('/wp-content/themes/labrayer/images/body_bg_image.jpg'), url('/wp-content/themes/labrayer/images/body_bg_gradient.gif');
	background-position:center top, left top;
	background-repeat: no-repeat, repeat-x;
	font-size: 14px;
	font-family: Arial, sans-serif;
	text-align: center;
	margin:0;
	color:#66605b;
	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/labrayer/images/header_bg.jpg') no-repeat top left #DDDDDD;
	height:113px;	
}

nav {
	background:url('/wp-content/themes/labrayer/images/menu_bg.gif') repeat-x top left #828282;
	height:30px;	
	margin:0px 2px;
	padding:0px 6px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}
footer {
	background:url('/wp-content/themes/labrayer/images/footer_bg.png') no-repeat top center transparent;
	margin:0 auto;
	width:980px;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

::-moz-selection { background: #834134; color: #fff; text-shadow: none; }
::selection { background: #834134; color: #fff; text-shadow: none; }


/* =============================================================================
   Links
   ========================================================================== */

a { color: #155189; }
a:hover { color: #3689CE; }
a:focus { outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }
a[href$='.pdf'] {
	padding: 0 0 2px 20px;
	background: url('/wp-content/themes/labrayer/images/pdf.png') top left no-repeat;
}

/* =============================================================================
   Typography
   ========================================================================== */

h1, h2, h3, h4, h5, h6 { font-family: Georgia, "Times New Roman", Times, serif; line-height: 1.3em;  margin: 6px 0px; }

h1 { font-size: 30px; color: #803e31; margin-top:0; line-height: 1.2em; }

h2 { font-size: 26px; color: #803e31; }

h3 { font-size: 20px; color: #2D5D84; }

h4 { font-size: 14px; color: #444444; }

h5 { font-size: 14px; color: #333333; }

h6 { font-size: 14px; color: #3333333; font-weight: lighter; }

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; font-family:Georgia, "Times New Roman", Times, serif; font-size: 34px; color: #333333; line-height:1.3em; font-weight:lighter; }

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: h5bp.com/j */
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: h5bp.com/k */
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: 1em 0; padding: 0 0 0 40px; }
ul { list-style-image:url('/wp-content/themes/labrayer/images/bullet.png'); }
ul ul {
	margin-top: 8px;
	padding-left: 18px;
	list-style-image:url('/wp-content/themes/labrayer/images/bullet2.png');	
}
ul li { margin-bottom: 6px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
table ul { margin-top: 8px; margin-bottom: 20px; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/i/440
 */

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: 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: h5bp.com/l
 */

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

/* SearchForm Overrides */
#searchform label {
	font-size:11px;
	color:#8b8989;	
}
#searchform input {
	height:20px;
	width:120px;
	border:1px solid #FFFFFF;
	padding:2px 4px;
	-moz-box-shadow:inset #b9b9b9 0px 1px 2px;
	-webkit-box-shadow:inset #b9b9b9 0px 1px 2px;
	box-shadow:inset #b9b9b9 0px 1px 2px;	
}
#searchform input:focus {
	-moz-box-shadow:inset #666 0px 1px 2px;
	-webkit-box-shadow:inset #666 0px 1px 2px;
	box-shadow:inset #666 0px 1px 2px;	
	border-color:#FFFFFF;	
}
#searchform #searchsubmit {
	height:22px;
	line-height:22px;
	width:54px;
	border:1px solid #555555;
	background-color:#797877;
	font-size:11px;
	color:#FFFFFF;	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#searchform #searchsubmit:hover {
	-moz-box-shadow:inset #666 0px 1px 5px;
	-webkit-box-shadow:inset #666 0px 1px 5px;
	box-shadow:inset #666 0px 1px 5px;
	border-color:#333333;	
}

/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* =============================================================================
   Chrome Frame Prompt
   ========================================================================== */

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }


/* ==|== primary styles =====================================================
  	Microtek Corporation
   ========================================================================== */
#shadow_wrapper {
	background: url('/wp-content/themes/labrayer/images/shadow_wrapper_bg.png') repeat-y top left transparent;
	width:980px;
	margin:0 auto;
		
}
#wrapper {
	width: 966px;
	margin: 0 auto;
	text-align: left;
	background: #6D6D6D;
}
#splash {
	background: url('/wp-content/themes/labrayer/images/splash_bg.gif') no-repeat top left transparent;
	height:50px;
	padding-left:75px;
}
#contentarea, .subpage #contentarea {
	background: url('/wp-content/themes/labrayer/images/contentarea_bg.gif') no-repeat top left #FFFFFF;
	color:#3a3737;
	font-size:13px;
}
.subpage #contentarea {
	background: url('/wp-content/themes/labrayer/images/subpage_contentarea_bg.gif') no-repeat top left #FFFFFF;
}
#content {
	float: left;
	width: 605px;
	padding:10px 40px;
	min-height:300px;
}
#sidebar {
	background: url('/wp-content/themes/labrayer/images/sidebar_bg.gif') no-repeat top left transparent;
	width: 261px;
	padding:20px 10px;
	float: right;
	display:;
}
.contacts_wrapper, .contacts_wrapper_gmap {
	border: 1px solid #cacac6;
	background-color:#EFEFE9;
	background: rgb(237, 237, 231);
	background: rgba(237, 237, 231, 0.9);	
	padding: 14px 20px 0px 20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow:#e1e1e1 1px 1px 2px;
	-webkit-box-shadow:#e1e1e1 1px 1px 2px;
	box-shadow:#e1e1e1 1px 1px 2px;
}
.contacts_wrapper_gmap a {
	font-size: 10px;
	color: #79372A!important;	
}
/* =============================================================================
   Header
   ========================================================================== */
   
.contact {
	float:right;
	background: rgb(51, 51, 51);
	background: rgba(51, 51, 51, 0.7);
	padding:6px 24px;
	width:322px;
	height:68px;
	margin:20px 20px 0px 0px;
	color:#FFFFFF;
	text-shadow: #222222 1px 1px 1px;	
}
.contact table {
	width:100%;
	font-size:0.9em;	
}
.contact table span {
	font-weight:lighter;
	font-size:18px;	
}
.contact table a {	
	color:#FFFFFF;
	text-decoration:none;	
}
.contact table a:hover {
	text-decoration:underline;	
}
   
/* =============================================================================
   Menu
   ========================================================================== */
#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu li {
	float: left;
	padding: 0 2px 0 0;
	height: 30px;
	line-height: 30px;
	background: url('/wp-content/themes/labrayer/images/menu_item_divider.gif') no-repeat bottom right transparent;
}
#menu li a {
	font-size:12px;
	padding:0 18px;
	line-height: 30px;
	/*font-weight:bold;*/
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	z-index:4;
}
#menu li a:hover {
	background: url('/wp-content/themes/labrayer/images/menu_item_over.gif') repeat-x top left transparent;	
}
#menu .current-menu-parent > a, #menu .current-menu-item > a {
	background-color:#92220d;
}
#menu-main-menu .sub-menu {
	background-color:#92200a;
	border-radius:0px;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(146, 32, 10);
	/* RGBa with 0.6 opacity */
	background: rgba(146, 32, 10, 0.95);
	padding:20px 0px 20px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-bottomleft:3px;
	border-bottom-left-radius:3px;
	border-bottom-right-radius:3px;
	-webkit-border-bottom-left-radius:3px;
	-webkit-border-bottom-right-radius:3px;
	-moz-box-shadow:#555555 1px 1px 6px;
	-webkit-box-shadow:#555555 1px 1px 6px;
	box-shadow:#555555 1px 1px 6px;
	z-index:2;
}
#menu li li {
	float: left;
	padding:0px!important;
	background: none;
	line-height:22px!important;
}
#menu li li a {
	background:none;
	color: #FFFFFF;
	text-decoration: none;
	padding:1px 26px 1px 16px;
	display:block;
	line-height:22px;
	border:1px solid transparent;
	text-shadow:none;
}
#menu li li a:hover {
	background: url('/wp-content/themes/labrayer/images/menu_item_over.gif') repeat-x top left transparent;
}
#menu li .current-menu-item a, #menu li current-page-parent > a {
	background-color:#510f02;
	background-image:none;
	
}
#menu ul .sfHover > a {
	background-image:none;
	background-color:#92220d;	
}

/* =============================================================================
   MTC Image Rotator
   ========================================================================== */
#rotator { width: 966px; height: 266px; }
.subpage  #rotator { display: none; }
#mtc_image_rotator {
	position: relative; 
	width: 966px; 
	height: 266px; 
	text-align:center;
}
#rotator h1 {
	font-size:1.6em;
	color:#F4F5E8;
	padding-top:4px;	
}
#mtc_image_rotator_controls {
	height: 24px; 
	padding: 0px; 
	margin-left: 50px; 
	width:175px;
}
#mtc_image_rotator_items {
	color: #111111;	
}
#mtc_image_rotator_controls {
	left:30px;	
	bottom: 7px!important;
}
.mtc_image_rotator_image {
	
}
.mtc_image_rotator_button {
	background-color: #FFFFFF;
    color: #E3E2E2;
    display: inline-block;
	font-weight:bold;
    text-align: center;
	-moz-box-shadow:#111111 0px 0px 2px;
	-webkit-box-shadow:#111111 0px 0px 2px;
	box-shadow:#111111 0px 0px 2px;
	width:12px;
	height:12px;
	text-decoration:none;
	font-size:9px;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	border-radius: 9px;
	outline:none!important;
}
.mtc_image_rotator_button:hover {
	background-color:#773528;
	color:#FFFFFF;
}
.rotator_current {
	background-color:#B65D38;
}
.mtc_image_rotator_current:hover {
	background-color:#773528;
}
#rotator h1 {
	font-family: Georgia, "Times New Roman", Times, serif; 
	line-height: 0.5em; 
	font-size:58px;
	color:#FFFFFF;
	text-shadow:#111111 1px 1px 1px;
	margin: 6px 0px 10px 0px;	
}
.mtc_image_rotator_caption a {
	background: url('/wp-content/themes/labrayer/images/blue_arrow.png') no-repeat center left transparent;	
	padding-left:18px;
	font-family:Helvetica, Arial, sans-serif;
	font-size:16px;
	text-decoration:none;
	color:#a8d8fa;
	text-shadow:#111111 1px 1px 1px;
}
.mtc_image_rotator_caption a:hover {
	text-decoration:underline;	
}

/* =============================================================================
   Masthead
   ========================================================================== */
.subpage #masthead {
	background: url('/wp-content/themes/labrayer/images/subpage_masthead_bg_general.jpg') no-repeat top left transparent;	
	height:116px;
	padding-top:70px;
	padding-left:46px;
}
.subpage #masthead.about {
	background: url('/wp-content/themes/labrayer/images/subpage_masthead_bg_about.jpg') no-repeat top left transparent;	
}
.frontpage .pagetitle {
	display:none;
}
.subpage .pagetitle {
	font-size:42px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#FFFFFF;
	text-shadow:#444444 1px 1px 1px;
	margin:0px;	
	font-weight:normal;
}

/* =============================================================================
   Splash
   ========================================================================== */
.subpage #splash {
	display:none;	
}
.badges {
	height:33px;
	width:183px;
	display:inline-block;
	line-height:33px;
	border:1px solid #8f8484;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin-right:25px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#FFFFFF;
	text-decoration:none;
	text-align:center;
	margin-top:-22px;
	z-index:10;
	position:relative;
}
.badges:hover {
	border-color:#383737;
	background-position:left -35px;	
	color:#FFFFFF;
	text-shadow:#555555 0px 0px 1px;
}
.light_blue_badge {
	background: url('/wp-content/themes/labrayer/images/light_blue_badge_bg.gif') repeat-x top left transparent;
}
.blue_badge {
	background: url('/wp-content/themes/labrayer/images/blue_badge_bg.gif') repeat-x top left transparent;
}
.red_badge {
	background: url('/wp-content/themes/labrayer/images/red_badge_bg.gif') repeat-x top left transparent;
}
.dark_blue_badge {
	background: url('/wp-content/themes/labrayer/images/dark_blue_badge_bg.gif') repeat-x top left transparent;
}

/* =============================================================================
   Sidebar
   ========================================================================== */
.associations {
	margin-top:20px;
	padding:10px 0 10px 16px;
	border-top:1px solid #C0C0C0;
	border-bottom:1px solid #C0C0C0;	
}

   
/* =============================================================================
   Footer
   ========================================================================== */
footer a {
	text-decoration:none;	
}
footer .footer_content {
	margin:0 auto;
	width:900px;
	height:47px;
	padding:75px 40px 0 40px;
	text-align:left;
	color:#FFFFFF;
	font-size:0.8em;	
}
footer .footer_content a {
	color:#FFFFFF;
}
footer .footer_content a:hover {
	color:#2D2825;
}
footer .footer_mtc {
	float:right;
	width:240px;	
	padding-top: 23px;
}
.footer_menu {
	padding: 0 0 6px 0;	
}

/* =============================================================================
   Contact Page
   ========================================================================== */
.contacts {
	height: 110px;
	margin-bottom: 14px;
	float: left;
	width: 280px;	
}
.contacts p {
	margin: 4px 0 0 0;	
}

/* =============================================================================
   Alignment
   ========================================================================== */
.alignleft {
	display: inline;
	float: left;
	margin:10px 20px 10px 0px;
}
.alignright {
	display: inline;
	float: right;
	margin:10px 0px 10px 20px;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* =============================================================================
   Job Manager
   ========================================================================== */
   
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 4px 6px 0;	
}
.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 {
	height:33px;
	width:183px!important;
	display:inline-block;
	line-height:33px;
	border:1px solid #8f8484;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#FFFFFF;
	text-decoration:none;
	text-align:center;
	background: url('/wp-content/themes/labrayer/images/blue_badge_bg.gif') repeat-x top left transparent;
}
.submit .button-primary {
	background: url('/wp-content/themes/labrayer/images/red_badge_bg.gif') repeat-x top left transparent;
	font-size: 14px;
}
.jobs-applynow a:hover, .submit .button-primary:hover {
	border-color:#383737;
	background-position:left -35px;	
	color:#FFFFFF;
	text-shadow:#555555 0px 0px 1px;
}
table.job-table th {
    padding: 4px 16px 4px 0;
    width: 100px;
}
table.job-table td {
    padding: 4px 16px 4px 0;
	
}
.submit {
	text-align: right;	
	padding-right: 50px!important;
}
.odd, .even {
	border-bottom: 1px dotted #AAAAAA;
	padding-bottom: 40px;
	margin-bottom: 10px;	
}

/* =============================================================================
   Custom
   ========================================================================== */
.imgborder {
	padding:1px;
	background-color:#555555;
	border:1px solid #FFFFFF;
	-moz-box-shadow:#9e9e9e 1px 1px 4px;
	-webkit-box-shadow:#9e9e9e 1px 1px 4px;
	box-shadow:#9e9e9e 1px 1px 4px;
}
.cboxElement img:hover { border-color: #834134!important; }
.comp_projects {
	width: 100%;
	border-collapse:collapse;	
	border: 1px solid #c8c6c6;
	-moz-box-shadow:#e1e1e1 1px 1px 2px;
	-webkit-box-shadow:#e1e1e1 1px 1px 2px;
	box-shadow:#e1e1e1 1px 1px 2px;
}
.comp_projects th {
	background-color: #434343;
	background: rgb(91,91,91); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(91,91,91,1) 0%, rgba(67,67,67,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(91,91,91,1)), color-stop(100%,rgba(67,67,67,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(91,91,91,1) 0%,rgba(67,67,67,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(91,91,91,1) 0%,rgba(67,67,67,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(91,91,91,1) 0%,rgba(67,67,67,1) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(91,91,91,1) 0%,rgba(67,67,67,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5b5b5b', endColorstr='#434343',GradientType=0 ); /* IE6-9 */
	color: #FFFFFF;
	padding: 6px 12px;
	border: 1px solid #434343;
}
.comp_projects td {
	background-color:#EFEFE9;
	background: rgb(237, 237, 231);
	background: rgba(237, 237, 231, 0.9);
	line-height: 1.4em;
	padding: 14px;
}
.comp_projects .dark {
	background: rgb(220, 227, 232);
	background: rgba(220, 227, 232, 0.9);
}
.qtip_caption {
	display: inline-block;
	padding: 10px 0 2px;
	font-weight:bold;
	font-size: 13px;
	color: #EFEFE9;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.mtc-qtip2 {
	background: url('/wp-content/themes/labrayer/images/mag_qtip.png') no-repeat right center transparent;
	padding-right: 20px;
	cursor:default;	
}
.associations_table {
	width: 100%;
}
.associations_table td {
	padding: 6px 12px 6px 6px;
	vertical-align:middle;
}
.gallery_link {
	font-family: Georgia, "Times New Roman", Times, serif; 
	line-height: 1.3em;
	font-size: 20px; 
	color: #2D5D84;	
	margin-top: 16px;
	display:inline-block;
}
.back_btn {
	background: url('/wp-content/themes/labrayer/images/back.png') no-repeat left center transparent;
	padding: 0 10px 0 22px;	
	height: 20px;
	line-height: 20px;
	text-decoration: none;
	display:inline-block;
	margin-bottom: 20px;
}
.back_btn:hover {
	text-decoration: underline;	
}
.separator {
	border-bottom: 1px dotted #AAAAAA;
	padding-bottom: 20px;
	margin-bottom: 30px;	
}
.careers_recent {
	padding: 30px 0;	
}
.careers_recent ul {
	padding-left: 0;
	list-style:none;	
}
.equipment_link {
	color: #3A3737;	
}
.equipment_link:hover {
	color: #3689CE;	
}

/* ==|== 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: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.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: h5bp.com/p */
.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: h5bp.com/q */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }



/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
  * { background: transparent !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  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; } /* h5bp.com/t */
  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; }
}
