/*
Theme Name: Ericabiz Theme
Theme URI: http://www.erica.biz
Description: A custom theme for Erica.biz
Author: Brian Fryer
Author URI: http://www.erica.biz/
Version: 0.2
*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* ==========================================================================
   Top level elements
   ========================================================================== */
body {
  margin: 0;
  padding: 0;
  color: #222;
  font-family: 'Open Sans', sans-serif;
  font-size: medium;
  line-height: 1.5;
  background-color: #F8F4EC; }

h1, h2, h3, h4, h5, h6 {
  line-height: 1; }

h3 {
  letter-spacing: 2px;
  text-transform: uppercase; }

p {
  margin: 1.1em 0; }

li, dt, dd {
  margin: .5em 0; }

a {
  color: #5997AF;
  text-decoration: none; }

a:hover {
  color: #006084;
  border-bottom: 1px solid #C59E30; }

blockquote {
  margin: 15px 30px;
  padding: 1px 60px;
  border-radius: 3px;
  border-bottom: 1px solid #CCD7DB;
  color: #4E6067;
  font-family: 'Arvo', serif;
  font-size: 80%;
  text-shadow: 0 1px 0 #fff;
  background-color: #EBEFF1;
  background-image: url("/wp-content/themes/ericabiz-theme/img/quote.png");
  background-position: 14px 14px;
  background-repeat: no-repeat; }

blockquote * {
  margin: 1em 0;
  line-height: 1.5; }

hr {
  zoom: 1;
  margin: 10px 0;
  border: none;
  border-bottom: 1px dotted #EBEFF1; }
  hr:before, hr:after {
    content: "";
    display: table; }
  hr:after {
    clear: both; }

/* ==========================================================================
   Structural elements
   ========================================================================== */
div.wrapper {
  zoom: 1;
  max-width: 1280px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px; }
  div.wrapper:before, div.wrapper:after {
    content: "";
    display: table; }
  div.wrapper:after {
    clear: both; }

header.top {
  width: 100%;
  margin: 0 0 30px;
  padding: 10px 0; }

div.branding {
  float: left;
  /*@include span-columns(9);*/
  font-size: 80%; }

nav.primary {
  float: right;
  /*@include span-columns(3);*/
  margin-top: 13px;
  font-size: 80%; }

nav.primary > ul {
  float: right; }

div.main-column {
  display: block;
  float: left;
  margin-right: 2.35765%;
  width: 65.88078%; }
  div.main-column:last-child {
    margin-right: 0; }

section.promo {
  margin: 0 0 30px;
  display: block;
  float: left;
  margin-right: 3.57866%;
  width: 100%;
  zoom: 1; }
  section.promo:last-child {
    margin-right: 0; }
  section.promo:before, section.promo:after {
    content: "";
    display: table; }
  section.promo:after {
    clear: both; }

section.focus {
  display: block;
  float: left;
  margin-right: 3.57866%;
  width: 100%; }
  section.focus:last-child {
    margin-right: 0; }

section.subscribe {
  margin: 30px 0;
  display: block;
  float: left;
  margin-right: 3.57866%;
  width: 48.21067%;
  margin-left: 17.05961%;
  zoom: 1;
  font-size: 80%; }
  section.subscribe:last-child {
    margin-right: 0; }
  section.subscribe:before, section.subscribe:after {
    content: "";
    display: table; }
  section.subscribe:after {
    clear: both; }

section.shoulder {
  max-width: 380px;
  display: block;
  float: left;
  margin-right: 2.35765%;
  width: 31.76157%;
  margin-right: 0; }
  section.shoulder:last-child {
    margin-right: 0; }

footer.bottom {
  margin: 30px 0 0;
  padding: 0 0 20px;
  display: block;
  float: left;
  margin-right: 2.35765%;
  width: 65.88078%;
  font-size: 80%; }
  footer.bottom:last-child {
    margin-right: 0; }

/* ==========================================================================
   Navigation Resets
   ========================================================================== */
nav > ul {
  margin: 0;
  padding: 0;
  list-style: none; }

nav > ul > li {
  line-height: 1; }

/* ==========================================================================
 Utility Classes
 ========================================================================== */
.clearboth {
  clear: both; }

.clearleft {
  clear: left; }

.clearright {
  clear: right; }

.floatleft {
  float: left; }

.floatright {
  float: right; }

.alignleft {
  float: left;
  margin: 0 20px 20px 0; }

.alignright {
  float: right;
  margin: 0 0 20px 20px; }

/* ==========================================================================
 Styling Classes
 ========================================================================== */
/* Buttons */
.btn,
a.btn {
  word-wrap: no-wrap;
  display: inline-block;
  padding: 3px 8px;
  color: #fff;
  font-size: 80%;
  font-style: italic;
  font-weight: bold;
  text-decoration: none;
  text-shadow: 0 -1px 0 #006084;
  border-radius: 14px;
  border-bottom: 1px solid #006084;
  background-color: #009CC4; }

.btn:hover,
a.btn:hover {
  background-color: #00BECA; }

/* Yellow Box styling */
.yellow-box {
  padding: 0 20px 20px;
  color: #695129;
  border-radius: 2px;
  border: 1px solid #CEB480;
  background-color: #F6E9C0;
  -webkit-box-shadow: compact(0 1px 5px 0 rgba(0, 0, 0, 0.2), false, false, false, false, false, false, false, false);
  box-shadow: compact(0 1px 5px 0 rgba(0, 0, 0, 0.2), false, false, false, false, false, false, false, false); }

.yellow-box h2, .yellow-box h3 {
  color: #006084;
  font-family: 'Arvo', serif;
  letter-spacing: 1px;
  text-transform: uppercase; }

.yellow-box fieldset {
  display: block;
  float: left;
  margin-right: 3.57866%;
  width: 28.78967%;
  min-width: 170px;
  border: none; }
  .yellow-box fieldset:last-child {
    margin-right: 0; }
  .yellow-box fieldset:nth-child(3n) {
    margin-right: 0; }

.yellow-box label {
  display: block;
  color: #A49066;
  font-family: 'Arvo', serif;
  font-size: 80%;
  letter-spacing: 1px;
  text-transform: uppercase; }

.yellow-box input[type=text] {
  width: 100%;
  padding: 6px;
  border-radius: 2px;
  border: 1px solid #CEB480;
  color: #006084;
  font-weight: bold;
  -webkit-box-shadow: compact(inset 0 1px 2px 0 rgba(0, 0, 0, 0.2), false, false, false, false, false, false, false, false);
  box-shadow: compact(inset 0 1px 2px 0 rgba(0, 0, 0, 0.2), false, false, false, false, false, false, false, false); }

.yellow-box input[type=text]:focus {
  border: 1px solid #C39502; }

.yellow-box hr {
  margin: 30px 0;
  zoom: 1;
  border: none;
  border-top: 2px dashed #DCAF41; }
  .yellow-box hr:before, .yellow-box hr:after {
    content: "";
    display: table; }
  .yellow-box hr:after {
    clear: both; }

.yellow-box fieldset:last-of-type {
  padding-top: 27px; }

.yellow-box .btn {
  padding: 10px; }

.subscribe h3 {
  text-align: center; }

.subscribe img {
  padding: 0 !important;
  border: none !important;
  border-radius: 0 !important;
  background: none !important; }

.subscribe form {
  margin-top: 20px; }

/* Header styling */
header.top {
  border-bottom: 3px solid #B9C7CC;
  background-color: #014B67; }

div.branding a {
  border-bottom: none; }

span.logo {
  float: left;
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  line-height: 1; }

span.logo > a {
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  line-height: 1; }

span.logo img {
  border-bottom: 2px solid transparent; }

span.logo img:hover {
  border-bottom: 2px dotted #EBD17C; }

span.tagline {
  float: left;
  margin: 3px 0 0 12px;
  padding: 7px 0 7px 14px;
  color: #EBD17C;
  border-left: 1px dotted #EBD17C; }

nav.primary li {
  float: left;
  margin: 0 0 0 15px; }

nav.primary li:first-child {
  margin-left: 0; }

nav.primary li:first-child > a:hover {
  border-bottom: none; }

nav.primary a:hover {
  color: #fff; }

nav.primary span {
  display: inline-block;
  margin-top: -4px;
  padding: 4px 8px;
  color: #014B67;
  font-style: italic;
  font-weight: bold;
  border-radius: 12px;
  background-color: #5997AF; }

nav.primary span:hover {
  color: #C59E30;
  background-color: #fff; }

/* Main column styling */
section.focus {
  border: 1px solid #B9C7CC;
  background-color: #fff;
  -webkit-box-shadow: compact(0 0 10px 0 rgba(0, 0, 0, 0.2), false, false, false, false, false, false, false, false);
  box-shadow: compact(0 0 10px 0 rgba(0, 0, 0, 0.2), false, false, false, false, false, false, false, false); }

section.focus > header {
  padding: 0 30px;
  border-top: 2px solid #D9E1E4; }

h1.section-title {
  color: #CDB380;
  font-weight: normal;
  line-height: 1;
  font-size: 180%; }

section.focus > article {
  padding: 30px 30px 60px;
  border-bottom: 2px solid #5997AF;
  border-top: 2px solid #D9E1E4; }

section.focus > article > header {
  zoom: 1; }
  section.focus > article > header:before, section.focus > article > header:after {
    content: "";
    display: table; }
  section.focus > article > header:after {
    clear: both; }

h1.article-title {
  margin: 0;
  line-height: 1;
  font-size: 180%; }

h1.article-title > a {
  color: #222; }

h1.article-title > a:hover {
  color: #006084;
  text-decoration: underline;
  border: none; }

ul.meta {
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
  color: #aaa;
  font-size: 80%;
  font-style: italic; }

ul.meta > li {
  float: left;
  margin: 0 10px 0 0;
  padding: 3px 12px 3px 1px;
  border-right: 1px solid #ddd;
  line-height: 1; }

ul.meta > li:last-child {
  border-right: none; }

ul.meta > li.comments {
  position: relative;
  padding-left: 18px; }

ul.meta > li.comments:before {
  content: url("/wp-content/themes/ericabiz-theme/img/comment.png");
  position: absolute;
  top: 3px;
  left: 0; }

.focus > article h2,
.focus > article h3 {
  margin-top: 1.1em; }

.focus > article h3 {
  margin-bottom: -5px; }

.focus > article img {
  margin: 0 20px 20px 0;
  padding: 3px;
  border-radius: 3px;
  border: 1px solid #B9C7CC;
  background-color: #D9E1E4; }

.full-post {
  display: block;
  margin: 0; }

.speak {
  margin-top: 30px;
  padding: 20px 0;
  border-top: 1px dashed #CCD7DB; }

nav.back-and-forth {
  padding: 8px 15px;
  border-top: 2px solid #D9E1E4;
  font-size: 80%;
  font-style: italic; }

nav.back-and-forth li {
  margin-bottom: 15px; }

nav.back-and-forth li:first-child {
  float: left; }

nav.back-and-forth li:last-child {
  float: right; }

/* Sidebar styling */
.widget {
  zoom: 1;
  margin: 0 0 10px;
  padding: 0 0 5px 10px;
  color: #666;
  font-size: 85%; }
  .widget:before, .widget:after {
    content: "";
    display: table; }
  .widget:after {
    clear: both; }

.widget h3 {
  margin: 0 0 18px;
  padding: 10px 30px 0 0;
  color: #CDB380;
  border-top: 2px solid #E7DCCA; }

.widget p, .widget li, .widget dt, .widget dd {
  margin: 10px 0; }

.photo {
  margin: 0 20px 10px 0;
  padding: 3px;
  border-radius: 3px;
  border: 1px solid #C9B28E;
  background-color: #E7DCCA; }

.my-product {
  padding: 15px;
  color: #695129;
  line-height: 1.2;
  border-radius: 2px;
  border: 1px solid #CEB480;
  background-color: #F6E9C0;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2); }

.my-product > dt {
  margin: 0;
  font-weight: bold; }

.my-product > dd {
  margin: 5px 0 0; }

.popular-posts {
  padding: 0;
  font-size: 80%;
  list-style: none; }

.popular-posts > li {
  padding-left: 20px;
  background-image: url("/wp-content/themes/ericabiz-theme/img/star.png");
  background-repeat: no-repeat;
  background-position: 0 3px; }

/* Crank Ads zones styling */
.cranky-ads-textlink-zone ul {
  margin: 0;
  padding: 0 0 0 20px;
  list-style: none; }

.cranky-ads-image-zone a:hover {
  border: none; }

.cranky-ads-zone-3035 img {
  margin-bottom: 15px; }

/* Footer styling */
section.categories {
  margin: 30px 0 0;
  padding: 0 9px 10px;
  border-radius: 2px;
  border: 1px solid #D3C0A2;
  background-color: #E8DDCB;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2); }

section.categories > ul {
  margin: 0;
  padding: 0;
  list-style: none; }

section.categories > ul > li {
  display: inline-block;
  margin: 0 6px; }

nav.secondary {
  margin: 30px 0 0; }

nav.secondary li {
  float: left;
  margin: 0 15px 0 0; }

/* Payment form styling */
.payment-form table {
  width: 100%;
  margin: 0 0 30px;
  border-spacing: 2px;
  text-align: left; }

.payment-form tr > td:first-child,
.payment-form th[scope=row] {
  width: 120px; }

.payment-form td {
  font-size: 80%; }

.payment-form table input,
.payment-form table select {
  border-radius: 1px;
  border: 1px solid #ccc;
  color: #02617D;
  font-size: 140%; }

.payment-form table input {
  padding: 3px 6px; }

.payment-form table select {
  padding: 3px 3px 3px 8px; }

.payment-form table input:focus,
.payment-form table select:focus {
  border-color: #A67F40;
  background-color: #EDD381; }

.payment-form .btn {
  border-top: 0;
  border-right: 0;
  border-left: 0; }

/* ==========================================================================
 "ID" level elements
 ========================================================================== */
.wpengine-promo {
  display: none; }

.da-google-adz {
  margin: 5px 0 20px;
  zoom: 1; }
  .da-google-adz:before, .da-google-adz:after {
    content: "";
    display: table; }
  .da-google-adz:after {
    clear: both; }

.da-google-adz > span {
  display: table;
  margin: 0 auto; }

img.wp-smiley {
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  border-radius: 0 !important;
  background: none !important; }
