/*
Theme Name: The Old Fork based on Child's Play for Thematic
Theme URI: http://scottnix.com/childs-play-responsive-child-theme-for-thematic/
Description: A child theme based on the Responsive Base child theme for the Thematic Theme Framework, powered by SASS/Compass, lean and clean.
Author: Malcolm Green (theoldfork) and Scott Nix (Child's Play)
Author URI: http://www.greenbear.ca/
Template: thematic
Version: 0.5.0
Tags: thematic, child-theme, responsive, mobile-first, SASS
*/
.hide, .ai1ec-tag {display:none !important;}
.post-meta{
	list-style:none;
}
.post-meta-key {font-weight:bold;}
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 #c0c0c0;
  margin: 0 2px;
  padding: .35em .625em .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;
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

body,
input,
textarea {
  color: #3d3331;
  font: 1em/1.625 "Helvetica Neue", Helvetica, sans-serif;
}

body {
  background: #f1f1f1;
}

textarea {
  resize: vertical;
}

h1, #blog-title {
  margin: 0 0 0.5417em;
  font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
  font-size: 3em;
  line-height: 1.0833em;
}

h2, .entry-title {
  margin: 0 0 0.7222em;
  font-family: "Cabin", Tahoma, sans-serif;
  font-size: 2.25em;
  line-height: 1.4444em;
  color: #3d3331;
}

h3 {
  margin: 0 0 0.8667em;
  font-family: "Cabin", Tahoma, sans-serif;
  font-size: 1.875em;
  line-height: 1.7333em;
  color: #3d3331;
}

h4, .widgettitle {
  margin: 0 0 1.0833em;
  font-family: "Cabin", Tahoma, sans-serif;
  font-size: 1.5em;
  line-height: 1.0833em;
  color: #3d3331;
}

h5 {
  margin: 0 0 1.1818em;
  font-family: "Cabin", Tahoma, sans-serif;
  font-size: 1.375em;
  line-height: 1.1818em;
  color: #3d3331;
}

h6, .page-title {
  margin: 0 0 1.4444em;
  font-family: "Cabin", Tahoma, sans-serif;
  font-size: 1.125em;
  line-height: 1.4444em;
  color: #3d3331;
}

a {
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  color: #99121F;
  text-decoration: none;
}
a:visited {
  color: #99121F;
}
a:hover {
  color: #99121F;
  text-decoration:underline;
}
a:focus {
  color: #99121F;
}

p,
pre,
form,
address,
embed,
select {
  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,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

dl {
  margin: 0 1em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 0 1.625em;
}

abbr, acronym {
  cursor: help;
}

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

caption {
  text-align: center;
}

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

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

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

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

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

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

blockquote {
  margin: 0 1em;
  font-style: italic;
}
blockquote p {
  padding-left: 1em;
  border-left: 5px solid #99121F;
}
blockquote em,
blockquote i,
blockquote cite,
blockquote span {
  font-style: normal;
}

body {
  background: url(images/bg_wood.jpg);
}

#header {
  position: relative;
  z-index: 2;
}

#branding {
  position: relative;
  width: 90%;
  margin: 0 auto;
  padding: 1.625em 0;
  background-color:#f1f1f1;
}

#blog-title {
  margin: 0;
  padding: 0;
}
#blog-title a {
  background: url(images/theoldfork_logo_solid.png) no-repeat top left;
  	background-size:contain;
	display: block;
	text-indent: -9000px;
	float: left;
	position: absolute;
	z-index: 10;
	/* width: 300px;
	height: 226px;
	top: 140px;
	left: 60px; */
	width:26%;
	height:100%;
	top:5%;
	left:5%;
}
#blog-title a:hover {
  color: #99121F;
}

#blog-description {
  margin: 0;
  font: 1.2em/1.625em 'Cabin', Tahoma, sans-serif;
  text-shadow: none;
  left:40%;
  top:10%;
  position:absolute;
}

#header-widget {
  margin: 1.625em 0 0;
}
#header-widget .widgettitle {
  display: none;
}
#header-widget ul,
#header-widget address,
#header-widget form {
  margin: 0;
}

