/* Wordpress header stuff, i.e. theme information */
/*
Theme Name: Lake Lure Cottage Kitchen, v1
Theme URI: http://lakelurecottagekitchen.com
Description: The theme for lakelurecottagekitchen.com, created Dec 2011
Author: Kristen Klett & Michael Klett
Author URI: 
Version: 1.0
Tags: 

License: Copyright LakeLureCottageKitchen.com, All Rights Reserved
License URI: none
*/
/* HTML5 Boilerplate pre-styles */
/* 
 * HTML5 ✰ Boilerplate
 *
 * What follows is the result of much research on cross-browser styling. 
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 * 
 * ==|== normalize ==========================================================
 */
/* =============================================================================
   HTML5 display definitions
   ========================================================================== */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block; }

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

audio:not([controls]) {
  display: none; }

[hidden] {
  display: none; }

/* =============================================================================
   Base
   ========================================================================== */
/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Force vertical scrollbar in non-IE
 * 3. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */
html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0;
  font-size: 13px;
  line-height: 1.231; }

body, button, input, select, textarea {
  font-family: sans-serif;
  color: #222; }

/* 
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */
::-moz-selection {
  background: #fe57a1;
  color: #fff;
  text-shadow: none; }

::selection {
  background: #fe57a1;
  color: #fff;
  text-shadow: none; }

/* =============================================================================
   Links
   ========================================================================== */
a {
  color: #00e; }

a:visited {
  color: #551a8b; }

a:hover {
  color: #06e; }

a:focus {
  outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active {
  outline: 0; }

/* =============================================================================
   Typography
   ========================================================================== */
abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

dfn {
  font-style: italic; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

ins {
  background: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp {
  font-family: monospace, monospace;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: none; }

q:before, q:after {
  content: "";
  content: none; }

small {
  font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* =============================================================================
   Lists
   ========================================================================== */
ul, ol {
  margin: 1em 0;
  padding: 0 0 0 40px; }

dd {
  margin: 0 0 0 40px; }

nav ul, nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0; }

/* =============================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/e 
 */
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9 
 */
svg:not(:root) {
  overflow: hidden; }

/* =============================================================================
   Figures
   ========================================================================== */
figure {
  margin: 0; }

/* =============================================================================
   Forms
   ========================================================================== */
form {
  margin: 0; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label {
  cursor: pointer; }

/* 
 * 1. Correct color not inheriting in IE6/7/8/9 
 * 2. Correct alignment displayed oddly in IE6/7 
 */
legend {
  border: 0;
  *margin-left: -7px;
  padding: 0; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */
button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */
button, input {
  line-height: normal;
  *overflow: visible; }

/*
 * Reintroduce inner spacing in 'table' to avoid overlap and whitespace issues in IE6/7
 */
table button, table input {
  *overflow: auto; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */
button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button; }

/*
 * Consistent box sizing and appearance
 */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/* 
 * Remove inner padding and border in FF3/4: h5bp.com/l 
 */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/* 
 * 1. Remove default vertical scrollbar in IE6/7/8/9 
 * 2. Allow only vertical resizing
 */
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical; }

/* Colors for form validity */
input:invalid, textarea:invalid {
  background-color: #f0dddd; }

/* =============================================================================
   Tables
   ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td {
  vertical-align: top; }

/* Template specific mixins */
/* Template specific styles */
/* =============================================================================
   Main LakeLureCottageKitchen Styles
   ========================================================================== */
body {
  font-size: 100%;
  color: #5d544c;
  background: #fbd162 url("images/bg-dot.png") 0 4px repeat;
  font-family: Georgia, serif; }

div#inner_body {
  background: #fff1e2 url("images/bg-diamonds.png") -20px -32px repeat; }

a:link, a:visited, a:active {
  color: #D17C22; }

label .screen-reader-text {
  display: none; }

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

#stalactite {
  background: transparent url("images/bg-dot-stalactite.png") left top repeat-x; }

#stalagmite {
  background: transparent url("images/bg-dot-stalagmite.png") left bottom repeat-x; }

#page {
  width: 90%;
  max-width: 1140px;
  min-width: 960px;
  margin: 0 auto;
  background: #ffffff;
  -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.4); }
  #page header #page_nav {
    float: right;
    padding: 8px;
    white-space: nowrap; }
    #page header #page_nav ul.menu {
      float: left;
      padding: 3px 0;
      margin-right: 8px; }
      #page header #page_nav ul.menu li {
        font-size: 15px;
        display: block;
        float: left;
        padding-right: 5px;
        margin-right: 5px;
        border-right: 1px solid #777069;
        line-height: 1; }
        #page header #page_nav ul.menu li:last-child {
          padding-right: 0;
          margin-right: 0;
          border-right: none; }
        #page header #page_nav ul.menu li a {
          color: #777069;
          text-decoration: none;
          text-transform: uppercase; }
    #page header #page_nav form.searchform {
      float: left;
      white-space: nowrap; }
  #page header #main_nav {
    width: 100.5%;
    height: 38px;
    position: relative;
    left: -0.25%;
    font-size: 1.2em;
    /* IE */
    background: #756e67 url("images/bg-brown-ribbon.png") left top repeat-x;
    -moz-box-shadow: 0px 1px 2px 0px rgba(68, 68, 68, 0.6);
    -webkit-box-shadow: 0px 1px 2px 0px rgba(68, 68, 68, 0.6);
    box-shadow: 0px 1px 2px 0px rgba(68, 68, 68, 0.6); }
    #page header #main_nav ul {
      position: relative;
      /* This protects the inner element from being blurred */ }
    #page header #main_nav ul {
      text-align: center;
      white-space: nowrap; }
      #page header #main_nav ul li {
        display: inline;
        line-height: 2.235em;
        margin: 0 0.5em; }
      #page header #main_nav ul li:first-child {
        margin-left: 0; }
      #page header #main_nav ul li:last-child {
        margin-right: 0; }
    #page header #main_nav ul li a, #page header #main_nav ul li span.dummy {
      font-size: 100%;
      color: #fff1e1;
      text-decoration: none;
      text-transform: uppercase;
      text-shadow: 1px 1px #444; }
      #page header #main_nav ul li a:hover, #page header #main_nav ul li span.dummy:hover {
        color: #ffffff; }
  #page #footer {
    color: #fff1e2;
    background-color: #5B524A;
    display: block;
    clear: both;
    margin-top: 1.5em;
    padding: 1.5em; }
    #page #footer p {
      margin: 1.5em 0;
      text-align: center; }

