/*
Theme Name: Responsive Base for Thematic
Theme URI: http://scottnix.com/responsive-base-a-child-theme-for-thematic/
Description: A child theme for Thematic with stripped down styles to provide a solid responsive base for starting themes, the less is more approach.
Author: Scott Nix
Author URI: http://scottnix.com/
Template: thematic
Version: 0.1.0
Tags: thematic, child-theme, responsive, mobile-first
*/
/* ==========================================================================
   normalize.css v1.0.1 - necolas.github.com/normalize.css/
   ========================================================================== */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
  display: block;
}

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html, button, input, select, textarea {
  font-family: sans-serif;
}

body {
  margin: 0;
}

a:focus {
  outline: thin dotted;
}

a:active, a:hover {
  outline: 0;
}

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

b, strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

p, pre {
  margin: 1em 0;
}

code, kbd, pre, samp {
  font-family: monospace,serif;
  _font-family: 'courier new',monospace;
  font-size: 1em;
}

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: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

dl, menu, ol, ul {
  margin: 1em 0;
}

dd {
  margin: 0 0 0 40px;
}

menu, ol, ul {
  padding: 0 0 0 40px;
}

nav ul, nav ol {
  list-style: none;
  list-style-image: none;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px;
}

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button, input {
  line-height: normal;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible;
}

button[disabled], input[disabled] {
  cursor: default;
}

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 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-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* ==========================================================================
   Embedded Fonts
   ========================================================================== */

