/*
 * ---:[ Thesis CSS reset ]:---
 */
* {
  margin: 0;
  padding: 0;
  word-wrap: break-word; }

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

img,
fieldset {
  border: 0; }

abbr,
acronym {
  text-decoration: none; }

code {
  line-height: 1em; }

pre {
  overflow: auto;
  clear: both;
  word-wrap: normal;
  -moz-tab-size: 4;
  tab-size: 4; }

sub,
sup {
  line-height: 0.5em; }

img,
.wp-caption {
  max-width: 100%;
  height: auto; }

iframe,
video,
embed,
object {
  display: block;
  max-width: 100%; }

img {
  display: block; }

.left,
.alignleft,
img[align="left"] {
  display: block;
  float: left; }

.right,
.alignright,
img[align="right"] {
  display: block;
  float: right; }

.center,
.aligncenter,
img[align="middle"] {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  float: none;
  clear: both; }

.block,
.alignnone {
  display: block;
  clear: both; }

input[type="submit"],
button {
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none; }

.wp-smiley {
  display: inline; }

/*
 * ---:[ layout structure ]:---
 */
.teasers_home {
  float: left;
  width: 255px;
  margin: 0px 16px;
  padding: 16px 19px 0 26px;
  border-top: 1px dotted #009a60; }

#mediaicons img {
  width: 48px;
  margin-right: 4px;
  margin-left: 0px !important; }

#mediaicons a {
  float: left; }

#mediaicons {
  height: 50px;
  padding: 0 !important;
  margin-left: 0px !important; }

.post_content img {
  display: block;
  position: relative;
  background-color: white;
  border: 1px solid #cacaca;
  top: -6px;
  left: -6px;
  padding: 10px;
  box-shadow: 5px 5px 3px silver; }

body {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 16px;
  line-height: 27px;
  color: #111111;
  background-color: white;
  padding-top: 26px; }

.container {
  width: 897px;
  margin: 0 auto; }