#access {
  *zoom: 1;
  width: 90%;
  margin: 0 auto;
  background-color: #211b1a;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.8);
  z-index:9;
}
#access:after {
  content: "";
  display: table;
  clear: both;
}

.menu-button {
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  padding: .65em;
  background: #211b1a;
  color: #f1f1f1;
}
.menu-button:hover {
  cursor: pointer;
  color: #99121F;
}
.menu-button:hover .menu-title:after {
  content: "+";
  padding-left: .5em;
}
.menu-button:hover .icon-bar {
  background: #99121F;
}
.menu-button .icon-bar {
  display: block;
  height: 2px;
  width: 18px;
  margin-top: 2px;
  background: #f1f1f1;
  border-radius: 1px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}

.nav-open {
  color: #99121F;
}
.nav-open .menu-title:after {
  content: "-";
  padding-left: .5em;
}
.nav-open:hover .menu-title:after {
  content: "-";
  padding-left: .5em;
}
.nav-open .icon-bar {
  background: #99121F;
}

.js .access-nav {
  display: none;
}
.access-nav ul {
  margin: 0;
  padding: 0;
}

.sf-menu li {
  position: relative;
  display: block;
  border-bottom: 1px solid #f1f1f1;
  background: #ddd;
}
.sf-menu li:last-child {
  border: none;
}
.sf-menu li a {
  display: block;
  padding: .5em .35em .5em 1em;
  color: #3d3331;
}
.sf-menu li a:hover {
  padding-left: 1.5em;
  color: #99121F;
}
.sf-menu .has-flyout:after {
  border-color: #000 transparent transparent;
  border-image: none;
  border-style: solid;
  border-width: 5px;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  right: 10px;
  top: 21px;
  width: 0;
}
.sf-menu .sub-menu li, .sf-menu .children li {
  border-bottom: none;
}
.sf-menu .sub-menu li a, .sf-menu .children li a {
  padding-left: 2em;
}
.sf-menu .sub-menu li a:hover, .sf-menu .children li a:hover {
  padding-left: 2.5em;
}
.sf-menu .sub-menu li li, .sf-menu .children li li {
  border-bottom: none;
}
.sf-menu .sub-menu li li a, .sf-menu .children li li a {
  padding-left: 3em;
}
.sf-menu .sub-menu li li a:hover, .sf-menu .children li li a:hover {
  padding-left: 3.5em;
}
.sf-menu .sub-menu li li li, .sf-menu .children li li li {
  border-bottom: none;
}
.sf-menu .sub-menu li li li a, .sf-menu .children li li li a {
  padding-left: 4em;
}
.sf-menu .sub-menu li li li a:hover, .sf-menu .children li li li a:hover {
  padding-left: 4.5em;
}

#main {
  *zoom: 1;
  position: relative;
  width: 90%;
  margin: 0 auto;
  clear: both;
  background-color:#f1f1f1;
  padding:0 5px;
}
#main:after {
  content: "";
  display: table;
  clear: both;
}

#container {
  margin: 0 0 1.625em;
}

.page-title span 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-title a {
  color: #3d3331;
}
.entry-title a:hover {
  color: #99121F;
}

.entry-meta {
  margin: 0 0 1.625em;
  font-size: 90%;
  color: #7f7f7f;
}
.entry-meta a {
  border-bottom: 1px dotted #7f7f7f;
  color: #7f7f7f;
}
.entry-meta a:hover {
  color: #99121F;
}
.entry-meta abbr {
  border: none;
  cursor: text;
}

.entry-utility {
  *zoom: 1;
  clear: both;
  font-size: 90%;
  color: #7f7f7f;
}
.entry-utility [class*="entypo-"]:before {
  padding-right: 1em;
  font-family: 'entypo', sans-serif;
  font-size: 1.3em;
  text-shadow: -1px -1px 1px rgba(255, 255, 255, 0.5), 1px 1px 0 rgba(255, 255, 255, 0.5), 2px 2px 2px rgba(0, 0, 0, 0.2);
}
.entry-utility:after {
  content: "";
  display: table;
  clear: both;
}
.entry-utility a {
  border-bottom: 1px dotted #7f7f7f;
  color: #7f7f7f;
}
.entry-utility a:hover {
  color: #99121F;
}
.entry-utility ul {
  margin: 0;
  padding: 0;
}
.entry-utility li {
  padding-left: 2em;
  list-style: none;
}