@font-face {
    font-family: 'kenyan_coffeebold_italic';
    src: url('font/kenyan_coffee_bd_it-webfont.eot');
    src: url('font/kenyan_coffee_bd_it-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/kenyan_coffee_bd_it-webfont.woff') format('woff'),
         url('font/kenyan_coffee_bd_it-webfont.ttf') format('truetype'),
         url('font/kenyan_coffee_bd_it-webfont.svg#kenyan_coffeebold_italic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'kenyan_coffeebold';
    src: url('font/kenyan_coffee_bd-webfont.eot');
    src: url('font/kenyan_coffee_bd-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/kenyan_coffee_bd-webfont.woff') format('woff'),
         url('font/kenyan_coffee_bd-webfont.ttf') format('truetype'),
         url('font/kenyan_coffee_bd-webfont.svg#kenyan_coffeebold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'kenyan_coffeeitalic';
    src: url('font/kenyan_coffee_rg_it-webfont.eot');
    src: url('font/kenyan_coffee_rg_it-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/kenyan_coffee_rg_it-webfont.woff') format('woff'),
         url('font/kenyan_coffee_rg_it-webfont.ttf') format('truetype'),
         url('font/kenyan_coffee_rg_it-webfont.svg#kenyan_coffeeitalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'kenyan_coffeeregular';
    src: url('font/kenyan_coffee_rg-webfont.eot');
    src: url('font/kenyan_coffee_rg-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/kenyan_coffee_rg-webfont.woff') format('woff'),
         url('font/kenyan_coffee_rg-webfont.ttf') format('truetype'),
         url('font/kenyan_coffee_rg-webfont.svg#kenyan_coffeeregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* ==========================================================================
   basic styles
   ========================================================================== */
body,
input,
textarea {
  font-size: .9em;
  line-height: 1.6;
  font-family:  'Open Sans',"Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #020200;
  
}

body {
  background:#fff;
}

h1 {
  margin: 0.67em 0;
  font-family: 'PT Sans', Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 2em;
}

h2 {
  margin: 0 0 0.83em;
  font-family:  'PT Sans', Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1.5em;
  	color:#0072bc;


}

h3 {
  margin: 1em 0;
  font-family:  'PT Sans', Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1.3em;
  	color:#0072bc;
	font-style: italic;

}

h4 {
  margin: 1.33em 0;
  font-family:  'PT Sans', Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1em;
  	color:#0072bc;

}

h5 {
  margin: 1.67em 0;
  font-family:  'Open Sans', Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: .83em;
}

h6 {
  margin: 2.33em 0;
  font-family:  'Open Sans', Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: .75em;
}

a {
  color: #6a8ac9;
  text-decoration: none;
}
a:visited {
  color: #00336d;
}
a:hover {
  color: #253046;
}


p,
pre,
form,
select,
address,
embed {
  margin: 0 0 1.625em;
}

ul {
  margin: 0 0 1.625em;
  list-style: disc;
}

ol {
  margin: 0 0 1.625em;
  list-style-type: decimal;
}
ol ol {
  list-style: upper-alpha;
}
ol ol ol {
  list-style: lower-roman;
}
ol ol ol ol {
  list-style: lower-alpha;
}

ul ul,
ol ol,
ul ol,
ol ul {
  margin-bottom: 0;
}

dl {
  margin: 0 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 0 1.625em;
}

abbr,
acronym {
  cursor: help;
}

ins {
  border-bottom: 1px solid #333333;
  text-decoration: none;
}

textarea {
  resize: vertical;
}

caption {
  text-align: left;
}

table {
  margin: 0 0 1.625em;
  border: 1px solid #cccccc;
  border-width: 1px 1px 0;
  text-align: left;
}

tr {
  border-bottom: 1px solid #cccccc;
}

th,
td {
  padding: 0.7em 1.25em;
  vertical-align: top;
}

hr {
  height: 1px;
  margin: 0 0 1.625em;
  border: 0;
  background-color: #010101;
  color: #010101;
}

::-moz-selection {
  background: #fe57a1;
  color: #f1f1f1;
  text-shadow: none;
}

::selection {
  background: #fe57a1;
  color: #f1f1f1;
  text-shadow: none;
}

blockquote {
  margin: 0 1em;
  font-style: italic;
  font-weight:700;
  font-size:18px;
  color:#6dbcdb;
}
blockquote em,
blockquote i,
blockquote cite {
  font-style: normal;
}

/* ==========================================================================
   content styles
   ========================================================================== */
#header{
	background: #000;
	border-bottom:7px solid #0072bc;
}
#branding {
  width: 90%;
  margin: 0 auto;
	height:143px;
}
#blog-img{width:237px;padding-top:10px;margin-left:40px;}
#blog-title {
  font-size: 2em;
}

#blog-description {
  margin: 0;
  font-size: 1em;
  font-weight: normal;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

#blog-description{left:-5000px;position:absolute;float:right;font: 18px 'Droid Serif', sans-serif; color:#ffffcc;text-align:right;margin-top:-100px; font-weight:100;}
#blog-title{left:-5000px;position:absolute;}
#blog-address{font-family:  "Raleway", Helvetica, Arial,sans-serif;float:right;margin-top:-30px; color:#d57952; font-size:18px;line-height:20px; text-align:right; margin-right:40px;}
.inner-address{font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; font-size:18px; font-weight:bold;}
#blog-address p{margin-bottom:0px;}
#blog-address p a{color:#fff;}
#blog-address p a:hover{color:#ee1c24;}


.head-logo-container{
	float: right;
margin-top: -135px;
width: 350px;
text-align: center;
color: #fff;
font-size: 10px;
line-height: 1;
display:flex;
justify-content: center;
gap:10px;
}


.head-logos{}

.acc-logo{height:100px;}
.weld-logo{height:100px;}

.bigred{font-weight:bold; color:#fc4349;}
.skip-link {
  display: none;
}

#access .menu {
  width: 90%;
  margin: 0 auto;
  padding-left:20px;
}
#access{
	background:#000;
	height:33px;
	
	-webkit-box-shadow: 0px 3px 10px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    0px 3px 10px 0px rgba(50, 50, 50, 0.75);
box-shadow:         0px 3px 10px 0px rgba(50, 50, 50, 0.75);
}
#topgray{height:41px; background:#585857;border-bottom:1px solid #ffe69e; padding-top:7px}
#topgray #innergray{  width: 90%;
  margin: 0 auto;}
 #topsearch{float:right;}
 #topsearch form{margin-bottom:0px;margin-top:4px;}
 #toplogos{width:160px;float:right;}
 .bigblue{font-size:24px; color:#0054a6;}

.sf-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sf-menu li{margin-top:0px;}
.sf-menu li a {
font-family:  "Raleway","Helvetica Neue", Helvetica, Arial, sans-serif;
font-size:18px;
  display: block;
  padding: 2px 16px;
  color:#fff;
  font-variant: small-caps;
  line-height:31px;
  
  height:29px;
}
.sf-menu li a:hover {
  color: #0072bc; background:#000;
  
}

.sf-menu li:hover .sub-menu 
{
    list-style:none;
    margin:0; padding:0;
    background: #ff8a00;

}
.sub-menu{background:#000;padding:0px;	-webkit-box-shadow: 0px 3px 10px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    0px 3px 10px 0px rgba(50, 50, 50, 0.75);
box-shadow:         0px 3px 10px 0px rgba(50, 50, 50, 0.75);}

.sfHover .sub-menu li{display:block; list-style-type:none; width:100%; white-space:nowrap;}
.sfHover .sub-menu li a{color:#fff;background: #ff8a00;display:block; width:auto; white-space:nowrap; line-height:25px; font-size:18px;height:25px;}
.sfHover .sub-menu li a:hover{background:#00aeef; color:#fff;}

.sf-menu li.sfHover a{  color: #0072bc; background:#000;}
.sf-menu li.sfHover li a{  color: #0072bc; background:#000; padding:2px 10px;}
.sf-menu li.sfHover li a:hover{  color:#fff ; background:#0072bc;}
  
.sf-menu li.sfHover li.sfHover a{color: #0072bc; background:#000;}
.sf-menu li.sfHover li.sfHover a:hover{color:#fff ; background:#0072bc;}
.sf-menu li.sfHover li.sfHover li a:hover{color:#fff;background: #0072bc;}

.tblJob th, .tblJob td{padding:0 1.25em;}
.tblJob tr{border-bottom:0px;}
.tblJob{border:none;}

/*** ESSENTIAL STYLES ***/

.sf-menu li {
	position: relative;
	float:left;
}
.sf-menu ul {
	position: absolute;
	display: none;
	top: 33px;
	left: 26px;
	z-index: 99;
	width:auto !important;
}
.sf-menu > li {
	float: left;
}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
	display: block;
}

.sf-menu a {
	display: block;
	position: relative;
}
.sf-menu ul ul {
	top: 0;
	left: 100%;
}

  .responsiveMenuSelect{margin-top:5px;}
#wrapper{background:url(images/bigwrapper.jpg) repeat;}
#main {
  position: relative;
  width: 80%;
  margin: 0 auto;
  padding: 1.625em 0;
  clear: both;
  display:table;
  background:#fff;
  padding:0 30px;
}
.home #main{background:transparent; padding:15px 0px 0px 0px;}

.home #rttextbox{float:right; max-width:251px; width:23%; height:445px;padding: 70px 0px 0px 1em; font-size:22px; color:#fff; background:#000;font-family:"Raleway", Helvetica, "Open Sans", Arial, sans-serif;line-height:56px;}
.home #lftextbox{max-width:828px; width:75%;}

.bigbluetxt{font-size:35px; color:#6dcff6;}

#container {
  margin: 0 0 1.625em;
}
.home .entry-title{display:none;}
.home .hentry{}
.home #comments{}
.home #main {}
.entry-title{
	color:#0072bc;
	
	font-size:32px;
	margin-top:57px;
	font-weight:500;
	font-family:"Raleway", Helvetica, "Open Sans", Arial, sans-serif;
}

.has-post-thumbnail .entry-title{

	margin-left:361px;

}
.entry-content{margin-top:0px;}

.widgettitle{
	color:#253046;
	
	border-bottom:0px;
	font-size:26px;
	margin-top:0px;
	margin-bottom:0px;
	font-weight:normal;
}
#primary{background:#e4e5e5;min-height:245px;}
#primary .widgetcontainer{ padding:0px 10px 10px 10px; margin-bottom:1em; }
#primary .widget_recent_entries ul li{font-size:14px;}
#primary .widget_recent_entries ul li a{font-weight:bold;}
#primary .widgetcontainer a, #primary .widgetcontainer a:visited{color:#253046;}
#primary .widgetcontainer a:hover{color:#6a8ac9}
.innerfrontwid{padding:3px 7px;}
.sixtyright{width:58%; float:right;}

.page-title span {
  font-style: italic;
}
.page-title .meta-nav {
  font-style: normal;
}

.hentry {
  margin: 0 0 1.625em;
}

.sticky {
  padding: 1.625em;
  background: rgba(0, 0, 0, 0.1);
}

.entry-meta {
  margin: 0 0 1.625em;
}
.entry-meta abbr {
  border: none;
  cursor: text;
}

.entry-utility {
  clear: both;
}

.edit-link {
  display: block;
  clear: both;
}

#links-page,
#archives-page {
  padding: 0;
  list-style: none;
  overflow: hidden;
}

#author-info {
  margin: 0 0 1.625em;
  overflow: hidden;
}
#author-info .avatar {
  float: left;
  margin: 0 1em 0;
}

/* flashbox
   ========================================================================== */
#flashouter{
	background:transparent;
	max-height:334px;
	}
#flashbox{max-width:960px;margin: 0 auto;padding-top:0.5em; padding-bottom:1.5em}
#slider{border:4px solid #fff;}
#slider:hover{border: 4px solid #78ebe7;}





/* images
   ========================================================================== */
.entry-content .wp-post-image {
  float: left;
  margin: -117px 2.25em 1em 0;
}
.entry-content img {
  height: auto;
  max-width: 100%;
  margin: 0 0 1.625em;
}

.alignleft,
img.alignleft {
  float: left;
  margin-right: 1.625em;
}

.alignright,
img.alignright {
  float: right;
  margin-left: 1.625em;
}

.aligncenter,
img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  clear: both;
}

.wp-caption {
  max-width: 100%;
  margin-bottom: 1.625em;
  text-align: left;
}
.wp-caption img {
  margin: 0;
  padding: 0;
}

.wp-caption-text {
  margin: 0;
  padding: 0 0;
  font-weight:bold;
  font-style:italic;
  font-size:.9em;
}

.gallery {
  padding: 0 0 1.625em;
  clear: both;
}

.gallery-row {
  display: block;
  margin: 0;
  clear: both;
  overflow: hidden;
}

.gallery-item {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.gallery-item img {
  height: auto;
  margin: 0 auto;
  border: none !important;
}

.gallery-icon {
  margin: 0 0.25em;
}

.gallery-caption {
  padding: 0.25em 0.25em 0;
}

/* comments
   ========================================================================== */
#comments {
  clear: both;
  padding: 1.625em 0 0;
}
#comments ol,
#comments ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#comments-list ol {
  margin: 0 0 1.625em;
  border: 1px solid #cccccc;
  border-bottom: none;
}
#comments-list li {
  position: relative;
  padding: 1.625em 1.5em 0;
  border-bottom: 1px solid #cccccc;
  background: #fafafa;
}
#comments-list li.bypostauthor {
  background: #ffffcc;
}
#comments-list li .avatar {
  position: absolute;
  top: 1.625em;
  left: 1.5em;
  height: 2em;
  width: 2em;
}
#comments-list li li {
  margin: 0 0 1.625em;
  border: 1px solid #cccccc;
}

