/*
Theme Name: McKern
Author: Yoke
Author URI: http://www.yokedesign.com.au/
Description: MCKern WordPress template
Version: 1.0
*/

/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/


/* Table of Content
==================================================
	#Reset & Basics
	#Basic Styles
	#Site Styles
	#Typography
	#Links
	#Lists
	#Images
	#Buttons
	#Forms
	#Misc */


/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline; 
		 font-family: "aaux-next",sans-serif;
	}
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block; }

        html, body { height: 100%; }
	body {
		line-height: 1; }
	ol, ul {
		list-style: none; }
	blockquote, q {
		quotes: none; }
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none; }
	table {
		border-collapse: collapse;
		border-spacing: 0; }
	
	.inline-block {
		display: inline-block;
	}
	.ie6 .inline-block, .ie7 .inline-block {
		display: inline;
		zoom: 1;
	}


/* #Basic Styles
================================================== */
	body {
		background: #fff;
		color: #FFF;
		-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
		-webkit-text-size-adjust: 100%;
		font-size: 15px;
 }
 	body.page-template-content-imagewall-php {
	 	background: #000;
 	}
 	body.page-template-content-contact-php h2 {
	 	font-size: 16px;
	 	font-weight: 500;
	 	line-height: 22px;
	 	margin-bottom: 2px;
	 	text-transform: uppercase;
 	}
 	a:hover { text-decoration: underline; }


#sitemenu {

max-width:270px;
/* min-height:100%; */

}

#homunculous
{
	width: 200px !important;
}

#sitemenu li {

letter-spacing:-1px;
font-size: 16px;
line-height:39px;
font-weight:bold;
color:#FFF;
text-transform: uppercase;
margin-bottom:0;

}

#sitemenu li a {
	color: #aaa;
	-ms-transition: 0.2s color ease;
	-moz-transition: 0.2s color ease;
	-o-transition: 0.2s color ease;
	-webkit-transition: 0.2s color ease;
	transition: 0.2s color ease;
	font-size: 24px;
	letter-spacing: 2px;
	font-weight:600;
}
.home.page #sitemenu li a {
	/* color: #fff; */
	color: rgba(255,255,255,0.7);
}
.home.page #sitemenu li a:hover {
	color: #F6A016;
}
#sitemenu li.current-menu-parent a,
#sitemenu li.current_page_item > a {
	color: #F6A016;
}
#sitemenu li a:hover, li.selected > a
{
	color: #F6A016 !important;
	text-decoration: none;
}

ul#sitemenu li ul
{
	margin-left: 0;
	margin-top: 0;
}

ul#sitemenu li ul li
{
	line-height: 25px;
}

ul#sitemenu li ul li a
{
	font-size: 14px;
	color: #fff;
}
ul#sitemenu li ul li ul {
    margin-bottom: 27px;
}
ul#sitemenu li ul li ul li 
{
	float: left; 
}

li.seperate
{
	margin: 0 5px 0 5px;
	font-weight:100;
}


#sitemenu .current-menu-ancestor .current-menu-item a {
	font-weight: 600;
}


