@import url('//fonts.googleapis.com/css?family=Paytone+One');
@import url('//fonts.googleapis.com/css?family=Rock+Salt');
/*
Theme Name: Backyard Depot Theme
Theme URI: http://www.anonymousrobot.com
Description: A child theme for Thematic includes stripped base by Scott Nix scottnix.com/responsive-base-a-child-theme-for-thematic/
Author: Jeff Foxx
Author URI: http://www.anonymousrobot.com
Template: thematic
Version: 0.1.0
Tags: thematic, child-theme, responsive, mobile-first
*/
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}
body {
  margin: 0;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
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;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  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;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@charset "UTF-8";
@font-face {
  font-family: 'icons';
  src: url("font/icons-59520824.eot");
  src: url("font/icons-59520824.eot#iefix") format('embedded-opentype'), url("font/icons-59520824.woff") format('woff'), url("font/icons-59520824.ttf") format('truetype'), url("font/icons-59520824-icons.svg") format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'icons';
    src: url('http://thebackyarddepot.net/wp/wp-content/themes/font/icons.svg?59520824#icons') format('svg');
  }
}
*/
html,
body {
  width: 100%;
  margin: 0;
  padding: 0;
  height: 100%;
}
#header {
  width: 100%;
}
#header #headerwrapper {
  display: block;
  width: 980px;
  margin: 0 -10px;
  *zoom: 1;
  margin: 0 auto;
}
#header #headerwrapper:before,
#header #headerwrapper:after {
  content: "";
  display: table;
}
#header #headerwrapper:after {
  clear: both;
}
#main {
  width: 100%;
  display: block;
  width: 980px;
  margin: 0 -10px;
  *zoom: 1;
  margin: 0 auto;
  padding-bottom: 40px;
}
#main:before,
#main:after {
  content: "";
  display: table;
}
#main:after {
  clear: both;
}
.home #main {
  padding-bottom: 0;
}
#main #container {
  display: inline;
  float: left;
  width: 620px;
  margin: 0 10px;
  padding-bottom: 60px;
}
.page-template-template-page-fullwidth-php #main #container {
  width: 960px;
}
.home #main #container {
  padding-bottom: 0;
}
.single-product #main #container {
  display: inline;
  float: left;
  width: 940px;
  margin: 0 10px;
}
#main #container #content {
  padding: 0 20px;
  min-height: 500px;
}
#main #primary,
#main #secondary {
  display: inline;
  float: left;
  width: 300px;
  margin: 0 10px;
}
#access {
  position: relative;
  z-index: 30;
}
#access .skip-link {
  position: absolute;
  left: -9999px;
}
#access .menu {
  *zoom: 1;
  background: #6a4e0c;
  border-radius: 5px;
}
#access .menu:before,
#access .menu:after {
  content: "";
  display: table;
}
#access .menu:after {
  clear: both;
}
#access .menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
}
#access .menu ul li {
  display: inline-block;
  white-space: nowrap;
  position: relative;
}
#access .menu ul li:last-child {
  margin-right: 0;
}
.lt-ie9 #access .menu ul li {
  float: left;
}
#access .menu ul li a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  color: #f8c400;
  text-decoration: none;
  line-height: 2.5;
  padding: 0 20px;
  display: inline-block;
}
#access .menu ul li a:hover {
  color: #ffdd5f;
}
#access .menu ul li.current-menu-item a {
  color: white;
}
#access .menu ul li .sub-menu {
  display: none;
  position: absolute;
  background: #f5f5ef;
  width: 200px;
  padding: 10px 0;
  box-shadow: -1px 0 4px rgba(0, 0, 0, 0.4);
}
#access .menu ul li .sub-menu li {
  display: block;
}
#access .menu ul li .sub-menu li:hover {
  background: #056a32;
}
#access .menu ul li .sub-menu li:hover a {
  color: white;
}
#access .menu ul li .sub-menu li a {
  display: block;
  color: #056a32;
}
#access .menu ul li:hover .sub-menu {
  display: block;
}
.menu-secondary-menu-container {
  *zoom: 1;
}
.menu-secondary-menu-container:before,
.menu-secondary-menu-container:after {
  content: "";
  display: table;
}
.menu-secondary-menu-container:after {
  clear: both;
}
.menu-secondary-menu-container ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}
.menu-secondary-menu-container ul:before {
  width: 5px;
  position: absolute;
  left: 3px;
  top: 15%;
  content: '';
  height: 48px;
}
.menu-secondary-menu-container ul:after {
  width: 5px;
  position: absolute;
  right: 3px;
  top: 15%;
  content: '';
  height: 48px;
}
.menu-secondary-menu-container ul li {
  margin: 5px;
  position: relative;
}
.menu-secondary-menu-container ul li:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -5px;
  border-right: 5px #6a4e0c solid;
  border-left: 0;
  border-bottom: 5px solid transparent;
}
.menu-secondary-menu-container ul li a {
  font-family: arvo, sans-serif;
  display: block;
  font-size: 20px;
  font-size: 2rem;
  line-height: 3;
  color: #056a32;
  text-shadow: 0 -1px 0 #ceceb0;
  text-decoration: none;
  padding: 0 18px;
  background-color: #e1e1d0;
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.05) 0%, rgba(255, 255, 255, 0) 38%);
  /* FF3.6+ */
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.05) 0%, rgba(255, 255, 255, 0) 38%);
  /* Chrome10+,Safari5.1+ */
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.05) 0%, rgba(255, 255, 255, 0) 38%);
  /* Opera 11.10+ */
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.05) 0%, rgba(255, 255, 255, 0) 38%);
  /* IE10+ */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.05) 0%, rgba(255, 255, 255, 0) 38%);
  /* W3C */
  box-shadow: 1px 0 3px rgba(0, 0, 0, 0.2);
}
.menu-secondary-menu-container ul li a:hover {
  color: white;
  background-color: #056a32;
  box-shadow: inset 0 0 5px 0.5 black;
}
.menu-secondary-menu-container ul li.current-menu-item a,
.menu-secondary-menu-container ul li.current-product-parent a {
  background: #045227;
}
body {
  background: #056a32;
}
#wrapper {
  background-image: url('img/wood.jpg');
}
#header {
  z-index: 200;
  background: #daeff9;
  position: relative;
}
#header:after {
  content: '';
  height: 23px;
  width: 100%;
  background: url('img/picket-tops.png') repeat-x;
  position: absolute;
  top: 100%;
  left: 0;
}
#header #headerwrapper {
  position: relative;
  padding: 0 0 10px;
  *zoom: 1;
}
#header #headerwrapper:before,
#header #headerwrapper:after {
  content: "";
  display: table;
}
#header #headerwrapper:after {
  clear: both;
}
#header #branding {
  display: inline-block;
  z-index: 20;
}
#header #blog-title {
  background: url(img/backyard-depot.png) no-repeat;
  width: 330px;
  height: 151px;
}
#header #blog-title a {
  display: inline-block;
  text-indent: -9999px;
  width: 100%;
  height: 70%;
}
#main-wrapper {
  z-index: 100;
  position: relative;
  padding-bottom: 30px;
}
#main-wrapper:after {
  content: '';
  background: url(img/grass.png) repeat-x;
  height: 39px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 200;
}
#main-wrapper #main {
  margin-top: 40px;
  padding-top: 0;
  background: #f5f5ef;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
  border-radius: 10px;
}
#page-header-image {
  width: 978px;
  margin: 1px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  overflow: hidden;
}
#page-header-image img {
  min-width: 100%;
}
.hentry img {
  padding: 5px;
  max-width: 90%;
}
.hentry .wp-caption-text {
  margin: 0 0 2em;
  font-weight: bold;
}
.hentry .alignnone {
  display: block;
  text-align: center;
}
.hentry .alignright {
  float: right;
  margin: 10px 0 10px 10px;
  display: inline;
  text-align: center;
}
.hentry .alignleft {
  float: left;
  margin: 10px 10px 10px 0;
  display: inline;
  text-align: center;
}
.special-item {
  padding: 20px 10% 20px 30%;
  width: 60%;
  border: 3px dashed #056a32;
  background: #ffffff;
  text-align: center;
  margin-bottom: 50px;
  background-image: url(img/backyard-depot-mini.png);
  background-repeat: no-repeat;
  background-position: 10px 50%;
}
html {
  font-size: 62.5%;
}
body {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  font-family: Arial, Helvetica, sans-serif;
  color: #666;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: arvo, sans-serif;
}
a {
  color: #66c0f9;
}
body.home .slider {
  display: block;
  width: 980px;
  margin: 0 -10px;
  *zoom: 1;
  position: relative;
  padding-bottom: 30px;
}
body.home .slider:before,
body.home .slider:after {
  content: "";
  display: table;
}
body.home .slider:after {
  clear: both;
}
body.home .slider:after {
  content: '';
  height: 20px;
  border-bottom: 1px solid #056a32;
  width: 940px;
  margin: 0 20px;
}
body.home .slider .menu-secondary-menu-container {
  width: 300px;
  display: inline-block;
}
body.home .slider .sliderContent {
  float: right;
  width: 640px;
  height: 310px;
  margin-top: 10px;
  border-radius: 10px;
  border: 1px solid #333;
  clear: both;
  position: relative;
  overflow: hidden;
}
body.home .slider .sliderContent .item {
  position: absolute;
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
}
body.home .slider a {
  text-decoration: none;
}
body.home .slider a:hover {
  text-decoration: none;
}
body.home .slider .img {
  float: left;
  position: relative;
}
body.home .slider .img img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 9px;
}
body.home .slider .txt {
  width: 360px;
  padding: 20px;
  float: right;
}
body.home .slider .txt h2 {
  color: #056a32;
  font-size: 70px;
  font-size: 7rem;
  line-height: 1;
  margin: 0;
  padding: 0;
  text-shadow: 0 -1px 0 #ffffff;
  font-weight: normal;
}
body.home .slider .txt p {
  color: #333;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5;
  margin-top: .5em;
}
body.home .slider .txt span {
  display: inline-block;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #ffffff;
  text-shadow: 0 -1px 1px #5f4b00;
  background-color: #f8c400;
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.05) 21%, rgba(32, 32, 32, 0.2) 90%, rgba(0, 0, 0, 0.2) 100%);
  /* FF3.6+ */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(21%, rgba(255, 255, 255, 0.05)), color-stop(90%, rgba(32, 32, 32, 0.2)), color-stop(100%, rgba(0, 0, 0, 0.2)));
  /* Chrome,Safari4+ */
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.05) 21%, rgba(32, 32, 32, 0.2) 90%, rgba(0, 0, 0, 0.2) 100%);
  /* Chrome10+,Safari5.1+ */
  background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.05) 21%, rgba(32, 32, 32, 0.2) 90%, rgba(0, 0, 0, 0.2) 100%);
  /* IE10+ */
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.05) 21%, rgba(32, 32, 32, 0.2) 90%, rgba(0, 0, 0, 0.2) 100%);
  /* W3C */
  border: 1px solid #cccccc;
  border-color: #dfb000 #dfb000 #ffcd13;
  border-radius: 4px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  padding: 11px 19px;
  font-size: 24px;
  font-size: 2.4rem;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