.thread-odd {
  background: #f1f1f1;
}

.comment-author {
  padding: 0 0 0 3em;
  font-weight: bold;
}

.comment-meta {
  padding: 0 0 1em 3em;
}

#respond {
  margin: 0 0 1.625em;
  padding: 1.625em 1.5em;
  border-bottom: 1px solid #cccccc;
}

ul #respond {
  margin: 0;
  border: 1px solid #cccccc;
}

.comment-reply-link {
  padding: 0 0 1.625em;
  text-align: right;
}

#trackbacks-list .comment-content {
  position: absolute;
  left: -9999px;
}

#respond {
  position: relative;
  margin-bottom: 1.625em;
  padding: 1.625em 0 0;
}

#cancel-comment-reply-link {
  float: right;
}

.form-section input {
  width: 98%;
  margin: 0 0 1.625em;
}
.form-section textarea {
  width: 98%;
}

#form-allowed-tags p {
  margin: 0;
}
#form-allowed-tags span {
  font-style: italic;
}

.form-submit {
  text-align: right;
}

/* pagination navigation
   ========================================================================== */
.page-link,
.comment-navigation {
  margin: 0 0 1.625em;
  padding: 1.625em 0 0;
  clear: both;
  font-weight: bold;
  word-spacing: 0.5em;
}
.page-link a,
.comment-navigation a {
  background: rgba(0, 0, 0, 0.1);
  padding: 0.4em 0.65em;
}
.page-link a,
.page-link span,
.comment-navigation a,
.comment-navigation span {
  margin-right: 0.5em;
}