/* #Typography
================================================== */
	h1, h2, h3, h4, h5, h6 {
		color: #FFF;
		font-family: "aaux-next",sans-serif;
		font-weight: 400;
		/* text-shadow: 1px 0px 2px #000000; */ }
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
	h1 { font-size: 46px; line-height: 50px; margin-bottom: 14px;}
	h2 { font-size: 35px; line-height: 40px; margin-bottom: 10px; }
	h3 { font-size: 28px; line-height: 34px; margin-bottom: 8px; }
	h4 { font-size: 20px; line-height: 30px; margin-bottom: 9px; }
	h5 { font-size: 17px; line-height: 24px; }
	h6 { font-size: 14px; line-height: 21px; }
	.subheader { color: #FFF; }

	p { margin: 0 0 20px 0; line-height: 20px; /* text-shadow: 1px 0px 2px #000000; */ }
	p img { margin: 0; }
	p.lead { font-size: 21px; line-height: 27px; color: #FFF;  }

	em { font-style: italic; }
	strong { font-weight: bold; color: #FFF; }
	small { font-size: 80%; }

/*	Blockquotes  */
	blockquote, blockquote p { font-size: 17px; line-height: 24px; color: #FFF; font-style: italic; }
	blockquote { margin: 0 0 20px; padding: 9px 20px 0 19px; border-left: 1px solid #ddd; }
	blockquote cite { display: block; font-size: 12px; color: #FFF; }
	blockquote cite:before { content: "\2014 \0020"; }
	blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #FFF; }

	hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 10px 0 30px; height: 0; }


/* #Links
================================================== */
	a, a:visited { color: #FFF;  outline: 0; }
	a:hover, a:focus { color: #FFF; }
	p a, p a:visited { line-height: inherit; }


/* #Lists
================================================== */
	ul, ol { margin-bottom: 20px; }
	ul { list-style: none outside; }
	ol { list-style: decimal; }
	ol, ul.square, ul.circle, ul.disc { margin-left: 30px; }
	ul.square { list-style: square outside; }
	ul.circle { list-style: circle outside; }
	ul.disc { list-style: disc outside; }
	ul ul, ul ol,
	ol ol, ol ul { margin: 4px 0 5px 30px; font-size: 90%;  }
	ul ul li, ul ol li,
	ol ol li, ol ul li { margin-bottom: 6px; }
	li { line-height: 18px; margin-bottom: 12px; }
	ul.large li { line-height: 21px; }
	li p { line-height: 21px; }

/* #Images
================================================== */

	img.scale-with-grid {
		max-width: 100%;
		height: auto; }


/* #Buttons
================================================== */

	.button,
	button,
	input[type="submit"],
	input[type="reset"],
	input[type="button"] {
		background: #eee; /* Old browsers */
		background: #eee -moz-linear-gradient(top, rgba(255,255,255,.2) 0%, rgba(0,0,0,.2) 100%); /* FF3.6+ */
		background: #eee -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.2)), color-stop(100%,rgba(0,0,0,.2))); /* Chrome,Safari4+ */
		background: #eee -webkit-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* Chrome10+,Safari5.1+ */
		background: #eee -o-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* Opera11.10+ */
		background: #eee -ms-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* IE10+ */
		background: #eee linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* W3C */
	  border: 1px solid #aaa;
	  border-top: 1px solid #ccc;
	  border-left: 1px solid #ccc;
	  -moz-border-radius: 3px;
	  -webkit-border-radius: 3px;
	  border-radius: 3px;
	  color: #444;
	  display: inline-block;
	  font-size: 11px;
	  font-weight: bold;
	  text-decoration: none;
	  text-shadow: 0 1px rgba(255, 255, 255, .75);
	  cursor: pointer;
	  margin-bottom: 20px;
	  line-height: normal;
	  padding: 8px 10px;
	  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; }

	.button:hover,
	button:hover,
	input[type="submit"]:hover,
	input[type="reset"]:hover,
	input[type="button"]:hover {
		color: #222;
		background: #ddd; /* Old browsers */
		background: #ddd -moz-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%); /* FF3.6+ */
		background: #ddd -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.3)), color-stop(100%,rgba(0,0,0,.3))); /* Chrome,Safari4+ */
		background: #ddd -webkit-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Chrome10+,Safari5.1+ */
		background: #ddd -o-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Opera11.10+ */
		background: #ddd -ms-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* IE10+ */
		background: #ddd linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* W3C */
	  border: 1px solid #888;
	  border-top: 1px solid #aaa;
	  border-left: 1px solid #aaa; }

	.button:active,
	button:active,
	input[type="submit"]:active,
	input[type="reset"]:active,
	input[type="button"]:active {
		border: 1px solid #666;
		background: #ccc; /* Old browsers */
		background: #ccc -moz-linear-gradient(top, rgba(255,255,255,.35) 0%, rgba(10,10,10,.4) 100%); /* FF3.6+ */
		background: #ccc -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.35)), color-stop(100%,rgba(10,10,10,.4))); /* Chrome,Safari4+ */
		background: #ccc -webkit-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* Chrome10+,Safari5.1+ */
		background: #ccc -o-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* Opera11.10+ */
		background: #ccc -ms-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* IE10+ */
		background: #ccc linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* W3C */ }

	.button.full-width,
	button.full-width,
	input[type="submit"].full-width,
	input[type="reset"].full-width,
	input[type="button"].full-width {
		width: 100%;
		padding-left: 0 !important;
		padding-right: 0 !important;
		text-align: center; }

	/* Fix for odd Mozilla border & padding issues */
	button::-moz-focus-inner,
	input::-moz-focus-inner {
    border: 0;
    padding: 0;
	}


/* #Forms
================================================== */

	form {
		margin-bottom: 20px; }
	fieldset {
		margin-bottom: 20px; }
	input[type="text"],
	input[type="password"],
	input[type="email"],
	textarea,
	select {
		border: 1px solid #ccc;
		padding: 6px 4px;
		outline: none;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		font: 13px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
		color: #444;
		margin: 0;
		width: 210px;
		max-width: 100%;
		/* display: block; */
		margin-bottom: 20px;
		background: #fff; }
	select {
		padding: 0; }


        a {

            text-decoration:none;
        }


	input[type="text"]:focus,
	input[type="password"]:focus,
	input[type="email"]:focus,
	textarea:focus {
		border: 1px solid #aaa;
 		color: #444;
 		-moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
		-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
		box-shadow:  0 0 3px rgba(0,0,0,.2); }

	textarea {
		min-height: 60px; }
	label,
	legend {
		display: block;
		font-weight: bold;
		font-size: 13px;  }
	select {
		width: 220px; }
	input[type="checkbox"] {
		display: inline; }
	label span,
	legend span {
		font-weight: normal;
		font-size: 13px;
		color: #444; }

/* #Misc
================================================== */
	.remove-bottom { margin-bottom: 0 !important; }
	.half-bottom { margin-bottom: 10px !important; }
	.add-bottom { margin-bottom: 20px !important; }


         #logos-identity {

            margin-bottom:52px;

         }
		 
		 

.fullbold {
font-size:16px;
font-weight:bold;
}


#logos-identity-alternatvei {
display:none;

}

.sub-menu {
	display:none;

	margin-left:0;
	margin-bottom:15px;
}
li.current-menu-item > ul.sub-menu
{
	display:block;
}
#sitemenu li .sub-menu li 
{
	line-height: 19px;
	font-size:14px;
	border:none;
	margin-top:2px;
	margin-bottom:2px;
}

#sitemenu li .sub-menu li  a
{
	font-size: 16px;
}

.contact-quote p {
	font-size: 16px;
	font-style: italic;
	margin-bottom: 10px;
}

/*
img.size-small {
	width: 50%;
}
*/


#zigframetop {
width:100%;
height: 9px;
background-color:#000;
position:fixed;
top:0;
left:0;
z-index:4000001;
}


#zigframeright {
height:100%;
width: 9px;
background-color:#000;
position:fixed;
top:0;
right:0;
z-index:4000001;
}

#zigframebottom {
width:100%;
height: 9px;
background-color:#000;
position:fixed;
bottom:0;
left:0;
z-index:4000001;
}


#zigframeleft {
height:100%;
width: 9px;
background-color:#000;
position:fixed;
bottom:0;
left:0;
z-index:4000001;
}

.blog .container { max-width: 1200px; }

#twitter-icon {
	float: left;
	margin-left: 10px;
	margin-top: 50%;
}
#twitter-whitebird {
	display: block;
}
#twitter-blackbird {
	display: none;
}

#facebook-icon {
	float: left;
	margin-top: 50%;
}
#facebook-white {
	display: block;
}
#facebook-black {
	display: none;
}

