/* REVISED JUNE 2017 RESPONSIVE */

body {
	margin: 0 auto;
	background-color: #CCCACB;
}


/* STRUCTURE */

#container {
	max-width: 785px;
      margin: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #FFFFFF;
	border: 1px solid #666666;
}

/* HEADER + LOGO */

header {
	display: block;
}

img.logo {
      max-width: 100%;
	display: block;
      margin: 0 auto;
}

/* NAVIGATION */

.navwrapper { 
/* border: 1px solid orange;   */
display: block;
width: 100%;
	overflow: auto; 
background: #B5E29B; 
}

#links {
/* border: 2px solid purple;  */
	float: right;
	vertical-align: center; 
}

img.addthisbutton {
	margin: 12px 20px 12px 0px;
}

img.facebookbutton {
/*  next line used until FB page live */
	display: none; 
	margin: 5px 25px 5px 0px;
}


#menubutton {
	border: 1px solid #666666;
/*    display: inline-block;  */
	margin: 5px 15px 5px 0px;  
/*	width: 45px; */
	background-color: #FFFFFF;
/*	right: 0;  */
	float: right;
	cursor: pointer;
}

.bar1, .bar2, .bar3 {
    width: 27px; /* orig 35 */
    height: 3px; /* orig 5 */
    background-color: #333333;
    margin: 5px 5px 5px 5px; /* orig 6,5,6,5 */
    transition: 0.4s;
}

.change .bar1 {
    -moz-transform: rotate(-40deg) translate(-5px, 6px) ; /* orig -9px, 6px */  /* Firefox */
    -ms-transform: rotate(-40deg) translate(-5px, 6px) ; /* orig -9px, 6px */  /* IE 9 */
    -webkit-transform: rotate(-40deg) translate(-5px, 6px) ; /* orig -9px, 6px */  /* Chrome, Safari, Opera */
    transform: rotate(-40deg) translate(-5px, 6px) ; /* orig -9px, 6px */ 
}

.change .bar2 {opacity: 0;}

.change .bar3 {
    -moz-transform: rotate(40deg) translate(-5px, -7px) ; /* orig -8px, -8px */  /* Firefox */
    -ms-transform: rotate(40deg) translate(-5px, -7px) ; /* orig -8px, -8px */  /* IE 9 */
    -webkit-transform: rotate(40deg) translate(-5px, -7px) ; /* orig -8px, -8px */  /* Chrome, Safari, Opera */
    transform: rotate(40deg) translate(-5px, -7px) ; /* orig -8px, -8px */
}

	/* open top navigation toggle container */

label {
  cursor: pointer;
}

#menu-toggle {
	display: none; /* hide the checkbox */
}

#menu-toggle:checked + .top {
	display: block;  
}

	/* initial navigation values */

nav.top { 
	display: none;
}

nav.bottom {
	display: block;
}

nav.top, nav.bottom {
/*  border: 1px solid red;  */
	clear: both;
	width: calc(100% - 1px);
	margin: 0 auto;
	text-align: center;
	vertical-align: middle;
	background-color: #B5E29B;
/*	padding: 13px 0px 10px 0px; */
}

nav.top ul, nav.bottom ul {
/* border: 1px solid blue;  */
	display: inline-block;
	margin: auto;
	list-style: none;
	padding-left: 0;
	margin: 2px 0px 3px 0px;
/* added */

}

nav.top li, nav.bottom li {
/*	display: inline;  */
	display: inline-block;
	font-family: Arial;
	font-weight: bold; 
	text-decoration: none;
/*	height: 25px;  */
	background-color: #456A42; 
	margin: 2px;
/*	text-align: center;  */
	border-radius: 12px;
	padding: 6px 14px 6px 14px;
}

nav.top li.midgreen, nav.bottom li.midgreen {
	background-color: #668855;
}

nav.top li a, nav.bottom li a {
	color: #FFFFFF;
	font-weight: bold; 
	text-decoration: none;
}

nav.top a.cookbook, nav.bottom li a.cookbook {
	color: #FFFF66;
}


/* MAIN CONTENT */

article {
/*	display: block;  */
	clear: both;
      margin: 0 auto;
      width: 96%;
	background-color: #FFFFFF; 
}