/* asides, sidebars & widget-ready areas
   ========================================================================== */
.aside {
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.aside ul,
.aside section ul {
  list-style: none;
  margin-left: 0;
  padding: 0;
}
.aside ul ul,
.aside section ul ul {
  margin: 0 0 0 0em;
}
.aside ul ul li,
.aside section ul ul li {
  padding: 1px 0;
}
.aside img {
  max-width: 100%;
}
.aside table {
  border: none;
}
.aside thead {
  border: 1px solid #cccccc;
}
.aside tbody {
  border: 1px solid #cccccc;
}
.aside th,
.aside td {
  padding: 0.15em 0.6em;
  border-right: 1px solid #cccccc;
}
.aside tfoot tr {
  border: none;
}
.aside tfoot td {
  border-color: transparent;
}
.aside #searchform input {
  width: 100%;
  max-width: 98%;
}
#content .aside {
  margin: 0 0 1.625em;
}

.widget_tag_cloud {
  margin: 0 0 1.625em;
}

#searchsubmit {
  display: none;
}

#primary {
  margin-bottom: 1.625em;
}

#footer {
  margin-top: 0;
  clear: both;
  background:#000;
  border-top:7px solid #0072bc;
  min-height:177px; 
  
}
#footer #subsidiary .widgettitle {
	text-shadow: 0px 0px 2px #000000;
	color:#ff8a00;
	border:none;
	margin: 1.2em 0;
	font-size:1.6em;
}
#footer p{color:#fff;line-height:1.2em;text-shadow: 0px 1px 3px #000000}
#footer h2{color:#fff;text-shadow: 0px 1px 3px #000000;font-weight:700;
	font-family:'Old Standard TT', serif;font-size:36px;margin:0;}