.columns,
.columns > .content,
.columns > .sidebar {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.columns > .content {
  width: 667px;
  float: left;
  border-width: 0 1px 0 0; }

.columns > .sidebar {
  width: 230px;
  float: right;
  padding: 26px 0px 0 10px; }

/*
 * ---:[ links ]:---
 */
a {
  color: #259b5d;
  text-decoration: none; }

p a {
  text-decoration: underline; }

p a:hover {
  text-decoration: none; }

/*
 * ---:[ nav menu ]:---
 */
.menu {
  position: relative;
  z-index: 50;
  list-style: none; }

.menu li {
  position: relative;
  float: left;
  margin-bottom: -1px; }

.menu .sub-menu {
  position: absolute;
  left: -1px;
  display: none;
  list-style: none;
  z-index: 110;
  margin-top: -1px; }

.menu .sub-menu .sub-menu {
  top: 0;
  left: 166px;
  margin: 0 0 0 -1px; }

.menu li:hover > .sub-menu {
  display: block; }

.menu .sub-menu li {
  width: 166px;
  clear: both; }

.menu a,
.menu_control {
  display: block;
  font-size: 13px;
  line-height: 19px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #111111;
  background-color: #eeeeee;
  padding: 0.5em 1em;
  border-radius: 10px;
  margin-right: 5px; }

.menu a:hover {
  background-color: #dddddd; }

.menu_control {
  display: none;
  background-color: white; }

.menu .sub-menu a {
  border-left-width: 1px; }

.menu,
.menu a,
.menu .sub-menu {
  border-color: #dddddd; }

.menu .current-menu-item > a {
  cursor: text;
  background: none repeat scroll 0 0 #259b5d;
  color: white; }

.menu .sub-menu .current-menu-item > a {
  border-bottom-color: #dddddd; }

/*
 * ---:[ header ]:---
 */
.header {
  padding: 26px; }

#site_title {
  font-size: 42px;
  line-height: 1.32em;
  font-weight: bold;
  color: #111111; }

#site_title a {
  color: #111111; }

#site_title a:hover {
  color: #259b5d; }

#site_tagline {
  font-size: 16px;
  color: #888888;
  line-height: 1.32em; }

/*
 * ---:[ golden ratio typography with spaced paragraphs ]:---
 */
.grt,
.grt h3 {
  font-size: 16px;
  line-height: 27px; }

.grt .headline {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 33px;
  line-height: 49px;
  margin: 0; }

.headline,
.headline a {
  color: #259b5d; }

.headline a:hover {
  color: #259b5d; }

.grt h2 {
  margin-top: 39px;
  margin-bottom: 13px; }

.grt h2,
.grt h3 {
  color: #111111; }

.grt h3 {
  font-weight: bold; }

.grt .small,
.grt .caption {
  font-size: 13px;
  line-height: 23px; }

.grt .drop_cap {
  font-size: 52px;
  line-height: 1em;
  margin-right: 0.15em;
  float: left; }

.grt p,
.grt ul,
.grt ol,
.grt blockquote,
.grt pre,
.grt dl,
.grt dd,
.grt .center,
.grt .block,
.grt .aligncenter,
.grt .alignnone,
.grt .post_image,
.grt .post_image_box,
.grt .wp-post-image,
.grt .caption,
.grt .wp-caption,
.grt .alert,
.grt .note,
.grt .box,
.grt .footnotes,
.headline_area {
  margin-bottom: 26px; }

.grt ul,
.grt ol,
.grt .stack {
  margin-left: 26px; }

.grt ul ul,
.grt ul ol,
.grt ol ul,
.grt ol ol,
.wp-caption p,
.grt .alert p:last-child,
.grt .note p:last-child,
.grt .box p:last-child,
.grt blockquote.right p,
.grt blockquote.left p,
.grt .footnotes p:last-child {
  margin-bottom: 0; }

.grt .left,
.grt .alignleft,
.grt .ad_left {
  margin-bottom: 26px;
  margin-right: 26px; }

.grt .right,
.grt .alignright,
.grt .ad {
  margin-bottom: 26px;
  margin-left: 26px; }

.grt .caption {
  margin-top: -13px;
  color: #888888; }

.grt .footnotes p {
  margin-bottom: 13px; }

/*
 * ---:[ custom text styles ]:---
 */
.grt ul {
  list-style-type: square; }

.grt li a {
  text-decoration: underline; }

.grt li a:hover {
  text-decoration: none; }

.grt blockquote {
  color: #888888;
  margin-left: 13px;
  padding-left: 13px;
  border-left: 1px solid #dddddd; }

.grt code {
  font-family: Consolas, Menlo, Monaco, Courier, Verdana, sans-serif; }

.grt pre {
  font-family: Consolas, Menlo, Monaco, Courier, Verdana, sans-serif;
  background-color: #eeeeee;
  padding: 13px;
  -webkit-tab-size: 4;
  -moz-tab-size: 4;
  tab-size: 4; }

.grt .frame,
.grt .post_image_box,
.grt .wp-caption {
  border: 1px solid #dddddd;
  background-color: #eeeeee;
  padding: 13px; }

.grt .wp-caption img,
.grt .post_image_box .post_image,
.grt .thumb {
  margin-bottom: 13px; }

.wp-caption.aligncenter img {
  margin-right: auto;
  margin-left: auto; }

.wp-caption .wp-caption-text .wp-smiley {
  display: inline;
  margin-bottom: 0; }

.grt .wp-caption p {
  font-size: 13px;
  line-height: 23px; }

.grt .alert,
.grt .note,
.grt .box {
  padding: 13px; }

.grt .alert {
  background-color: #ffff99;
  border: 1px solid #e6e68a; }

.grt .note {
  background-color: #eeeeee;
  border: 1px solid #dddddd; }

.grt .box {
  background-color: #e5f9ef;
  border: 1px solid #bef0d7; }

.grt .footnotes {
  font-size: 13px;
  line-height: 23px;
  border-top: 1px dotted #dddddd;
  padding-top: 26px; }

.grt .avatar {
  width: 72px;
  height: 72px;
  float: right;
  clear: both;
  margin-left: 13px; }

.grt .footnotes,
.grt sub,
.grt sup,
.grt .post_cats,
.grt .post_tags,
.byline,
.byline a {
  color: #888888; }

.byline a {
  border-bottom: 1px solid #dddddd; }

.byline a,
.post_author,
.post_date {
  text-transform: uppercase;
  letter-spacing: 1px; }

.byline a:hover,
.num_comments {
  color: #111111; }

.byline .post_edit {
  margin-left: 13px; }

.byline .post_edit:first-child {
  margin-left: 0; }

.post_author_intro,
.post_date_intro,
.byline .post_cats_intro {
  font-style: italic; }

.grt .author_description {
  border-top: 1px dotted #dddddd;
  padding-top: 26px; }

.grt .author_description_intro {
  font-weight: bold; }

.grt .author_description .avatar {
  width: 81px;
  height: 81px;
  float: left;
  margin-right: 13px;
  margin-left: 0; }

/*
 * ---:[ golden ratio pullquotes ]:---
 */
.grt blockquote.right,
.grt blockquote.left {
  font-size: 26px;
  line-height: 37px;
  width: 45%;
  margin-bottom: 13px; }

.grt blockquote.right,
.grt blockquote.left {
  padding-left: 0;
  border: 0; }

/*
 * ---:[ post box structural styles ]:---
 */
.post_box {
  padding: 26px 26px 0 26px; }

.top {
  border-top: 0; }

/*
 * ---:[ other post box styles ]:---
 */
.num_comments_link {
  display: inline-block;
  color: #888888;
  text-decoration: none;
  margin-bottom: 26px; }

.num_comments_link:hover {
  background-color: #eeeeee; }

.bracket,
.num_comments {
  font-size: 26px; }

.bracket {
  color: #dddddd; }

/*
 * ---:[ misc. content elements ]:---
 */
.archive_intro {
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #dddddd; }

.archive_intro .headline {
  margin-bottom: 26px; }

.prev_next {
  clear: both;
  color: #888888;
  border-top: 1px solid #dddddd;
  padding: 13px 26px; }

.prev_next .next_posts {
  float: right; }

.previous_posts,
.next_posts {
  display: block;
  font-size: 13px;
  line-height: 23px;
  text-transform: uppercase;
  letter-spacing: 2px; }

.previous_posts a:hover,
.next_posts a:hover {
  text-decoration: underline; }

/*
 * ---:[ comments ]:---
 */
#comments {
  margin-top: 52px; }

.comments_intro {
  color: #888888;
  margin-bottom: 13px;
  padding: 0 26px; }

.comments_intro a:hover {
  text-decoration: underline; }

.comments_closed {
  font-size: 13px;
  line-height: 23px;
  color: #888888;
  margin: 0 26px 26px 26px; }

.comment_list {
  list-style-type: none;
  margin-bottom: 52px;
  border-top: 1px dotted #dddddd; }

.comment {
  border-bottom: 1px dotted #dddddd;
  padding: 26px; }

.children .comment {
  list-style-type: none;
  margin-top: 26px;
  border-left: 1px solid #dddddd;
  border-bottom: 0;
  padding: 0 0 0 26px; }

.children .bypostauthor {
  background-color: transparent;
  border-color: #259b5d; }

.comment .comment_head {
  margin-bottom: 13px; }

.children .comment_head {
  margin-bottom: 0; }

.comment .comment_author {
  font-weight: bold; }

.comment_date {
  font-size: 13px;
  margin-left: 13px;
  color: #888888; }

.comment_date a {
  color: #888888; }

.comment_footer a {
  font-size: 13px;
  line-height: 23px;
  color: #888888;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-left: 13px; }

.comment_head a:hover,
.comment_footer a:hover,
.comment_nav a:hover {
  text-decoration: underline; }

.comment_footer a:first-child {
  margin-left: 0; }

.comment .avatar {
  width: 50px;
  height: 50px;
  float: right;
  margin-left: 13px; }

.comment_nav {
  font-size: 13px;
  line-height: 23px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-style: dotted;
  border-color: #dddddd;
  padding: 13px 26px; }

.comment_nav_top {
  border-width: 1px 0 0 0; }

.comment_nav_bottom {
  margin: -52px 0 52px 0;
  border-width: 0 0 1px 0; }

.next_comments {
  float: right; }

/*
 * ---:[ inputs ]:---
 */
input[type=\"text\"],
.input_text {
  font-family: inherit;
  font-size: inherit;
  line-height: 1em;
  font-weight: inherit;
  color: #111111;
  border: 1px solid #dddddd;
  background-color: #eeeeee;
  padding: 0.35em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

input[type=\"text\"]:focus,
.input_text:focus {
  border-color: #eeeeee;
  background-color: white; }

textarea.input_text {
  line-height: 27px; }

input[type=\"submit\"],
.input_submit {
  font-family: inherit;
  line-height: 1em;
  font-weight: bold;
  border: 3px double #dddddd;
  background: #eeeeee url(\'images/bg-button.png\') repeat-x;
  padding: 0.5em; }

/*
 * ---:[ comment form ]:---
 */
#commentform {
  margin: 52px 0;
  padding: 0 26px; }

.comment #commentform {
  margin-top: 0;
  padding-right: 0;
  padding-left: 0; }

.comment_form_title {
  color: #111111;
  margin: 0 -26px;
  border-bottom: 1px dotted #dddddd;
  padding: 0 26px 13px 26px; }

#commentform label {
  display: block; }

#commentform p {
  margin-bottom: 13px; }

#commentform p .required {
  color: #dd0000; }

.comment_moderated {
  font-weight: bold; }

#commentform .input_text {
  width: 50%; }

#commentform textarea.input_text {
  width: 100%; }

#commentform .input_submit {
  font-size: 20px; }

#cancel-comment-reply-link {
  float: right;
  font-size: 13px;
  line-height: inherit;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #259b5d; }

#cancel-comment-reply-link:hover {
  text-decoration: underline; }

.login_alert {
  font-weight: bold;
  border: 1px solid #dddddd;
  background-color: #eeeeee; }

/*
 * ---:[ sidebar ]:---
 */
.sidebar {
  font-size: 13px;
  line-height: 19px; }

.sidebar .headline,
.sidebar .sidebar_heading,
.sidebar .widget_title {
  font-size: 21px;
  line-height: 29px; }

.sidebar .sidebar_heading,
.sidebar .widget_title {
  font-variant: small-caps;
  letter-spacing: 1px;
  margin-bottom: 10px; }

.sidebar .input_submit {
  font-size: inherit; }

.sidebar p,
.sidebar ul,
.sidebar ol,
.sidebar blockquote,
.sidebar pre,
.sidebar dl,
.sidebar dd,
.sidebar .left,
.sidebar .alignleft,
.sidebar .ad_left,
.sidebar .right,
.sidebar .alignright,
.sidebar .ad,
.sidebar .center,
.sidebar .aligncenter,
.sidebar .block,
.sidebar .alignnone {
  margin-bottom: 19px; }

.sidebar .left,
.sidebar .alignleft,
.sidebar .ad_left {
  margin-right: 19px; }

.sidebar ul ul,
.sidebar ul ol,
.sidebar ol ul,
.sidebar ol ol,
.sidebar .right,
.sidebar .alignright,
.sidebar .ad,
.sidebar .stack {
  margin-left: 19px; }

.sidebar ul ul,
.sidebar ul ol,
.sidebar ol ul,
.sidebar ol ol,
.wp-caption p,
.sidebar .post_excerpt p {
  margin-bottom: 0; }

.widget,
.sidebar .text_box,
.sidebar .thesis_email_form,
.sidebar .query_box {
  margin-bottom: 38px; }

.sidebar .thesis_email_form .input_text,
.widget li {
  margin-bottom: 10px; }

.sidebar .search-form .input_text,
.sidebar .thesis_email_form .input_text {
  width: 100%; }

.sidebar .query_box .post_author,
.sidebar .query_box .post_date {
  color: #888888; }

.sidebar .post_content,
.widget li ul,
.widget li ol,
.sidebar .search-form input[type=\"submit\"] {
  margin-top: 10px; }

.widget ul {
  list-style-type: none; }

.widget li a:hover {
  text-decoration: underline; }

/*
 * ---:[ footer ]:---
 */
.footer {
  font-size: 13px;
  line-height: 23px;
  text-align: right;
  color: #888888;
  border-top: 3px double #dddddd;
  padding: 13px 26px; }

.footer a {
  color: #888888; }

.footer a:hover {
  color: #111111; }

/*
 * ---:[ custom template styles ]:---
 */
body.landing {
  padding-top: 0; }

.landing .container {
  width: 667px; }

.landing .header,
.landing .headline_area,
.landing .footer {
  text-align: center; }

.full_page .columns > .content {
  width: 897px;
  float: none;
  border-right: 0; }

/*
 * ---:[ clearfix ]:---
 */
.columns:after,
.menu:after,
.post_box:after,
.post_content:after,
.author_description:after,
.sidebar:after,
.query_box:after,
.prev_next:after,
.comment_text:after,
.comment_nav:after {
  display: table;
  clear: both;
  content: \'\'; }

/*
 * ---:[ media queries ]:---
 */
@media all and (max-width: 897px) {
  body {
    padding-top: 0; }

  .container,
  .landing .container {
    width: auto;
    max-width: 667px; }

  .header {
    border-top: 1px solid #dddddd; }

  .landing .header {
    border-top: 0; }

  .columns > .content {
    float: none;
    width: 100%;
    border: 0; }

  .full_page .columns > .content {
    width: 100%; }

  .columns > .sidebar {
    float: none;
    width: 100%;
    border-top: 3px double #dddddd; }

  .menu_control {
    display: block;
    width: 100%;
    border-width: 0;
    background-color: white;
    padding: 1em 26px;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  .menu {
    display: none;
    width: 100%;
    border-width: 1px 0 0 0;
    clear: both; }

  .show_menu {
    display: block; }

  .menu .sub-menu {
    position: static;
    display: block;
    margin: 0;
    border-top: 1px solid #dddddd;
    padding-left: 26px; }

  .menu li {
    width: 100%;
    float: none;
    margin-bottom: 0; }

  .menu .sub-menu li {
    width: 100%; }

  .menu a {
    border-width: 1px 1px 0 0;
    background-color: white;
    padding: 1em 26px; }

  .menu .current-menu-item > a {
    background-color: #eeeeee; }

  .menu > li > a {
    border-left-width: 1px; }

  .menu li:first-child > a:first-child {
    border-top-width: 0; }

  .sidebar .search-form .input_text,
  .sidebar .thesis_email_form .input_text {
    width: 50%; } }

@media all and (max-width: 667px) {
  .menu a {
    border-right-width: 0; }

  .menu > li > a {
    border-left-width: 0; }

  .grt .frame,
  .grt .post_image_box,
  .grt .wp-caption {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; } }

@media all and (max-width: 450px) {
  .menu a,
  .menu_control {
    padding: 1em 13px; }

  .header,
  .columns > .sidebar,
  .post_box,
  .prev_next,
  .comments_intro,
  .comment,
  .comment_nav,
  #commentform,
  .comment_form_title,
  .footer {
    padding-right: 13px;
    padding-left: 13px; }

  .menu .sub-menu,
  .children .comment {
    padding-left: 13px; }

  .comments_closed,
  .login_alert {
    margin-right: 13px;
    margin-left: 13px; }

  .comment_form_title {
    margin-left: -13px;
    margin-right: -13px; }

  .right,
  .alignright,
  img[align=\"right\"],
  .left,
  .alignleft,
  img[align=\"left\"] {
    float: none; }

  .grt .right,
  .grt .left,
  .grt .alignright,
  .grt .alignleft,
  .grt blockquote.right,
  .grt blockquote.left {
    margin-right: 0;
    margin-left: 0; }

  .post_author:after {
    content: \'\\a\';
    height: 0;
    white-space: pre;
    display: block; }

  .grt blockquote.right,
  .grt blockquote.left,
  #commentform .input_text,
  .sidebar .search-form .input_text,
  .sidebar .thesis_email_form .input_text {
    width: 100%; }

  .grt blockquote {
    margin-left: 0; }

  .comment_date {
    display: none; } }

#header {
  padding: 0; }

#header #site_title a,
#header #site_tagline {
  display: none; }

/*
 * ---:[ custom CSS ]:---
 */
@import url(\"/web/20130520070050/https://wanderingfoodie.com/css/jquery.lightbox-0.5.css\");
.custom #header {
  border-bottom: medium none;
  padding: 0pt 0pt 2.2em;
  background: url(\"/web/20130520070050/https://wanderingfoodie.com/wp-content/themes/thesis_18/images/WFheader201007.jpg\") no-repeat scroll 0pt 0pt transparent;
  width: 666px;
  height: 60px; }

.custom #header #logo {
  display: none; }

.jg-header-image {
  position: absolute;
  top: 0pt;
  right: 0pt; }

.header_banner_ad {
  float: right;
  margin-top: 30px;
  margin-right: 20px;
  display: inline; }

.custom #content_box {
  background-image: none; }

.custom .prev_next {
  border-top: medium none; }

.sidebar_banner_ad {
  width: 300px;
  margin: 0pt auto 2.2em; }

.custom #multimedia_box {
  background: none repeat scroll 0% 0% transparent;
  margin-top: 2.2em;
  margin-bottom: 0pt;
  border-bottom: medium none; }

.custom #image_box {
  background: none repeat scroll 0% 0% transparent;
  padding: 0pt;
  border: medium none; }


.custom .menu ul a {
  border-left-width: 1px; }

#image_box img {
  margin: 0pt auto;
  border: medium none; }

#linkcat-2 {
  float: left;
  width: 50%; }

#linkcat-265 {
  float: left;
  width: 50%; }

#collapsible-archive {
  clear: both; }

.hidden,
.screen-reader-text,
#nav_searchsubmit {
  display: none; }

#nav_searchform {
  margin-top: 4px; }

#nav_searchform #nav_s {
  padding: 1px;
  -moz-border-radius: 10px 10px 10px 10px; }

.ui-tabs .ui-tabs-nav {
  list-style: none outside none; }

.ui-tabs .ui-tabs-nav li {
  margin-bottom: -0.1em;
  float: left;
  background: none repeat scroll 0pt 0pt #f7f7f7; }

.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
  padding-bottom: 0.1em;
  border-bottom: 0pt none;
  background: none repeat scroll 0pt 0pt #259b5d;
  color: white; }

.ui-tabs .ui-tabs-nav li a {
  display: block;
  line-height: 1em;
  letter-spacing: 2px;
  color: #111111; }

.ui-tabs .ui-tabs-nav li a:hover {
  color: white;
  text-decoration: none; }

ul#tabs li.rss {
  padding-right: 0pt;
  background: none repeat scroll 0% 0% transparent;
  border: medium none;
  float: right; }

ul#tabs li.rss a {
  padding-right: 16px;
  background: url(\"/web/20130520070050/https://wanderingfoodie.com/wp-content/themes/thesis_18/custom/images/icon-rss.gif\") no-repeat scroll 100% 50% transparent; }

.ui-helper-hidden {
  display: none; }

.ui-helper-hidden-accessible {
  position: absolute; }

.ui-helper-reset {
  margin: 0pt;
  padding: 0pt;
  border: 0pt none;
  outline: 0pt none;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none outside none; }

.ui-helper-clearfix:after {
  content: \".\";
  display: block;
  height: 0pt;
  clear: both;
  visibility: hidden; }

.ui-helper-clearfix {
  display: inline-block; }

* html .ui-helper-clearfix {
  height: 1%; }

.ui-helper-clearfix {
  display: block; }

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0pt;
  left: 0pt;
  position: absolute;
  opacity: 0; }

.ui-tabs {
  padding: 0.2em; }

.ui-tabs .ui-tabs-nav {
  list-style: none outside none;
  position: relative; }

.ui-tabs .ui-tabs-nav li {
  position: relative;
  float: left; }

.ui-tabs .ui-tabs-nav li a {
  float: left; }

.ui-tabs .ui-tabs-panel {
  display: block;
  background: none repeat scroll 0% 0% transparent;
  padding: 1.1em; }

.ui-tabs .ui-tabs-hide {
  display: none ! important; }

.custom ul.menu li,
.custom .ui-tabs .ui-tabs-nav li {
  border-bottom: 0pt none;
  margin-left: 5px; }

.custom ul.menu li a,
.custom .ui-tabs .ui-tabs-nav li a {
  font-size: 1.1em;
  font-weight: 600;
  padding: 0.545em 0.818em; }

.custom ul.menu li:hover a {
  text-decoration: none;
  color: white; }

.custom ul.menu li.current:hover a {
  background-color: #259b5d;
  text-decoration: none; }

.custom ul.menu li.current,
.custom ul.menu li.current-cat,
.custom ul.menu li.current_page_parent,
.custom .ui-tabs .ui-tabs-nav li.ui-tabs-selected {
  padding-bottom: 0.1em;
  border-bottom: 0pt none; }

.ui-tabs .ui-tabs-panel {
  background-color: white; }

.custom ul.menu li.rss {
  background-color: white; }

.custom ul.menu li.rss a {
  padding-right: 20px; }

.custom ul.menu li.rss a.follow {
  background: url(\"/web/20130520070050/https://wanderingfoodie.com/wp-content/themes/thesis_18/images/Twitter_Bird_Logo.jpg\") no-repeat scroll right center transparent;
  padding-right: 20px; }

.custom ul.menu li.current {
  padding-bottom: 0pt; }

#jg_subnav {
  list-style: none outside none;
  background-color: white;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 1px;
  width: 100%;
  float: left; }

#jg_subnav li {
  float: left; }

#jg_subnav li.jg_subnav_space {
  font-size: 1.1em;
  padding: 0.545em 0pt;
  min-height: 1em; }

#jg_subnav li.jg_sn_sp_l {
  border-left: 1px solid #dddddd; }

#jg_subnav li.jg_sn_sp_r {
  float: right;
  border-right: 1px solid #dddddd; }

#jg_subnav li a {
  display: block;
  line-height: 1em;
  color: #111111;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 1.1em;
  padding: 0.545em 0.818em; }

#jg_subnav li a:hover {
  text-decoration: underline; }

p.restaurant-info {
  border: 1px solid #dddddd;
  padding: 1em;
  height: 90px; }

.custom #content {
  padding-bottom: 2.2em; }

.custom #content_box {
  clear: both;
  margin-top: 1px; }

.no-title .headline_area {
  display: none; }

.no-title .post_box {
  padding-top: 0pt; }

.hide-social-buttons ul.jg-social-buttons {
  display: none; }

ul.jg-social-buttons {
  list-style: none outside none;
  margin: 0.5em 0pt;
  float: right;
  height: 16px; }

.jg-social-buttons li {
  float: left;
  line-height: 16px;
  margin: 0pt 10px; }

.jg-social-buttons li a {
  margin: 0pt 5px; }

.jg-social-buttons li img {
  float: left; }

.custom .to_comments {
  clear: none; }

#tabs-widget-list {
  margin-top: 0.7em; }

.ui-tabs-nav li {
  cursor: pointer; }

.custom .sidebar ul.sidebar_list {
  padding-top: 0pt; }

.custom li.widget {
  margin-bottom: 1em;
  padding-top: 1em; }

.custom li.widget.ui-tabs-panel {
  margin-bottom: 0pt; }

.drop-shadow {
  background: url(\"/web/20130520070050/https://wanderingfoodie.com/wp-content/themes/thesis_18/images/drop-shadow.gif\") no-repeat scroll right bottom transparent;
  margin: 10px 1.571em 0pt 10px ! important;
  height: auto !important; }

.drop-shadow img {
  display: block;
  position: relative;
  background-color: white;
  border: 1px solid #cacaca;
  top: -6px;
  left: -6px;
  padding: 10px; }

.alignleft {
  float: left; }

.alignright {
  float: right; }

.clear {
  clear: both; }

#lightbox {
  position: absolute;
  left: 0pt;
  width: 100%;
  z-index: 100;
  text-align: center;
  line-height: 0pt; }

#lightbox img {
  width: auto;
  height: auto; }

#lightbox a img {
  border: medium none; }

#outerImageContainer {
  position: relative;
  background-color: white;
  width: 250px;
  height: 250px;
  margin: 0pt auto; }

#imageContainer {
  padding: 10px; }

#loading {
  position: absolute;
  top: 40%;
  left: 0%;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0pt; }

#hoverNav {
  position: absolute;
  top: 0pt;
  left: 0pt;
  height: 100%;
  width: 100%;
  z-index: 10; }

#imageContainer > #hoverNav {
  left: 0pt; }

#hoverNav a {
  outline: medium none; }