form.searchform input.s, form.searchform button.search_submit {
  float: left;
  margin: 0;
  padding: 3px;
  border: 1px solid;
  border-color: #5e554d;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.5);
  font-size: 13px;
  line-height: 16px; }

form.searchform input.s {
  width: 183px;
  height: 16px;
  padding-left: 5px;
  padding-right: 5px;
  background-color: #fff1e2;
  color: #777069; }

form.searchform button.search_submit {
  width: 22px;
  float: left;
  margin-left: -1px;
  text-indent: -9000px;
  background: #5e554d url("images/search.png") 5px 5px no-repeat; }

#masthead {
  clear: both;
  background: transparent url("images/kitchen-photo.jpg") no-repeat center;
  padding-top: 1px;
  height: 199px; }
  #masthead h1 {
    margin: 44px 0;
    height: 91px;
    width: 500px;
    padding: 10px 0 10px 10px;
    /* http://www.colorzilla.com/gradient-editor/#e2d7ca+0,e2d7ca+100&1+0,0.9+66,0+100;Lake+Lure+Cottage+Kitchen+Header */
    background: -moz-linear-gradient(left, #e2d7ca 0%, rgba(226, 215, 202, 0.9) 66%, rgba(226, 215, 202, 0) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #e2d7ca), color-stop(66%, rgba(226, 215, 202, 0.9)), color-stop(100%, rgba(226, 215, 202, 0)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #e2d7ca 0%, rgba(226, 215, 202, 0.9) 66%, rgba(226, 215, 202, 0) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #e2d7ca 0%, rgba(226, 215, 202, 0.9) 66%, rgba(226, 215, 202, 0) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #e2d7ca 0%, rgba(226, 215, 202, 0.9) 66%, rgba(226, 215, 202, 0) 100%);
    /* IE10+ */
    background: linear-gradient(to right, #e2d7ca 0%, rgba(226, 215, 202, 0.9) 66%, rgba(226, 215, 202, 0) 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e2d7ca', endColorstr='#00e2d7ca',GradientType=1 );
    /* IE6-9 */
    /*background-color: rgb(226,215,202); */
    /* Fallback solid color */
    /*background-color: rgba(226,215,202,0.8);*/ }
    #masthead h1 #logo {
      display: block;
      width: 315px;
      height: 91px;
      text-indent: -9000px;
      background: transparent url("images/lake-lure-cottage-kitchen.png") left top no-repeat; }

#main {
  float: left;
  width: 62%;
  padding: 2.1% 0 0 2.1%; }
  #main div.navigation {
    font-family: 'Alex Brush', cursive;
    font-size: 1.6em;
    padding-bottom: 1.5em; }
    #main div.navigation .alignleft {
      float: left; }
    #main div.navigation .alignright {
      float: right; }

/* Scale up the main to take more of the screen as the screen size scales up. */
/* Sidebar is staying constant */
/*@media screen and (min-width:1000px){ #main { width: 63%; } }*/
@media screen and (min-width: 1100px) {
  #main {
    width: 64%; } }
@media screen and (min-width: 1200px) {
  #main {
    width: 66.667%; } }