#linkedin-icon {
	float: left;
	margin-left: 10px;
	margin-top: 50%;
}
#linkedin-white {
	display: block;
}
#linkedin-black {
	display: none;
}

#pinterest-icon {
	float: left;
	margin-left: 10px;
	margin-top: 50%;
}
#pinterest-white {
	display: block;
}
#pinterest-black {
	display: none;
}

.contact-details.minified {
	line-height: 18px;
}
label.title {
	font-weight: bold;
	width: 50px;
}
label.details {
	font-weight: normal;
}
.fat-space {
	display: block;
	height: 100px;
	width: 100%;
}

hr.hidden {
	margin-bottom: 0;
	visibility: hidden;
}
.columns.spacer {
	padding-right: 70px;
}

article {
	border-bottom: 1px solid #ccc;
	margin-bottom: 30px;
	max-width: 700px;
	padding-bottom: 37px;
}
article h1,
.imagery article h1 {
	font-size: 20px;
	line-height: 20px;
	margin: 0 0 40px;
	text-transform: uppercase;
}
article h2,
.imagery article h2 {
	color: #000;
	font-size: 13px;
	font-style: italic;
	font-weight: 400;
	line-height: 25px;
	margin-bottom: 15px;
	text-transform: capitalize;
}
article p,
.imagery article p {
	font-size: 14px;
	line-height: 22px;
	max-width: 800px;
}
article .see-more {
	font-size: 14px;
	line-height: 19px;
	margin-top: 7px;
	text-transform: uppercase;
}

article .fb-like {
	vertical-align: top;
	/* width: 92px; */
}

#comments #reply-title,
#comments #comments-title {
	display: none;
}
#comments input[type=text],
#comments input[type=email] {
	background: #f2f2f2;
	border: 0;
	border-radius: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	color: #000;
	margin-bottom: 5px;
	margin-right: 0;
	padding: 6px 10px;
	width: 49%;
}
#comments input[type=text]::-webkit-input-placeholder,
#comments input[type=email]::-webkit-input-placeholder,
#comments textarea::-webkit-input-placeholder {
	color: #a9a9a9;
}
#comments input[type=text]:-moz-placeholder,
#comments input[type=email]:-moz-placeholder,
#comments textarea:-moz-placeholder {
	color: #a9a9a9;
}
#comments input[type=text]::-moz-placeholder,
#comments input[type=email]::-moz-placeholder,
#comments textarea::-moz-placeholder {
	color: #a9a9a9;
}
#comments input[type=text]::-ms-input-placeholder,
#comments input[type=email]::-ms-input-placeholder,
#comments textarea::-ms-input-placeholder {
	color: #a9a9a9;
}