#prevLink,
#nextLink {
  width: 49%;
  height: 100%;
  background-image: url(\"data:image/gif;base64, AAAA\");
  display: block; }

#prevLink {
  left: 0pt;
  float: left; }

#nextLink {
  right: 0pt;
  float: right; }

#prevLink:hover,
#prevLink:visited:hover {
  background: url(\"/web/20130520070050/https://wanderingfoodie.com/wp-content/themes/thesis_18/images/prevlabel.gif\") no-repeat scroll left 15% transparent; }

#nextLink:hover,
#nextLink:visited:hover {
  background: url(\"/web/20130520070050/https://wanderingfoodie.com/wp-content/themes/thesis_18/images/nextlabel.gif\") no-repeat scroll right 15% transparent; }

#imageDataContainer {
  font: 7.143px Verdana, Helvetica, sans-serif;
  background-color: white;
  margin: 0pt auto;
  overflow: auto;
  width: 100%; }

#imageData {
  padding: 0pt 10px;
  color: #666666; }

#imageData #imageDetails {
  width: 70%;
  float: left;
  text-align: left; }

#imageData #caption {
  font-weight: bold; }

#imageData #numberDisplay {
  display: block;
  clear: left;
  padding-bottom: 1em; }

#imageData #bottomNavClose {
  width: 66px;
  float: right;
  padding-bottom: 0.7em;
  outline: medium none; }