.topfoot{font-size:18px;}
#footer #subsidiary h3{	text-shadow: 0px 1px 3px #000000;
	color:#6bd2ce;
	border:none;
	font-size:1.4em;
	margin: .3em 0;
	
	}
#footer #subsidiary a{color:#fff}
#footer #subsidiary a:hover, #siteinfo a:hover{color:#edbf38;}
#subsidiary {
  width: 90%;
  margin: 0 auto;
  padding: 1.625em 0 0;
  text-align:left;
  
}
#subsidiary #footer-widget {
  width: 100%;
  padding:1em;
  margin: 0;
  clear: both;
  border-top:1px solid #82fffb;
  font-size:1.1em;
}
#subsidiary a, #siteinfo a{color:#fff}
#subsidiary .widgetcontainer a, #subsidiary .widgetcontainer a:visited{color:#253046;}
#subsidiary .widgetcontainer a:hover{color:#6a8ac9}

#fourth{width: 90%;
  margin: 0 auto;clear: both;
  text-align:center;
  color:#fff;
  padding-top:20px;
  }
  #fourth  p, #fourth ul{margin-bottom:2px;}
  #fourth p a{color:#fff;}
#fourth p a:hover{color:#edbf38;}

#siteinfo {
  width: 90%;
  margin: 0 auto;
  padding: 1.625em 0 ;
  clear: both;
  text-align:center;
  color:#fff;
  
}
#innersite{margin-right:40px;font-size:12px;font-weight:bold;}


/* overriding css above - specific pages, templates
   ========================================================================== */
/* page templates */
.page-template-template-page-fullwidth-php #container {
  width: 100%;
  margin-right: 0;
}
.page-template-template-page-fullwidth-php #content,
.page-template-template-page-fullwidth-php #comments {
  width: 100%;
}

/* attachments */
.attachment .page-title {
  font-style: italic;
}

/* internet explorer specific
   ========================================================================== */
.lt-ie9 #branding,
.lt-ie9 #access .menu,
.lt-ie9 #main,
.lt-ie9 #subsidiary,
.lt-ie9 #siteinfo {
  width: 640px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

/* plugin specific
   ========================================================================== */
/* wp stats & smiley */
img#wpstats {
  width: 0;
  height: 0;
  overflow: hidden;
}

.wp-smiley {
  max-height: 12px;
  margin: 0 !important;
}

