﻿/*===============================================
	General Styles
=================================================*/
html
{
	background: #240701;
	color: #fff;
	font-family: Arial, sans-serif;
	font-size: 0.8em;
	margin: 0;
	padding: 0;
}

body
{
	margin: 0;
	padding: 10px;
}

a, a:visited
{
	color: #e0b73e;
	text-decoration: underline;
}

a:active, a:focus, a:hover
{
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6, p
{
	margin: 0 0 1em 0;
	padding: 0;
}

h1
{
	font-size: 1.75em;
}

h2
{
	font-size: 1.35em;
}

h3
{
	font-size: 1.15em;
}

dl
{
	margin: 0 0 1em 0;
	padding: 0;
}

dl dt
{
	margin: 0 0 0.5em 0;
	padding: 0;
}

dl dd
{
	margin: 0 0 0.5em 0.75em;
	padding: 0;
}

ol, ul
{
	margin: 0 0 1em 0;
	padding: 0 0 0 2.25em;
}

address
{
	font-style: normal;
}

/*===============================================
	Menu
=================================================*/
.menu .print
{
	float: right;
	font-size: 1.25em;
	font-weight: bold;
	margin: -3em 80px 1em 1em;
}

.menu .print a
{
	background: transparent url("images/printer.png") no-repeat left top;
	display: block;
	min-height: 36px;
	line-height: 36px;
	padding: 0 0 0 50px;
}

.menu .navigation
{
	clear: right;
	margin: 0 25px 1em 25px;
}

.menu .navigation ul
{
	font-size: 0.9em;
	line-height: 1.75em;
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

.menu .navigation ul li
{
	display: inline;
	margin: 0 0.5em;
}

.menu .navigation ul li a
{
	white-space: nowrap;
}

.menu h2
{
	margin-bottom: 0.25em;
}

.menu > div > div
{
	background: #702416;
	margin: 0 0 1em 0;
	padding: 1em;
}

.menu table
{
	width: 100%;
}

.menu table thead
{
	font-size: 0.85em;
}

.menu table th
{
	font-weight: normal;
	text-align: left;
}

.menu table th .description
{
	font-size: 0.85em;
}

.menu table thead th + th, .menu table td
{
	text-align: right;
	vertical-align: top;
}

.menu table td:first-child
{
	text-align: left;
}

.menu table tr.extra
{
	font-size: 0.85em;
}

.menu table tr.extra th, .menu table tr.extra td:first-child
{
	padding-left: 2em;
}

.menu table.extra
{
	font-size: 0.85em;
	margin: 1em 0;
}

.menu-group-1
{
	width: 49%;
	float: left;
}

.menu-group-2
{
	width: 49%;
	float: right;
}

.menu .price
{
	margin-bottom: 0;
	text-align: right;
}

/*===============================================
	Page Container
=================================================*/
#container
{
	background: #400 url("images/header.png") no-repeat left top;
	margin: 0 auto;
	padding: 200px 0 0 0;
	position: relative;
	width: 975px;
}

#content
{
	margin: 0 25px;
}

#content h1
{
	text-align: center;
}

.odd
{
	float: right;
	clear: both;
	margin: 0 0 1em 1em;
}

.odd img
{
	border: 1px #e0b73e solid;
}

#content .announcement
{
	font-size: 1.3em;
	margin: 2.5em 0;
	text-align: center;
}

#content .announcement strong
{
	text-transform: uppercase;
}

#content .hours
{
	float: left;
}

#content .hours  p
{
	float: left;
	margin-bottom: 2em;
	width: 260px;
}

#content .hours + *
{
	clear: left;
}

/*===============================================
	Navigation Bar
=================================================*/
#navigation
{
	background: transparent url("images/navbar.png") no-repeat left top;
	left: 60px;
	top: 125px;
	position: absolute;
	height: 52px;
}

#navigation ul
{
	background: transparent url("images/navbar-cap.png") no-repeat right top;
	line-height: 51px;
	list-style: none;
	margin: 0;
	padding: 1px 20px 0 20px;
}

#navigation ul li
{
	display: inline;
	margin: 0;
	padding: 0;
}

#navigation ul li a
{
	color: #fff;
	display: inline-block;
	font-size: 1.25em;
	font-weight: bold;
	padding: 0 35px;
	text-decoration: none;
}

#navigation ul li a:active, #navigation ul li a:focus, #navigation ul li a:hover
{
	background: transparent url("images/navbar-hover.png") repeat-x left top;
}

/*===============================================
	Footer
=================================================*/
#footer
{
	background: #240701;
	border: 1px #e0b73e solid;
	clear: both;
	font-size: x-small;
	padding: 1em 1em 1em 1em;
	position: relative;
}

#footer .contact-info
{
	text-align: left;
}

#footer .phone
{
	font-size: 1.75em;
	margin-top: -0.5em;
	position: absolute;
	top: 50%;
	text-align: center;
	width: 100%;
}

#footer .copyright, #footer .design
{
	position: absolute;
	right: 1em;
	bottom: 1em;
	text-align: right;
}

#footer .copyright
{
	bottom: 2.25em;
}

@media print
{
	#container
	{
		padding-top: 0;
		width: 100%;
	}
	
	#content
	{
		margin: 0;
	}

	.menu .navigation, .menu .print, #navigation, #footer
	{
		display: none;
	}
}