body.home .slider .txt span:hover,
body.home .slider .txt span:focus,
body.home .slider .txt span:active,
body.home .slider .txt span[disabled] {
  color: #ffffff;
  background-color: #dfb000;
}
body.home .slider .txt span:hover,
body.home .slider .txt span:focus {
  color: #ffffff;
  text-decoration: none;
}
body.home .slider .txt span:focus {
  outline: thin dotted #ffffff;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
body.home .slider .txt span:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
body.home .slider .txt span[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#footer {
  width: 100%;
  background-color: #056a32;
  padding-top: 20px;
  font-size: 12px;
  font-size: 1.2rem;
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.8);
  position: relative;
}
#footer:before {
  height: 17px;
  width: 100%;
  content: '';
  background-repeat: repeat-x;
  position: absolute;
  top: 0;
  left: 0;
}
#footer #subsidiary {
  display: block;
  width: 980px;
  margin: 0 -10px;
  *zoom: 1;
  margin: 0 auto;
}
#footer #subsidiary:before,
#footer #subsidiary:after {
  content: "";
  display: table;
}
#footer #subsidiary:after {
  clear: both;
}
#footer #subsidiary #first,
#footer #subsidiary #second,
#footer #subsidiary #third {
  display: inline;
  float: left;
  width: 300px;
  margin: 0 10px;
}
#footer #subsidiary #first > ul,
#footer #subsidiary #second > ul,
#footer #subsidiary #third > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#footer-widget {
  width: 100%;
  background: #03391b;
  padding: 20px 0;
}
#footer-widget ul.xoxo {
  display: block;
  width: 980px;
  margin: 0 -10px;
  *zoom: 1;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