#comments textarea {
	background: #F2F2F2;
	border: 0;
	border-radius: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	display: block;
	float: none;
	margin: 0;
	max-width: 100%;
	min-width: 100%;
	padding: 10px 10px 10px;
	width: 100%;
}
#comments input[type="text"]:focus,
#comments input[type="email"]:focus,
#comments textarea:focus {
	border: 0;
	color: #000;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#comments input[type=text]:focus::-webkit-input-placeholder  { color: #d4d4d4; }
#comments input[type=text]:focus:-moz-placeholder            { color: #d4d4d4; }
#comments input[type=text]:focus::-moz-placeholder           { color: #d4d4d4; }
#comments input[type=text]:focus::-ms-input-placeholder      { color: #d4d4d4; }

#comments input[type=email]:focus::-webkit-input-placeholder { color: #d4d4d4; }
#comments input[type=email]:focus:-moz-placeholder           { color: #d4d4d4; }
#comments input[type=email]:focus::-moz-placeholder          { color: #d4d4d4; }
#comments input[type=email]:focus::-ms-input-placeholder     { color: #d4d4d4; }

#comments textarea:focus::-webkit-input-placeholder          { color: #d4d4d4; }
#comments textarea:focus:-moz-placeholder                    { color: #d4d4d4; }
#comments textarea:focus::-moz-placeholder                   { color: #d4d4d4; }
#comments textarea:focus::-ms-input-placeholder              { color: #d4d4d4; }

.imagery #comments p.form-submit {
	background: #f2f2f2;
	margin-top: -16px;
	max-width: 800px;
	text-align: right;
}
.imagery #comments p.form-submit input {
	background: #f2f2f2;
	border: 0;
	border-radius: 0;
	color: #a9a9a9;
	/* font-family: "PT Sans", "PTSansBold", "Helvetica", Arial, sans-serif; */
	font-family: p22-underground, sans-serif;
	font-size: 14px;
	font-weight: 500;
	margin: 0;
	text-transform: uppercase;
	-webkit-transition: 0.15s color ease;
	-moz-transition: 0.15s color ease;
	-ms-transition: 0.15s color ease;
	-o-transition: 0.15s color ease;
	transition: 0.15s color ease;
	-webkit-appearance: none;
}
.imagery #comments p.form-submit input:hover {
	color: #000;
}
.imagery p.logged-in-as {
	margin-bottom: 16px;
}
#comments .commentlist {
	list-style: none;
	margin-left: 0;
}
#comments .comment-author,
.comment-tally {
	color: #666;
	display: inline;
	/* font-family: "PT Sans", "PTSansBold", "Helvetica", Arial, sans-serif; */
	font-family: p22-underground, sans-serif;
	font-size: 13px;
	font-style: italic;
	font-weight: 500;
}
#comments .comment-author a,
.comment-tally a {
	color: #666;
}
#comments .comment-author a:hover,
.comment-tally a:hover {
	text-decoration: none;
}
#comments footer em.comment-awaiting-moderation {
	color: #666;
	float: right;
	font-size: 0.9em;
	margin-left: 20px;
}
.comment-tally {
	float: right;
	margin-right: 0;
}
.social-box {
	margin-bottom: 2em;
	margin-top: 10px;
}
.social-box > * {
	margin-right: 0.5em;
}
#comments {
	margin-bottom: 5em;
	max-width: 700px;
}
#comments .edit-link a:link,
#comments .edit-link a:visited,
.logged-in-as {
	color: #aaa;
	font-weight: normal;
}
.logged-in-as a:link,
.logged-in-as a:visited {
	color: #444;
}

#content > .columns {
	margin-top: 11px;
}

