html, body { height: 100%; }

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

body {
  background: #fff url('../images/linen-tile.jpg');
  font-family: "Calibri", "Century Gothic", "Arial", serif;
  color: #686868;
  line-height: 23px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Century Gothic", "Arial", sans-serif;
  font-weight: bold;
  margin: 0 0 15px;
  text-transform: uppercase;
  color: #666666;
  letter-spacing: 1px;
}

.panel .panel-content:first-child {
  padding-top: 20px;
}

h1 {
  font-size: 20px;
}

h2 {
  font-size: 20px;
  line-height: 30px;
}

h2 a {
  color: #666666;
}

p {
  margin: 0 0 15px;
  font-size: 14px;
}

li {
  font-size: 14px;
}

img {
  margin: 0 0 15px;
}

a {
  color: #f58361;
  text-decoration: none;
}

a:hover {
  color: #000;
}

input, textarea {
  background: #fff;
  font-family: "Calibri", "Century Gothic", "Arial", serif;
  padding: 0 10px;
  border: 1px solid #dbdad9;
  font-size: 14px;
  color: #666666;
}

input {
  height: 26px;
  line-height: 26px;
}

textarea {
  padding: 10px;
}

input:focus, textarea:focus {
  border: 1px solid #666666;
  outline: none;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  font-style: italic;
}
input:-moz-placeholder, textarea:-moz-placeholder {
  font-style: italic;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  font-style: italic;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  font-style: italic;
}

.submit, #submit {
  font-family: "Century Gothic", "Arial", sans-serif;
}

.bg-wrapper {
  width: 100%;
  height: 100%;
  background: url('../images/top-background.png') repeat-x center -40px;
}

.wrapper {
  width: 1000px;
  margin: 0 auto;
  padding: 0 0 50px;
  position: relative;
}

header {
  text-align: center;
}

.logo {
  padding: 0 0 0 60px;
  position: relative;
  z-index: 2;
  margin: 10px 0 20px 0;
}

.panel {
  background: #fff;
  box-shadow: 1px 1px 3px #eee;
  position: relative;
  margin: 0 0 10px;
  border-bottom: 1px solid #e7eaeb;
}

.panel .panel {
  border: 1px solid #e7eaeb;
}

.panel-content {
  padding: 0 20px 5px;
  position: relative;
}

.panel-content img {
  margin-left: -20px;
}

.article .panel-content img, .article-full .panel-content img {
  display:block;
}

nav.panel {
  width: 960px;
  margin: 0 0 10px 40px;
  font-family: "Century Gothic", "Arial", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 18px;
}

.menu-primary-menu-container, .menu-topnavhomepage-container {
  display: inline-block;
}

.shop-link {
  display: inline-block;
  vertical-align: top;
  margin: -4px 20px 0;
  font-weight: normal;
}

.shop-link a {
  color: #f58361;
  font-family: "DancingScript", "Lusitana", "Cambria", serif;
  text-transform: lowercase;
  font-size: 27px;
  letter-spacing: 0;
  font-weight: normal;
}

nav a {
  color: #686868;
  letter-spacing: 1px;
  font-weight: bold;
}

nav ul {
  list-style: none;
  margin: 0;
  padding: 0 0 10px;
  display: inline-block;
}

nav li {
  display: block;
  float: left;
  position: relative;
  padding: 0 20px;
  font-size: 14px;
  border-right: 1px solid #ccc;
}

nav ul:after {
  content: "";
  display: table;
  clear: both;
}

nav li ul {
  position: absolute;
  width: 150px;
  background: #fff;
  z-index: 10;
  margin: -2px 0 0 -20px;
  padding: 15px 20px 20px;
  display: none;
}

nav li:hover ul {
  display: block;
}

nav li li {
  display: block;
  line-height: 19px;
  width: 100%;
  text-align: left;
  padding: 0;
  border: 0;
}

.header-secondary {
  height: 55px;
  padding: 5px 0 0;
  font-size: 12px;
}

.header-secondary .fb-like {
  float: left;
  padding: 1px 0 0;
}

#header-facebook {
  float: left;
  margin: 0 10px 0 0;
}

.header-facebook-wrap {
  float: right;
  padding: 0 10px 0 0;
}

