/*************************************************************/
/*                                                           */
/*	 Copyright @ 2018 Redmons, Fort Wayne, Indiana           */
/*                  All Rights Reserved                      */
/*                                                           */
/*  The Famous Taco Fort Wayne                               */
/*       url: www.thefamoustacofortwayne.com                 */
/*                                                           */
/*  CSS Stylesheet Name: "/styles/logo-header-styles.css"    */
/*                                                           */
/*************************************************************/

* {
  		margin: 0;
  		padding: 0;
		}
		
body {
  		margin: 0;
  		padding: 0;
  		background-color: #ffffff;
  		color: #000000;
  		font-family: Arial, Helvetica, sans-serif;
  		text-align: center;
		}
		
#wrapper {
  		position: relative;
  		text-align: center;
  		width: 840px;
		margin-top: 25px;
  		margin-right: auto;
  		margin-left: auto;
		border: 5px double #d7ad7b;
		}
		
#header {
		height: 20px;
		padding-top: 12px;
		padding-bottom: 5px;
		padding-left: 5px;
		background-color: #e7dbcd;
		color: #5a3811; 
		font: 15px georgia;
		line-height: 18px;
		letter-spacing: .2em;
		text-align: center;
		border-bottom: 2px solid #d7ad7b;
		}
		
#main {
		display: table;
		margin-top: 0px;
		text-align: center;
		}
		
#pic-box {
		position: relative;
		float: left;
		display: table-cell;
		width: 839px;
		}
		
#text-box {
		float: right;
		display: table-cell;
		text-align: center;
		padding: 50px 125px 1px 1px;
		}

#utility{
	font: bold 120% Verdana,sans-serif;
	position: absolute;
	top: 425px;
	left: 20px;
	color: #919999;
	}

#utility a{
	color: #ff0000;
	}

#utility a:hover{
	text-decoration: underline;
	}

#content {
		border-top: 3px solid #d7ad7b;
  		padding-top:25px;
		padding-left: 10px;
		padding-right: 8px;
		font-weight: bold;
		}
		
#fooditems  {
		position: center;
		text-align: center;
		font-weight: normal;
		}
		
#footer {
  		border-top: 2px solid #d7ad7b;
  		background-color: #e7dbcd;
  		font-size: 60%;
		font-weight: bold;
		font-style: oblique;
  		padding: 0.2em 10px 0.2em 0;
  		text-align: center;
		}
		
h1 {
  		font-size: 150%;
  		font-weight: normal;
		text-align: center;
  		padding-bottom: 0.4em;
  		color: #5a3811; 
		}
		
h2 {
		font-size: 105%;
		font-weight: bold;
		padding-bottom: 10px;
		}
		
h3 {
		font-size: 100%;
		font-weight: bold;
		font-style: oblique;
		color: #5a3811;
		padding-bottom: 25px;
		}		
p {
  		font-size: 80%;
		font-weight: bold;
  		line-height: 1.6em; 
  		padding: 0px 0px 1em 25px;
		}

ul {
		margin: 0;
		padding: 0;
		list-style: none;
		}
		 
#sidebar-nav ul {
		list-style: none;
		}
		
#sidebar-nav li {
  		font-size: 80%;
		}
		
#sidebar-nav a:link, #sidebar-nav a:visited {
		text-decoration: none;
  		color: #5a3811;
  		background-color: transparent;
  		display: block;
  		padding: 0.3em 10px 0.3em 10px;
  		border-bottom: 3px solid #d7c9b9;
		}
		
#sidebar-nav a:hover {
  		border-bottom: 3px solid #fff;
		}

div#dropdown ul li {
		font: bold 11px verdana, san-serif; 
		font-color: #000000;
		list-style: none;
		float: left;
		padding: 2px 0px 0px 17px;
		background-color: #eaeaea;
		}

div#dropdown ul li a {
		display: block;
		width: 102.5px;
		text-align: center;
		color: #000000;
		text-decoration: none;
		line-height: 19px;
		border:2px solid #ffffff;
		padding: 2px 0px 0px 2px;
		}

div#dropdown ul li a:hover {
		text-decoration: none;
		color: #0000ff;
		}

/* The Dropdown menus ... initially hidden */

div#dropdown ul li ul {
		background-position: top left; 
		list-style: none;
		position: relative;
		float: left;
		top: 5px;
		width: 115px;
		}

div#dropdown ul li ul li {
		display: block;
		background-color: #e7dbcd;
		width: 115px;
		clear: left;
		font-weight: 600;
		padding: 1px 4px 6px 0px;
		}

div#dropdown ul li ul li a{
		display: block;
		text-decoration: none;
		font: bold 10px verdana, san-serif;
		color: #5a3811;
		text-align: center;
		}

div#dropdown ul li ul li a:hover{
		text-decoration: underline;
		background-color: transparent;
		color: #0000ff;
		text-align: center;
		}

/* lists nested under hovered list items */

div#dropdown ul li ul {
		display: none;
		}
		
div#dropdown ul li:hover ul {
		display: block;
		}