.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 {
  margin: 0 1em 0;
  float: left;
}

.entry-content .wp-post-image {
  float: right;
  margin: 0 0 1em 1.625em;
}
.entry-content img {
  height: auto;
  max-width: 100%;
  margin: 0 0 1.625em;
}

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

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

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

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

.wp-caption-text {
  margin: 0;
  padding: 1.625em 0;
}

.gallery {
  display: block;
  margin: 0 auto;
  padding: 0 0 1.625em;
  clear: both;
  overflow: hidden;
}

.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 .25em;
}

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

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

#comments {
  clear: both;
}
#comments ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

#comments-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#comments-list ul li {
  margin: 0 0 1.625em;
  border: none;
  background: rgba(0, 0, 0, 0.05);
}
#comments-list ol {
  margin: 0 0 1.625em;
  border: 1px solid #99121F;
  border-bottom: none;
}
#comments-list li {
  position: relative;
  padding: 1.625em 1.5em 0;
  border-bottom: 1px solid #99121F;
  background: #fafafa;
}
#comments-list li .avatar {
  position: absolute;
  top: 1.625em;
  left: 1.5em;
  width: 2.5em;
  height: 2.5em;
}
#comments-list li.bypostauthor {
  background: #ffffcc;
}
#comments-list .thread-odd {
  background: #f1f1f1;
}
#comments-list .comment-author {
  font-weight: bold;
  padding: 0 0 0 3em;
}
#comments-list .comment-meta {
  padding: 0 0 0.5em 3em;
}
#comments-list #respond {
  margin: 0 0 1.625em;
  padding: 1.625em 1.5em;
  border-bottom: 1px solid #99121F;
}
#comments-list ul #respond {
  margin: 0;
  border: 1px solid #99121F;
}

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

#cancel-comment-reply-link {
  position: absolute;
  top: 0;
  right: 0;
}

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

#form-allowed-tags {
  font-size: 90%;
  color: #7f7f7f;
}
#form-allowed-tags p {
  margin: 0;
}
#form-allowed-tags span {
  font-style: italic;
}

.form-submit {
  padding: 1.625em 0 0;
  text-align: right;
}

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

.paginated-comments-links {
  margin-top: 1.625em;
}

.button,
input[type="submit"] {
  position: relative;
  display: inline-block;
  float: right;
  margin: 0 5px;
  padding: 7px 10px;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid #cccccc;
  border-color: #222222 #222222 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  background-color: #2c2c2c;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #333333), color-stop(100%, #222222));
  background-image: -webkit-linear-gradient(#333333, #222222);
  background-image: -moz-linear-gradient(#333333, #222222);
  background-image: -o-linear-gradient(#333333, #222222);
  background-image: -ms-linear-gradient(#333333, #222222);
  background-image: linear-gradient(#333333, #222222);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 2px 2px 3px rgba(0, 0, 0, 0.3);
  line-height: 18px;
  color: #f1f1f1;
  text-align: center;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.75);
}

.button:hover,
input[type="submit"]:hover {
  top: 2px;
  left: 2px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
}

.aside {
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.aside ul,
.aside section {
  list-style: none;
  padding: 0;
}
.aside ul ul,
.aside section ul {
  margin: 0 0 1.625em 1em;
}
.aside ul ul li,
.aside section ul li {
  padding: 1px 0;
}
.aside ul ul ul,
.aside section ul ul {
  margin-bottom: 0;
}
.aside img {
  max-width: 100%;
}
.aside table {
  border: none;
}
.aside thead,
.aside tbody {
  border: 1px solid #99121F;
}
.aside th,
.aside td {
  border-right: 1px solid #99121F;
  padding: .15em .5em;
}
.aside tfoot tr {
  border: none;
}
.aside tfoot td {
  border-color: transparent;
}
.aside #searchform input {
  width: 100%;
}

.widget_tag_cloud {
  margin: 0 0 1.625em;
}

#searchsubmit {
  display: none;
}

#primary {
  margin-bottom: 1.625em;
}

.widgettitle {
  border-bottom: 1px solid #99121F;
  padding: .5em 0;
}
.widgettitle a {
  color: #3d3331;
}
.widgettitle a:hover {
  color: #99121F;
}

#content .aside {
  margin: 0 0 1.625em;
}

#footer {
  /* margin-top: 1.625em; */
  clear: both;
}