.search {
  font-size: 0;
  width: 238px;
  position: absolute;
  right: 10px;
  top: 60px;
  padding: 5px;
  background: #fff;
}

.search:after {
  content: "";
  display: table;
  clear: both;
}

.search input {
  width: 184px;
  margin: 0 -3px 0 0;
  display: block;
  float: left;
}

.search .submit {
  background: #999 url('../images/search-icon.png') right center no-repeat;
  border: 0;
  width: auto;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  height: 28px;
  line-height: 31px;
  padding: 1px 15px 2px 20px;
  z-index: 2;
  margin: 0;
  display: block;
  float: left;
}

.primary-content {
  float: left;
  margin: 0 10px 0 40px;
  width: 560px;
}

.hero-image {
  display: block;
  margin-bottom: 25px;
}

.article-text {
  position: relative;
}

.article-date {
  background: #f58361 url('../images/orange-texture.png') center center;
  border-radius: 50%;
  position: relative;
  width: 70px;
  height: 70px;
  padding: 0 0 0;
  text-align: center;
  color: #fff;
  font-family: "Century Gothic", "Arial", sans-serif;
  top: -80px;
  left: -50px;
  margin-bottom: -70px;
  z-index: 5;
}

.article-date .day {
  font-family: "Century Gothic", "Arial", serif;
  font-size: 26px;
  font-weight: bold;
  margin: 0 0 4px 0;
}

.article-date .month {
  font-size: 26px;
  text-transform: lowercase;
  line-height: 26px;
  padding: 3px 0 5px;
  font-family: "DancingScript", "Lusitana", "Cambria", serif;
}

.featured-article .panel-content {
  padding: 0 20px 10px !important;
}

.featured-article .comments-count {
  bottom: 19px;
  left: 105px;
  margin: 0;
}

.additional-articles .hero-image {
  width: 180px;
  height: 180px;
  float: left;
  margin: 0 18px 20px 0;
}

.additional-articles .hero-image img {
  width: 180px;
  height: 180px;
  margin-left: 0;
}

.additional-articles .article-date {
  width: 55px;
  margin-bottom: -55px;
  height: 55px;
  padding: 0 0 0;
  top: -5px;
  left: -45px;
}

.additional-articles .article-date .day {
  font-size: 20px;
  margin: 0;
}

.additional-articles .article-date .month {
  padding: 3px 0 2px;
  font-size: 22px;
  line-height: 22px;
}

.additional-articles .article {
  padding: 20px 20px 0;
  border-bottom: 1px solid #e7eaeb;
}

.additional-articles .article:after {
  content: "";
  display: table;
  clear: both;
}

.additional-articles .article-content {
  float: left;
  width: 320px;
  padding: 0 0 30px 0;
}

.additional-articles h2 {
  font-size: 19px;
  line-height: 25px;
  position: relative;
  top: -4px;
  margin-bottom: 5px;
}

.comments-count {
  display: block;
  padding: 0 0 0 22px;
  background: url('../images/comments-icon.png') 0px 2px no-repeat;
  color: #666666;
  font-size: 12px;
  line-height: 16px;
  margin: 0 0 15px 0;
  position: absolute;
  bottom: 2px;
}

.likes-count {
  display: block;
  padding: 0 0 0 22px;
  background: url('../images/heart-icon.png') 0px 2px no-repeat;
  color: #666666;
  font-size: 12px;
  line-height: 16px;
  margin: 0 0 15px 0;
  position: absolute;
  bottom: 2px;
}

.sidebar {
  float: left;
  width: 390px;
}

.sidebar h1, .sidebar h2, .sidebar h3, .sidebar h4, .sidebar h5, .sidebar h6 {
  color: #686868;
  font-family: "DancingScript", "Lusitana", "Cambria", serif;
  font-weight: normal;
  text-transform: lowercase;
}

.sidebar h3 {
  font-size: 25px;
  font-weight: normal;
}

.sidebar .panel.instagram {
  text-align: center;
}

.sidebar .panel.instagram .panel-content {
  padding-right: 0px;
}

.sidebar .panel.instagram h3 {
  text-align: left;
}

.sidebar .panel.instagram img {
  margin: 0 20px 20px 0;
}

