/*
 * ---:[ 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 ]:---
 */
body {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 16px;
  line-height: 28px;
  color: #111111;
  background-color: white;
  padding-top: 26px; }

body.landing {
  padding-top: 0; }

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

.landing .container {
  width: 780px; }

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

.columns > .content {
  width: 780px;
  float: right;
  border-width: 0 0 0 1px;
  border-style: solid;
  border-color: #dddddd; }

.columns > .sidebar {
  width: 270px;
  float: left;
  padding: 26px 26px 0 26px; }

/*
 * ---:[ links ]:---
 */
a {
  color: #dd0000;
  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;
  border-width: 0 0 1px 1px;
  border-style: solid; }

.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;
  line-height: 1em;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #111111;
  border-width: 1px 1px 1px 0;
  border-style: solid;
  background-color: #eeeeee;
  padding: 0.75em 1em; }

.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 {
  border-bottom-color: white;
  background-color: white;
  cursor: text; }

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

/*
 * ---:[ header ]:---
 */
.header {
  border-bottom: 3px double #dddddd;
  padding: 26px; }

.landing .header {
  text-align: center; }

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

#site_title a {
  color: #111111; }

#site_title a:hover {
  color: #dd0000; }

#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: 28px; }

.grt .headline {
  font-size: 26px;
  line-height: 41px;
  margin: 0; }

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

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

.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 .caption,
.post_box .aligncenter,
.post_box .alignnone,
.post_box .post_image,
.post_box .post_image_box,
.post_box .wp-caption,
.post_box .wp-post-image,
.post_box .alert,
.post_box .note,
.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,
.post_box .alert p:last-child,
.post_box .note p:last-child,
.post_content blockquote.right p,
.post_content blockquote.left p {
  margin-bottom: 0; }

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

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

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

/*
 * ---:[ 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 styles ]:---
 */
.post_box {
  padding: 26px 26px 0 26px;
  border-top: 1px dotted #dddddd; }

.top {
  border-top: 0; }

.post_box .headline,
.headline a {
  color: #111111; }

.headline a:hover {
  color: #dd0000; }

.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; }

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

.post_box h3 {
  font-weight: bold; }

.post_box ul {
  list-style-type: square; }

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

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

.post_box 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; }

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

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

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

.post_box .wp-caption img,
.post_box .post_image_box .post_image,
.post_box .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; }

.post_box .wp-caption p {
  font-size: 13px;
  line-height: 24px; }

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

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

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

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