#overlay {
  position: absolute;
  top: 0pt;
  left: 0pt;
  z-index: 90;
  width: 100%;
  height: 500px;
  background-color: black; }

#mc_overlay {
  display: none;
  position: fixed;
  top: 0pt;
  left: 0pt;
  z-index: 100;
  width: 100%;
  height: 100%;
  background: none repeat scroll 0% 0% black;
  opacity: 0.8; }

* html #mc_overlay {
  position: absolute; }

#mc_box {
  display: none;
  background-color: white;
  border: 3px double black;
  position: fixed;
  z-index: 150;
  top: 50%;
  left: 50%;
  width: 600px;
  margin-left: -225px;
  margin-top: -165px;
  padding: 140px 20px 20px;
  background-image: url(\"/web/20130520070050/https://wanderingfoodie.com/wp-content/themes/thesis_18/images/header.jpg\");
  background-position: center 30px;
  background-repeat: no-repeat;
  text-align: center; }

* html #mc_box {
  position: absolute; }

.textwidget #mc-embedded-subscribe-form,
.textwidget p.newsletterwidget {
  text-align: center;
  margin-bottom: -5px; }

#mc_box form {
  text-align: center; }

#mc_box input,
#mc_box label,
#mc_box p,
#mc_box select {
  display: block;
  margin: 5px auto;
  font-size: 1.4em;
  padding: 3px; }

.ie #mc_box .radio {
  border: medium none;
  background-color: transparent; }

#mc_box .text {
  width: 300px;
  margin: 10px auto;
  line-height: 1.5em; }

#mc_box label {
  margin: 3px 3px 3px 5px;
  padding: 0pt; }

#mc_box .radio {
  display: inline;
  clear: both;
  margin: 6px; }

#mc_box small {
  position: absolute;
  top: 3px;
  right: 3px;
  display: block;
  color: grey;
  font-size: 1.4em; }

.mc-field-group {
  width: 100%; }

.mc_submit {
  clear: both;
  cursor: pointer;
  letter-spacing: 2px;
  font-size: 1.1em;
  padding: 0.4em 0.75em;
  color: #111111;
  margin: 10px auto; }

.textwidget .mc_submit {
  font-size: 0.8em;
  margin-left: 20px;
  -moz-border-radius: 10px 10px 10px 10px;
  margin-bottom: 5px; }

.textwidget #mce-EMAIL {
  width: 165px;
  -moz-border-radius: 10px 10px 10px 10px;
  margin-top: 11px; }

#mediaicons {
  padding: 1.1em;
  margin-left: 10px; }

#mediaicons img {
  margin-left: 8px; }

.ui-corner-top ui-tabs-selected ui-state-active {
  color: white; }

.ui-tabs .ui-tabs-nav li.ui-tabs-selected a {
  color: white;
  text-decoration: none; }

#socialicons img {
  cursor: pointer;
  cursor: hand; }

#socialicons a {
  margin-left: 30px;
  cursor: pointer;
  cursor: hand; }

#socialicons img {
  cursor: pointer;
  cursor: hand; }

.custom #container {
  margin: 0 auto;
  width: 1040px; }

.custom .menu {
  width: 666px; }



.custom .menu {
  list-style: none outside none;
  position: relative;
  z-index: 50; }

.custom #content_box {
  clear: both;
  margin-top: 1px; }

.custom #content_box {
  background-image: none; }

.custom ul.menu li a,
.custom .ui-tabs .ui-tabs-nav li a {
  font-size: 1.1em;
  font-weight: 600;
  padding: 0.545em 0.818em; }

custom...0-53343 (line 213).custom .menu a {
  font-size: 1.1em;
  line-height: 1.273em;
  padding: 0.636em 0.818em; }


.custom .menu .current a,
.menu .current a:hover,
.menu .current-cat a,
.menu .current-cat a:hover {
  background: none repeat scroll 0 0 #259b5d;
  color: white; }


.custom .menu .current > a,
.menu .current-cat > a {
  cursor: text; }

.custom .menu a,
.menu .current ul a,
.menu .current-cat ul a {
  background: none repeat scroll 0 0 #f7f7f7;
  color: #111111; }


.custom .menu a {
  font-size: 1.1em;
  line-height: 1.273em;
  padding: 0.636em 0.818em; }

.custom .menu a {
  letter-spacing: 2px; }


.custom .menu a {
  display: block; }

.custom a,
h2 a:hover,
#logo a:hover {
  color: #259b5d; }

.custom a,
a:hover {
  text-decoration: none; }

.custom .ui-tabs-nav li {
  border-bottom: 0 none;
  margin-left: 5px; }

.custom .menu li {
  margin-bottom: -0.1em; }

.custom .menu li {
  margin-bottom: -0.1em; }

.custom .menu li {
  float: left;
  position: relative; }

.custom .ui-tabs-nav li a {
  font-size: 1.1em;
  font-weight: 600;
  padding: 0.545em 0.818em; }

.custom .menu a,
.menu .current ul a,
.menu .current-cat ul a {
  background: none repeat scroll 0 0 #f7f7f7;
  color: #111111; }

.custom #content {
  float: left;
  width: 666px; }

.custom #sidebars {
  border: 0 none;
  float: right;
  margin-top: -140px;
  width: 350px; }

.custom .menu a:hover,
.menu .current ul a:hover,
.menu .current-cat ul a:hover,
.menu .current-parent a:hover {
  color: #111111;
  background: none repeat scroll 0% 0% #259b5d; }

.custom #page {
  padding: 1.1em; }

.custom .sidebar input[type=\"text\"],
.sidebar input[type=\"submit\"] {
  font-family: \"purista-web-1\", \"purista-web-2\", sans-serif;
  font-size: 0.9em;
  font-weight: 600;
  padding: 0.308em; }

#footer {
  display: none !important; }

#footer p {
  color: white;
  font-size: 1px; }

/*
 * 
 * * ---:[ Thesis CSS reset ]:---
 */
* {
  margin: 0;
  padding: 0;
  word-wrap: break-word; }

html {
  -webkit-text-size-adjust: 100%; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

img,
abbr,
acronym,
fieldset {
  border: 0; }

code {
  line-height: 1em; }

pre {
  overflow: auto;
  clear: both;
  word-wrap: normal;
  -moz-tab-size: 4;
  tab-size: 4; }

sub,
sup {
  line-height: 0.5em; }

img,
.wp-caption {
  max-width: 100%;
  height: auto; }

iframe,
video,
embed,
object {
  display: block;
  max-width: 100%; }

img {
  display: block; }

.left,
.alignleft,
img[align="left"] {
  display: block;
  float: left; }

.right,
.alignright,
img[align="right"] {
  display: block;
  float: right; }

.center,
.aligncenter,
img[align="middle"] {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  float: none;
  clear: both; }

.block,
.alignnone {
  display: block;
  clear: both; }

input[type="submit"],
button {
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none; }

.wp-smiley {
  display: inline; }

/*
 * 
 * * ---:[ layout structure ]:---
 */
.teasers_home {
  float: left;
  width: 255px;
  margin: 0px 16px;
  padding: 16px 19px 0 26px;
  border-top: 1px dotted #009a60; }

#mediaicons img {
  width: 48px;
  margin-right: 4px;
  margin-left: 0px !important; }

#mediaicons a {
  float: left; }