.stay-up-to-date .newsletter-subscription {
  font-size: 0;
  padding: 5px;
  background: #fff;
  margin: 0 0 10px 0;
}

.stay-up-to-date .newsletter-subscription:after {
  content: "";
  display: table;
  clear: both;
}

.stay-up-to-date input {
  width: 240px;
  margin: 0 -3px 0 0;
  display: block;
  float: left;
}

.stay-up-to-date .submit {
  background: #999 url('../images/mail-icon.png') 92px 9px no-repeat;
  border: 0;
  width: 120px;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  height: 28px;
  line-height: 29px;
  padding: 0 35px 0 15px;
  z-index: 2;
  margin: 0;
  display: block;
  float: left;
}

.stay-up-to-date .social-icons {
  margin: 0 0 10px 0;
  position: relative;
  z-index: 2;
  text-align: center;
}

.stay-up-to-date .social-icons img {
  margin: 0 6px;
}

footer .social-icons img {
  margin-left: 5px;
}

.featured-video h2, .additional-videos h2 {
  font-size: 12px;
  margin-bottom: 0;
  line-height: 12px;
}

.featured-video .play-video-button {
  position: absolute;
  top: 75px;
  left: 50%;
  margin-left: -34px;
}

.featured-video.panel .panel-content {
  padding-top: 0;
}

.additional-videos .video:after {
  content: "";
  display: table;
  clear: both;
}

.additional-videos .video-thumbnail {
  margin: 0;
}

.additional-videos h2 {
  padding-top: 20px;
}

.additional-videos .video-info {
  float: left;
  width: 150px;
}

.additional-videos .video-hero {
  font-size: 0;
  display: block;
  line-height: 0;
  float: left;
  position: relative;
}

.additional-videos .play-video-button {
  margin: 0;
  position: absolute;
  top: 30px;
  left: 50%;
  margin-left: -32px;
}

.tab-container .tabs {
  list-style: none;
  border-top: 1px solid #e7eaeb;
  padding: 0;
  margin: 0 0 20px 0;
}

.tab-container .tabs:after {
  content: "";
  display: table;
  clear: both;
}

.tab-container .tabs li {
  display: block;
  float: left;
  border-bottom: 1px solid #e7eaeb;
  text-align: center;
  padding: 15px 0 13px;
  border-left: 1px solid #e7eaeb;
}

.tab-container .tabs li.active {
  border-bottom: 0;
}

.tab-container .tabs li a {
  color: #666666;
  text-transform: uppercase;
  font-family: "Century Gothic", "Arial", sans-serif;
}

.tab-container .tabs li:first-child {
  border-left: 0;
  width: 130px;
}

.tab-container .tabs-content {
  list-style: none;
  margin: 0;
  padding: 0;
}

.tab-container .tabs-content li {
  display: block;
}

.popular-posts .tabs li {
  width: 129px;
}

.sidebar-feature {
  padding: 0 20px;
  margin: 0 0 20px;
}

.sidebar-feature:after {
  content: "";
  display: table;
  clear: both;
}

.sidebar-feature .thumbnail-image, .sidebar-feature .attachment-sidebar-circle-thumb {
  border-radius: 50%;
  float: left;
  margin: 0 15px 0 0;
}

.sidebar-feature .content {
  float: left;
  width: 245px;
}

.sidebar-feature h4 {
  margin: 0 0 5px 0;
}

.sidebar-feature h4 a {
  font-family: "Century Gothic", "Arial", sans-serif;
  color: #666666;
  text-transform: uppercase;
}

.sidebar-feature .likes-count, .sidebar-feature .comments-count {
  float: left;
  position: relative;
  margin: 0 10px 0 0;
}

.sponsors .panel-content img {
  margin-left: 0;
  margin: 0 5px 10px;
}

.footer {
  clear: both;
  margin: 0 0 0 40px;
}

.footer:after {
  content: "";
  display: table;
  clear: both;
}

.footer nav {
  float: left;
  width: 559px;
  line-height: 12px;
  font-size: 12px;
}

.footer nav ul {
  padding: 0;
  width: auto;
}

.footer nav li {
  display: inline-block;
  vertical-align: top;
  width: 170px;
  margin: 0 0 15px 0;
}

