/* css ff_wsdefault - 'FiddleFoisted' by Wayne Mercer */
/* All associated graphics copyright 2006, Wayne Mercer */

/* ........................... Page Default Styles ........................... */
* {
 margin: 0;
 padding: 0;
 vertical-align: top;
}

body {
	margin: 0; 
	padding: 0; 
	font-family: Verdana, Arial, Helvetica, Lucida, sans-serif;
	font-size: 12px;
	background: #EFEFCA; 
	color: #000;
	}
a {
	text-decoration: none; 
	color: #4C3CE8; 
	font-weight: bold;
	outline: none;
	}
a img{
    border: none;
}
a:link {
	}
a:visited {
	}
a:active {
	}
a:hover {
	color: #EA5308; 
	}
strong {
	font-weight: bold; 
	}
em {
	font-style: italic;
	}
pre {
	margin: 0 0 0 10px;	
	padding-top: 8px;
	font: sans-serif;
      	font-size: 95%;
      	font-weight: normal; 
	}
pre strong {
	color: #000; 
	}
p {
	margin: 0; 
	padding: 8px 7px 0 10px; 
	}
h1, h2, h3, h4, h5, h6 {
    	font-weight: normal;
    	margin: 0; padding: 10px 0 10px 0;
    	vertical-align: top;
	color: #64866E; 
}
h1 {
    	font-weight: bold;
	letter-spacing: -1px;
   	font-size: 1.2em;
}
h2 {
   	font-size: 1.1em;
	padding-top: 6px;
	clear: both;
}
h3 {
   	font-size: 1.0em;
    	font-weight: bold;
}
h4 {
   	font-size: 0.8em;
}
h5 {
   	font-size: 0.6em;
}
h6 {
   	font-size: 0.5em;
}
ol {
	margin: 0; 
	margin-left: 3em;
	padding: 1em 1em 0 10px; 
}

.textbox-right {
 font-family: 'Rubik', sans-serif;
 line-height: 1.0;
 font-size: 1.0rem;
 font-weight: 400;
 overflow-x: hidden;
 color: #523414;
 background-color: #e9be5a;
 max-width: 45rem;
/* background-color: #e7ac21; */
 padding: 2rem 2rem;
 margin-left: -5rem;
 border-radius: 9px;
}
.textbox-bottom {
 font-family: 'Rubik', sans-serif;
 line-height: 1.0;
 font-size: 1.0rem;
 font-weight: 400;
 overflow-x: hidden;
 color: #523414;
 background: #e9be5a;
 max-width: 400px;
/* background-color: #e7ac21; */
 padding: 2rem 2rem;
 margin-top: -6rem;
 margin-left: 1rem;
 border-radius: 9px;
}

.heading-primary,
.heading-secondary,
.heading-tertiary {
 font-weight: 700;
 color: #523414;
/* letter-spacing: -0.5px; */
}

.heading-primary {
 font-size: 2.0rem;
 line-height: 1.05;
 margin-bottom: 1rem;
}

.heading-secondary {
 font-size: 1.8rem;
 line-height: 1.05;
 margin-bottom: 0rem;
 text-align: center;
}

.heading-tertiary {
 font-size: 1.2rem;
 line-height: 1.05;
 margin: 1rem;
 margin-top: 0rem;
 padding: 0rem 2rem;
}
ul {
	display: block;
	list-style: disc;
	padding: 0 0 0 25px;
	margin: 0 0 0 0;
	text-align: left;
	} 
img {
    border: 10;
    border-radius: 10px;
    margin-right: 10px;
}

#pagefooter {
  padding: 0px 10px 0px 0px; 
}

/* ................................ IDs .......................... */

/* ... header ... */
#pageheader {
	width: 780px; 
	margin: 20px auto 0px 20px; 
	padding: 10px; 
	border: 1px solid #000; 
	text-align: left;
        background: #628863 repeat-x top;
	min-height: 72px; 
} 
#banner {
	padding: 10px; 
        background: #628863 repeat-x top;
	font-family: 'Tangerine', serif;
	font-size: 36px;
	color: #FFFFFF;
	text-shadow: 4px 4px 4px #2b3b2c;
}

#banner img {
 border-radius: 9px;
}
 
     /* ... navbar ... */
#navbar {
	width: 800px; 
	margin: 0px auto 0px 20px; 
	text-align: left;
	background: #FFFFFF;
	font: sans-serif;
	font-size: 0.8em;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	}
#navbar ul {
	display: block;
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
	line-height: 10px; 
	} 
#navbar ul li {
  	float: left;
  	position: relative; /*** IE6 needs this to display the links ***/
	padding: 1px 0;
	margin: 3px 0;
	width: 9em;  
	border-right: 2px solid #000; 
	list-style: none; 
	}
#navbar ul li.first {
	margin-left: 0; 
	}
#navbar ul li.last {
	border-right: none; 
	}
#navbar a:link {
	color: #996633;
	text-decoration: none;
	}
#navbar a:visited {
	color: #996633;
	text-decoration: none;
	}
#navbar a:hover {
	color: #996633;
	text-decoration: underline;
	}
#navbar a:active {
	color: #996633;
	text-decoration: underline;
	}	
#navclear {
  	display: block;
	clear: both; 
	}

  /* ... content ... */
#content {
  	background-color: #ffffff;
	width: 760px; 
	margin: 0px auto 0px 20px; 
	text-align: left;
	padding: 0px 20px 10px 20px; 
	border: 1px solid #000; 
	border-top: none; 
	}
  /* ... navmenu ... */