#footer-widget ul.xoxo:before,
#footer-widget ul.xoxo:after {
  content: "";
  display: table;
}
#footer-widget ul.xoxo:after {
  clear: both;
}
.main-aside .xoxo {
  margin: 0;
  padding: 0 ;
  list-style: none;
}
.main-aside .xoxo:after {
  content: '';
  height: 5px;
  width: 96%;
  position: absolute;
  bottom: 0;
  left: 2%;
}
.main-aside .xoxo li {
  position: relative;
  padding: 20px 20px 5px;
  margin-bottom: 20px;
}
.main-aside .xoxo li:before {
  content: '';
  height: 5px;
  width: 96%;
  position: absolute;
  top: 0;
  left: 2%;
}
.main-aside .xoxo li h3 {
  color: #056a32;
  margin: 0;
}
.main-aside .xoxo li img {
  border: 4px solid white;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  max-width: 95% !important;
}
.main-aside .xoxo li a {
  text-decoration: none;
}
.main-aside .xoxo li a h3 {
  text-decoration: none;
}
.main-aside .xoxo li a p {
  text-decoration: none;
  color: #333;
  margin-bottom: 0;
}
.main-aside .xoxo li a p em {
  display: inline-block;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #ffffff;
  text-shadow: 0 -1px 1px #5f4b00;
  background-color: #f8c400;
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.05) 21%, rgba(32, 32, 32, 0.2) 90%, rgba(0, 0, 0, 0.2) 100%);
  /* FF3.6+ */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(21%, rgba(255, 255, 255, 0.05)), color-stop(90%, rgba(32, 32, 32, 0.2)), color-stop(100%, rgba(0, 0, 0, 0.2)));
  /* Chrome,Safari4+ */
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.05) 21%, rgba(32, 32, 32, 0.2) 90%, rgba(0, 0, 0, 0.2) 100%);
  /* Chrome10+,Safari5.1+ */
  background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.05) 21%, rgba(32, 32, 32, 0.2) 90%, rgba(0, 0, 0, 0.2) 100%);
  /* IE10+ */
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.05) 21%, rgba(32, 32, 32, 0.2) 90%, rgba(0, 0, 0, 0.2) 100%);
  /* W3C */
  border: 1px solid #cccccc;
  border-color: #dfb000 #dfb000 #ffcd13;
  border-radius: 4px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  padding: 2px 10px;
  font-size: 12px;
  font-size: 1.2rem;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-style: normal;
  font-weight: bold;
}
.main-aside .xoxo li a p em:hover,
.main-aside .xoxo li a p em:focus,
.main-aside .xoxo li a p em:active,
.main-aside .xoxo li a p em[disabled] {
  color: #ffffff;
  background-color: #dfb000;
}
.main-aside .xoxo li a p em:hover,
.main-aside .xoxo li a p em:focus {
  color: #ffffff;
  text-decoration: none;
}
.main-aside .xoxo li a p em:focus {
  outline: thin dotted #ffffff;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.main-aside .xoxo li a p em:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.main-aside .xoxo li a p em[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.main-aside .xoxo li a span {
  display: inline-block;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #ffffff;
  text-shadow: 0 -1px 1px #5f4b00;
  background-color: #f8c400;
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.05) 21%, rgba(32, 32, 32, 0.2) 90%, rgba(0, 0, 0, 0.2) 100%);
  /* FF3.6+ */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(21%, rgba(255, 255, 255, 0.05)), color-stop(90%, rgba(32, 32, 32, 0.2)), color-stop(100%, rgba(0, 0, 0, 0.2)));
  /* Chrome,Safari4+ */
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.05) 21%, rgba(32, 32, 32, 0.2) 90%, rgba(0, 0, 0, 0.2) 100%);
  /* Chrome10+,Safari5.1+ */
  background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.05) 21%, rgba(32, 32, 32, 0.2) 90%, rgba(0, 0, 0, 0.2) 100%);
  /* IE10+ */
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.05) 21%, rgba(32, 32, 32, 0.2) 90%, rgba(0, 0, 0, 0.2) 100%);
  /* W3C */
  border: 1px solid #cccccc;
  border-color: #dfb000 #dfb000 #ffcd13;
  border-radius: 4px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  padding: 2px 10px;
  font-size: 12px;
  font-size: 1.2rem;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-style: normal;
  font-weight: bold;
  margin-top: 10px;
}
.main-aside .xoxo li a span:hover,
.main-aside .xoxo li a span:focus,
.main-aside .xoxo li a span:active,
.main-aside .xoxo li a span[disabled] {
  color: #ffffff;
  background-color: #dfb000;
}
.main-aside .xoxo li a span:hover,
.main-aside .xoxo li a span:focus {
  color: #ffffff;
  text-decoration: none;
}
.main-aside .xoxo li a span:focus {
  outline: thin dotted #ffffff;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.main-aside .xoxo li a span:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.main-aside .xoxo li a span[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.main-aside .xoxo li a img {
  border: 4px solid white;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  max-width: 95% !important;
}
#primary {
  background: #ebebdf;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}