.footer nav li ul {
  position: relative;
  margin: 0;
  display: block;
}

.footer nav li a {
  font-family: "Century Gothic", "Arial", sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  margin-bottom: 5px;
  display: block;
}

.footer nav li li {
  display: block;
  margin: 0;
}

.footer nav li li a {
  font-size: 11px;
  line-height: inherit;
  margin-bottom: 0;
  display: inherit;
}

.footer-right {
  float: left;
  width: 400px;
}

.footer .social .icons {
  float:right;
  position: relative;
  top: -5px;
  right: -5px;
}

.footer .social .icons img {
  margin: 0;
}

.footer-right .panel-content {
  padding-top: 20px;
  border-top: 1px solid #e7eaeb;
}

.footer-right .panel-content.social {
  border-top: 0;
}

.footer .stay-up-to-date .newsletter-subscription {
  margin-bottom: 15px;
}

.footer .stay-up-to-date input {
  width: 220px;
}

.footer .stay-up-to-date .submit {
  width: auto;
}

/* Pagination */
.wp-pagenavi a, .wp-pagenavi span {
  border: 0 !important;
}

.wp-pagenavi {
  padding: 15px;
  font-size: 12px;
  font-weight: normal !important;
}

/* Comments */
#comments ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

#comments ul.children {
  padding: 0;
  list-style: none;
  margin: 0 0 0 0;
}

#comments .children li {
  padding: 0 0 0 30px;
}

.comment {
  border-top: 1px solid #e7eaeb;
}

.pingback {
  border-top: 1px solid #e7eaeb;
  color: #999;
  padding: 20px 20px 0;
  font-size: 12px;
}

.comment footer {
  padding: 20px 20px 0;
}

.comment-content {
  padding: 10px 20px 0;
}

.comment img {
  margin: 0;
}

.comment-meta {
  font-size: 12px;
  float:right;
}

.comment-meta a {
  color: #686868;
}

.comment .reply {
  font-size: 12px;
  padding: 0 20px 10px;
}

#respond {
  padding: 20px;
  border-top: 1px solid #e7eaeb;
}

.form-allowed-tags {
  font-size: 12px;
}

#respond:after {
  content: "";
  display: table;
  clear: both;
}

#respond label {
  display: block;
}

#respond #submit {
  background: #666666;
  border: 0;
  width: auto;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  height: 32px;
  line-height: 31px;
  padding: 1px 15px 2px 15px;
  z-index: 2;
  margin: 0;
  display: block;
  float: left;
}

/* Single article stuff */

.post-ad {
  background: #eee;
  padding: 15px 0 10px;
}

.sponsor .panel-content {
  overflow: hidden;
}

.sponsor-logo {
  padding: 0 0 15px 0;
}

.post-navigation {
  padding: 0 0 0 0;
}

.post-navigation p {
  float: right;
}

.post-navigation .panel-content:after {
  content: "";
  display: table;
  clear: both;
}

.post-navigation a {
  font-family: "Century Gothic", "Arial", sans-serif;
  font-size: 12px;
  background: #666666;
  border: 0;
  width: auto;
  color: #fff;
  text-transform: uppercase;
  height: 32px;
  line-height: 31px;
  padding: 2px 15px 0 15px;
  z-index: 2;
  margin: 0;
  display: block;
  float: left;
  margin: 0 10px 0 0;
}

.post-navigation .navigation-newer a {
  background: url('../images/arrow-button-bg-left.png') left center no-repeat #666666;
  padding-left: 20px;
}

.post-navigation .navigation-older a {
  background: url('../images/arrow-button-bg-right.png') right center no-repeat #666666;
  padding-right: 20px;
}

.article-full .article-date {
  top: -10px;
}

.article-full h1 {
  margin: 0;
  line-height: 30px;
}

.post-header {
  padding: 0 0 0 30px;
}

.article-full .post-info {
  font-size: 12px;
  margin: 0 0 15px 0;
}

.article-full .post-info a, .article-full h1 a {
  color: #666666;
}

.article-footer .comments, .article-footer .social, .article-footer .entry-meta {
  border-top: 1px solid #e7eaeb;
  padding-bottom: 10px;
}

