body
{
	background-color: #FFF;
	margin: 0;
	overflow-x: hidden;
}
hr
{
	height: 2px;
	background: #000;
	margin-top: -8px;
}
p
{
	font-family: Arial;
	font-size: 22px;
	float: left;
	padding-left: 24px;
	padding-right: 24px;
	text-align: left;
	text-indent: 50px;
	line-height: 1.4;
	padding-bottom: 24px;
}
li
{
	padding-bottom: 6px;
}
.nav 
{
	width: 100%;
	background-color: #333;
	height: 42px;
	position: relative;
	z-index: 2;
}
.links
{
	font-family: arial;
	font-size: 16px;
	display: inline-block;
	padding-top: 12px;
	margin-left: 24px;
	margin-right: 24px;
	color: #FFF;
	text-decoration: none;
}
.links:hover
{
	color: AAC;
	opacity: 2;
}
.nav-form
{
	display: inline-block;
}
.logo
{
  padding-left: 2px;
  margin-left: 24px;
  height: 28px;
}
.search
{
  width: 40vw;
  padding-left: 2px;
  margin-left: 24px;
  font-family: arial;
  height: 28px;
  font-size: 16px;
}
.content
{
	width: 70%;
	overflow-y: auto;
	overflow-x: visible;
	display: block;
	margin: auto;
	font-family: Arial;
}
.error
{
	font-size: 48px;
	font-family: arial;
	color: #F00;
}
.slides 
{
	display:none;
}
.gallery
{
	width: 60%;
	margin: auto;
	border: 3px ridge #ccc;
	border-radius: 8px;
	background-color: #888;
}
.footer
{
	width: 100%;
	overflow: auto;
	font-family: arial;
	font-size: 16px;
	text-align: center;
	background-color: #369;
	min-height: 50px;
}
.footer-links
{
	color: #000;
	text-decoration: none;
}
.footer-links:hover
{
	text-decoration: underline;
}
.subheading
{
	font-family: Arial;
	margin-left: 24px;
}
.heading
{
	text-align: center;
	font-family: Arial;
}
.intro
{
	width: 70%;
	overflow: visible;
	margin: auto;
	display :block;
}
.center
{
	margin: auto;
	display: block;
	text-align: center;
	margin-top: -12px;
}
.page-info
{
	font-family: Arial;
	font-size: 16px;
	font-style: italic;
	text-align: center;
	margin-left: 24px;
	margin-right: 24px;
}
.main-img
{
	width: 100%;
	border: 3px ridge #ccc;
	border-radius: 8px;
	margin-top: -96px;
}
.img-desc
{
	font-family: "Times New Roman";
	font-size: 18px;
	font-style: italic;
	float: left;
	text-align: left;
	opacity: 0.6;
}
.side-img
{
	width: 49%;
	float: right;
	border: 3px ridge #ccc;
	border-radius: 8px;
}
.section
{
	width: 100%;
	overflow: auto;
}
.sub-content
{
	float: left; 
	width: 50%;
	position: relative; 
}
.preview-box
{
	width: 28%;
	margin-left: 2%;
	margin-right: 2%;
	display: inline-block;
	text-align: center;
	margin-bottom: 24px;
}
.preview-tile
{
	width: 100%;
	display: inline;
}
.recipe
{
	width: 90%;
	margin: auto;
	display: block;
	border: 2px solid #000;
	border-radius: 3px;
	text-align: center;
}
.recipe-title
{
	text-align: center;
	font-weight: bold;
	font-size: 28px;
	font-family: arial;
}
.recipe-info
{
	text-align: center;
	font-size: 18px;
	font-family: arial;
	margin-top: 12px;
	display: block;
}
.recipe-ingredients
{
	text-align: left;
	padding-left: 12px;
	display: block;
	width: 46%;
	float: left;
}
.recipe-ing-title
{
	font-weight: bold;
	font-size: 22px;
	padding-left: 12px;
}
.recipe-img
{
	width: 48%;
	padding-right: 24px;
	padding-top: 18px;
}
.space
{
	display: block;
	padding-bottom: 8px;
}
.recipe-directions
{
	text-align: left;
	width: 100%;
	overflow: auto;
	padding-left: 12px;
	padding-top: 24px;
	display: block;
}
.link
{
	color: #00F;
	text-decoration: none;
}
.link:hover, .search-link:hover
{
	text-decoration: underline;
}
.search-img
{
	width: 25%;
	display: inline-block;
	float: left;
	margin-left: 24px;
}
.search-box
{
	width: 60%;
	float: left;
	text-align: left;
	margin-left: 4px;
}
.search-desc
{
	font-family: arial;
	font-size: 22px;
	display: block;
	margin-top: 18px;
	line-height: 1.4;
}
.search-title
{
	font-size: 24px;
}
.search-info
{
	text-align: right;
	float: right;
}
.search-main
{
	width: 100%;
	display: block;
	overflow: auto;
}
.search-link
{
	color: #000;
	text-decoration: none;
}