#mediaicons {
  height: 50px;
  padding: 0 !important;
  margin-left: 0px !important; }

.post_content img {
  display: block;
  position: relative;
  background-color: white;
  border: 1px solid #cacaca;
  top: -6px;
  left: -6px;
  padding: 10px;
  box-shadow: 5px 5px 3px silver; }

body {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 16px;
  line-height: 27px;
  color: #111111;
  background-color: white;
  padding-top: 26px; }

.container {
  width: 897px;
  margin: 0 auto; }

.columns,
.columns > .content,
.columns > .sidebar {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.columns > .content {
  width: 667px;
  float: left;
  border-width: 0 1px 0 0; }

.columns > .sidebar {
  width: 230px;
  float: right;
  padding: 26px 0px 0 10px; }

/*
 * 
 * * ---:[ links ]:---
 */
a {
  color: #259b5d;
  text-decoration: none; }

p a {
  text-decoration: underline; }

p a:hover {
  text-decoration: none; }

/*
 * 
 * * ---:[ nav menu ]:---
 */
.menu {
  position: relative;
  z-index: 50;
  list-style: none; }

.menu li {
  position: relative;
  float: left;
  margin-bottom: -1px; }

.menu .sub-menu {
  position: absolute;
  left: -1px;
  display: none;
  list-style: none;
  z-index: 110;
  margin-top: -1px; }

.menu .sub-menu .sub-menu {
  top: 0;
  left: 182px;
  margin: 0 0 0 -1px; }

.menu li:hover > .sub-menu {
  display: block; }

.menu .sub-menu li {
  width: 182px;
  clear: both; }

.menu a,
.menu_control {
  display: block;
  font-size: 13px;
  line-height: 19px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #111111;
  background-color: #eeeeee;
  padding: 0.5em 1em;
  border-radius: 10px;
  margin-right: 5px; }

.menu a:hover {
  background-color: #009a60; }

.menu_control {
  display: none;
  background-color: white; }

.menu .sub-menu a {
  border-left-width: 1px; }

.menu,
.menu a,
.menu .sub-menu {
  border-color: #009a60; }

.menu .current-menu-item > a {
  cursor: text;
  background: none repeat scroll 0 0 #259b5d;
  color: white; }

.menu .sub-menu .current-menu-item > a {
  border-bottom-color: #009a60; }

/*
 * 
 * * ---:[ header ]:---
 */
.header {
  padding: 26px; }

#site_title {
  font-size: 42px;
  line-height: 1.32em;
  font-weight: bold;
  color: #111111; }

#site_title a {
  color: #111111; }

#site_title a:hover {
  color: #259b5d; }

#site_tagline {
  font-size: 16px;
  color: #888888;
  line-height: 1.32em; }

/*
 * 
 * * ---:[ golden ratio typography with spaced paragraphs ]:---
 */
.grt,
.grt h3 {
  font-size: 16px;
  line-height: 27px; }

.grt .headline {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 26px;
  line-height: 40px;
  margin: 0; }

.headline,
.headline a {
  color: #259b5d; }

.headline a:hover {
  color: #259b5d; }

.grt h2 {
  font-size: 20px;
  line-height: 32px;
  margin-top: 39px;
  margin-bottom: 13px; }

.grt h2,
.grt h3 {
  color: #111111; }

.grt h3 {
  font-weight: bold; }

.grt .small,
.grt .caption {
  font-size: 13px;
  line-height: 23px; }

.grt .drop_cap {
  font-size: 52px;
  line-height: 1em;
  margin-right: 0.15em;
  float: left; }

.grt p,
.grt ul,
.grt ol,
.grt blockquote,
.grt pre,
.grt dl,
.grt dd,
.grt .center,
.grt .block,
.grt .aligncenter,
.grt .alignnone,
.grt .post_image,
.grt .post_image_box,
.grt .wp-post-image,
.grt .caption,
.grt .wp-caption,
.grt .alert,
.grt .note,
.grt .box,
.grt .footnotes,
.headline_area {
  margin-bottom: 26px; }

.grt ul,
.grt ol,
.grt .stack {
  margin-left: 26px; }

.grt ul ul,
.grt ul ol,
.grt ol ul,
.grt ol ol,
.wp-caption p,
.grt .alert p:last-child,
.grt .note p:last-child,
.grt .box p:last-child,
.grt blockquote.right p,
.grt blockquote.left p,
.grt .footnotes p:last-child {
  margin-bottom: 0; }

.grt .left,
.grt .alignleft,
.grt .ad_left {
  margin-bottom: 26px;
  margin-right: 26px; }

.grt .right,
.grt .alignright,
.grt .ad {
  margin-bottom: 26px;
  margin-left: 26px; }

.grt .caption {
  margin-top: -13px;
  color: #888888; }

.grt .footnotes p {
  margin-bottom: 13px; }

/*
 * 
 * * ---:[ custom text styles ]:---
 */
.grt ul {
  list-style-type: square; }

.grt li a {
  text-decoration: underline; }

.grt li a:hover {
  text-decoration: none; }

.grt blockquote {
  color: #888888;
  margin-left: 13px;
  padding-left: 13px;
  border-left: 1px solid #009a60; }

.grt code {
  font-family: Consolas, Menlo, Monaco, Courier, Verdana, sans-serif; }

.grt pre {
  font-family: Consolas, Menlo, Monaco, Courier, Verdana, sans-serif;
  background-color: #eeeeee;
  padding: 13px;
  -webkit-tab-size: 4;
  -moz-tab-size: 4;
  tab-size: 4; }

.grt .frame,
.grt .post_image_box,
.grt .wp-caption {
  border: 1px solid #009a60;
  background-color: #eeeeee;
  padding: 13px; }

.grt .wp-caption img,
.grt .post_image_box .post_image,
.grt .thumb {
  margin-bottom: 13px; }

.wp-caption.aligncenter img {
  margin-right: auto;
  margin-left: auto; }

.wp-caption .wp-caption-text .wp-smiley {
  display: inline;
  margin-bottom: 0; }

.grt .wp-caption p {
  font-size: 13px;
  line-height: 23px; }

.grt .alert,
.grt .note,
.grt .box {
  padding: 13px; }

.grt .alert {
  background-color: #ffff99;
  border: 1px solid #e6e68a; }

.grt .note {
  background-color: #eeeeee;
  border: 1px solid #009a60; }

.grt .box {
  background-color: #e5f9ef;
  border: 1px solid #bef0d7; }

.grt .footnotes {
  font-size: 13px;
  line-height: 23px;
  border-top: 1px dotted #009a60;
  padding-top: 26px; }

.grt .avatar {
  width: 63px;
  height: 63px;
  float: right;
  clear: both;
  margin-left: 13px; }

.grt .footnotes,
.grt sub,
.grt sup,
.grt .post_cats,
.grt .post_tags,
.byline,
.byline a {
  color: #888888; }

.byline a {
  border-bottom: 1px solid #009a60; }

.byline a,
.post_author,
.post_date {
  text-transform: uppercase;
  letter-spacing: 1px; }

.byline a:hover,
.num_comments {
  color: #111111; }

.byline .post_edit {
  margin-left: 13px; }

.byline .post_edit:first-child {
  margin-left: 0; }

.post_author_intro,
.post_date_intro,
.byline .post_cats_intro {
  font-style: italic; }

.grt .author_description {
  border-top: 1px dotted #009a60;
  padding-top: 26px; }

.grt .author_description_intro {
  font-weight: bold; }

.grt .author_description .avatar {
  width: 81px;
  height: 81px;
  float: left;
  margin-right: 13px;
  margin-left: 0; }

/*
 * 
 * * ---:[ golden ratio pullquotes ]:---
 */
.grt blockquote.right,
.grt blockquote.left {
  font-size: 26px;
  line-height: 37px;
  width: 45%;
  margin-bottom: 13px; }

.grt blockquote.right,
.grt blockquote.left {
  padding-left: 0;
  border: 0; }

/*
 * 
 * * ---:[ post box structural styles ]:---
 */
.post_box {
  padding: 26px 26px 0 26px; }

.top {
  border-top: 0; }

/*
 * 
 * * ---:[ other post box styles ]:---
 */
.num_comments_link {
  display: inline-block;
  color: #888888;
  text-decoration: none;
  margin-bottom: 26px; }

.num_comments_link:hover {
  background-color: #4dffbc; }

.bracket,
.num_comments {
  font-size: 26px; }

.bracket {
  color: #009a60; }

/*
 * 
 * * ---:[ misc. content elements ]:---
 */
.archive_intro {
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #009a60; }

.archive_intro .headline {
  margin-bottom: 26px; }

.prev_next {
  clear: both;
  color: #888888;
  border-top: 1px solid #009a60;
  padding: 13px 26px; }

.prev_next .next_posts {
  float: right; }

.previous_posts,
.next_posts {
  display: block;
  font-size: 13px;
  line-height: 23px;
  text-transform: uppercase;
  letter-spacing: 2px; }

.previous_posts a:hover,
.next_posts a:hover {
  text-decoration: underline; }

/*
 * 
 * * ---:[ comments ]:---
 */
#comments {
  margin-top: 52px; }

.comments_intro {
  color: #888888;
  margin-bottom: 13px;
  padding: 0 26px; }

.comments_intro a:hover {
  text-decoration: underline; }

.comments_closed {
  font-size: 13px;
  line-height: 23px;
  color: #888888;
  margin: 0 26px 26px 26px; }

.comment_list {
  list-style-type: none;
  margin-bottom: 52px;
  border-top: 1px dotted #009a60; }

.comment {
  border-bottom: 1px dotted #009a60;
  padding: 26px; }

.children .comment {
  list-style-type: none;
  margin-top: 26px;
  border-left: 1px solid #009a60;
  border-bottom: 0;
  padding: 0 0 0 26px; }

.children .bypostauthor {
  background-color: transparent;
  border-color: #259b5d; }

.comment .comment_head {
  margin-bottom: 13px; }

.children .comment_head {
  margin-bottom: 0; }

.comment .comment_author {
  font-weight: bold; }

.comment_date {
  font-size: 13px;
  margin-left: 13px;
  color: #888888; }

.comment_date a {
  color: #888888; }

.comment_footer a {
  font-size: 13px;
  line-height: 23px;
  color: #888888;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-left: 13px; }

.comment_head a:hover,
.comment_footer a:hover,
.comment_nav a:hover {
  text-decoration: underline; }

.comment_footer a:first-child {
  margin-left: 0; }

.comment .avatar {
  width: 54px;
  height: 54px;
  float: right;
  margin-left: 13px; }

.comment_nav {
  font-size: 13px;
  line-height: 23px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-style: dotted;
  border-color: #009a60;
  padding: 13px 26px; }

.comment_nav_top {
  border-width: 1px 0 0 0; }

.comment_nav_bottom {
  margin: -52px 0 52px 0;
  border-width: 0 0 1px 0; }

.next_comments {
  float: right; }

/*
 * 
 * * ---:[ inputs ]:---
 */
input[type="text"],
.input_text {
  font-family: inherit;
  font-size: inherit;
  line-height: 1em;
  font-weight: inherit;
  color: #111111;
  border: 1px solid #009a60;
  background-color: #eeeeee;
  padding: 0.35em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

input[type="text"]:focus,
.input_text:focus {
  border-color: #eeeeee;
  background-color: white; }

textarea.input_text {
  line-height: 27px; }

input[type="submit"],
.input_submit {
  font-family: inherit;
  line-height: 1em;
  font-weight: bold;
  background: #eeeeee url('/web/20171005221038im_/https://wanderingfoodie.com/wp-content/thesis/skins/classic-r/images/bg-button.png') repeat-x;
  padding: 0.5em; }

/*
 * 
 * * ---:[ comment form ]:---
 */
#commentform {
  margin: 52px 0;
  padding: 0 26px; }

.comment #commentform {
  margin-top: 0;
  padding-right: 0;
  padding-left: 0; }

.comment_form_title {
  font-size: 20px;
  line-height: 32px;
  color: #111111;
  margin: 0 -26px;
  border-bottom: 1px dotted #009a60;
  padding: 0 26px 13px 26px; }

#commentform label {
  display: block; }

#commentform p {
  margin-bottom: 13px; }

#commentform p .required {
  color: #dd0000; }

.comment_moderated {
  font-weight: bold; }

#commentform .input_text {
  width: 50%; }

#commentform textarea.input_text {
  width: 100%; }

#commentform .input_submit {
  font-size: 20px; }

#cancel-comment-reply-link {
  float: right;
  font-size: 13px;
  line-height: inherit;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #259b5d; }

#cancel-comment-reply-link:hover {
  text-decoration: underline; }

.login_alert {
  font-weight: bold;
  border: 1px solid #009a60;
  background-color: #eeeeee; }

/*
 * 
 * * ---:[ sidebar ]:---
 */
.sidebar {
  font-size: 13px;
  line-height: 19px; }

.sidebar .headline,
.sidebar .sidebar_heading,
.sidebar .widget_title {
  font-size: 21px;
  line-height: 29px; }

.sidebar .sidebar_heading,
.sidebar .widget_title {
  font-variant: small-caps;
  letter-spacing: 1px;
  margin-bottom: 10px; }

.sidebar .input_submit {
  font-size: inherit; }

.sidebar p,
.sidebar ul,
.sidebar ol,
.sidebar blockquote,
.sidebar pre,
.sidebar dl,
.sidebar dd,
.sidebar .left,
.sidebar .alignleft,
.sidebar .ad_left,
.sidebar .right,
.sidebar .alignright,
.sidebar .ad,
.sidebar .center,
.sidebar .aligncenter,
.sidebar .block,
.sidebar .alignnone {
  margin-bottom: 19px; }

.sidebar .left,
.sidebar .alignleft,
.sidebar .ad_left {
  margin-right: 19px; }

.sidebar ul ul,
.sidebar ul ol,
.sidebar ol ul,
.sidebar ol ol,
.sidebar .right,
.sidebar .alignright,
.sidebar .ad,
.sidebar .stack {
  margin-left: 19px; }

.sidebar ul ul,
.sidebar ul ol,
.sidebar ol ul,
.sidebar ol ol,
.wp-caption p,
.sidebar .post_excerpt p {
  margin-bottom: 0; }

.widget,
.sidebar .text_box,
.sidebar .thesis_email_form,
.sidebar .query_box {
  margin-bottom: 38px; }

.sidebar .thesis_email_form .input_text,
.widget li {
  margin-bottom: 10px; }

.sidebar .search-form .input_text,
.sidebar .thesis_email_form .input_text {
  width: 100%; }

.sidebar .query_box .post_author,
.sidebar .query_box .post_date {
  color: #888888; }

.sidebar .post_content,
.widget li ul,
.widget li ol,
.sidebar .search-form input[type="submit"] {
  margin-top: 10px; }

.widget ul {
  list-style-type: none; }

.widget li a:hover {
  text-decoration: underline; }

/*
 * 
 * * ---:[ footer ]:---
 */
.footer {
  font-size: 13px;
  line-height: 23px;
  text-align: right;
  color: #888888;
  border-top: 3px double #009a60;
  padding: 13px 26px; }

.footer a {
  color: #888888; }

.footer a:hover {
  color: #111111; }

/*
 * 
 * * ---:[ custom template styles ]:---
 */
body.landing {
  padding-top: 0; }

.landing .container {
  width: 667px; }

.landing .header,
.landing .headline_area,
.landing .footer {
  text-align: center; }

.full_page .columns > .content {
  width: 897px;
  float: none;
  border-right: 0; }

/*
 * 
 * * ---:[ clearfix ]:---
 */
.columns:after,
.menu:after,
.post_box:after,
.post_content:after,
.author_description:after,
.sidebar:after,
.query_box:after,
.prev_next:after,
.comment_text:after,
.comment_nav:after {
  display: table;
  clear: both;
  content: ''; }

/*
 * 
 * * ---:[ media queries ]:---
 */
@media all and (max-width: 897px) {
  body {
    padding-top: 0; }

  .container,
  .landing .container {
    width: auto;
    max-width: 667px; }

  .header {
    border-top: 1px solid #009a60; }

  .landing .header {
    border-top: 0; }

  .columns > .content {
    float: none;
    width: 100%;
    border: 0; }

  .full_page .columns > .content {
    width: 100%; }

  .columns > .sidebar {
    float: none;
    width: 100%;
    border-top: 3px double #009a60; }

  .menu_control {
    display: block;
    width: 100%;
    border-width: 0;
    background-color: white;
    padding: 1em 26px;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  .menu {
    display: none;
    width: 100%;
    border-width: 1px 0 0 0;
    clear: both; }

  .show_menu {
    display: block; }

  .menu .sub-menu {
    position: static;
    display: block;
    margin: 0;
    border-top: 1px solid #009a60;
    padding-left: 26px; }

  .menu li {
    width: 100%;
    float: none;
    margin-bottom: 0; }

  .menu .sub-menu li {
    width: 100%; }

  .menu a {
    border-width: 1px 1px 0 0;
    background-color: white;
    padding: 1em 26px; }

  .menu .current-menu-item > a {
    background-color: #eeeeee; }

  .menu > li > a {
    border-left-width: 1px; }

  .menu li:first-child > a:first-child {
    border-top-width: 0; }

  .sidebar .search-form .input_text,
  .sidebar .thesis_email_form .input_text {
    width: 50%; } }

@media all and (max-width: 667px) {
  .menu a {
    border-right-width: 0; }

  .menu > li > a {
    border-left-width: 0; }

  .grt .frame,
  .grt .post_image_box,
  .grt .wp-caption {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; } }

@media all and (max-width: 450px) {
  .menu a,
  .menu_control {
    padding: 1em 13px; }

  .header,
  .columns > .sidebar,
  .post_box,
  .prev_next,
  .comments_intro,
  .comment,
  .comment_nav,
  #commentform,
  .comment_form_title,
  .footer {
    padding-right: 13px;
    padding-left: 13px; }

  .menu .sub-menu,
  .children .comment {
    padding-left: 13px; }

  .comments_closed,
  .login_alert {
    margin-right: 13px;
    margin-left: 13px; }

  .comment_form_title {
    margin-left: -13px;
    margin-right: -13px; }

  .right,
  .alignright,
  img[align="right"],
  .left,
  .alignleft,
  img[align="left"] {
    float: none; }

  .grt .right,
  .grt .left,
  .grt .alignright,
  .grt .alignleft,
  .grt blockquote.right,
  .grt blockquote.left {
    margin-right: 0;
    margin-left: 0; }

  .post_author:after {
    content: '\a';
    height: 0;
    white-space: pre;
    display: block; }

  .grt blockquote.right,
  .grt blockquote.left,
  #commentform .input_text,
  .sidebar .search-form .input_text,
  .sidebar .thesis_email_form .input_text {
    width: 100%; }

  .grt blockquote {
    margin-left: 0; }

  .comment_date {
    display: none; } }

#header {
  padding: 0; }

#header #site_title a,
#header #site_tagline {
  display: none; }

/*
 * 
 * * ---:[ custom CSS ]:---
 */
@import url("/web/20171005221038cs_/https://wanderingfoodie.com/web/20130520070050/https://wanderingfoodie.com/css/jquery.lightbox-0.5.css");
.custom #header {
  border-bottom: medium none;
  padding: 0pt 0pt 2.2em;
  background: url("/web/20171005221038im_/https://wanderingfoodie.com/web/20130520070050/https://wanderingfoodie.com/wp-content/themes/thesis_18/images/WFheader201007.jpg") no-repeat scroll 0pt 0pt transparent;
  width: 666px;
  height: 60px; }

.custom #header #logo {
  display: none; }

.jg-header-image {
  position: absolute;
  top: 0pt;
  right: 0pt; }

.header_banner_ad {
  float: right;
  margin-top: 30px;
  margin-right: 20px;
  display: inline; }

.custom #content_box {
  background-image: none; }

.custom .prev_next {
  border-top: medium none; }

.sidebar_banner_ad {
  width: 300px;
  margin: 0pt auto 2.2em; }

.custom #multimedia_box {
  background: none repeat scroll 0% 0% transparent;
  margin-top: 2.2em;
  margin-bottom: 0pt;
  border-bottom: medium none; }

.custom #image_box {
  background: none repeat scroll 0% 0% transparent;
  padding: 0pt;
  border: medium none; }

.custom .menu ul a {
  border-left-width: 1px; }

#image_box img {
  margin: 0pt auto;
  border: medium none; }

#linkcat-2 {
  float: left;
  width: 50%; }

#linkcat-265 {
  float: left;
  width: 50%; }

#collapsible-archive {
  clear: both; }

.hidden,
.screen-reader-text,
#nav_searchsubmit {
  display: none; }

#nav_searchform {
  margin-top: 4px; }

#nav_searchform #nav_s {
  padding: 1px;
  -moz-border-radius: 10px 10px 10px 10px; }

.ui-tabs .ui-tabs-nav {
  list-style: none outside none; }

.ui-tabs .ui-tabs-nav li {
  margin-bottom: -0.1em;
  float: left;
  background: none repeat scroll 0pt 0pt #f7f7f7; }

.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
  padding-bottom: 0.1em;
  border-bottom: 0pt none;
  background: none repeat scroll 0pt 0pt #259b5d;
  color: white; }

.ui-tabs .ui-tabs-nav li a {
  display: block;
  line-height: 1em;
  letter-spacing: 2px;
  color: #111111; }

.ui-tabs .ui-tabs-nav li a:hover {
  color: white;
  text-decoration: none; }

ul#tabs li.rss {
  padding-right: 0pt;
  background: none repeat scroll 0% 0% transparent;
  border: medium none;
  float: right; }

ul#tabs li.rss a {
  padding-right: 16px;
  background: url("/web/20171005221038im_/https://wanderingfoodie.com/web/20130520070050/https://wanderingfoodie.com/wp-content/themes/thesis_18/custom/images/icon-rss.gif") no-repeat scroll 100% 50% transparent; }

.ui-helper-hidden {
  display: none; }

.ui-helper-hidden-accessible {
  position: absolute; }

.ui-helper-reset {
  margin: 0pt;
  padding: 0pt;
  border: 0pt none;
  outline: 0pt none;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none outside none; }

.ui-helper-clearfix:after {
  content: ".";
  display: block;
  height: 0pt;
  clear: both;
  visibility: hidden; }

.ui-helper-clearfix {
  display: inline-block; }

* html .ui-helper-clearfix {
  height: 1%; }

.ui-helper-clearfix {
  display: block; }

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0pt;
  left: 0pt;
  position: absolute;
  opacity: 0; }

.ui-tabs {
  padding: 0.2em; }

.ui-tabs .ui-tabs-nav {
  list-style: none outside none;
  position: relative; }

.ui-tabs .ui-tabs-nav li {
  position: relative;
  float: left; }

.ui-tabs .ui-tabs-nav li a {
  float: left; }

.ui-tabs .ui-tabs-panel {
  display: block;
  background: none repeat scroll 0% 0% transparent;
  padding: 1.1em; }

.ui-tabs .ui-tabs-hide {
  display: none ! important; }

.custom ul.menu li,
.custom .ui-tabs .ui-tabs-nav li {
  border-bottom: 0pt none;
  margin-left: 5px; }

.custom ul.menu li a,
.custom .ui-tabs .ui-tabs-nav li a {
  font-size: 1.1em;
  font-weight: 600;
  padding: 0.545em 0.818em; }

.custom ul.menu li:hover a {
  text-decoration: none;
  color: white; }

.custom ul.menu li.current:hover a {
  background-color: #259b5d;
  text-decoration: none; }

.custom ul.menu li.current,
.custom ul.menu li.current-cat,
.custom ul.menu li.current_page_parent,
.custom .ui-tabs .ui-tabs-nav li.ui-tabs-selected {
  padding-bottom: 0.1em;
  border-bottom: 0pt none; }

.ui-tabs .ui-tabs-panel {
  background-color: white; }

.custom ul.menu li.rss {
  background-color: white; }

.custom ul.menu li.rss a {
  padding-right: 20px; }

.custom ul.menu li.rss a.follow {
  background: url("/web/20171005221038im_/https://wanderingfoodie.com/web/20130520070050/https://wanderingfoodie.com/wp-content/themes/thesis_18/images/Twitter_Bird_Logo.jpg") no-repeat scroll right center transparent;
  padding-right: 20px; }

.custom ul.menu li.current {
  padding-bottom: 0pt; }

#jg_subnav {
  list-style: none outside none;
  background-color: white;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 1px;
  width: 100%;
  float: left; }

#jg_subnav li {
  float: left; }

#jg_subnav li.jg_subnav_space {
  font-size: 1.1em;
  padding: 0.545em 0pt;
  min-height: 1em; }

#jg_subnav li.jg_sn_sp_l {
  border-left: 1px solid #dddddd; }

#jg_subnav li.jg_sn_sp_r {
  float: right;
  border-right: 1px solid #dddddd; }

#jg_subnav li a {
  display: block;
  line-height: 1em;
  color: #111111;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 1.1em;
  padding: 0.545em 0.818em; }

#jg_subnav li a:hover {
  text-decoration: underline; }

p.restaurant-info {
  border: 1px solid #dddddd;
  padding: 1em;
  height: 90px; }

.custom #content {
  padding-bottom: 2.2em; }