article UL {
list-style-type: none;
padding: 0;
/* margin: 2.0em; */
margin: 1em 1em 1em 1.5em;
}

article LI {
background-image: url(images/triangle_green.gif);
background-repeat: no-repeat;
background-position: 0 0.3em;
/* next line is indent to where text starts  */
padding-left: 2.0em;
/* next line is spacing between list items  */
margin-bottom: 0.5em;
}

ul.indent {
	text-indent: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	list-style-type: none;
}

li.indent {
	list-style-type: none;
	text-decoration: none;
}

UL.small {
/* 	font-size: 80%; */
	}


UL.inline
{
list-style-type: none;
padding: 0;
margin: 0.0em;
/* margin-left: 0.0em; */
}

LI.inline
{
background-image: url(images/triangle_green.gif);
background-repeat: no-repeat;
background-position: 0 0.3em;
/* next line is indent to where text starts  */
padding-left: 2.0em;
/* next line is spacing between list items  */
margin-bottom: 0.4em
}


UL.tick, UL.cross
{
list-style-type: none;
padding: 0;
margin: 0.0em;
/* margin-left: 0.0em; */
}

LI.tick
{
background-image: url(images/tick_green.gif);
background-repeat: no-repeat;
background-position: 0 0.3em;
/* next line is indent to where text starts  */
padding-left: 2.0em;
/* next line is spacing between list items  */
margin-bottom: 0.4em
}

LI.cross
{
background-image: url(images/cross_green.gif);
background-repeat: no-repeat;
background-position: 0 0.3em;
/* next line is indent to where text starts  */
padding-left: 2.0em;
/* next line is spacing between list items  */
margin-bottom: 0.4em
}

UL.jump {
	margin: 2.0em;
	columns: 2;
	-webkit-columns: 2;
	-moz-columns: 2;
}

LI.jump {
background-image: url(images/triangle_down.gif);
background-repeat: no-repeat;
background-position: 0 0.3em;
/* next line is indent to where text starts  */
padding-left: 2.0em;
/* next line is spacing between list items  */
margin-bottom: 0.4em
}

article A {
	color: #456A42;
}

A.gdgh {
	color: #FFFFFF;
	text-decoration: none;
}
 
P, BR, TD, LI {
	font-family: Verdana, Arial, Helvetica, sans-serif;
/*	font-size: 94%;  UNIVERSAL ORIGINAL  */
	font-size: 100%;  
}

P.right {
	text-align: right;
}

P.center {
	text-align: center;
}

P.small {
	font-size: 80%; 
	}

span.large {
	font-size: 125%;
}

TH {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
	background-color: #799668; 
	padding: 5px;
}

TH, TD {
	vertical-align: top;
	padding: 3px;
}

TABLE.toolbar {
	background-color: #B5E29B; 
}

TD.center {
	text-align: center;
}

TD.jump {
	background-color: #B5E29B; 
	background-image: url(images/triangle_down.gif);
	background-repeat: no-repeat;
	background-position: 0.3em 0.6em;
	padding-left: 1.4em;
}

TD.jump a {
	color: #456A42; 
	font-weight: #bold;
	text-decoration: none;
}

/* for LCIE menuplanatkins.htm table */
TD.lightgreen {
	max-width: 50px;
	background-color: #B5E29B; 
	text-align: center;
}

TD.lightgreenright {
	background-color: #B5E29B; 
	text-align: right;
}

TD.yellow {
	background-color: #FFFFBE; 
}

/* for LCIE easyguide.htm table */
TH.w30 {
	width: 30%;
}

TD.yellowcenter {
	background-color: #FFFFBE; 
	text-align: center;
}

TABLE.box {
	border-collapse: collapse;
	border-style: solid;
	border-width: 2px;
	border-color: #799668; 
	width: 100%; 
	border-spacing: 0px;
}

hr {
/* color: #799668; */
/* border: thin dotted; */
border: none;
border-top: 2px dotted #799668;
}


H1 {
	color: #456A42;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 130%;  /* orig 120 then 140 */
}

H1.sales {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	font-size: 175%;  
}

H2 {
background-image: url(images/favicon.jpg);
background-repeat: no-repeat;
background-position: 0 0.0em;
/* next line is indent to where text starts  */
padding-left: 1.5em;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	font-weight: bold;
	font-size: 100%; /* was 120 */
	margin-top: 0.0em;
}

