/* Stylesheet for Eddie's Place Restaurant */


/* Styles for BODY */
body {
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	margin: 0px;
	padding: 0px;
}
a {
	color: #990000;
}
a:hover {
	text-decoration: none;
}
p {
	margin-top: 14px;
	margin-bottom: 14px;
}


/* Styles for "Main Container" */
/* This container holds everything within a given page. */
div#main-container {
	margin: 30px 0px 30px 0px;
	width: 800px;
}

/* Styles for "Logo Container" */
/* This container holds the logo at the top of the page. */
div#logo-container {
	position: relative;
}
div#logo-container div#best-breakfast-award {
	position: absolute;
	top: 0px; 
	left: 25px;
}
div#logo-container div#awards-link {
	position: absolute;
	top: 0px; 
	right: 25px;
}

/* Styles for "Navigation Container" */
/* This container holds the navigation located at the top of each page. */
div#navigation-container {
	margin: 20px 0px 20px 0px;
}
div#navigation-container td { padding: 0px 12px; }
div#navigation-container a { background: url(images/background-navigation-internal.png) no-repeat; display: block; overflow: hidden; text-indent: -9999px; }
div#navigation-container a#nav-home { background-position: 0px 0px; height: 27px; width: 45px; }
div#navigation-container a#nav-home:hover { background-position: 0px -28px; }
div#navigation-container a#nav-story { background-position: -67px 0px; height: 27px; width: 102px; }
div#navigation-container a#nav-story:hover { background-position: -67px -28px; }
div#navigation-container a#nav-menus { background-position: -191px 0px; height: 27px; width: 104px; }
div#navigation-container a#nav-menus:hover { background-position: -191px -28px; }
div#navigation-container a#nav-specials { background-position: -317px 0px; height: 27px; width: 114px; }
div#navigation-container a#nav-specials:hover { background-position: -317px -28px; }
div#navigation-container a#nav-directions { background-position: -454px 0px; height: 27px; width: 87px; }
div#navigation-container a#nav-directions:hover { background-position: -454px -28px; }
div#navigation-container a#nav-hours { background-position: -563px 0px; height: 27px; width: 46px; }
div#navigation-container a#nav-hours:hover { background-position: -563px -28px; }
div#navigation-container a#nav-contact { background-position: -633px 0px; height: 27px; width: 76px; }
div#navigation-container a#nav-contact:hover { background-position: -633px -28px; }


/* Styles for "Body Container" */
/* This container serves as a holding container for the inner body container. */
div#body-container {
	background-color: #FFF5DD;
	border: solid #000000 1px;
	color: #795F3E;
	width: 750px;
}
div#inner-body-container {
	margin: 30px;
	text-align: left;
}
div#inner-body-container h1 {
	color: #990000;
	font-size: 20px;
	font-weight: bold;
}
div#inner-body-container h2 {
	color: #990000;
	font-size: 14px;
	font-weight: bold;
}
div#inner-body-container div.divider {
	border: solid #795F3E;
	border-width: 1px 0px 0px 0px;
}
div.header-container {
	border: solid #990000;
	border-width: 0px 0px 1px 0px;
}
div.header-container h1 {
	margin: 0px 0px 5px 0px;
}


/* Styles for "Lower Navigation Divider" */
/* This container holds a divider between the page content and lower navigation. */
div#lower-nav-divider {
	padding-top: 20px;
}


/* Styles for "Footer Container" */
/* This container holds the links located at the bottom of each page. */
div#footer-container {
	color: #666666;
	font-size: 10px;
	margin: 20px 0px 20px 0px;
}
div#footer-container a {
	color: #666666;
	text-decoration: none;
}
div#footer-container a:hover {
	text-decoration: underline;
}


/* Styles for "Credit Container" */
/* This container hold the design credit information located at the bottom of each page. */
table#credit-container {
	color: #666666;
	font-size: 10px;
	margin-bottom: 20px;
}
table#credit-container a {
	color: #666666;
	text-decoration: none;
}
table#credit-container a:hover {
	text-decoration: underline;
}
