/* ************** The Homepage Start ***************/
body {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", arial, sans-serif;
	/*background-image: url("../images/body_background.jpg");*/
	/*background-repeat: no-repeat;*/
	line-height: 140%;
	position: relative;
}

#homepage-icon {
	width: 60px;
	float: left;
	margin-left: 10%;
	margin-right: 5%;
}
h1 {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #ccc;
	color: #222;
	font-size: 2.5em;
	font-style: italic;
}

ul.menu {
	width: 88%;
	margin-left: 12%;
	/*overflow: auto;*/
	color: #000;
	/*height: 260px;*/
	position: relative;
	padding-left: 0;
	padding-right: 0;

}


li.item {
	width: 29%;
	position: relative;
	list-style-type: none;
	float: left;
	margin-right: auto;
	margin-left: auto;
	height: 30px;

}
ul.sub_menu {
	margin: 0;
	padding: 0;
	position: absolute;
	width: 100%;
	left: -9999px;
 }
li.sub_item{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

li.item a, li.sub_item a {
	display: block;
	width: auto;
	text-decoration: none;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: auto;
	background-color: #eee;
	color: #333;
}

li.item:hover ul.sub_menu {
	left:0;

}


li.item a:visited {
	color: #333;	
}
li.item a:hover {
	 background-color: #333;
	 color: #eee;
}

li.sub_item a:link {
	background-color: #eee;
	color: #333;
}
li.sub_item a:visited {
	background-color: #eee;
	color: #333;	
}
li.sub_item a:hover {
	 background-color: #333;
	 color: #eee;
}

#content {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	z-index: -1;
	margin-top: 10%;
}

/************************************  CSS for HomePage *************************************/
.intro {
	display: inline-block;
	width:17%;
	float: left;
	border: 2px outset #d3d3d3;
	margin-right: 1%;
	margin-left: 1.5%;
	vertical-align: text-top;
	margin-bottom: 50px;
}

.intro img {
	display: block;
	width: 95%;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
}
.intro h4 {
	width: 90%;
	margin-left: auto;
	margin-right: auto; 
	font-size: 0.8em;
	font-weight: bold;
}

.intro p {
	padding-left: 15px;
	padding-right: 15px;
	font-size: 0.8em;
	padding-bottom: 15px;
	padding-top: 5px;

}
div.intro p:hover {
	background-color: #333;
	color: #eee;
}

/*************************************  CSS for Receipts Page *************************************/
#intro, #ingredients,  #directions {
	margin-bottom: 50px;
}
#ingredients li , #directions li {
	margin-bottom: 10px;
}

.food_image{
	position: absolute;
	top: 200px;
	right: 10%;
	border: 5px outset #d3d3d3;
}




/*************************************  CSS for Glossary Page *************************************/
.glossary {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	padding-right: 5%;
}

li, dd{
	margin-bottom: 2%;		
}
dt {
	font-weight: bold;
	/*font-style: normal;*/
}
dd {
	border-bottom: 1px solid #aaa;
	font-style: italic;
}

/*/*************************************  CSS for Generic Class *************************************/

#here {
	background-color:#aaa;
	color: #000;
}
.clear {
	clear: both;
}
.right {
	float:right;
}
.left {
	float:left;
}

.italic {
	font-style: italic;
}

.center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.width-30 {
	width: 30%;	

}
.width-60 {
	width: 60%;

}
.width-80 {
	width: 80%;

}
.padding-top-30 {
	padding-top: 30px;
}

.padding-bottom-30 {
	padding-bottom: 30px;
}

.margin-top-0 {
	margin-top: 0;
}
.margin-top-10 {
	margin-top: 10px;
}
.margin-top-20 {
	margin-top: 20px;
}
.margin-top-30 {
	margin-top: 30px;
}
.margin-left-0 {
	margin-left: 0;
}
.margin-left-10 {
	margin-left: 10px;
}
.margin-left-20 {
	margin-left: 20px;
}
.margin-left-30 {
	margin-top: 30px;
}
.margin-right-0 {
	margin-right: 0;
}
.margin-right-10 {
	margin-right: 10px;
}
.margin-right-20 {
	margin-right: 20px;
}
.margin-right-30 {
	margin-top: 30px;
}

.margin-bottom-0 {
    margin-bottom: 0;
}
.margin-bottom-10 {
	margin-bottom: 10px;
}
.margin-bottom-20 {
	margin-bottom: 20px;
}
.margin-bottom-30 {
	margin-bottom: 30px;
}
.margin-auto{
	margin-right: auto;
	margin-right: auto;

}
.absolute {
	position: absolute;
}
.relative {
	position: relative;
}
.top-0 {
	top: 0;
}
.right-10{
	right: 10%;
}

.inline-block{
	display: inline-block;
}