H2.sales {
background-image: none;
padding-left: 0em;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 130%;  
}

H2.home {
	background-image: none;
	background-color: #799668; 
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	font-weight: bold;
	font-size: 100%; 
	padding: 3px 0px 5px 5px;
	margin-top: 0.0em;
}

H3 {
background-image: url(images/square_green.gif);
background-repeat: no-repeat;
background-position: 0 0.4em;
/* next line is indent to where text starts  */
padding-left: 1.0em;
/* next line is spacing between list items  */
margin-bottom: 0.4em; /* was padding-bottom: 0.0em; */
	color: #456A42;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 94%; 
}

H4 {
background-image: url(images/square_green.gif);
background-repeat: no-repeat;
background-position: 1.0em 0.4em;
/* next line is indent to where text starts  */
padding-left: 2.0em;
/* next line is spacing between list items  */
margin-bottom: 0.4em;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 94%;  
}


/* This is here to make the cookbook main page heading appear at a sensible size before conversion of the template to green */
H6 {	font-family: "Times New Roman", serif;
	font-size: 24pt; 
/*	color: #BC00DD;  */
	color: #3366CC;
	margin-top: 0.4em; 
	margin-bottom: 0.3em; 
	}

/* SPANS */

span.red {
	color: #FF0000;
}

span.darkgreen {
	color: #456A42;
	font-size: 100%;  
}

span.headinggreen {
	color: #009900;
}

span.midgreen {
	color: #799668;
}

span.lightgreen {
	color: #B5E29B;
}

span.ochre {
	color: #E3E19D;
}

span.smallblack {
	color: #000000;
	font-size: 75%;  
}

span.smallgreen {
	color: #456A42;
/*	font-size: 90%;  UNIVERSAL ORIGINAL */
}

span.smallgreen a {
	color: #456A42;
}

span.highlight {
	background-color: #FFFF00;
}

span.strike {
	text-decoration: line-through;
}

span.large {
	font-size: 130%;
	font-weight: bold;
}

span.cookbook {
	background: #799668;
	color: #FFFFBE; 
	font-weight: bold;
	}

span.menusection {
	font-family: Arial;
	color: #FFFFBE;
	font-size: 90%;  
	font-weight: bold; 
	text-decoration: none;
	padding-left: 10px;
}

/* DIVS */

div.whitebox {
	background-color: #FFFFFF;
	border-style: solid;
	border-width: 2px;
	border-color: #799668; 
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
/*	font-size: 94%;  */
	overflow: hidden;
}
div.whiteboxnoborder {
	overflow: hidden;
}

div.yellowbox {
/*	background-color: #E3E19D;  */
	background-color: #FFFFBE;
	border-style: solid;
	border-width: 2px;
	border-color: #456A42; 
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
/*	font-size: 94%;  */
	overflow: hidden;
}

div.greybox {
	background-color: #E3E3E3;
	border-style: solid;
	border-width: 2px;
	border-color: #456A42; 
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
/*	font-size: 94%;  */
	overflow: hidden;
}

div.greenbox {
	background-color: #B5E29B;
	border-style: solid;
	border-width: 2px;
	border-color: #456A42; 
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
/*	font-size: 94%;  */
	overflow: hidden;
}

div.redbox {
	background-color: #FFBEBE;
	border-style: solid;
	border-width: 2px;
	border-color: #FF0000; 
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
/*	font-size: 94%;  */
	overflow: hidden;
}


div.indent {
	margin-left: 1.0em;
	margin-right: 1.0em;
	}

div.center {
	width: 300px;
	margin: auto;
	}

div.forceleft {
	float: none;
	clear: both;
}

/* IMAGES */

img.ebook {
	width: 72px;
	height: 76px;
	float: left;
	text-align: left;
}

img.free_ebook {
	width: 150px;
	height: 150px;
	float: right;
#	text-align: right;
}

img.ordernow {
	float: right;
	border: 0;
	width: 150px;
	height: 150px;
}

img.product {
	float: left;
	margin: 10px 15px 15px 0;
	width: 170px;
	height: 250px;
	border: 1px solid black;
}