.article-footer .social:after {
  content: "";
  display: table;
  clear: both;
}

.article-footer .entry-meta {
  font-size: 12px;
}

.article-footer .pinterest, .article-footer .twitter, .article-footer .facebook {
  float: left;
  width: 100px;
}

.article-footer .comments {
  line-height: 31px;
  padding-bottom: 15px;
}

.leave-a-comment {
  font-family: "Century Gothic", "Arial", sans-serif;
  background: #666666;
  border: 0;
  width: auto;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  height: 32px;
  line-height: 31px;
  padding: 1px 15px 0;
  z-index: 2;
  margin: 0 10px 0 0;
  display: block;
  float: left;
}

.leave-a-comment a {
  color: #fff;
}

.leave-a-comment a:hover {
  color: #fff;
}

.related-posts:after {
  content: "";
  display: table;
  clear: both;
}

.related-post {
  float: left;
  width: 140px;
  margin: 0 30px 0 0;
}

.related-post img {
  margin: 0;
}

.related-post a {
  color: #666666;
}

/* Business directory styles */
.wpbdp-bar {
  padding: 0;
  margin-top: 0;
  background: none;
}

.wpbdp-bar .wpbdp-search-form {
  margin: 0;
}

form#wpbdmsearchform {
  text-align: left;
}

.wpbdmsearchbutton {
  font-family: "Century Gothic", "Arial", sans-serif;
  background: #666666;
  border: 0;
  width: auto;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  height: 32px;
  line-height: 31px;
  padding: 1px 15px 0;
  z-index: 2;
  margin: 0 10px 0 0;
  /*display: block;*/
  /*float: left;*/
}

.wpbdp-categories {
  margin: 0 0 15px 0;
  list-style: none;
  padding: 0;
}

.wpbdp-categories:after {
  content: "";
  display: table;
  clear: both;
}

.wpbdp-categories li {
  width: 50%;
  float: left;
}

.listings {
  width:560px;
  margin: 0 0 0 -20px;
}

.wpbdp-listing {
  padding: 0 0 5px 0;
}

.wpbdp-main-page ul.wpbdp-categories {
  margin: 0 0 10px 0;
}

.wpbdp-main-page ul.wpbdp-categories ul.wpbdp-categories {
  margin: 0 0 10px 20px;
}

.wpbdp-categories a {
  color: #666666;
}

.listing-thumbnail { display:none; }

.listing-details h3 a {
  color: #666666;
}

.listing-details h3 {
  margin: 0;
}

.listing-actions {
  margin: 0;
  padding: 0;
}

.listing-actions .view-listing {
  display: none;
}

.wpbdp-listing-excerpt {
  padding: 20px 20px 5px;
  border-top: 1px solid #e7eaeb;
  border-bottom: 0;
}


.wpbdp-listing-excerpt.odd {
  background: #fff;
}

.wpbdp-listing-single .listing-title {
  background: transparent;
  border: 0;
  padding: 0;
}

.wpbdp-listing-single .main-image {
  display: none;
}

.wpbdp-listing-single h4 {
  margin: 0;
  padding: 0;
}

/* freebies */
.freebie-thumbs img {
  margin: 0;
}

.freebie-thumbs {
  font-size: 0;
  width: 560px;
  margin: 0 0 0 -20px;
  line-height: 0;
}

/* pinterest pin it plugin */
.pibfi_pinterest .xc_pin {
  left: 440px !important;
}

#back-to-shop {
  display: block;
  float: left;
  background: url("../images/back-to-shop-tab.png") top left repeat-x;
  margin: -3px 0 0 60px;
  padding: 8px 10px 0 10px;
  color: white;
  width: 190px;
  height: 25px;
  text-align: center;
  /*font-family: "QuicksandBook", arial, sans-serif;*/
  font-size: 12px;
  text-transform: uppercase;
  transition: margin 0.1s;
  -moz-transition: margin 0.1s;
  -webkit-transition: margin 0.1s;
  -o-transition: margin 0.1s;
  border: 0; }
  #back-to-shop:hover {
    text-decoration: none;
    margin: 0 0 0 60px; }
  #back-to-shop .label {
    padding: 2px 0; }
