


body {
  font-family: "Comic Sans MS";
  font-size: 10pt;
  background-color: white;
  color: black;
}

 #container {
   width: 900px;
  /*border: dotted;*/
}

 #menuVert {
  float: left;
  width: 170px;
  text-align: left;

  /*border: dashed;*/
  padding: 0px 0 0 15px;
}

#sidebar {
	float: left;
	width: 12.5em;
    padding: 15px 15px 15px 15px;
	font: 100% 'comic sans ms', Arial, Helvetica, sans-serif;
	font-size: small;
    display: none;
}

#sidebar h3,  #tc-menu p {
	margin-left: 10px;
	margin-right: 10px;
}

 #mainContent {
  width: 670px;
  margin-left: 0;
  margin-right: 0;
  text-align: left;
/*border: ridge;*/
}
.photobord { border: ridge thick white; }
.caption {
  text-align: center;
  font-size: 9pt;
  font-style: italic;
 /* border: 1px red  dashed;*/
}



.descrip {width: 525px;
/*float: right;*/
text-align: justify;
margin-left: 140px;
/*border: dashed;*/
}
.descripLH { width: 400px;
float: right;
text-align: justify;
}

.descripLH2 { width: 625px;
float: right;
text-align: justify;
}
#galleymenu {
	font-family: myArizonia, Script, fantasy;
	font-size: 16pt;
	color: white;
    text-align: center;
}
#galleymenu h6 {
  font-size: 24pt;
 margin-top: -4pt;
  margin-bottom: -10pt;
  text-align: center;
}
#credit {
  font-size: 9pt;
  margin-top: 25px;
  margin-bottom: 25px;
  text-align: center;
}
.recipeTitle {
	font-size: 11pt;
	font-weight:bold;
	text-align:left;
	text-decoration: underline;
 	padding-left: 5px;
	}
.rule { position: relative;
  margin 75px 75px 75px 75px;
/*width: 75%;*/
/*border: ridge medium;*/
}

.clearfloat { clear: both; }
.credits {
  font-size: 9pt;
  text-align: center;
  color: #000000;
}
.credits:hover { color: #F69C1E; }

.ten { font-size: 10pt; }
.twelve { font-size: 12pt; }

a { color: black; }
a:hover {   color: #b22222 } //  #F69C1E;orange
.fuschia { color:#CC1878;}
.orange { color: #F69C1E; }
p.cat { font-size: 9pt; font-style: italic; }

p  { font-size: 12pt; margin-top: 0; margin-bottom: 0;}
h6 { font-size: 14pt; margin-top: 0; margin-bottom: 0;}
h5 { font-size: 15pt; margin-top: 0; margin-bottom: 0;}
h4 { font-size: 16pt; margin-top: 0; margin-bottom: 0;}
h3 { font-size: 17pt; margin-top: 0; margin-bottom: 0;}
h2 { font-size: 18pt; margin-top: 0; margin-bottom: 0;}
h1 { font-size: 20pt; margin-top: 0; margin-bottom: 0;}