#header-aside {
  display: inline-block;
  z-index: 2000;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.5em 1em 0.4em;
  *zoom: 1;
  text-align: right;
}
#header-aside:before,
#header-aside:after {
  content: "";
  display: table;
}
#header-aside:after {
  clear: both;
}
#header-aside ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#header-aside h3,
#header-aside h4 {
  font-family: arvo, sans-serif;
  margin: 0;
  padding: 0;
}
#mc_signup form {
  width: 100%;
}
#mc_signup form label {
  display: inline-block;
  width: 100%;
}
#mc_signup form input[type='text'] {
  margin-bottom: 5px;
  border-radius: 4px;
  border: 1px solid #35acf7;
  height: 24px;
  width: 100%;
}
#mc_signup form #mc-indicates-required {
  clear: both;
  text-align: right;
  margin-bottom: 10px;
}
#mc_signup form input[type="submit"] {
  display: inline-block;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #ffffff;
  text-shadow: 0 -1px 1px #5f4b00;
  background-color: #f8c400;
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.05) 21%, rgba(32, 32, 32, 0.2) 90%, rgba(0, 0, 0, 0.2) 100%);
  /* FF3.6+ */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(21%, rgba(255, 255, 255, 0.05)), color-stop(90%, rgba(32, 32, 32, 0.2)), color-stop(100%, rgba(0, 0, 0, 0.2)));
  /* Chrome,Safari4+ */
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.05) 21%, rgba(32, 32, 32, 0.2) 90%, rgba(0, 0, 0, 0.2) 100%);
  /* Chrome10+,Safari5.1+ */
  background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.05) 21%, rgba(32, 32, 32, 0.2) 90%, rgba(0, 0, 0, 0.2) 100%);
  /* IE10+ */
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.05) 21%, rgba(32, 32, 32, 0.2) 90%, rgba(0, 0, 0, 0.2) 100%);
  /* W3C */
  border: 1px solid #cccccc;
  border-color: #dfb000 #dfb000 #ffcd13;
  border-radius: 4px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  float: right;
  clear: both;
  margin-bottom: 20px;
}
#mc_signup form input[type="submit"]:hover,
#mc_signup form input[type="submit"]:focus,
#mc_signup form input[type="submit"]:active,
#mc_signup form input[type="submit"][disabled] {
  color: #ffffff;
  background-color: #dfb000;
}
#mc_signup form input[type="submit"]:hover,
#mc_signup form input[type="submit"]:focus {
  color: #ffffff;
  text-decoration: none;
}
#mc_signup form input[type="submit"]:focus {
  outline: thin dotted #ffffff;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