@font-face {
    font-family: 'PTSansBold';
    src: url('fonts/PTS75F-webfont.eot');
    src: url('fonts/PTS75F-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/PTS75F-webfont.woff') format('woff'),
         url('fonts/PTS75F-webfont.ttf') format('truetype'),
         url('fonts/PTS75F-webfont.svg#PTSansBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'PTSansItalic';
    src: url('fonts/PTS56F-webfont.eot');
    src: url('fonts/PTS56F-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/PTS56F-webfont.woff') format('woff'),
         url('fonts/PTS56F-webfont.ttf') format('truetype'),
         url('fonts/PTS56F-webfont.svg#PTSansItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'PTSansRegular';
    src: url('fonts/PTS55F-webfont.eot');
    src: url('fonts/PTS55F-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/PTS55F-webfont.woff') format('woff'),
         url('fonts/PTS55F-webfont.ttf') format('truetype'),
         url('fonts/PTS55F-webfont.svg#PTSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

.page-template-default p {
	font-size: 14px;
	line-height: 21px;
}
.page-template-default .ten.columns p, 
.twelve.columns p,
#content li
{
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: .07em;
}

body.single .imagery article p {
	color: #000;
	font-weight: lighter;
	margin-bottom: 18px;
}
body.single .imagery article p:first-child {
	font-size: 17px;
	line-height: 26px;
	/* margin-bottom: 30px; */
}
body.single .imagery #comments article p:first-child {
	font-size: 14px;
	line-height: 22px;
}

	.contact-form
	{
		font-family: p22-underground, sans-serif !important;
		float:left !important;	
		margin-bottom:25px !important;
		border:none !important;
		padding:5px !important;
		width:100% !important;
        
		/* width: 313px !important; */
		moz-border-radius: 0 !important;
		-webkit-border-radius: 0 !important;
		border-radius: 0 !important;
		height: 25px;
		
	}
	.contact-submit, .abn-contact-submit
	{
		font-family: p22-underground, sans-serif !important;
		border: 1px solid #fff !important;
		color:#fff !important;
		background-color:#2e2828 !important;
		padding:5px !important;	
		margin-right: -10px;
		float: right;
		moz-border-radius: 0 !important;
		-webkit-border-radius: 0 !important;
		font-weight: 300 !important;
		padding-bottom: 1px !important;
		text-decoration: none  !important;
	}
	a.contact-submit:hover, a.abn-contact-submit:hover
	{
		background-color: #fff !important;
		color: #000 !important;
	}
	.contact-msg
	{
		display: none;
		float: left;
		padding-top: 6px;
		display: block;
	}

	.contact-msg p
	{
		margin-bottom: 30px;
	}

	}
	
	.abn .left p, 	.abn .right p
	{
	
		font-size:13px !important;
		font-weight:100 !important;
		margin-bottom:15px !important;
		line-height:17px !important;

	}
	
		.abn .left
	{
		
			width: 285px;
			float:left;
	}
	
			.abn .right
	{
		
			width: 285px;
			float:left;
			margin-left:20px;
	}
	.abn h4
	{
		letter-spacing:3px;
	}
	

	.abn .subheader, .abn h4
	{
		font-size: 20px !important;
	font-weight: 300 !important;
	margin-bottom:30px !important;
	text-transform:none !important;
}


	.abn .subheader
	{
		margin-bottom:40px !important;
	}
	
.abn .small
{
	font-size:11px;
	font-weight:100;
	float:left;
	margin-top:20px;
	line-height:15px;
}

.contact-social-row
{
	width: 100%;
	float: left;
	margin-bottom: 10px;
}

.contact-social-icon
{
	float: left;
	width: 35px;
	border-right: 1px solid #fff;
	margin-right: 15px;
}

.contact-social-text
{
	float: left;
	width: 50%;
}

.contact-social-button
{
	float: left;
}

.fb_edge_widget_with_comment iframe
{
    width:47px !important;
}


.msg-rotator
{
	background-color: #000;
	color: #fff;
	position: absolute;
	bottom: -10px;
	min-height: 200px;
	width: 100%;
	display: inline-block;
}


.rotator-left
{
	float: left;
	width: 60%;
	
}
.rotator-right
{
	float: left;
	width: 40%;
	text-align: right;
}

.rotator-left > div{
	padding: 40px 40px 0px 40px;
}

.rotator-right > div{

	padding: 40px 40px 40px 0px;
}

.footer-cycle div
{
	font-size: 20px;
	font-weight: 500;
	line-height: 30px;
}


.footer-social-text
{
	color:#F6A016;
	font-size: 26px;
}


.footer-social-icon
{
	margin-top: 20px
}
a.yokelink {
    text-transform: uppercase;
    color: #6F6F6F;
    font-size: 14px;
    line-height: 40px;
}
a.yokelink:hover {
	color: #FF9332;	
	text-decoration: none;
}
.yokelink img {
    height: 12px;
	margin-bottom: -1px;
}
.footer-social-icon  img:first-child
{
	margin-right: 10px;
}

#content .left
{
	width: 50%;
	float: left;
}

#content .right
{
	width: 50%;
		float: left;
}


#content .left h2
{
	font-weight: 300;
	font-size: 1.8em;
	line-height: 32px;
}

#content .right p
{
	font-size: 14px;
letter-spacing: 1px;
font-weight: 300;
line-height: 20px;
margin-bottom: 12px;
}

/* WHY THIS WAY?! surely things that have this margin can have their own class... okay i see. */
#content > div.ten /*, #content > div.twelve */
{
	margin-top: 175px;
}

.wrapper
{
	height: 100%;
}

.sf-sub-indicator
{
	display: none;
}
li.selected > a+ul 
{
	display: block !important;
	visibility: visible !important;
}


.alignnone 
{
	margin-top: 10px;
}


td p
{
	margin-bottom: 0;
	line-height: 20px;
}
 @media only screen and (min-width: 480px) and (max-width: 767px) 

{	.abn-headerimg img
	{
		width: 100% !important;

	}
		.abn .right
	{
		margin-left: 0px !important;
		margin-top: 40px !important;
	}

	.footer-cycle div
	{
		font-size: 23px;
		font-weight: 500;
		line-height: 26px;
	}
	#content > div.ten,
	#content > div.twelve
	{
		margin-top: 10px;
	}

	.container
	{
		width: 90%;
	}

}






/* Temporary hackiness. Restructure this. */

/* misc */
#content ul {
    list-style: disc inside;
}
#content li {
    margin-bottom:4px;
} 