#subsidiary {
  width: 90%;
  margin: 0 auto;
  padding: 1.625em 0 0;
}
#subsidiary #footer-widget {
  width: 100%;
  margin: 0;
  clear: both;
}

#siteinfo {
  width: 90%;
  margin: 0 auto;
  padding: 1.2em 0;
  clear: both;
  text-align:center;
  background-color:#F9F9F9;
  border-top:1 px solid #DDD;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.8);
  font-size:0.8em;
}

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

.attachment-jpeg #content,
.attachment-jpeg #container,
.attachment-png #content,
.attachment-png #container {
  width: 100%;
  margin: 0;
}
.attachment-jpeg .main-aside,
.attachment-png .main-aside {
  display: none;
}

.lt-ie9 #branding,
.lt-ie9 #access,
.lt-ie9 #main,
.lt-ie9 #subsidiary,
.lt-ie9 #siteinfo {
  width: 640px;
  padding-left: 20px;
  padding-right: 20px;
}
.lt-ie9 #access {
  background-color: transparent;
}

.lt-ie8 .menu-title {
  float: left;
}
.lt-ie8 .menu-button {
  padding-bottom: 1em;
}
.lt-ie8 .access-nav ul {
  list-style-type: none;
}
.lt-ie8 .access-nav ul li a {
  display: inline-block;
  width: 80%;
}

img#wpstats {
  width: 0;
  height: 0;
  overflow: hidden;
}

.flexslider {
  margin-bottom: 1.625em;
  border: none;
  background: none;
}
.flexslider .entry-title {
  display: none;
}
.flexslider .slides {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
.flexslider .slides img {
  height: auto;
}

.flex-control-nav {
  display: none;
}

.flex-direction-nav li .prev {
  left: -15px;
}

.flex-direction-nav li .next {
  right: -15px;
}

.flex-caption {
  width: 100%;
  padding: 0;
  background: #211b1a;
  font-size: 1em;
}
.flex-caption a {
  display: block;
  padding: 1em;
  color: #f1f1f1;
}

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

@media only screen and (min-width: 45em) {
#branding {  background:url(images/interior.jpg) no-repeat;
  height:290px; box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.8);}
 .page-id-11 #branding {background:url(images/hdr_events.jpg) no-repeat;}
 .page-id-6 #branding {background:url(images/hdr_gallery.jpg) no-repeat;}
 .page-id-7 #branding {background:url(images/hdr_menu.jpg) no-repeat;}
 .page-id-16 #branding {background:url(images/hdr_contact.jpg) no-repeat;}
#blog-title a {top:50%;}
#blog-description {display:none;}
  blockquote.left {
    width: 33%;
    float: left;
    margin-left: 0;
    margin-right: 1em;
  }
  blockquote.right {
    width: 33%;
    float: right;
    margin-left: 1em;
    margin-right: 0;
  }

  #branding,
  #access,
  #main,
  #siteinfo,
  .sub-wrapper {
    max-width: 1140px;
  }

  #header-widget {
    position: absolute;
    top: 1.625em;
    right: 0;
    margin: 0;
  }
  #header-widget ul,
  #header-widget address {
    text-align: right;
  }

  .js .access-nav {
    display: block;
  }

  .menu-button {
    display: none;
  }