img.menuplan {
	border: 1px solid black;
}

img.jackie {
	border: 1px solid black;
	margin: 10px;
	float: right;
	width: 155px;
	height: 207px;
}

img.cherie {
	border: 1px solid black;
	margin: 10px;
	float: right;
	width: 133px;
	height: 133px;
}

img.award {
	margin: 0 15px 15px 0;
}

IMG.pad {
margin-right: 1.0em;
margin-bottom: 1.0em;
}

img.flag {
	width: 24px;
	height: 16px;
	margin: 0 5px 0px 0px;
	vertical-align: middle;
}

img.recipepic {
	float: left;
	margin: 0 15px 15px 0;
	width: 324px;
	height: 190px;
	border: 1px solid black;
}

#slideshow {
	position: relative; 
	font-size: 0;
	width: 324px;
	height: 190px;
	margin: auto;
}

.slide {
	border: 1px solid black;
	opacity: 0; 
	position: absolute; 
	top: 0; 
	left: 0;
	-webkit-transition: opacity 1.5s linear;
	-moz-transition: opacity 1.5s linear;
	-o-transition: opacity 1.5s linear;
	transition: opacity 1.5s linear;
}

.showMe {opacity: 1;}


span.nowrap {
	white-space: nowrap;
}

.hide {
	display: none;	
}

/* YOUTUBE VIDEOS */

.videowrapper {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}
.videowrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* LIST ZEBRA STRIPING */

.odd {background-color: #FFFFBE;} 

.even {} 


/* OLD TOP NAVIGATION */

div.menuleft a {
	font-family: Arial;
	color: #FFFFFF;
	font-size: 90%;  
	font-weight: bold; 
	text-decoration: none;
	padding-left: 20px;
}


/* OLD BOTTOM NAVIGATION */

div.menubottom {
	font-family: Arial;
	color: #FFFFFF;
	font-size: 90%;  
	text-decoration: none;
	text-align: right;
}

div.menubottom a {
	font-family: Arial;
	color: #FFFFFF;
	font-size: 90%;  
	font-weight: bold; 
	text-decoration: none;
}


/* FOOTER */

footer {
	clear: both;
	display: block;
	background-color: #456A42;
	height: 20px;
	font-family: Verdana, Arial;
	color: #B5E29B;
	font-size: 75%;  
	text-align: right;
	padding: 2px 10px 0px 0px;

}

/* ORIGINAL GREEN SITES NO LONGER USED */

TD.optin_repeat {
background-image: url(images/optin_repeater.gif);
	}

TD.menu_background {
background-image: url(images/menu_background.jpg);
	}

TD.footer_background {
background-image: url(images/footer_background.gif);
	}

TD.menu_foot {
background-color: #456A42;
margin-bottom: 5px;
	}

TD.menu_section {
background-image: url(images/menu_section.jpg);
	}

TD.footer_background {
background-image: url(images/footer_background.gif);
	}

TD.bottom_repeat {
background-image: url(images/bottom_menu_background.gif);
	}

TD.repeater_right {
background-image: url(images/repeater_right.jpg);
	}

/* FORMS */

.forminput { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}


/* MEDIA QUERY */

@media all and (max-width: 785px) {
	#container {
	margin-top: 0px;
	margin-bottom: 0px;
}
	nav.top, nav.bottom {
	text-align: left;
	}
	nav.top ul, nav.bottom ul {
	display: block;
	text-align: left;
/*	padding-left: 20px; */
	margin: 5px, 0, 5px, 0;
	}
	nav.top li, nav.bottom li {
	display: block;
	padding: 6px 20px 6px 20px;
	}
	h1.sales {
	font-size: 140%;
      }
	h1 {
	font-size: 120%;
      }
	UL.jump {
      columns: 1;
      -webkit-columns: 1;
      -moz-columns: 1;
	}

}

@media all and (max-width: 610px) {
	h1.sales {
	font-size: 120%;
      }
	h1 {
	font-size: 110%;
      }
	img.product {
	width: 136px;
	height: 200px;
	}
	img.recipepic {
	width: 243px;
	height: 142px;
	}

}

@media print {
	#container {
	border: 0;
	}
	.navwrapper, nav.bottom {
	display: none;
	}
}