/* contact */
#cform label {
    font-size: 13px;
	float: left;
}


.contact-person {
    border-bottom: 2px solid grey;
    padding-bottom: 10px;
    margin-bottom: 10px;
    width: 170px;
    margin: 10px;
}
/*
.contact-person.cp0 {
    padding-top: 10px;
}

.contact-person.cp3 {
    border-bottom: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
*/
.cp-name, .cp-phone, .cp-email {
    font-weight: bold;
}
.cp-position {
    font-size: 85%;
}
.contact-support-type {
    text-transform: uppercase;
}




/* about? */
#content .right ul, #content .left ul {
    list-style: disc inside;
}
#content .right li, #content .left li {
    margin-bottom: 0px;
    height: 25px;
    font-size: 14px;
}

/* nav menu */


/* foundation accordion */
.liteAccordion {
    text-align: left;
    font-size: 16px;
    line-height: 24px;
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    -webkit-tap-highlight-color: transparent;
}
.liteAccordion, .liteAccordion * { padding: 0; margin: 0; border: 0; box-sizing: content-box }
.liteAccordion > ol { position: relative; overflow: hidden; height: 100%; margin: 0; padding: 0; list-style-type: none }
.liteAccordion > ol > li { list-style-type: none }
.liteAccordion .slide > h2 {
    margin: 0;
    z-index: 100;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-backface-visibility: hidden; /* fixes chrome bug */
    -webkit-transform: translateX(-100%) rotate(-90deg);
    -webkit-transform-origin: right top;
    -moz-transform: translateX(-100%) rotate(-90deg);
    -moz-transform-origin: right top;
    -o-transform: translateX(-100%) rotate(-90deg);
    -o-transform-origin: right top;
    transform: translateX(-100%) rotate(-90deg);
    transform-origin: right top;
	
	background-color: #F6A016;
    color: #000;
    text-transform: uppercase;
    font-size: 14px;
	font-weight: 500;
	text-align: center;
	height: 45px;
	border-top: 1px solid #000;
}
.liteAccordion .slide:first-child > h2 {
border-top: 0px;
}
.liteAccordion .slide > h2 span {
    display: block;
    padding-right: 8%;
    text-align: right;
    height: 90%;
    margin-top: 5px;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.liteAccordion .slide > h2:hover { cursor: pointer }
.liteAccordion .slide > div { height: 100%; position: absolute; top: 0; z-index: 10; overflow: hidden; }
.liteAccordion .ap-caption { padding: 10px 15px; position: absolute; bottom: 20px; right: 30px; z-index: 3; background: black;
    background: rgba(0,0,0,0.7); color: white; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px }
.liteAccordion noscript p { padding: 10px; margin: 0; background: white }

/* transforms */
.liteAccordion.ie .slide > h2,
.liteAccordion.ie .slide > h2 span,
.liteAccordion.ie .slide > h2 b { filter: none; -ms-filter: none; -ms-transform: none }
.liteAccordion.ie7 .slide > h2 { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3) }
.liteAccordion.ie7 .slide > h2 b { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1) }
.liteAccordion.ie8 .slide > h2 { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)" }
.liteAccordion.ie8 .slide > h2 b { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)" }
.liteAccordion.ie9 .slide > h2 { -ms-transform: translateX(-100%) rotate(-90deg); -ms-transform-origin: right top }
.liteAccordion.ie9 .slide > h2 b { -ms-transform: rotate(90deg) }

/* misc */
.liteAccordion.ie7 .slide > h2 b, .liteAccordion.ie8 .slide > h2 b { top: 44%; left: 5% }
.liteAccordion.ie7.stitch .slide > h2 b, .liteAccordion.ie8.stitch .slide > h2 b { top: 36% }
.liteAccordion.ie9.stitch { box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4) }