.sf-menu {padding-right:40px !important; font:1.4em/1.1em 'Cabin', Geneva, sans-serif;}
  .sf-menu li {
    position: relative;
    float: right;
    background: #211b1a;
    border-bottom: none;
  }
  .sf-menu li:hover ul {
    left: 0;
    top: 2.6em;
    z-index: 99;
  }
  .sf-menu li.has-flyout:after {
    border-color: #fff transparent transparent;
  }
  .sf-menu li a {
    display: block;
    position: relative;
    text-decoration: none;
    color: #f1f1f1;
    padding: 0.5em 0.75em;
  }
  .sf-menu li a:focus, .sf-menu li a:hover, .sf-menu li a:active {
    color: #000;
	background-color: #f1f1f1;
    padding: 0.5em 0.75em;
    outline: 0;
  }
  .sf-menu > li.has-flyout a {
    padding-right: 1.75em;
  }
  .sf-menu .sub-menu, .sf-menu .children {
    position: absolute;
    top: -999em;
    width: 10em;
  }
  .sf-menu .sub-menu li, .sf-menu .children li {
    width: 100%;
    background: #ddd;
  }
  .sf-menu .sub-menu li a, .sf-menu .children li a {
    padding: 0.5em 0.75em;
    color: #211b1a;
  }
  .sf-menu .sub-menu li a:hover, .sf-menu .children li a:hover {
    background: rgba(0, 0, 0, 0.1);
    padding: 0.5em 0.75em;
  }
  .sf-menu .sub-menu li li a, .sf-menu .children li li a {
    padding: 0.5em 0.75em;
  }
  .sf-menu .sub-menu li li a:hover, .sf-menu .children li li a:hover {
    padding: 0.5em 0.75em;
  }
  .sf-menu .sub-menu li li li a, .sf-menu .children li li li a {
    padding: 0.5em 0.75em;
  }
  .sf-menu .sub-menu li li li a:hover, .sf-menu .children li li li a:hover {
    padding: 0.5em 0.75em;
  }
  .sf-menu .sub-menu li.has-flyout:after, .sf-menu .children li.has-flyout:after {
    border-color: #000 transparent transparent;
  }
  .sf-menu li:hover li ul {
    top: -999em;
  }
  .sf-menu li li:hover ul {
    left: 10em;
    top: 0;
  }
  .sf-menu li li:hover li ul {
    top: -999em;
  }
  .sf-menu li li li:hover ul {
    left: 10em;
    top: 0;
  }

  #main {
    padding: 1.625em 2em 0;
    box-shadow: 0 -5px 8px rgba(0, 0, 0, 0.8);
	background-color:#fff;
  }

  #container {
    float: left;
    width: 65.4%;
    margin-right: 3.8%;
  }

  .entry-utility {
    padding: 1.625em 0;
	display:none;
  }
  .entry-utility ul {
    float: left;
    width: 50%;
  }

  .main-aside,
  #header-widget {
    float: right;
    width: 30.8%;
    clear: right;
  }

  #primary {
    /* box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2); */
	border-left:1px solid #DDD;
  }

  #primary section,
  #primary > ul,
  #secondary section,
  #secondary > ul {
    padding: 0 1em;
  }

  .sub-wrapper {
    width: 90%;
    margin: 0 auto;
  }

  #subsidiary {
    width: auto;
  }
  #subsidiary .aside {
    float: left;
    width: 30.8%;
    margin: 0 3.8% 0 0;
  }
  #subsidiary #third {
    margin: 0;
  }

  .navigation {
    overflow: hidden;
    margin: 0 0 1.625em 0;
  }
  .navigation .meta-nav {
    font-style: normal;
  }

  .nav-previous {
    float: left;
  }

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

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

  .page-template-template-page-fullwidth-php #comments,
  .attachment-jpeg #comments,
  .attachment-png #comments {
    width: 65.4%;
  }

  .flexslider {
    margin: 0 0 3.25em;
  }
}
@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 #999;
    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, .entry-title, h3 {
    orphans: 3;
    widows: 3;
  }

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

  .aside,
  #access
  .menu,
  .navigation {
    display: none;
  }
}