.custom #content_box {
  clear: both;
  margin-top: 1px; }

.no-title .headline_area {
  display: none; }

.no-title .post_box {
  padding-top: 0pt; }

.hide-social-buttons ul.jg-social-buttons {
  display: none; }

ul.jg-social-buttons {
  list-style: none outside none;
  margin: 0.5em 0pt;
  float: right;
  height: 16px; }

.jg-social-buttons li {
  float: left;
  line-height: 16px;
  margin: 0pt 10px; }

.jg-social-buttons li a {
  margin: 0pt 5px; }

.jg-social-buttons li img {
  float: left; }

.custom .to_comments {
  clear: none; }

#tabs-widget-list {
  margin-top: 0.7em; }

.ui-tabs-nav li {
  cursor: pointer; }

.custom .sidebar ul.sidebar_list {
  padding-top: 0pt; }

.custom li.widget {
  margin-bottom: 1em;
  padding-top: 1em; }

.custom li.widget.ui-tabs-panel {
  margin-bottom: 0pt; }

.drop-shadow {
  background: url("/web/20171005221038im_/https://wanderingfoodie.com/web/20130520070050/https://wanderingfoodie.com/wp-content/themes/thesis_18/images/drop-shadow.gif") no-repeat scroll right bottom transparent;
  margin: 10px 1.571em 0pt 10px ! important;
  height: auto !important; }