.post_box .post_cats,
.post_box .post_tags {
  color: #888888; }

.post_box .alert,
.post_box .note {
  padding: 13px; }

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

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

.landing .headline_area {
  text-align: center; }

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

.num_comments_link:hover {
  text-decoration: underline; }

.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: 24px;
  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_closed {
  font-size: 13px;
  line-height: 24px;
  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: #dd0000; }

.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: 24px;
  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: 56px;
  height: 56px;
  float: right;
  margin-left: 13px; }

.comment_nav {
  font-size: 13px;
  line-height: 24px;
  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_text {
  font-size: inherit;
  line-height: 1em;
  font-family: inherit;
  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_text:focus {
  border-color: #eeeeee;
  background-color: white; }

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

.input_submit {
  font-size: 20px;
  line-height: 1em;
  font-family: inherit;
  font-weight: bold;
  border: 3px double #dddddd;
  background: #eeeeee url('images/bg-button.png') repeat-x;
  padding: 0.5em;
  cursor: pointer;
  overflow: visible; }

/*
 * ---:[ 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: 33px;
  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%; }

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

#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: 9px; }

.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: 18px; }

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

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

.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: 36px; }

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

.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 {
  margin-top: 9px; }

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

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

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

.footer a {
  color: #888888; }

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

.landing .footer {
  text-align: center; }

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

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

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

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

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

  .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: #w_content) {
  .menu a {
    border-right-width: 0; }

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

  .post_box .frame,
  .post_box .post_image_box,
  .post_box .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,
  .post_box .alignright,
  .post_box .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%; }

  .post_box blockquote {
    margin-left: 0; }

  .comment_date {
    display: none; } }

/*
 * ---:[ 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 {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

#header {
  padding: 0; }

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

/*
 * ---:[ custom CSS ]:---
 */
@font-face {
  font-family: 'bookerlybold';
  src: url('../../../../_fonts/bookerly-bold-webfont.eot');
  src: url('../../../../_fonts/bookerly-bold-webfont.eot#iefix') format('embedded-opentype'), url('../../../../_fonts/bookerly-bold-webfont.woff') format('woff2'), url('../../../../_fonts/bookerly-bold-webfont.woff') format('woff'), url('../../../../_fonts/bookerly-bold-webfont.ttf') format('truetype'), url('../../../../_fonts/bookerly-bold-webfont.svg') format('svg');
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'bookerlybold_italic';
  src: url('http://lewisfarmmarket.com/_fonts/bookerly-bolditalic-webfont.eot');
  src: url('http://lewisfarmmarket.com/_fonts/bookerly-bolditalic-webfont.eot#iefix') format('embedded-opentype'), url('http://lewisfarmmarket.com/_fonts/bookerly-bolditalic-webfont.woff2') format('woff2'), url('http://lewisfarmmarket.com/_fonts/bookerly-bolditalic-webfont.woff') format('woff'), url('http://lewisfarmmarket.com/_fonts/bookerly-bolditalic-webfont.ttf') format('truetype'), url('http://lewisfarmmarket.com/_fonts/bookerly-bolditalic-webfont.svg#bookerlybold_italic') format('svg');
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'bookerlyregular';
  src: url('../../../../_fonts/bookerly-regular-webfont.eot');
  src: url('../../../../_fonts/bookerly-regular-webfont.eot#iefix') format('embedded-opentype'), url('../../../../_fonts/bookerly-regular-webfont.woff') format('woff2'), url('../../../../_fonts/bookerly-regular-webfont.woff') format('woff'), url('../../../../_fonts/bookerly-regular-webfont.ttf') format('truetype'), url('../../../../_fonts/bookerly-regular-webfont.svg') format('svg');
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'HoundcatsPBRegular';
  src: url('../../../../_fonts/houndcats_pb-webfont.eot');
  src: url('../../../../_fonts/houndcats_pb-webfont.eot#iefix') format('embedded-opentype'), url('../../../../_fonts/houndcats_pb-webfont.woff') format('woff'), url('../../../../_fonts/houndcats_pb-webfont.ttf') format('truetype'), url('../../../../_fonts/houndcats_pb-webfont.svg') format('svg');
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'comic-scf-roundregular';
  src: url('../../../../_fonts/comic-scf-round-webfont.eot');
  src: url('../../../../_fonts/comic-scf-round-webfont.eot#iefix') format('embedded-opentype'), url('../../../../_fonts/comic-scf-round-webfont.woff') format('woff'), url('../../../../_fonts/comic-scf-round-webfont.ttf') format('truetype'), url('../../../../_fonts/comic-scf-round-webfont.svg') format('svg');
  font-weight: normal;
  font-style: normal; }
body {
  background: url('images/bkg_body.jpg');
  margin: 0 auto;
  padding: 0;
  font-family: 'bookerlyregular'; }

p b,
p strong,
.post_box li p strong {
  font-family: 'bookerlybold';
  font-weight: normal; }

h1,
h2 {
  font-family: 'HoundcatsPBRegular';
  color: #ed1c24;
  font-size: 35px; }

h3,
h4,
h5 {
  font-family: 'Margarine', cursive !important; }

h3 {
  color: #39b54a;
  font-size: 28px; }

h4 {
  color: black;
  font-size: 22px;
  margin-top: 10px;
  margin-bottom: 4px;
  line-height: 26px; }

h5 {
  color: black;
  font-size: 22px;
  margin-top: 10px;
  margin-bottom: 4px;
  line-height: 26px;
  border-bottom: 1px solid black; }

input,
textarea {
  background-color: #fffbc6; }

a {
  font-weight: bold; }

a,
h2 a:hover {
  color: #2361a1;
  text-decoration: none; }

a:hover {
  color: #39b54a;
  text-decoration: none; }

.header_container {
  background: url('images/bkg_header_area.jpg') repeat-x;
  height: 213px; }

.front_page .header_container {
  background: url('images/bkg_header_areaFP.jpg') repeat-x;
  height: 315px; }

.container {
  margin: -213px auto 0;
  padding: 0; }

.front_page .container {
  margin: -315px auto 0;
  padding: 0; }

#thesis_header_image {
  display: none; }

#header {
  background: transparent url('images/bkg_header14a.png') no-repeat bottom center;
  height: 176px;
  margin: 0 auto;
  padding: 0;
  border: none; }

.blog #header {
  background: transparent url('images/bkg_headerBLOG2.png') no-repeat bottom center;
  height: 176px;
  margin: 0 auto;
  padding: 0;
  border: none; }

.front_page #header {
  background: transparent url('images/bkg_headerFPC.png') no-repeat bottom center;
  height: 274px;
  margin: 0 auto;
  padding: 0;
  border: none; }