.foundation-accordion {
    height: 200px;
    font-size: 13px;
    font-weight: 600;
	float: left;
	margin-left: 270px;
}
.accordion-panel {
    width: 360px;
    background-color: #191919;
    float: left;
    height: 180px;
}
.accordion-panel-row {
	padding: 10px;	
    font-size: 13px;
    font-weight: 500;
}
.accordion-panel-name {
    float: left;
    width: 65%;
}
.accordion-panel-alloc {
    float: right;
    width: 20%;
    text-align: right;
}
.accordion-panel-total {
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-weight: 600;
    color:#F6A016;
}




/* blog */
.blog-list, .blog-post {
    margin-top: 0px !important;
}
.blog-post h6.subheader
{
	color: #bbb;
}

.blog-post h5.subheader
{
	color: #fff;
	font-size: 20px;
}
.blog-post a
{
	color: #bbb;
	text-decoration: none;
}
.blog-post a:hover
{
	text-decoration: none;
}

.blog-column {
    background-color: rgba(14, 14, 14, 0.89);
    padding: 10px;
    font-size: 12px;
}
.blog-title {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 6px;
}
.blog-date {
    font-size: 13px;
    color: darkgrey;
}
.blog-list p, .blog-content p {
    margin: 0px;
    font-size: 13px;
}
.blog-seemore {
    font-size: 11px;
    color: #F6A016;
    margin-top: 10px;
}
.blog-seemore a {
    color: darkgrey;
}
.blog-list .blog-entry {
    margin-bottom: 30px;
}
.blog-image {
    text-align: center;
    position: relative;
}
.blog-entry img {
    width: 100%;
    margin: 10px 0px;
}

/* team */

.page-template-content-team-php {
	background-color: #000;
    background-image: url('/images/mckern-team-bg.jpg');
	background-repeat: no-repeat;
}
.page-template-content-team-php .container {
    min-width: 900px;
}

.team-image-container {
    width: 100%;
    height: 100%;
    position: relative;
}
.team-background {
/*    background-image: url('/images/team-full-bw.jpg'); */
    height: 100%;
    width: 100%;
}
.team-page {
    position: relative;
    height: 500px;
    min-width: 875px;
    margin-top: 175px;
    margin-left: 280px;
}
.team-member-pics {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 999;
}
.team-member-pic {
    position: absolute;
    top: 0px;
    bottom: 0px;
    
}
.team-member-pic.tm1 {
    width: 160px;
    left: 0px;
}
.team-member-pic.tm2 {
   background-position: -160px -500px;
   width: 110px;
   left: 160px; 
}
.team-member-pic.tm3 {
   background-position: -270px -1000px;
   width: 115px;
   left: 270px; 
}
.team-member-pic.tm4 {
   background-position: -385px -1500px;
   width: 120px;
   left: 385px; 
}
.team-member-pic.tm5 {
   background-position: -495px -2000px;
   width: 115px;
   left: 495px; 
}
.team-member-pic.tm6 {
   background-position: -610px -2500px;
   width: 140px;
   left: 610px; 
}
.team-member-pic:hover {
    background-image: url('/images/team-members.png');
}
.team-member-name {
    opacity: 0;
    background-color: #3D3D3D;
    border-radius: 10px 10px 10px 10px;
    padding: 5px;
    width: 100px;
    text-align: center;
    font-weight: bold;
    position: absolute;
	-moz-transition: all 1s, -moz-transform 1s;
    -webkit-transition: all 1s, -webkit-transform 1s;
    -o-transition: all 1s, -o-transform 1s;
    transition: all 1s, transform 1s;
	pointer-events: none;
	top: 140px;
}
.team-member-pic:hover .team-member-name {
    opacity: 1;
}
.tm1 .team-member-name {
    left: 40px;
}
.tm2 .team-member-name {
    left: -10px;
}
.tm6 .team-member-name {
    left: 20px;
}

.team-bio-container {
    position: fixed;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background: rgba(39, 39, 39, 0.87);
    width: 270px;
	display: none;
}
.team-member-bio {
    position: absolute;
    top: 0px;
    padding: 15px;
	display: none;
}
.tmb-name {
    font-size: 26px;
    font-weight: 600;
}
.tmb-position {
    font-size: 22px;
    font-weight: bold;
}
.tmb-details {
    margin-top: 30px;
    border-top: 1px solid #CCC;
    padding-top: 30px;
    font-size: 18px;
}
.tmb-question {
    font-weight: bold;
}
.tmb-answer {
    margin-bottom: 20px;
}


.team-bio-close-button {
    position: absolute;
    top: 10px;
    right: 10px;
    font-weight: bold;
    font-size: 18px;
    border: 1px solid #CCC;
    padding: 4px 10px;
    border-radius: 20px;
    cursor: pointer;
}
.team-bio-close-button:hover {
    border-color: #000;
    background-color: #CCC;
    color: #000;
}

/* products */