.drop-shadow img {
  display: block;
  position: relative;
  background-color: white;
  border: 1px solid #cacaca;
  top: -6px;
  left: -6px;
  padding: 10px; }

.alignleft {
  float: left; }

.alignright {
  float: right; }

.clear {
  clear: both; }

#lightbox {
  position: absolute;
  left: 0pt;
  width: 100%;
  z-index: 100;
  text-align: center;
  line-height: 0pt; }

#lightbox img {
  width: auto;
  height: auto; }

#lightbox a img {
  border: medium none; }

#outerImageContainer {
  position: relative;
  background-color: white;
  width: 250px;
  height: 250px;
  margin: 0pt auto; }

#imageContainer {
  padding: 10px; }

#loading {
  position: absolute;
  top: 40%;
  left: 0%;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0pt; }

#hoverNav {
  position: absolute;
  top: 0pt;
  left: 0pt;
  height: 100%;
  width: 100%;
  z-index: 10; }

#imageContainer > #hoverNav {
  left: 0pt; }

#hoverNav a {
  outline: medium none; }

#prevLink,
#nextLink {
  width: 49%;
  height: 100%;
  background-image: url("data:image/gif;base64,AAAA");
  display: block; }

#prevLink {
  left: 0pt;
  float: left; }

#nextLink {
  right: 0pt;
  float: right; }