/* helper classes - html5boilerplate.com/
   ========================================================================== */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
}

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}

.hidden {
  display: none!important;
  visibility: hidden;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.cf:before, .cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}


	
span.wpcf7-list-item { display: block; }


/* media queries
   ========================================================================== */
@media only screen and (min-width: 45em) {
  #branding,
  #access .menu,
  #main,
  #subsidiary,
  #siteinfo, #innergray, #fourth {
    max-width: 1026px;
  }
  .home #main{max-width:1094px}
	#main{width:100%}
  #container {
    float: left;
    width: 76%;
    margin-right: 2%;
	padding:1em;
  }

  .main-aside {
    float: right;
    width: 22%;
    clear: right;
  }

  #subsidiary {
    padding-top: 0;
	clear:both;
  }
  #subsidiary .aside {
    float: left;
    width: 22%;
    margin: 0 3.8% 0 0;
  }
  #subsidiary #first{width:41%; margin: 0 3% 0 0;}
  #subsidiary #second{ width: 56%; margin:0;}
  #subsidiary #second .one_third, #subsidiary #second .one_third_last{background:#e1deda; font-size:14px; min-height:210px;}
  #subsidiary #third {
    margin: 0;
  }

  blockquote.left {
    float: left;
    width: 33%;
    margin-left: 0;
    margin-right: 1.5em;
    text-align: right;
  }
  blockquote.right {
    float: right;
    width: 33%;
    margin-left: 1.5em;
    margin-right: 0;
    text-align: left;
  }

  .sf-menu li {
    float: left;
  }

  .content-column {
    float: left;
    width: 45%;
    margin: 0 0 1.625em;
  }

  .navigation {
    margin: 0 0 1.625em;
    overflow: hidden;
  }

  .nav-previous {
    float: left;
    width: 50%;
  }

  .nav-next {
    float: right;
    width: 50%;
    text-align: right;
  }

  .page-template-template-page-fullwidth-php #comments {
    width: 65.4%;
  }
}
@media screen and (max-width: 1000px){
	.sf-menu li a{padding: 2px 15px;}
			.home #main #container {
  width: 100%;
  margin-right: 0;
  padding:0em;
}
.home #main #content,
.home #main #comments {
  width: 100%;
}
}

@media screen and (max-width: 925px){
	.sf-menu li a{padding: 2px 10px;}
	#main{width:100%; padding:0; }
		.page-template-template-page-fullwidth-php #container {
  width: 92%;
  margin-right: 0;
  padding:1em;
}
.page-template-template-page-fullwidth-php #content,
.page-template-template-page-fullwidth-php #comments {
  width: 92%;
}



}

@media screen and (max-width: 800px){
	.sf-menu li a{padding: 2px 7px;}
	#access .menu{width:90%;padding-left:0px;}
	#siteinfo{text-align:center;padding: 10px 0px;}
	.sixtyright{width:auto; float:none;}
.home .su-column{text-align:center;}

}

@media screen and (max-width: 599px){
	#branding{height:auto;text-align:center;width:100%}
	#blog-img{width:auto;margin-left:0xp; padding-top:0px; padding-left:0px; margin-top:0px; margin-left:0px;}
	#blog-address{float:none; text-align:center; margin-top:5px; margin-right:0px;width:100%; padding:5px 0px;}
	.has-post-thumbnail .entry-title{margin-left:0px;}
	.entry-title{margin-top:0px; line-height:1em;}
	.entry-content .wp-post-image{float:none; margin:0px;}
	#main{display:block;}
	
	
}
@media screen and (max-width: 475px){
	#topgray{padding-top:2px;height:auto;}
	#toplogos{float:none; margin:0 auto; text-align:center; width:98%;}
	#topsearch{float:none; margin:0 auto 3px; text-align:center; width:98%;}
	#topsearch input{width:98%}
}
/* print styles - html5boilerplate.com/
   ========================================================================== */
@media print {
  * {
    background: transparent!important;
    color: #000!important;
    box-shadow: none!important;
    text-shadow: none!important;
  }

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

  pre, blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr, img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100%!important;
  }

  @page {
    margin: .5cm;
}

  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  h2, h3 {
    page-break-after: avoid;
  }
}