.prodlist td {
    padding-bottom: 30px;
}
.prodlist img {
    width: 180px;
    height: 170px;
    border: 5px solid #FFF;
    display: block;
    margin: auto;
}





/* CONTENT PUSH */

#content {
    margin-top: 160px;
}
.page-template-content-foundation-apply-php #homunculous {
    height: 5700px;
}
.container .fa-section.ten.columns {
	max-width: 666px;
}

@media only screen and (min-width: 999px) {
	.page-template-content-job-safety-analysis-php #homunculous {
		height: 5300px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
    
        #content {
            margin-top: 160px;
        }
		.msg-rotator {
			min-height:250px;	
		}
        .page-template-content-foundation-apply-php #homunculous {
            height: 6300px;
        }
        .page-template-content-foundation-apply-php .container .fa-section.ten.columns {
            width: 425px;
        }
		
}
@media only screen and (max-width: 767px) {
    
        #content {
            margin-top: 0px;
        }
		.foundation-accordion {
			margin-left: 0px;
		}
		.msg-rotator {
			min-height:400px;	
		}
        .foundation-apply .five.columns:nth-child(3) {
            margin-left: 0px;
        }
        .page-template-content-foundation-apply-php #homunculous {
            height: auto;
        }
        .page-template-content-foundation-apply-php .container .fa-section.ten.columns {
            max-width: 425px;
        }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    
        #content {
            margin-top: 0px;
        }
		.foundation-accordion {
			margin-left: 0px;
		}
		.msg-rotator {
			min-height:400px;	
		}
        .foundation-apply .five.columns:nth-child(3) {
            margin-left: 0px;
        }
        .page-template-content-foundation-apply-php #homunculous {
            height: auto;
        }
        
}

/* foundation application page */

.fa-section {
    background-color: #F6A016;
    text-align: center;
    width: 100%;
    padding: 5px;
    margin-bottom: 10px;
}
.fa-note {
	color: #000;
}
.cl {
    clear: both;
}
.weak {
    font-style: italic;
    color: #FFF;
    font-weight: 400;
}
.fa-section * {
    margin: 10px;
}
.fa-section.ten.columns {
    margin-right: 10px;
}
.fa-subsec {
    background-color: #2B2B2B;
    margin-bottom: 10px;
	float: left;
    width: 100%;
    padding: 5px;
}
.fa-subsec * {
    margin: 0px 10px;
    color: #FFF;
    font-weight: bold;
    padding: 5px 0px;
}
.fa-item {
    width: 100%;
    position: relative;
    padding: 0px;
    padding-left: 0px;
}
.fa-item.note {
    font-weight: bold;
    margin-bottom: 10px;
	float: left;
}
.fa-item.highlight {
    color: #000;
    background-color: #C0C0C0;
    padding: 5px;
    float: left;
}
.fa-item.highlight .weak {
    color: #000;
}
.weak {
	float: right;
}
.fa-subitem {
    position: relative;
    border-bottom: 1px solid #C0C0C0;
    float: left;
    width: 100%;
    margin: 2px 0px;
    padding-bottom: 5px;
}
.fa-subitem:last-child {
    border-bottom: none;
}
.fa-item input[type="checkbox"] {
    display: block;
    float: right;
    width: auto !important;
    margin-bottom: 0px !important;
}
.fa-subitem label {
    float: left;
    width: 95%;
}
.fa-item input[type="radio"] {
    display: block;
    float: right;
    width: auto !important;
    margin-right: 6px;
    margin-bottom: 0px !important;
}
#content > div.ten.fa-section {
    margin-top: 20px;
}
span.note {
    display: block;
}
.contact-submit {
	cursor: pointer;
}

/* social */

.social-icon {
    height: 40px;
    width: 40px;
    background: url('/images/social_sprite.png');
    display: block;
    float: right;
    margin-left: 5px;
    text-decoration: none !important;
}
.si-twitter {
    background-position: -40px 0px;
}
.si-twitter:hover {
    background-position: -40px 40px;
}
.si-facebook:hover {
    background-position: 0px 40px;
}


.wrap-outter {
    display: table;
    height: 100%;
    width: 100%;
}
.wrap-inner {
    display: table-row;  /* height is dynamic, and will expand as content is added (won't scroll) */
    height: 100%;
}
.wrap-footer {
    display: table-row;
}


/* media-pages-rightside */
.media-item {
    height: 150px;
    padding: 10px;
    float: left;
}
.media-item img {
    width: 150px;
}
.white-box.media-right {
    background: #FFF;
    width: 520px;
    padding-left: 10px;
    padding-top: 10px;
}


img[class*="align"],
img[class*="wp-image-"] {
    height: auto; /* Make sure images with WordPress-added height and width >attributes are scaled correctly */
}


@media only screen and (min-width: 768px) {
        .blog-post, .blog-page, .blog-list {
            width: 600px !important;
        }	
}