.quikLinks {
  float: right;
  margin: 8px 30px 0 0;
  font-family: 'comic-scf-roundregular';
  font-size: 12px;
  line-height: 12px;
  text-decoration: none;
  letter-spacing: 0;
  font-weight: normal;
  text-transform: uppercase;
  text-shadow: 3px 3px 3px black; }

.quikLinks li {
  display: inline; }

.quikLinks a {
  padding: 0 0.2em;
  color: white;
  background: transparent; }

.quikLinks a:hover {
  color: #7ee85e;
  background: transparent; }

/*
 * ---:[ nav menu ]:---
 */
.menu_container {
  height: 37px;
  margin: 0 auto;
  padding: 0;
  overflow: hidden; }

.menu {
  position: relative;
  z-index: 50;
  list-style: none;
  border: none;
  float: left;
  left: 50%;
  width: auto;
  height: 30px; }

.menu li {
  position: relative;
  float: left;
  right: 50%;
  margin: 0;
  padding: 0; }

.menu a {
  float: left; }

.menu a,
.menu_control {
  display: block;
  letter-spacing: 0;
  text-transform: capitalize;
  font-family: 'comic-scf-roundregular';
  font-size: 17px;
  line-height: 17px;
  color: white;
  border: none;
  background-color: transparent;
  padding: 4px 12px 6px;
  text-decoration: none;
  text-shadow: 4px 4px 4px black;
  font-weight: normal; }

.menu a:hover {
  color: #7ee85e;
  background-color: transparent; }

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

.menu .current-menu-item > a {
  color: #68e4ff;
  background-color: transparent; }

.columns {
  background: transparent url('images/bkg_content.png') repeat-y center;
  margin: 0 auto;
  padding: 0 37px; }

.blog .columns {
  background: transparent url('images/bkg_content2.png') repeat-y center; }

.columns > .content {
  width: 706px;
  border: none; }

.fullWidth_column {
  width: 100%; }

.post_box {
  padding: 20px 20px 0; }

.front .post_box {
  padding: 20px 15px 0; }

#archive_intro {
  position: absolute;
  top: -1500px;
  left: -1500px; }

.headline_area {
  margin-bottom: 0; }

.front .headline_area,
.calendar .headline_area,
.thank-you-birthday .headline_area,
.thank-you-employment .headline_area {
  position: absolute;
  top: -1500px;
  left: -1500px; }

.headline_area h1,
.headline_area h2,
#archive_intro h1 {
  font-family: 'HoundcatsPBRegular';
  font-size: 35px;
  line-height: 38px;
  color: #ed1c24; }