#mc_signup form input[type="submit"]:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
#mc_signup form input[type="submit"][disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.wpcf7 input,
.wpcf7 textarea {
  width: 100%;
}
.wpcf7 textarea {
  height: 50px;
}
.wpcf7 input[type="submit"] {
  width: 80%;
  margin: 0 10%;
  background-color: #056a32;
  color: white;
  border: 2px solid #f8c400;
  border-radius: 10px;
  line-height: 2.3;
  font-size: 120%;
  background-image: -moz-linear-gradient(top, rgba(229, 229, 229, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* FF3.6+ */
  background-image: -webkit-linear-gradient(top, rgba(229, 229, 229, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* Chrome10+,Safari5.1+ */
  background-image: -o-linear-gradient(top, rgba(229, 229, 229, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* Opera 11.10+ */
  background-image: -ms-linear-gradient(top, rgba(229, 229, 229, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* IE10+ */
  background-image: linear-gradient(to bottom, rgba(229, 229, 229, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00e5e5e5', endColorstr='#4d000000', GradientType=0);
  /* IE6-9 */
}
.wpcf7 input[type="submit"]:hover {
  background-color: #05602d;
}
.ngg-album-compactbox {
  border: none !important;
}
.ngg-album-compactbox:before,
.ngg-album-compactbox:after {
  display: none;
}
.ngg-album-link a {
  position: relative;
  display: block;
}
.ngg-album-compact h4 {
  font-family: 'Rock Salt', Arial, cursive;
  z-index: 4;
  position: relative;
  margin: -5px 0 0 40px !important;
}
.ngg-album-compact h4 a {
  color: #000;
  text-decoration: none;
}