#prevLink:hover,
#prevLink:visited:hover {
  background: url("/web/20171005221038im_/https://wanderingfoodie.com/web/20130520070050/https://wanderingfoodie.com/wp-content/themes/thesis_18/images/prevlabel.gif") no-repeat scroll left 15% transparent; }

#nextLink:hover,
#nextLink:visited:hover {
  background: url("/web/20171005221038im_/https://wanderingfoodie.com/web/20130520070050/https://wanderingfoodie.com/wp-content/themes/thesis_18/images/nextlabel.gif") no-repeat scroll right 15% transparent; }

#imageDataContainer {
  font: 7px Verdana, Helvetica, sans-serif;
  background-color: white;
  margin: 0pt auto;
  overflow: auto;
  width: 100%; }

#imageData {
  padding: 0pt 10px;
  color: #666666; }

#imageData #imageDetails {
  width: 70%;
  float: left;
  text-align: left; }

#imageData #caption {
  font-weight: bold; }

#imageData #numberDisplay {
  display: block;
  clear: left;
  padding-bottom: 1em; }

#imageData #bottomNavClose {
  width: 66px;
  float: right;
  padding-bottom: 0.7em;
  outline: medium none; }

#overlay {
  position: absolute;
  top: 0pt;
  left: 0pt;
  z-index: 90;
  width: 100%;
  height: 500px;
  background-color: black; }

#mc_overlay {
  display: none;
  position: fixed;
  top: 0pt;
  left: 0pt;
  z-index: 100;
  width: 100%;
  height: 100%;
  background: none repeat scroll 0% 0% black;
  opacity: 0.8; }

* html #mc_overlay {
  position: absolute; }

#mc_box {
  display: none;
  background-color: white;
  border: 3px double black;
  position: fixed;
  z-index: 150;
  top: 50%;
  left: 50%;
  width: 600px;
  margin-left: -225px;
  margin-top: -165px;
  padding: 140px 20px 20px;
  background-image: url("/web/20171005221038im_/https://wanderingfoodie.com/web/20130520070050/https://wanderingfoodie.com/wp-content/themes/thesis_18/images/header.jpg");
  background-position: center 30px;
  background-repeat: no-repeat;
  text-align: center; }

* html #mc_box {
  position: absolute; }

.textwidget #mc-embedded-subscribe-form,
.textwidget p.newsletterwidget {
  text-align: center;
  margin-bottom: -5px; }

#mc_box form {
  text-align: center; }

#mc_box input,
#mc_box label,
#mc_box p,
#mc_box select {
  display: block;
  margin: 5px auto;
  font-size: 1.4em;
  padding: 3px; }

.ie #mc_box .radio {
  border: medium none;
  background-color: transparent; }

#mc_box .text {
  width: 300px;
  margin: 10px auto;
  line-height: 1.5em; }

#mc_box label {
  margin: 3px 3px 3px 5px;
  padding: 0pt; }

#mc_box .radio {
  display: inline;
  clear: both;
  margin: 6px; }

#mc_box small {
  position: absolute;
  top: 3px;
  right: 3px;
  display: block;
  color: grey;
  font-size: 1.4em; }

.mc-field-group {
  width: 100%; }

.mc_submit {
  clear: both;
  cursor: pointer;
  letter-spacing: 2px;
  font-size: 1.1em;
  padding: 0.4em 0.75em;
  color: #111111;
  margin: 10px auto; }

.textwidget .mc_submit {
  font-size: 0.8em;
  margin-left: 20px;
  -moz-border-radius: 10px 10px 10px 10px;
  margin-bottom: 5px; }

.textwidget #mce-EMAIL {
  width: 165px;
  -moz-border-radius: 10px 10px 10px 10px;
  margin-top: 11px; }

#mediaicons {
  padding: 1.1em;
  margin-left: 10px; }

#mediaicons img {
  margin-left: 8px; }

.ui-corner-top ui-tabs-selected ui-state-active {
  color: white; }

.ui-tabs .ui-tabs-nav li.ui-tabs-selected a {
  color: white;
  text-decoration: none; }

#socialicons img {
  cursor: pointer;
  cursor: hand; }

#socialicons a {
  margin-left: 30px;
  cursor: pointer;
  cursor: hand; }

#socialicons img {
  cursor: pointer;
  cursor: hand; }

.custom #container {
  margin: 0 auto;
  width: 1040px; }

.custom .menu {
  width: 666px; }

.custom .menu {
  list-style: none outside none;
  position: relative;
  z-index: 50; }

.custom #content_box {
  clear: both;
  margin-top: 1px; }

.custom #content_box {
  background-image: none; }

.custom ul.menu li a,
.custom .ui-tabs .ui-tabs-nav li a {
  font-size: 1.1em;
  font-weight: 600;
  padding: 0.545em 0.818em; }

custom...0-53343 (line 213).custom .menu a {
  font-size: 1.1em;
  line-height: 1.273em;
  padding: 0.636em 0.818em; }

.custom .menu .current a,
.menu .current a:hover,
.menu .current-cat a,
.menu .current-cat a:hover {
  background: none repeat scroll 0 0 #259b5d;
  color: white; }

.custom .menu .current > a,
.menu .current-cat > a {
  cursor: text; }

.custom .menu a,
.menu .current ul a,
.menu .current-cat ul a {
  background: none repeat scroll 0 0 #f7f7f7;
  color: #111111; }

.custom .menu a {
  font-size: 1.1em;
  line-height: 1.273em;
  padding: 0.636em 0.818em; }

.custom .menu a {
  letter-spacing: 2px; }

.custom .menu a {
  display: block; }

.custom a,
h2 a:hover,
#logo a:hover {
  color: #259b5d; }

.custom a,
a:hover {
  text-decoration: none; }

.custom .ui-tabs-nav li {
  border-bottom: 0 none;
  margin-left: 5px; }

.custom .menu li {
  margin-bottom: -0.1em; }

.custom .menu li {
  margin-bottom: -0.1em; }

.custom .menu li {
  float: left;
  position: relative; }

.custom .ui-tabs-nav li a {
  font-size: 1.1em;
  font-weight: 600;
  padding: 0.545em 0.818em; }

.custom .menu a,
.menu .current ul a,
.menu .current-cat ul a {
  background: none repeat scroll 0 0 #f7f7f7;
  color: #111111; }

.custom #content {
  float: left;
  width: 666px; }

.custom #sidebars {
  border: 0 none;
  float: right;
  margin-top: -140px;
  width: 350px; }

.custom .menu a:hover,
.menu .current ul a:hover,
.menu .current-cat ul a:hover,
.menu .current-parent a:hover {
  color: #111111;
  background: none repeat scroll 0% 0% #259b5d; }

.custom #page {
  padding: 1.1em; }

.custom .sidebar input[type="text"],
.sidebar input[type="submit"] {
  font-family: "purista-web-1", "purista-web-2", sans-serif;
  font-size: 0.9em;
  font-weight: 600;
  padding: 0.308em; }

#footer {
  display: none !important; }

#footer p {
  color: white;
  font-size: 1px; }

.template-home .pgntn-page-pagination-intro,
.template-home .pgntn-page-pagination .current {
  background-color: #259b5d !important;
  color: white !important;
  border: 1px solid #259b5d !important; }

.template-home .pgntn-page-pagination a {
  color: #259b5d !important;
  background-color: white !important;
  text-decoration: none !important;
  border: 1px solid #259b5d !important; }

/*
 * 
 * FILE ARCHIVED ON 22:10:38 Oct 05, 2017 AND RETRIEVED FROM THE
 * INTERNET ARCHIVE ON 18:32:58 Jul 18, 2018.
 * JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.
 * 
 * ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
 * SECTION 108(a)(3)).
 */
/*
 * 
 * playback timings (ms):
 * LoadShardBlock: 417.932 (3)
 * esindex: 0.015
 * captures_list: 440.083
 * CDXLines.iter: 14.924 (3)
 * PetaboxLoader3.datanode: 696.879 (4)
 * exclusion.robots: 0.284
 * exclusion.robots.policy: 0.264
 * RedisCDXSource: 2.364
 * PetaboxLoader3.resolve: 323.748
 * load_resource: 610.1
 */