.headline_area h1 a,
.headline_area h2 a,
#archive_intro h1 a {
  color: #ed1c24; }

.headline_area h1 a:hover,
.headline_area h2 a:hover,
#archive_intro h1 a:hover {
  color: #2361a1; }

.post_box h3 {
  margin: 0.6em 0 0.4em;
  font-family: 'Margarine', cursive !important; }

.post_box h2 {
  color: #ed1c24;
  font-size: 28px; }

.post_box h3 {
  color: #39b54a;
  font-size: 22px; }

.post_box a {
  color: #2361a1;
  text-decoration: none; }

.post_box a:hover {
  color: #39b54a;
  text-decoration: none; }

.post_box .headline,
.headline a {
  color: #ed1c24; }

.grt .headline {
  color: #ed1c24;
  font-size: 35px;
  line-height: 39px;
  margin-bottom: 14px; }

.grt,
.grt h3 {
  line-height: 20px; }

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

.post_box blockquote,
.post_box blockquote.green,
.post_box blockquote.blue,
.post_box blockquote.yellow,
.post_box blockquote.dotted {
  margin-left: 50px;
  margin-right: 50px;
  color: black;
  padding: 12px;
  text-align: justify;
  border-left: none;
    /*
   * width: -webkit-fit-content;
   * width: -moz-fit-content;
   * width: fit-content;
   */ }

.front .post_box blockquote {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 20px; }

.post_box blockquote.green {
  background-color: #cde4a1; }

.post_box blockquote.blue {
  background-color: #c7def2; }

.post_box blockquote.yellow {
  background-color: #f5e3ac; }

.photo-contests .post_box blockquote.blue {
  overflow: hidden; }

.post_box blockquote.dotted {
  background-color: white;
  border: 2px dotted black; }

.post_box blockquote h4 {
  margin: 0 0 8px 0; }

.post_box blockquote p {
  margin-bottom: 0;
  line-height: 1.3em;
    /*
   * font-size: 16px;
   * font-weight: bold;
   */ }

.post_box blockquote.dotted p {
  line-height: 1.7em;
  font-size: 1em; }

.post_box .wp-caption img,
.post_box .post_image_box .post_image,
.post_box .thumb {
  margin: 0 auto 10px; }

.post_box .frame,
.post_box .post_image_box,
.post_box .wp-caption {
  border: none;
  background-color: #fff1c9;
  padding: 10px 5px 0; }

.post_box .wp-caption p {
  font-size: 13px;
  line-height: 24px;
  margin-bottom: 0;
  text-align: center; }

.columns > .sidebar {
  width: 270px;
  font-size: 13px; }

.sidebar .widget_title {
  font-size: 16px;
  font-variant: normal;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 17px;
  margin: 1em 0 0;
  color: #497aa5;
  font-family: 'comic-scf-roundregular'; }

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

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

.widget ul li a {
  font-weight: normal; }

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

.sidebar a {
  color: black;
  text-decoration: none; }

.sidebar a:hover {
  color: #229051;
  text-decoration: none; }

.widget,
#meta.widget ul {
  margin-bottom: 0 !important; }

#meta img {
  display: inline-block; }

.footer {
  background: transparent url('images/bkg_footer.png') no-repeat center top;
  width: 1050px;
  margin: 0 auto;
  border: none;
  padding: 90px 0 0;
  text-align: center;
  color: black; }

.footer_menu {
  width: auto; }

.footer_menu li {
  display: inline; }

.footer_menu a {
  color: black;
  font-family: 'comic-scf-roundregular';
  font-size: 1.3em;
  font-weight: bold;
  text-decoration: none;
  padding: 4px 8px; }

.footer_menu a:hover {
  color: white; }

table.fpage td p {
  margin-bottom: 6px; }

.fpHotBar {
  width: 100%;
  margin: 14px auto;
  padding: 0;
  height: 180px; }

.fpHotBar a {
  float: left; }

.fpHotBar a img {
  padding-right: 3px !important;
  margin: 0 !important; }

.fpHotBar a img:last-child {
  padding-right: 0 !important; }

.anima_slide {
  text-align: center;
  margin: 12px auto;
  padding: 0; }

.leftThird,
.cntrThird,
.rightThird {
  width: 30.8%;
  padding: 0 12px;
  float: left;
  margin-bottom: 20px; }

.leftThird p,
.cntrThird p,
.rightThird p {
  line-height: 1.5em;
  font-size: 0.9em; }

.planvisit .leftThird,
.planvisit .cntrThird,
.planvisit .rightThird {
  width: 30.5%;
  border: 1px solid white;
  background-color: #f6e69d;
  height: 220px; }

.leftHalf {
  width: 48%;
  padding: 0;
  float: left;
  margin-bottom: 20px; }

.rightHalf {
  width: 48%;
  padding: 0;
  float: right;
  margin-bottom: 20px; }

.marketLeft,
.marketRight {
  background-color: #f6e69d;
  padding: 8px 8px 0;
  border: 1px solid white;
  width: 47%;
  float: left;
  height: 190px;
  margin-bottom: 20px; }

.marketLeft {
  clear: both; }

.marketLeft p,
.marketRight p {
  margin-bottom: 0; }

.marketLeft img {
  margin: 0 auto 10px !important; }

.marketRight img {
  margin: 0 !important; }

.planvisit .leftHalf {
  margin: 0 0 12px 90px;
  width: 40%;
  float: left;
  height: 160px; }

.planvisit .rightHalf {
  margin: 0 90px 12px 0;
  width: 40%;
  float: right;
  height: 160px; }

.media-one {
  width: 30%;
  float: left;
  text-align: center;
  margin-right: 8px;
  height: 320px; }

.media-two {
  width: 22%;
  float: left;
  text-align: center;
  margin-right: 8px;
  height: 320px; }

.media-three {
  width: 22%;
  float: left;
  text-align: center;
  margin-right: 8px;
  height: 320px; }

.media-four {
  width: 22%;
  float: left;
  text-align: center;
  height: 320px; }

.ssft-left {
  width: 27%;
  float: left;
  height: 125px;
  padding-top: 100px;
  text-align: right; }

.ssft-cntr {
  width: 46%;
  float: left;
  height: 225px;
  text-align: center; }

.ssft-right {
  width: 27%;
  float: left;
  height: 125px;
  padding-top: 100px;
  text-align: left; }

.contact .very_social {
  text-align: center;
  width: 730px;
  margin: 0 auto 20px; }

.contact .leftForm {
  width: 63%;
  float: left;
  text-align: center; }

.contact .rightForm {
  width: 36%;
  float: right;
  text-align: center; }

.kontak img {
  margin: 0 auto 20px !important;
  padding: 0 !important; }

.calDiv {
  width: 900px;
  margin: 0 auto 20px;
  padding: 0; }

.mapBox {
  width: 900px;
  margin: 0 auto;
  text-align: center; }

/*
 * begin blog loop on front page CSS
 */
.fpLoop {
  background-color: #27a8dd;
  margin: 0px auto 12px;
  width: 95%;
  padding: 4px;
  height: 24px; }

.fpLoop .loop-content {
  margin: 0;
  padding: 0;
  height: auto;
  overflow: hidden;
  white-space: nowrap; }

.fpLoop .loop-content .post {
  display: inline;
  width: auto; }

.fpLoop .entry-header {
  width: auto;
  display: inline; }

.fpLoop .entry-title {
  margin: 0;
  padding: 0;
  width: auto;
  line-height: 20px;
  display: inline; }

.fpLoop .entry-title a {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 15px;
  color: black;
  padding: 4px 8px;
  text-decoration: none; }

.fpLoop .entry-title a:hover {
  color: white; }

#longBoxTxt {
  float: left;
  margin-left: 10px;
  color: white;
  font-family: 'comic-scf-roundregular';
  font-size: 18px;
  line-height: 19px;
  padding-top: 3px; }

/*
 * end blog loop on front page CSS
 */
.weather-widget {
  float: right;
  width: 220px;
  height: auto; }

div.aw-widget-current-inner a.aw-toggle {
  position: absolute;
  top: -1500px !important;
  left: -1500px !important; }

#pb_slideshow_rslider-container-1 {
  margin: 0 auto; }

