/*
* KidsCookingGreen
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 8/17/2011
*/


/* Table of Content
==================================================
#Reset & Basics
#Fonts
#Basic Styles
#Site Styles
#Typography
#Links
#Lists
#Images
#Buttons
#Tabs
#Forms
#Menu + Logo
#Misc 
#Sidebar
#Footer
*/


/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block; }
body {
    line-height: 1; }
ol, ul {
    list-style: none; }
blockquote, q {
    quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none; }
table {
    border-collapse: collapse;
    border-spacing: 0; }

/* #Fonts
================================================== */
@font-face {
    font-family: 'kg_turning_tablesregular';
    src: url('../fonts/KGTurningTables-webfont.eot');
    src: url('../fonts/KGTurningTables-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/KGTurningTables-webfont.woff') format('woff'),
    url('../fonts/KGTurningTables-webfont.ttf') format('truetype'),
    url('../fonts/KGTurningTables-webfont.svg#kg_turning_tablesregular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: auto;
}

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

/* #Basic Styles
================================================== */
body {
    background: #ffffff url('../images/iStock_000002763855Small.jpg');
    font: 12px/1.5em 'kg_love_somebodyregular', sans-serif;
    -webkit-text-shadow: rgba(255,255,255,0.01) 0 0 1px;
    -webkit-text-stroke-width: 0.1px;
    font-weight: 600; 
    color: rgb(75,75,75);
    letter-spacing: 1px; 
}

/*
.sackcloth { background: url('../images/sackcloth.jpg'); }
.burlap { background: url('../images/iStock_000002763855Small.jpg');}
.grass { background: url('../images/green-grass-seamless-pattern.jpg'); }
.wheat-flour-1 { background: url('../images/21021166-surface-covered-with-the-wheat-flour-as-a-background.jpg'); }
.wheat-flour-2 { background: url('../images/21021166-surface-covered-with-the-wheat-flour-as-a-background.jpg'); }
.basil { background: url('../images/stock-photo-fresh-basil-background-14883670.jpg'); }
*/

.home p {font-family: 'kg_love_somebodyregular', sans-serif;  font-weight: 600; line-height: 1.5em; font-size: 130%; }

/* #Typography
================================================== */
h1, h2, h3, h4, h5, h6 {
    color: #004B23; 
    font-family: 'kg_turning_tablesregular', sans-serif;
    font-weight: normal; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
h1 { font-size: 200%; line-height: 1.4em }
h2 { font-size: 120%; line-height: 1.5em; margin-bottom: .5em; }
h3 { font-size: 110%; line-height: 1.5em }
h4 { font-size: 100%; line-height: 1.5em }
h5 { font-size: 100%; line-height: 1.5em }
h6 { font-size: 100%; line-height: 1.5em }
.subheader { color: #777; }

p { margin: 0 0 20px 0; }
p img { margin: 0; }
p.lead { font-size: 21px; line-height: 27px; color: #777;  }

em { font-style: italic; }
strong { font-weight: bold; color: #333; }
small { font-size: 80%; }

/*	Blockquotes  */
blockquote, blockquote p { font-size: 17px; line-height: 24px; color: #777; font-style: italic; }
blockquote { margin: 0 0 20px; padding: 9px 20px 0 19px; border-left: 1px solid #ddd; }
blockquote cite { display: block; font-size: 12px; color: #555; }
blockquote cite:before { content: "\2014 \0020"; }
blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #555; }

hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 10px 0 30px; height: 0; }


/* #Links
================================================== */
a, a:visited { color: #333; text-decoration: underline; outline: 0; }
a:hover, a:focus { color: #000; }
p a, p a:visited { line-height: inherit; }


/* #Lists
================================================== */
ul, ol { margin-bottom: 20px; }
ul { list-style: none outside; }
ol { list-style: decimal; }
ol, ul.square, ul.circle, ul.disc, .content ul { margin-left: 2em; }
ul.square { list-style: square outside; }
ul.circle { list-style: circle outside; }
ul.disc, .content ul { list-style: disc outside; }
ul ul, ul ol,
ol ol, ol ul { margin: 4px 0 5px 30px; font-size: 90%;  }
ul ul li, ul ol li,
ol ol li, ol ul li { margin-bottom: 6px; }
li { line-height: 18px; margin-bottom: 12px; }
ul.large li { line-height: 21px; }
li p { line-height: 21px; }

/* #Images
================================================== */

img.scale-with-grid {
    max-width: 100%;
    height: auto; }

.imgfloat { float: left; margin: 0 25px; }


/* #Buttons
================================================== */
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  font-family: 'kg_turning_tablesregular';
  color: #555;
  text-align: center;
  font-size: 11px;
/*  font-weight: 600;*/
  line-height: 38px;
  letter-spacing: .1rem;
/*  text-transform: uppercase;*/
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #bbb;
  cursor: pointer;
  box-sizing: border-box; }
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  color: #333;
  border-color: #888;
  outline: 0; }
.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
  color: #FFF;
  background-color: #7EB942;
  border-color: #7EB942; }
.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
  color: #FFF;
  background-color: #F37622;
  border-color: #F37622; }

/* #Forms
================================================== */

form {
    margin-bottom: 20px; }
fieldset {
    margin-bottom: 20px; }
input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select {
    border: 1px solid #ccc;
    padding: 6px 4px;
    outline: none;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    font: 13px 'kg_love_somebodyregular', sans-serif;
    color: #777;
    margin: 0;
    width: 210px;
    max-width: 100%;
    display: block;
    margin-bottom: 20px;
    background: #fff; }
select {
    padding: 0; }
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
    border: 1px solid #aaa;
    color: #444;
    -moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
    box-shadow:  0 0 3px rgba(0,0,0,.2); }
textarea {
    min-height: 60px; }
label,
legend {
    display: block;
    font-weight: bold;
    font-size: 13px;  }
select {
    width: 220px; }
input[type="checkbox"] {
    display: inline; }
label span,
legend span {
    font-weight: normal;
    font-size: 13px;
    color: #444; }

/* #Menu & Logo
================================================== */        
.header {
    height:165px;
    margin-bottom: 20px;
    clear: both;
}

.menublock {
    height: 109px; 
}

#menu-main-menu li {
    font-family: 'kg_turning_tablesregular';
    float: left;
    list-style-type: none;
    font-size: 16px;
    position: relative;
}

#menu-main-menu li a { color: #004B23; text-decoration: none; }
#menu-main-menu li a:hover { text-decoration: underline; }

    li.menulink-1, li.menulink-4, li.menulink-2, li.menulink-3 { width: 14%; padding-top: 1em; }
    li.menulink-1, li.menulink-2 { text-align: left; padding-left: 5%}
    li.menulink-3, li.menulink-4 { text-align: right; padding-right: 5%}

    li.menu-home{ width: 24%; text-align: center; }
    li.menu-home a {
	display: block;
	margin: 0 auto;
	background-image:url('../images/logo.png');
	background-repeat: no-repeat;
	background-position: top center;
	width: 202px;
	height: 77px;
	text-indent: -9000px;
    }

#menu-main-menu li ul {
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	display: none;
	float: left;
	margin: 0px;
	position: relative;
	top: .5em;
	left: 1em;
	width: 200px;
	z-index: 99999;
	background-color: #ffffff;
    }

#menu-main-menu  li ul li { padding-top: 5px; text-align: left; padding-left: 1em; }

#menu-main-menu  ul li ul {
	display: none !important;
	left: 50%;
	top: 1em;
    }

#menu-main-menu  li ul li{
	display: block;
	width: 200px;
    }

#menu-main-menu  li ul li a {
	display: inline-block; 
	font-weight: normal;
	font-size: 80%;
    }


#menu-main-menu  li:hover > ul {
	display: block;
    }


.logo h1 { text-align: center; font-size: 240%;}
.logo a{
    color: #004B23; 
    text-decoration: none;
}

/* #Misc
================================================== */
.title{
    padding-bottom: 15px;
}	

.full-width{
    padding-left: 10px;
} 

.vimeowrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	margin-bottom: 1em; 
}
.vimeowrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.vimeowrapper object,
.vimeowrapper embed,  {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* #Sidebar
================================================== */
.sidebar{
    font: 14px/1.5em 'kg_love_somebodyregular', sans-serif;
    font-weight: 600; 
}   

.sidebar li{
    list-style: none;
}

/* #Footer
================================================== */
.footer { color: #004B23; font-size: 80%; }
.footer a { color: #004B23; text-decoration: none; }
.footer a:hover { text-decoration: underline; }

.footer li{
    list-style: none;
    padding-right: 15px;
    float: left;
    width: 220px;
}

.footerleft { width: 6%; float: left; }
.footermiddle { width: 88%; float: left; }
.footerright { width: 6%; float: left; }

.copyright { font-family: 'kg_turning_tablesregular', sans-serif; }

 /* #Home Page
================================================== */
#homeboxes {margin: 1em 0; }

.greenbox {
    width: 98%; 
    margin: 0px 5px 1em 5px !important; 
}

.boxframe {     
    border: 2px solid black;;
    margin: 0 10px; 
    padding: 10px;
    height: 140px;  
    color: #004B23;
}

.boxframe img { height: 140px; width: auto; margin-right: 10px; float: left; }

.greenbar { background-color: #004b24; color: #ffffff; margin-bottom: 2em; padding: 4px 0; text-align: center; }

.greenbar p { margin: 0; }
.greenbar a { color: #ffffff; text-decoration: none; }
.greenbar a:hover { text-decoration: underline; }

.greenbox {     font-family: 'kg_turning_tablesregular', sans-serif;
color: #000000; margin-bottom: 2em; padding: 4px 0; font-size: 80%; text-align: center; border: 1px solid #E3EBDE;}

.greenboxi { 
    background-color: #E7EBDC; 
    color: #000000; 
    margin-top: 1em; 
    margin-bottom: 2em; 
    padding: 10px 0; 
    border: 1px solid #B3BDB2;
}

.greenboxi p { margin: 0 25px 1em 25px ; }
.greenboxi h1, .greenboxi h2, .greenboxi h3, .greenboxi h4, .greenboxi h5, .greenboxi h6 {
    margin-left: 25px; 
    margin-bottom: 0; 
}

.greenboxi hr { border-top: 1px dotted #004b24; border-width: 1px 0 0; clear: both; margin: 2em 25px 2em 25px; height: 0; }



.flex-active-slide img{
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    transform:rotate(-3deg);
    -ms-transform:rotate(-3deg); /* IE 9 */
    -webkit-transform:rotate(-3deg); /* Safari and Chrome */
    -webkit-box-shadow: 7px 7px 5px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    7px 7px 5px rgba(50, 50, 50, 0.75);
    box-shadow:         7px 7px 5px rgba(50, 50, 50, 0.75);
}

.interior-featured { 
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    transform:rotate(-3deg);
    -ms-transform:rotate(-3deg); /* IE 9 */
    -webkit-transform:rotate(-3deg); /* Safari and Chrome */
    -webkit-box-shadow: 7px 7px 5px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    7px 7px 5px rgba(50, 50, 50, 0.75);
    box-shadow:         7px 7px 5px rgba(50, 50, 50, 0.75);
    float: left; 
    margin: 0 2em 2em 0; 
    max-width: 260px;
    width: 260px;
    height: auto;
}

.clear { clear: both; }

.people-featured { 
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -webkit-box-shadow: 7px 7px 5px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    7px 7px 5px rgba(50, 50, 50, 0.75);
    box-shadow:         7px 7px 5px rgba(50, 50, 50, 0.75);
    float: left; 
    margin: 0 2em 2em 0; 
    max-width: 90%;
    width: 90%;
    height: auto;
}

.people-page h2 { font-size: 150%; }
.people-page h3 { font-size: 120%; }

.people-list { margin-bottom: 1em;}
.people-list h3 { font-size: 100%; }
.people-list h3 a { color: #004B23; text-decoration: none; }
.people-list h3 a:hover { text-decoration: underline; }
.peopleback { float: right; margin: 1em 0; }
.peopleback a {     
    color: #004B23; 
    font-size: 90%;
    font-family: 'kg_turning_tablesregular', sans-serif;
    text-decoration: none;
}
.peopleback a:hover { text-decoration: underline; }


.modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transform: scale(1.1);
    transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
}
.modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 1rem 1.5rem;
    width: 50%;
    border-radius: 0.5rem;
}
@media only screen and (max-width: 959px) {
    .modal-content { width: 85%; }
}

.print-button { font-size: 20px; }
.close-button, .print-button {
    float: right;
    width: 1.5rem;
    line-height: 1.5rem;
    text-align: center;
    cursor: pointer;
    border-radius: 0.25rem;
/*    background-color: lightgray;*/
}
.close-button:hover {
    background-color: darkgray;
}
.show-modal {
    opacity: 1;
    visibility: visible;
    transform: scale(1.0);
    transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
    z-index: 99; 
}
.modal.show-modal{
    display: block !important;
}
.modal-content, .modal-content li { font-size: 1.2vh; line-height: 1.4vh;}

.recipe { text-align: center; }
.recipephoto img { width: 100%; height: auto; }
.recipe .modal { text-align: left; }
.printable { display: none; }
