@import "1440.css";

@import url(http://fonts.googleapis.com/css?family=Alegreya:400italic);
/*
Theme Name: Porthole
Description: From the inside of a ship gazing out at the world in amazement
Version: 0.1
License: MIT
License URI: http://opensource.org/licenses/mit-license.php
Author: Craig Ruks
Author URI: http://craigruks.com
Version: 1.0
*/
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
@font-face {
  font-family: 'BPreplay-Regular';
  src: url('fonts/BPreplay-webfont.eot');
  src: url('fonts/BPreplay-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/BPreplay-webfont.woff') format('woff'), url('fonts/BPreplay-webfont.ttf') format('truetype'), url('fonts/BPreplay-webfont.svg#BPreplayRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Fanwood';
  src: url('fonts/fanwood-webfont.eot');
  src: url('fonts/fanwood-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/fanwood-webfont.woff') format('woff'), url('fonts/fanwood-webfont.ttf') format('truetype'), url('fonts/fanwood-webfont.svg#geosanslightregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Geosans-Light';
  src: url('fonts/geosanslight-webfont.eot');
  src: url('fonts/geosanslight-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/geosanslight-webfont.woff') format('woff'), url('fonts/geosanslight-webfont.ttf') format('truetype'), url('fonts/geosanslight-webfont.svg#geosanslightregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'AurulentSans-Regular';
  src: url('fonts/AurulentSans-Regular-webfont.eot');
  src: url('fonts/AurulentSans-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/AurulentSans-Regular-webfont.woff') format('woff'), url('fonts/AurulentSans-Regular-webfont.ttf') format('truetype'), url('fonts/AurulentSans-Regular-webfont.svg#AurulentSansRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}
html {
  background: #fefefe;
  color: #6f6f6f;
  font: 14px/1.7 Arial, Verdana, sans-serif;
}
.flourish {
  background: #d7bd34 url(img/vintage_bg_dots.png) repeat left top;
  position: fixed;
  z-index: 2000;
}
.flourish.left {
  height: 100%;
  left: 0;
  top: 0;
  width: 5px;
}
.flourish.top {
  width: 100%;
  left: 0;
  top: 0;
  height: 5px;
  z-index: 2020;
}
.flourish.right {
  height: 100%;
  right: 0;
  top: 0;
  width: 5px;
}
.flourish.bottom {
  width: 100%;
  left: 0;
  bottom: 0;
  height: 5px;
  z-index: 2020;
}
body.category .search_pullout,
body.category .flourish {
  background-color: #92b1a0;
}
body.category #header .menu_btn {
  background-position: -46px top;
}
body.single .search_pullout,
body.single .flourish {
  background-color: #f26226;
}
body.single #header .menu_btn {
  background-position: -92px top;
}
a {
  color: #57a3f1;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
.site_container {
  position: relative;
}
.content_container.container {
  margin: 0 328px 0 168px;
  min-height: 4000px;
  padding: 80px 20px 0;
}
body.single-post .doubleclick-top-ad > div,
.doubleclick-bottom-ad {
  margin: 0 auto;
}
body.single-post .doubleclick-top-ad > div,
body.category .doubleclick-top-ad > div {
  margin-bottom: 20px;
}
#header {
  background: #fff;
  height: 100%;
  left: 8px;
  position: absolute;
  top: 8px;
  width: 
;
  z-index: 2010;
}
#header .logo {
  margin: 4px 0 10px 14px;
}
#header .menu_btn {
  display: none;
}
#header .menu {
  border-right: 1px solid #f7f7f6;
  list-style: none;
  padding: 0 0 50px 12px;
}
#header .menu > li {
  margin-bottom: 10px;
}
#header .menu > li > a {
  color: #707070;
  display: block;
  font-family: 'Alegreya', serif;
  font-size: 20px;
  font-weight: normal;
  font-style: italic;
  line-height: 1.5;
}
#header .menu > li .sub-menu {
  list-style: none;
}
#header .menu > li .sub-menu li {
  line-height: 1;
  margin: none;
  padding: none;
}
#header .menu > li .sub-menu li a {
  color: #a3a3a3;
  display: block;
  font-family: 'Geosans-Light';
  font-size: 14px;
  line-height: 1.2;
}
@media only screen and (max-width: 1242px) {
  .doubleclick-top-ad,
  .doubleclick-bottom-ad {
    display: none;
  }
}
@media only screen and (max-width: 1023px) {
  #header.closed {
    background: none;
    left: 0;
    overflow: hidden;
    width: 51px;
  }
  #header.closed .menu-vintage-mixer-container,
  #header.closed .logo,
  #header.closed .doubleclick_ad {
    display: none;
  }
  #header.closed .menu_btn {
    background: transparent url(img/menu.png) no-repeat left top;
    cursor: pointer;
    display: block;
    height: 132px;
    overflow: hidden;
    left: -3px;
    position: relative;
    text-indent: 100%;
    top: 136px;
    width: 46px;
  }
  .content_container.container {
    margin-left: 40px;
  }
}
.sidebar {
  right: 5px;
  position: absolute;
  top: 5px;
  width: 320px;
  z-index: 1500;
}
.sidebar h2 {
  color: #707070;
  display: block;
  font-family: 'Alegreya', serif;
  font-size: 20px;
  font-style: italic;
  font-weight: normal;
  line-height: 1.5;
  margin: 20px 0 10px 0;
}
.sidebar ul {
  list-style: none;
}
.sidebar ul li {
  display: block;
}
.sidebar .FP_FavoritePostsWidget {
  *zoom: 1;
}
.sidebar .FP_FavoritePostsWidget:before,
.sidebar .FP_FavoritePostsWidget:after {
  display: table;
  content: "";
  line-height: 0;
}
.sidebar .FP_FavoritePostsWidget:after {
  clear: both;
}
.sidebar .FP_FavoritePostsWidget .thumb {
  display: block;
  float: left;
  margin-bottom: 2%;
  padding: 0 8px 0 0;
  position: relative;
}
.sidebar .FP_FavoritePostsWidget .thumb:hover .thumb-title {
  display: block;
}
.sidebar .FP_FavoritePostsWidget .thumb .thumb-title {
  background: #F6F4EA;
  display: none;
  left: 0;
  line-height: 1.2;
  padding: 5px 0;
  opacity: 0.9;
  position: absolute;
  top: 20%;
  text-align: center;
  width: 150px;
}
.sidebar .FP_FavoritePostsWidget .thumb .thumb-title a {
  color: #666;
  font-family: 'Geosans-Light';
  font-size: 14px;
}
.sidebar .FP_FavoritePostsWidget .thumb .thumb-title a:hover {
  text-decoration: none;
}
.sidebar .FP_FavoritePostsWidget .thumb li {
  display: block;
  height: 150px;
  width: 150px;
}
.sidebar .FP_FavoritePostsWidget .thumb li a {
  display: block;
  height: 100%;
  width: 100;
}
.sidebar .FP_FavoritePostsWidget .thumb li img {
  display: block;
  height: 100%;
  width: 100%;
}
.sidebar .widget_links a {
  color: #A3A3A3;
  display: block;
  font-family: 'Geosans-Light';
  font-size: 14px;
  line-height: 1.2;
}
@media handheld, only screen and (max-width: 820px) {
  body .sidebar {
    display: none;
  }
  body .content_container.container {
    margin: 0;
    min-height: auto;
    padding: 15px 0 0 0;
    width: auto;
  }
  body .content_container.container .doubleclick_ad {
    display: none;
  }
  body #blog_list .post {
    padding: 0 20px;
  }
  body #footer .primary_nav li {
    line-height: 1.4;
  }
  body .pagination {
    margin: 0 12px;
  }
  body #blog_detail .post #comments {
    width: auto;
  }
  body #blog_detail .post #comments #commentform input[type="text"],
  body #blog_detail .post #comments #commentform textarea {
    -webkit-appearance: none;
  }
}
@media handheld, only screen and (max-width: 550px) {
  body #blog_list .post .info,
  body #blog_list .post.last .info {
    margin-left: 5%;
    width: 90%;
  }
  body #blog_list .post h3 {
    font-size: 18px;
  }
  body #blog_list .post .when {
    font-size: 12px;
  }
}
.fourcol.search {
  float: right;
  *zoom: 1;
  margin: 10px 10px 15px 0;
  min-width: 275px;
}
.fourcol.search:before,
.fourcol.search:after {
  display: table;
  content: "";
  line-height: 0;
}
.fourcol.search:after {
  clear: both;
}
.fourcol.search .pinterest {
  color: #fff;
  display: block;
  float: right;
  background: transparent url(img/pinterest.png) no-repeat left top;
  height: 37px;
  margin-right: 5px;
  overflow: hidden;
  position: relative;
  text-indent: 100%;
  top: 9px;
  white-space: nowrap;
  width: 39px;
}
.fourcol.search .open {
  background: transparent url(img/search.jpg) no-repeat left top;
  cursor: pointer;
  float: right;
  height: 50px;
  overflow: hidden;
  position: relative;
  top: 3px;
  text-indent: 100%;
  white-space: nowrap;
  width: 50px;
}
.search_pullout {
  background: #d7bd34 url(img/vintage_bg_dots.png) repeat left top;
  display: none;
  height: 52px;
  z-index: 1050;
  width: 100%;
}
.search_pullout fieldset {
  background: transparent url(img/search_input.png) no-repeat 5px 11px;
  margin: 0 0 0 5px;
}
.search_pullout fieldset input {
  background: none;
  color: #fefefe;
  border: medium;
  font-family: 'AurulentSans-Regular', sans-serif;
  font-size: 14px;
  margin-left: 45px;
  margin-top: 7px;
  padding: 12px 0;
  width: 80%;
}
.search_pullout fieldset input::-webkit-input-placeholder {
  /* WebKit browsers */

  color: #fefefe;
  opacity: 0.6;
}
.search_pullout fieldset input::-moz-placeholder {
  /* Mozilla Firefox 19+ */

  color: #fefefe;
  opacity: 0.6;
}
.search_pullout fieldset input:-ms-input-placeholder {
  /* Internet Explorer 10+ */

  color: #fefefe;
  opacity: 0.6;
}
.search_pullout fieldset input:focus {
  outline-width: 0;
}
.search_pullout .help {
  border-bottom: 1px solid #222222;
  color: #AAAAAA;
  font-family: 'AurulentSans-Regular', sans-serif;
  font-size: 12px;
  margin-bottom: 10px;
  padding-bottom: 8px;
  text-align: center;
  text-transform: uppercase;
}
.search_pullout .categories {
  -moz-column-count: 7;
  -moz-column-gap: 10px;
  -webkit-column-count: 6;
  -webkit-column-gap: 20px;
  column-count: 6;
  column-gap: 20px;
  list-style: none;
  margin-bottom: 40px;
}
.search_pullout .categories a {
  color: #888;
  display: block;
  font-size: 11px;
}
.search_pullout .categories a:hover {
  color: #aaa;
}
.search_pullout .categories > li .children {
  list-style: none;
}
.row.announcement .eightcol {
  border-bottom: 1px solid #f0f1ef;
  font-family: 'Geosans-Light', sans-serif;
  font-size: 18px;
  line-height: 1.4;
  margin: 17px 0 50px;
  padding-bottom: 5px;
  text-align: left;
}
.row.announcement .eightcol a {
  white-space: nowrap;
}
#blog_detail .post h3,
#blog_detail .post .reviewer,
#blog_detail .post .entry p {
  margin: 0 auto;
  width: 80%;
}
#blog_detail .post .zlrecipe-container-border {
  border-top: 2px solid #F3F3F5;
  border-bottom: 2px solid #F3F3F5;
  margin: 50px 0;
}
#blog_detail .post .zlrecipe-container-border #zlrecipe-container #zlrecipe-title,
#blog_detail .post .zlrecipe-container-border #zlrecipe-container .border-bottom,
#blog_detail .post .zlrecipe-container-border #zlrecipe-container .b-b {
  border-bottom: none;
}
#blog_detail .post .zlrecipe-container-border #zlrecipe-container .zlrecipe-print-link {
  margin-top: 10px;
}
#blog_detail .post .zlrecipe-container-border p {
  width: auto;
}
#blog_detail .post h3 {
  color: #4f4f4f;
  font-family: 'Fanwood', sans-serif;
  font-size: 27px;
  font-weight: normal;
  line-height: 1.1;
  margin-top: 20px;
}
#blog_detail .post .reviewer {
  color: #b7b7b7;
  font-family: 'AurulentSans-Regular', sans-serif;
  font-size: 13px;
  margin-top: 15px;
}
#blog_detail .post .entry {
  margin-top: 20px;
}
#blog_detail .post .entry p {
  margin-bottom: 14px;
  text-align: justify;
}
#blog_detail .post .entry > a,
#blog_detail .post .entry > img {
  display: block;
  margin-bottom: 14px;
}
#blog_detail .post img {
  border: 4px solid #d7d6d6;
  display: block;
  margin: 0 auto;
}
#blog_detail .post img.wp-smiley {
  border: none;
  display: inline;
  margin-bottom: -2px;
  padding: 0 2px;
}
#blog_detail .post .postmetadata {
  *zoom: 1;
  border-bottom: 2px solid #f3f3f5;
  border-top: 2px solid #f3f3f5;
  margin: 60px auto 40px;
  padding: 13px 0 8px;
  position: relative;
  width: 60%;
}
#blog_detail .post .postmetadata:before,
#blog_detail .post .postmetadata:after {
  display: table;
  content: "";
  line-height: 0;
}
#blog_detail .post .postmetadata:after {
  clear: both;
}
#blog_detail .post .postmetadata .posted_in,
#blog_detail .post .postmetadata .post_to {
  color: #d1d1d1;
  font-family: 'BPreplay-Regular', sans-serif;
  font-size: 13px;
  line-height: 1;
}
#blog_detail .post .postmetadata .categories,
#blog_detail .post .postmetadata .posted_in,
#blog_detail .post .postmetadata .post_to,
#blog_detail .post .postmetadata .social {
  clear: both;
  float: left;
}
#blog_detail .post .postmetadata .post_to {
  padding: 10px 0 5px;
}
#blog_detail .post .postmetadata a {
  font-family: 'BPreplay-Regular', sans-serif;
  font-size: 13px;
}
#blog_detail .post .postmetadata .social .inner {
  *zoom: 1;
  list-style: none;
  position: relative;
}
#blog_detail .post .postmetadata .social .inner:before,
#blog_detail .post .postmetadata .social .inner:after {
  display: table;
  content: "";
  line-height: 0;
}
#blog_detail .post .postmetadata .social .inner:after {
  clear: both;
}
#blog_detail .post .postmetadata .social .inner li {
  float: left;
  padding: 0 8px 0 0;
}
#blog_detail .post .postmetadata .social .inner li a {
  background: transparent url(img/social_sprite_sm.jpg) no-repeat left top;
  display: block;
  height: 27px;
  width: 27px;
  overflow: hidden;
  text-indent: -10000px;
  white-space: nowrap;
}
#blog_detail .post .postmetadata .social .inner li.stumbleupon a:hover {
  background-position: 0 -27px;
}
#blog_detail .post .postmetadata .social .inner li.twitter a {
  background-position: -34px 0;
}
#blog_detail .post .postmetadata .social .inner li.twitter a:hover {
  background-position: -34px -27px;
}
#blog_detail .post .postmetadata .social .inner li.facebook a {
  background-position: -68px 0;
}
#blog_detail .post .postmetadata .social .inner li.facebook a:hover {
  background-position: -68px -27px;
}
#blog_detail .post .postmetadata .social .inner li.pinterest a {
  background-position: -102px 0;
}
#blog_detail .post .postmetadata .social .inner li.pinterest a:hover {
  background-position: -102px -27px;
}
#blog_detail .post #comments {
  margin: 0 auto;
  width: 60%;
}
#blog_detail .post #comments h2 {
  color: #4f4f4f;
  font-family: 'BPreplay-Regular', sans-serif;
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 28px;
  text-transform: uppercase;
}
#blog_detail .post #comments h2 span {
  color: #d1d1d1;
  font-size: 13px;
}
#blog_detail .post #comments ol,
#blog_detail .post #comments ul {
  list-style: none;
}
#blog_detail .post #comments .comment {
  min-height: 52px;
  margin-bottom: 25px;
}
#blog_detail .post #comments .comment .children {
  margin-left: 36px;
}
#blog_detail .post #comments .comment-meta {
  color: #d1d1d1;
  font-size: 10.5px;
}
#blog_detail .post #comments .comment-author {
  position: relative;
  margin-left: 62px;
}
#blog_detail .post #comments .comment-author .avatar {
  -webkit-border-radius: 26px;
  -moz-border-radius: 26px;
  border-radius: 26px;
  border: none;
  left: -62px;
  position: absolute;
  width: 52px;
}
#blog_detail .post #comments .comment-content {
  margin-left: 62px;
  margin-top: 5px;
}
#blog_detail .post #comments .comment-content p {
  color: #4f4f4f;
}
#blog_detail .post #comments .comment-reply-link {
  display: none;
}
#blog_detail .post #comments #reply-title {
  border-top: 2px solid #f3f3f5;
  color: #d1d1d1;
  font-family: 'BPreplay-Regular', sans-serif;
  font-size: 15px;
  padding-top: 5px;
  margin-top: 50px;
  margin-bottom: 20px;
  text-transform: uppercase;
  width: auto;
}
#blog_detail .post #comments #commentform p {
  *zoom: 1;
  margin-bottom: 10px;
}
#blog_detail .post #comments #commentform p:before,
#blog_detail .post #comments #commentform p:after {
  display: table;
  content: "";
  line-height: 0;
}
#blog_detail .post #comments #commentform p:after {
  clear: both;
}
#blog_detail .post #comments #commentform label,
#blog_detail .post #comments #commentform span.required,
#blog_detail .post #comments #commentform input[type="text"],
#blog_detail .post #comments #commentform textarea {
  float: left;
}
#blog_detail .post #comments #commentform label,
#blog_detail .post #comments #commentform .required {
  color: #aaa;
  font-size: 13px;
  padding-right: 2px;
}
#blog_detail .post #comments #commentform .required {
  color: #c31111;
}
#blog_detail .post #comments #commentform input[type="text"],
#blog_detail .post #comments #commentform textarea {
  border: 2px solid #f3f3f5;
  clear: both;
  padding: 3px;
}
#blog_detail .post #comments #commentform textarea {
  width: 100%;
}
#blog_list {
  position: relative;
}
#blog_list .post {
  display: block;
  margin-bottom: 70px;
}
#blog_list .post a {
  *zoom: 1;
  display: block;
  position: relative;
}
#blog_list .post a:before,
#blog_list .post a:after {
  display: table;
  content: "";
  line-height: 0;
}
#blog_list .post a:after {
  clear: both;
}
#blog_list .post a :hover {
  text-decoration: none;
}
#blog_list .post .first_image_container {
  background: #202020;
  border: 4px solid #d7d6d6;
  max-height: 390px;
  overflow: hidden;
}
#blog_list .post .first_image_container img {
  display: block;
  margin: 0 auto;
  width: 100%;
}
#blog_list .post .info {
  clear: both;
  float: left;
  margin-top: 10px;
  width: 70%;
}
#blog_list .post .when {
  color: #d8d8d8;
  font-family: 'AurulentSans-Regular', sans-serif;
  font-size: 13px;
  line-height: 1;
  margin: 2px 0 6px 0;
  text-transform: uppercase;
}
#blog_list .post h3 {
  color: #a3a3a3;
  font-family: 'Alegreya', serif;
  font-size: 26px;
  font-weight: normal;
  font-style: italic;
  line-height: 1.1;
}
#blog_list .post p {
  color: #a3a3a3;
  font-size: 12px;
  width: 90%;
}
body.category .twocol {
  display: block;
  margin-bottom: 2%;
  position: relative;
}
body.category .twocol:hover .title {
  display: block;
}
body.category .twocol .title {
  background: #F6F4EA;
  color: #666;
  display: none;
  font-family: 'Geosans-Light';
  font-size: 14px;
  left: 0;
  line-height: 1.2;
  padding: 5px 0;
  opacity: 0.9;
  position: absolute;
  top: 20%;
  text-align: center;
  width: 150px;
}
body.category .twocol .thumb {
  display: block;
  height: 150px;
  width: 150px;
  overflow: hidden;
}
.pagination {
  *zoom: 1;
  font-family: 'Geosans-Light', sans-serif;
  font-size: 18px;
  line-height: 1;
  text-transform: uppercase;
  z-index: 1040;
}
.pagination:before,
.pagination:after {
  display: table;
  content: "";
  line-height: 0;
}
.pagination:after {
  clear: both;
}
.pagination a:hover {
  text-decoration: none;
}
.pagination a:hover .text {
  color: #aaa;
}
.pagination.previous {
  float: left;
}
.pagination.next {
  float: right;
  padding-left: 10px;
}
.pagination .arrow,
.pagination .text {
  display: block;
  float: left;
  padding: 0 1px;
}
.pagination .arrow {
  color: #4f4f4f;
}
.pagination .text {
  color: #d8d8d8;
  padding-top: 2px;
}
body.page .row.announcement .sixcol {
  margin-bottom: 0;
}
#footer {
  border-top: 1px solid #f6f6f7;
  margin: 150px auto 40px;
  overflow: visible;
  position: relative;
}
#footer .becky_offset {
  left: 50%;
  position: absolute;
  top: -93px;
}
#footer .becky_offset .becky {
  background: transparent url(img/footer_becky.png) no-repeat left top;
  color: #d1d1d1;
  font-family: 'BPreplay-Regular', sans-serif;
  font-size: 13px;
  left: -50%;
  padding-top: 153px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  width: 159px;
}
#footer .description .inner {
  color: #b7b7b7;
  font-family: 'BPreplay-Regular', sans-serif;
  font-size: 13px;
  line-height: 1.3;
  margin: 80px 0 15px;
  padding: 0 38px;
  text-align: center;
}
#footer .nav {
  *zoom: 1;
  clear: both;
  margin: 0 auto 12px;
  position: relative;
  width: 833px;
}
#footer .nav:before,
#footer .nav:after {
  display: table;
  content: "";
  line-height: 0;
}
#footer .nav:after {
  clear: both;
}
#footer .primary_nav {
  *zoom: 1;
  list-style: none;
  margin-top: 6px;
}
#footer .primary_nav:before,
#footer .primary_nav:after {
  display: table;
  content: "";
  line-height: 0;
}
#footer .primary_nav:after {
  clear: both;
}
#footer .primary_nav li {
  *zoom: 1;
  color: #d8d8d8;
  font-family: 'BPreplay-Regular', sans-serif;
  font-size: 17px;
  float: left;
}
#footer .primary_nav li:before,
#footer .primary_nav li:after {
  display: table;
  content: "";
  line-height: 0;
}
#footer .primary_nav li:after {
  clear: both;
}
#footer .primary_nav li a {
  color: #535353;
  display: block;
  text-transform: uppercase;
}
#footer .primary_nav li a,
#footer .primary_nav li .divider {
  float: left;
  padding-right: 12px;
}
#footer .primary_nav li:last-child a {
  padding-right: 0;
}
#footer .primary_nav li.slc_blogs a {
  padding-right: 290px;
}
#footer .primary_nav li.slc_blogs .divider {
  display: none;
}
#footer .social {
  bottom: -2px;
  left: 50%;
  position: absolute;
}
#footer .social .inner {
  *zoom: 1;
  left: -50%;
  list-style: none;
  position: relative;
  width: 200px;
}
#footer .social .inner:before,
#footer .social .inner:after {
  display: table;
  content: "";
  line-height: 0;
}
#footer .social .inner:after {
  clear: both;
}
#footer .social .inner li {
  float: left;
  padding: 0 6px;
}
#footer .social .inner li a {
  background: transparent url(img/social_sprite.jpg) no-repeat left top;
  display: block;
  height: 38px;
  width: 38px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