#navmenu {
	float: left;
	margin: 0px;
	padding: 10px;
	background: #DFD9D4; 
	width: 150px; 
	display:inline;    /* display inline to prevent IE float bug*/
	font-size: 0.8em;
	text-align: left;
	}
#navmenu a:link, #navmenu a:visited {
	text-decoration: underline; 
	}
#navmenu a:hover {
	color: #000; 
	background: #eef7e2; 
	text-decoration: underline; 
	padding: 1px; 
	}
/* #navmenu .altcolor {
	color: #eef7e2; 
	font-weight: bold; 
	}
#navmenu .altcolor2 {
	color: #cde7a8; 
	font-weight: bold; 
}
#navmenu .altcolor3 { 
	color: #202020; 
	font-weight: bold; 
	}
*/
     /* bottom ... (the very bottom) */
#bottom {
	font: sans-serif;
	margin: 0px 20px 20px 20px; 
	padding: 0 0 0 5px;
	text-align: left;
	background: #70776f;
	background: none;
  	display: block;
	clear: both; 
	}
#bottom p {
	margin: 0; 
	padding: 0;
	}


/* ...............Support for hint script ........... */

#hintbox{ /*CSS for pop up hint box */
position:absolute;
top: 0;
background-color: lightyellow;
width: 150px; /*Default width of hint.*/ 
padding: 3px;
border:1px solid black;
font:normal 11px Verdana;
line-height:18px;
z-index:100;
border-right: 3px solid black;
border-bottom: 3px solid black;
visibility: hidden;
}

.hintanchor{ /*CSS for link that shows hint onmouseover*/
font-weight: bold;
margin: 3px 0px;
}
.hintimganchor{
border: 0;
}

/* ................................ Classes .................... */

.grid {
 display: grid;
 grid-template-columns: 1fr 1fr;
 gap: 4rem;
 align-items: center;
 justify-content: center;
 text-align: center;
}
.grid-banner {
 grid-template-columns: 0.8fr 1.2fr;
 gap: 6rem;
}
.grid-about {
 grid-template-columns: 1.2fr 0.8fr  ;
 gap: 0;
}

.pagetitle  {
	text-align: center; 
	font-family: "Staccato222 BT", Amienne, "monotype corsiva";
    margin: 0; padding: 0 0 10px 0;
    vertical-align: top;
    font-size: 300%;
}
.alignright  {
	margin: 0; 
	padding: 1em 10px 2.5em 0; 
	text-align: right; 
	}
.alignright strong {
	color: #771464; 
	font-weight: bold; 
	}
.aligncenter  {
	text-align: center; 
	}
.altcolor {
	color: #CC0000; 
	}
.altcolor2 {
	color: #64866E; 
	}
.altcolor3 {
	color: #98D49A; 
	}
.altcolor4 {
	color: #4C3CE8; 
	}
.altcolor5 {
	color: #EA5308; 
	}
.altcolor6 {
	color: #787878; 
	}
.altcolor7 {
	color: #878787; 
	}
.altcolor8 {
	color: #FFFFC8; 
	}
.altcolorred { color: #CA0000; }
.altcolorylw { color: #FFD500; }
.altcolorgrn { color: #628863; }



.clear {
       display: block;
	clear: both;
	margin: 0;
	padding: 0; }
.container{
	padding-left: 0px;
	padding-right: 0px;
	margin: 0px;
	}
     /* ... content_box ... */
.content_box {
	text-align: left;
        background-color: transparent;
	clear: both;
	}
.content_box ul {
	display: block;
	list-style: disc;
	padding: 0px 30px;
	margin: 0;
	text-align: left;
	} 

.cdtext {
 	width:480px;
 	color:#000;
 	padding: 0 10px 10px 10px;
 	margin: 0px;
	float:right;
 	display:inline;
 	/* display inline to prevent IE float bug*/
 	}
.quote{
	padding: 8px 40px 8px 40px;
	font-family: arial, sans-serif;
	font-size: 90%;
	font-style: italic;
	}
.quotebox {
 	background:#fafafa;
	width:90%;
 	color:#000;
 	padding: 20px;
 	margin: 0px;
	vertical-align: top;
	grid-template-columns: auto;
}
.quotebox img {
 justify-self: end;
 border-radius: 9px;
}
sidebar {
 	background:#fafafa;
 	width:200px;
 	color:#000;
 	padding: 0 10px 10px 10px;
 	margin: 20px;
	float:right;
 	display:inline;
 	/* display inline to prevent IE float bug*/
 	}
.sidebar h2 {
	padding:0px;
	margin:0px;
	}
.sidebar p {
	padding: 10px 0 0 0;
	margin:0px;
	}
.sidebar ul {
	display: block;
	list-style: disc;
	padding: 10px 0 0 20px;
	margin: 0;
	text-align: left;
	} 
.small {
	font-size: .8em; 
	}
.smaller {
	font-size: .7em;
	}
.smallest {
	font-size: .6em;
	}
.sans-serif {
	font: sans-serif;
	}

/* ................................ New .................... */

.thumbnail{
	padding: 6px 6px 16px 6px;
	background-color: #F2EEE1;
	border: 1px solid #2a2a2a;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.caption{ font-size: 0.9em; padding-top: 0.2em;  }


.recipe-card {
 	background:#EDE7DC;
	width:90%;
 	color:#000;
 	padding: 20px;
 	margin: 10px;
	vertical-align: top;
	grid-template-columns: auto;
	border-radius: 15px 50px;
}