.gform_wrapper {
  margin: 10px auto !important;
  max-width: 95% !important; }

.gform_wrapper .gform_heading {
  margin: 0 auto 18px !important;
  width: 90% !important; }

/*
 * ---------------------------------------:[ media queries ]:---------------------------------
 */
@media all and (max-width: 975px) {
  .container {
    width: auto; }

  #header,
  .blog #header,
  .front_page #header {
    background: transparent url('images/bkg_headerMID.png') no-repeat bottom center;
    height: 176px; }

  .menu_container {
    height: auto;
    background-color: black; }

  .menu_control {
    height: auto;
    background-color: black;
    display: block;
    width: 100%;
    border-width: 0;
    padding: 8px 20px 6px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  .menu {
    display: none;
    width: auto;
    border: none;
    left: 0;
    clear: both; }

  .show_menu {
    display: block;
    height: auto;
    background-color: black; }

  .menu li {
    background-color: black;
    display: block;
    float: none;
    right: 0;
    width: 100%; }

  .columns {
    background: white none;
    padding: 0;
    border: 1px solid black;
    border-top: none; }

  .columns > .content {
    width: 100% !important; }

  .blog .columns {
    background: none;
    background-color: white;
    width: 100%; }

  .post_box {
    padding: 20px 8px 0; }

  .post_box blockquote,
  .post_box blockquote.green,
  .post_box blockquote.blue,
  .post_box blockquote.yellow,
  .post_box blockquote.dotted {
    margin: 0 10px 12px; }

  .left,
  .alignleft,
  img[align="left"],
  .right,
  .alignright,
  img[align="right"] {
    float: none;
    margin: 10px auto !important; }

  .fpHotBar {
    width: auto;
    margin: 14px auto;
    height: auto;
    text-align: center; }

  .fpHotBar a {
    float: none;
    margin: 0 auto 12px; }

  .fpHotBar a img {
    padding: 0px !important;
    margin: 0 auto 12px !important; }

  .leftThird,
  .cntrThird,
  .rightThird {
    width: 60%;
    float: none;
    padding: 0 12px;
    margin: 12px auto; }

  .planvisit .leftThird,
  .planvisit .cntrThird,
  .planvisit .rightThird {
    float: none;
    width: 70%;
    border: 1px solid white;
    background-color: #f6e69d;
    height: auto; }

  .marketLeft,
  .marketRight {
    float: none;
    width: 80%;
    margin: 12px auto;
    height: auto; }

  .marketRight {
    text-align: center; }

  .marketRight img {
    margin: 0 auto !important; }

  .media-one,
  .media-two,
  .media-three,
  .media-four {
    float: none;
    width: 80%;
    margin: 0 auto 12px;
    height: auto; }

  .media-one img,
  .media-two img,
  .media-three img,
  .media-four img {
    margin: 0 auto !important; }

  .ssft-left,
  .ssft-cntr,
  .ssft-right {
    float: none;
    height: auto;
    padding-top: 0;
    width: 100%;
    text-align: center; }

  .columns > .sidebar {
    width: 100%; }

  .footer {
    background: transparent url('images/footer_graphic.png') no-repeat center top;
    height: auto;
    width: auto;
    margin: 5px auto; }

  .weather-widget {
    float: none;
    width: 100%;
    height: auto; }

  .planvisit .leftHalf {
    margin: 0 0 12px 0;
    width: 100%;
    float: none;
    height: auto; }

  .planvisit .rightHalf {
    margin: 0 0px 12px 0;
    width: 100%;
    float: none;
    height: auto; }

  .contact .leftForm,
  .contact .rightForm {
    width: 100%;
    float: none;
    text-align: center; }

  .contact .very_social {
    text-align: center;
    width: 98%;
    margin: 0 auto 20px; }

  .calDiv {
    width: 100%; }

  .mapBox {
    width: 100%; }

  .fpLoop {
    width: 98%;
    height: auto; }

  .fpLoop .loop-content .post {
    display: inline;
    width: auto; }

  .fpLoop .entry-header {
    width: auto;
    display: inline; }

  .fpLoop .entry-title {
    display: inline; }

  .fpLoop .entry-title a {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 15px;
    color: black;
    padding: 4px 8px;
    text-decoration: none; }

  .fpLoop .entry-title a:hover {
    color: white; }

  #longBoxTxt {
    float: none;
    margin-left: 0px; }

  /*
   * Gravity Forms CSS to make right-align act like top-align
   */  .gform_wrapper .right_label .gfield_label {
    margin: 10px 0 4px 0 !important;
    display: -moz-inline-stack !important;
    display: inline-block !important;
    line-height: 1.3em;
    clear: both;
    text-align: left !important;
    float: none !important;
    width: 100% !important; }

  .gform_wrapper .right_label div.ginput_complex {
    width: 100% !important; }

  .gform_wrapper .right_label input.small,
  .gform_wrapper .right_label select.small {
    width: 25% !important; }

  .gform_wrapper .right_label input.medium,
  .gform_wrapper .right_label select.medium {
    width: 47% !important; }

  .gform_wrapper .right_label input.medium {
    padding-right: 2px !important; }

  .gform_wrapper .right_label input.large,
  .gform_wrapper .right_label select.large,
  .gform_wrapper .right_label textarea.textarea {
    width: 99.2% !important; }

  .gform_wrapper .gform_footer.right_label {
    padding: 16px 0 10px 0 !important;
    margin: 16px 0 0 0 !important;
    text-align: center;
    clear: both !important; } }

