body
{
	background: #92A484;
	background-image: url(images/veganwolfbanner55.gif), url(images/veganwolfbottom.gif), url(images/veganwolfleftvw.gif) ;
	background-position: top right, left bottom, left center;
	background-repeat: no-repeat, no-repeat, repeat-y;
  background-attachment: fixed, fixed, fixed;
	
    margin: 1em; 
	padding: 0;
	color: #000;
	font: 1em/1.2 helvetica, arial, sans-serif;
} 

h1
{
	font-family: papyrus;
	margin: 0;
	padding-top: 22px;
	font-size: 2em;
	font-weight: 1500;
	color: #254117
}

h2
{
  margin: 0 0 1em;
  font-size: 1.3em;
  font-weight: bolder;
  color:#000;
}

h3
{
  margin: 0 0 1em;
  font-size: 1.3em;
  font-weight: bolder;
  color:#254117;
  text-decoration: underline;
}

h4 
{margin: 0 0 1em;
  font-size: 1.1em;
  font-weight: bolder;
font-style: italic;
color:#254117;}
h5
{margin: 0 0 1em;
  font-size: 1em;
  font-weight: normal;
font-style: italic;
color:#6F4E37;
}
em
{color: green;}

p
{
	margin: 0 0 1em;
	line-height: 1.2;
}
p.close
{
  line-height: 90%;
}
.ad { padding: 1em;
    margin-left: auto;
    margin-right: auto;
  text-align: center;
} 
    

/* --------------------------
layout 
-------------------------- */

.header
{
	margin-top: 44px;
	background-color: #C2B280;
	padding: 0;
  border-radius: 25px 25px 0px 0px;
}

.nav-bar
{
	color: #336600;
	background-color: #black;
}
.container
{
	border-radius: 25px;
	max-width: 900px;
	border-width: 6px;
  border-color: #000;
	margin: 0 auto;
	background-color: #FFF
}
.ad { padding: 1em;
    margin-left: auto;
    margin-right: auto; }
.content { padding: 1em; }
.col1 { margin-bottom: 1em; }
.col2 { margin-bottom: 1em; }
.col3 { margin-bottom: 1em; }

.footer
{
    color: white;
  clear: both;
  padding: 1em;
  margin-top: 5px;
  background-color: #C2B280;
  text-align: center;
}
  .meal
{
  margin: 0;
  padding: 0;
  list-style: none;
}

.meal li
{
  display: inline;
  margin: 0;
}

.meal a
{
  display: block;
  padding: .4em .4em;
  color: #fff;
  }

.meal a:link { color: green; }
.meal a:visited { color: green; }

.meal a:focus
{
  color: #000;
  background-color: white;
}

.meal a:hover
{
  color: #000;
  background-color: #C2B280;
}

.meal a:active
{
  color: #000;
  background-color: blue;
}

/* --------------------------
nav 
-------------------------- */
.nav
{
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav li
{
  display: inline;
  margin: 0;
}

.nav a
{
  display: block;
  padding: .7em 1.25em;
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid gray;
}

.nav a:link { color: #336600; }
.nav a:visited { color: #336600; }

.nav a:focus
{
  color: black;
  background-color: white;
}

.nav a:hover
{
  color: #CC9900;
  background-color: white;
}

.nav a:active
{
  color: white;
  background-color: #CC9900;

}
#vert ul li a
{
color: #654E37;
display: block;
padding: .4em .4em;
}
#vert ul li a:visited
{
color: #835C3B;
}

#vert ul li a:hover
{
color: green;
}





#bot ul li { display: inline; }

#bot ul li a
{
text-decoration: none;
margin: 0 .5em 0;
color: black;
}
#bot ul li a:visited
{
color: black;
}

#bot ul li a:hover
{
color: green;
}
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
  width: auto;
  border: 3px solid #254117;
  border-radius: 3px;
  font-family: arial, sans-serif;
  line-height: 1;
  background: #f7f7f7;
  box-shadow: 1px 1px 0 #CC9900, 2px 2px 0 #CC9900, 3px 3px 3px rgba(0, 0, 0, 0.35);
}
#cssmenu > ul {
  background: url('images/bg.png');
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu > ul > li > a {
  padding: 20px 25px;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  color: #CC9900;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
#cssmenu > ul > li > a:hover,
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li.active > a {
  color: #254117;
}
#cssmenu #menu-indicator {
  position: absolute;
  bottom: 0;
  display: block;
  height: 0;
  width: 0;
  border: 5px solid transparent;
  border-bottom-color: #000;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
#cssmenu.small-screen {
  width: 100%;
}
#cssmenu.small-screen > ul,
#cssmenu.small-screen.align-center > ul {
  width: 100%;
  text-align: left;
}
#cssmenu.small-screen > ul > li,
#cssmenu.small-screen.align-center > ul > li {
  float: none;
  display: block;
  border-top: 1px solid rgba(100, 100, 100, 0.1);
}
#cssmenu.small-screen > ul > li > a {
  padding: 18px 25px;
}
#cssmenu.small-screen > ul > li:after,
#cssmenu.small-screen > ul > li:before {
  display: none;
}
#cssmenu.small-screen #menu-button {
  display: block;
  padding: 18px 25px;
  cursor: pointer;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  color: #CC9900;
  background: url('images/bg.png');
}
#cssmenu.small-screen #menu-button.menu-opened {
  color: #CC9900;
}
#cssmenu.small-screen #menu-button:after {
  content: "";
  position: absolute;
  right: 25px;
  top: 19.5px;
  display: block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border-top: 2px solid #CC9900;
  border-bottom: 2px solid #CC9900;
  width: 18px;
  height: 3px;
}
#cssmenu.small-screen #menu-button.menu-opened:after {
  border-top: 2px solid #CC9900;
  border-bottom: 2px solid #CC9900;
}
#cssmenu.small-screen #menu-button:before {
  content: "";
  position: absolute;
  right: 25px;
  top: 29.5px;
  display: block;
  width: 18px;
  height: 2px;
  background: #fd8a17;
}
#cssmenu.small-screen #menu-button.menu-opened:before {
  background: #CC9900;
}
#cssmenu.small-screen #menu-indicator {
  display: none;
}

/* --------------------------
wide screen 
-------------------------- */

@media (min-width:800px)
{
	.header { padding: 1em 3%; }
	.nav-bar { padding: 1em 3%; }
	
	.nav li
	{
		display: inline;
		margin: 0 1em 0 0;
	}
	
	.nav a
	{
		display: inline;
		padding: 0;
		border-bottom: 0;
	}
	
	.content
	{
		overflow: hidden;
		padding: 2em 0 1em;
	}
	
	.col1,.col2,.col3
	{
		float: left;
		margin-bottom: 1em;
		margin-left: 3%;
	}

	.col1,.col2
	{
		padding-right: 3%;
		border-right: 1px solid #ddd;
	}

	.col1 { width: 48%; }
	.col2 { width: 17%; }
	.col3 { width: 17%; }
	.footer { padding: 1em 3%; }
}