#footer .social .inner li.stumbleupon a:hover {
  background-position: 0 -38px;
}
#footer .social .inner li.twitter a {
  background-position: -48px 0;
}
#footer .social .inner li.twitter a:hover {
  background-position: -48px -38px;
}
#footer .social .inner li.facebook a {
  background-position: -96px 0;
}
#footer .social .inner li.facebook a:hover {
  background-position: -96px -38px;
}
#footer .social .inner li.pinterest a {
  background-position: -144px 0;
}
#footer .social .inner li.pinterest a:hover {
  background-position: -144px -38px;
}
@media handheld, only screen and (max-width: 870px) {
  #footer .nav {
    width: auto;
  }
  #footer .nav .primary_nav {
    margin-bottom: 20px;
    width: 100%;
  }
  #footer .nav .primary_nav li {
    float: none;
    text-align: center;
    width: 100%;
  }
  #footer .nav .primary_nav li a {
    display: inline;
    float: none;
    padding-right: 0;
  }
  #footer .nav .primary_nav li.slc_blogs a {
    padding-right: 0;
  }
  #footer .nav .primary_nav li .divider {
    display: none;
  }
  #footer .nav .social {
    position: static;
    left: auto;
  }
  #footer .nav .social .inner {
    left: auto;
    margin: 0 auto;
  }
}
@media handheld, only screen and (max-width: 767px) {
  #header .logo {
    display: block;
    float: none;
    margin: 0 auto;
    width: 85px;
  }
  #header .search {
    display: none;
  }
  #blog_detail .post h3,
  #blog_detail .post .reviewer,
  #blog_detail .post .entry p {
    width: 90%;
  }
  #blog_list .post {
    display: block;
    margin-bottom: 70px;
    padding: 0;
  }
  #blog_list .post a,
  #blog_list .post.last a {
    margin-left: 0;
    margin-right: 0;
    text-decoration: none;
  }
  #blog_list .post .wp-post-image,
  #blog_list .post .thumbnail_overlay,
  #blog_list .post.last .wp-post-image,
  #blog_list .post.last .thumbnail_overlay {
    float: left;
    margin-left: 19%;
    width: 64%;
  }
  #blog_list .post.last .wp-post-image {
    left: 0;
    right: auto;
  }
  #blog_list .post .info,
  #blog_list .post.last .info {
    float: none;
    margin-left: 21%;
    width: 60%;
  }
}