@media all and (max-width: 780px) {
  .leftThird,
  .cntrThird,
  .rightThird {
    width: 80%;
    float: none;
    padding: 0 8px; }


  .media-one,
  .media-two,
  .media-three,
  .media-four {
    width: 100%; }

  .fpLoop {
    width: 98%;
    height: auto;
    text-align: center; }

  .fpLoop .loop-content .post {
    display: block;
    width: auto; }

  .fpLoop .entry-header {
    width: auto;
    display: block; }

  .fpLoop .entry-title {
    display: block; } }

@media all and (max-width: 610px) {
  .container,
  .front_page .container {
    margin: -205px auto 0; }

  .front_page .header_container {
    height: 213px; }

  .quikLinks {
    float: none;
    text-align: center;
    margin: 0;
    padding: 5px 0 0 0; }

  #thesis_header_image {
    display: block;
    margin: 0 auto !important; }

  #header,
  .blog #header,
  .front_page #header {
    background: none; }

  .fpLoop {
    width: 98%;
    height: auto;
    text-align: center; }

  .fpLoop .loop-content .post {
    display: block;
    width: auto; }

  .fpLoop .entry-header {
    width: auto;
    display: block; }

  .fpLoop .entry-title {
    display: block; } }

@media all and (max-width: 450px) {
  .leftThird,
  .cntrThird,
  .rightThird {
    width: auto;
    float: none;
    padding: 0 5px; }

  .planvisit .leftThird,
  .planvisit .cntrThird,
  .planvisit .rightThird {
    width: 100%;
    padding: 0; }

  .marketLeft,
  .marketRight {
    width: auto;
    padding: 0; } }