#main p {
  line-height: 1.6em; }

#sidebar {
  float: right;
  width: 300px;
  margin: 2.1% 2.1% 0 0;
  padding-top: 30px;
  background: transparent url("images/sidebar-scroll-top.png") no-repeat left top; }
  #sidebar .widget ul li a {
    text-decoration: none; }
    #sidebar .widget ul li a:hover {
      text-decoration: underline; }
  #sidebar article {
    margin-bottom: 2em; }
    #sidebar article.widget_recent_entries ul li {
      margin: 1em 0; }
    #sidebar article h2 {
      font-family: 'Alex Brush', cursive;
      margin: 0.5em 0;
      font-size: 1.8em; }
    #sidebar article ul {
      list-style: none;
      margin: 1em 0;
      padding: 0; }
      #sidebar article ul li {
        line-height: 1em;
        margin: 0.6em 0; }
  #sidebar #follow_sidebar {
    background: transparent url("images/sidebar-scroll-bot.png") no-repeat left bottom;
    padding-bottom: 30px;
    text-align: center; }
    #sidebar #follow_sidebar p {
      font-family: "Trajan Pro", Georgia, serif;
      text-transform: uppercase; }
  #sidebar #meet_penny_sidebar a, #sidebar #lake_lure_sidebar a {
    display: block;
    width: 300px;
    height: 124px;
    text-indent: -9000px;
    background-position: top left;
    background-repeat: no-repeat; }
  #sidebar #meet_penny_sidebar a {
    background-image: url("images/meet-penny-sidebar.jpg"); }
  #sidebar #lake_lure_sidebar a {
    background-image: url("images/lake-lure-sidebar.jpg"); }

article.hentry {
  margin-bottom: 3em;
  overflow: hidden; }
  article.hentry .hentry-title {
    color: #d17c22;
    font-size: 1.7em;
    margin: 0;
    text-shadow: 1px 1px 3px rgba(119, 112, 105, 0.4);
    line-height: 1em;
    text-transform: uppercase;
    font-weight: normal; }
  article.hentry .hentry-title a {
    color: #d17c22;
    text-decoration: none; }
  article.hentry .published {
    display: block;
    font-size: 1em;
    line-height: 1.4em;
    margin: 1em 0;
    color: #8e8882;
    border-bottom: none; }
  article.hentry .entry-content {
    line-height: 1.4em;
    margin: 1em 0;
    /* Blogger put margin around images */ }
    article.hentry .entry-content img, article.hentry .entry-content .wp-caption {
      display: block;
      border: 10px solid #ffffff;
      max-width: 96% !important;
      height: auto !important;
      box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
      margin: 1.5em auto; }
    article.hentry .entry-content .wp-caption p {
      margin: 10px 0 0 0;
      font-size: 0.9em;
    }
    article.hentry .wp-caption img {
      border: none;
      box-shadow: 0;
      max-width: 100% !important;
      margin: 0;
    }
    article.hentry .entry-content a {
      margin: 0 !important; }
    article.hentry .entry-content p {
      margin: 1.5em 0; }
  article.hentry footer {
    border-top: 1px dotted #FFE3B1;
    border-bottom: 1px dotted #FFE3B1;
    padding: 7px; }
    article.hentry footer p {
      margin: 0;
      color: #8e8882;
      font-size: 0.875em; }
    article.hentry footer p.permalink, article.hentry footer p.comments_count {
      float: right;
      clear: right; }

article.hentry:last-child {
  margin-bottom: 0; }

#all-comments {
  padding-top: 30px;
  background: transparent url("images/sidebar-scroll-top.png") no-repeat center top; }
  #all-comments h3#comments {
    font-family: 'Alex Brush', cursive;
    font-size: 1.7em; }
  #all-comments ol.commentlist {
    list-style-type: none;
    margin: 1.5em 0; }
    #all-comments ol.commentlist li {
      margin: 1.5em 0; }

/* HTML5 Boilerplat post-styles */
/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */
/* For image replacement */
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr; }

.ir br {
  display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden {
  display: none !important;
  visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible {
  visibility: hidden; }

/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  zoom: 1; }

/* ==|== media queries ======================================================
   PLACEHOLDER Media Queries for Responsive Design.
   These override the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 480px) {
  /* Style adjustments for viewports 480px and over go here */ }
@media only screen and (min-width: 768px) {
  /* Style adjustments for viewports 768px and over go here */ }
/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }

  /* Black prints faster: h5bp.com/s */
  a, a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""; }

  /* Don't show links for images, or javascript/internal links */
  pre, blockquote {
    border: 1px solid #999;
    -moz-border-radius-break-inside: avoid; }

  thead {
    display: table-header-group; }

  /* h5bp.com/t */
  tr, img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }

  h2, h3 {
    page-break-after: avoid; } }
