@import url(https://fonts.googleapis.com/css?family=Bree+Serif);

a, img {
    border:none;
    outline:none
}

body {
	margin: 0;
	padding: 0;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	line-height: 1.5em;
	color: #ffffff;
	background-color: #54331D;
	background-image: url('images/bg.jpg');
	background-position: center top;
	background-repeat: repeat;
	text-align: left;
}

#container {
	width: 1158px;
	margin: 0 auto;
	text-align: center;
}
		
#navigation {
	margin: 0,0,0,0;
	width: auto;
	height: 210px;
	vertical-align: middle;
}

#header {
	position: relative;
	width: 1158px;
	height: 185px;
	padding-top: 10px;
	margin: 0 auto;
}

.ribbon-left {
	position: absolute;
	display: block;
	width: 319px;
	height: 174px;
	top: 32px;
	left: 42px;
}
.ribbon-left-button { background-image: url(images/ribbon-left-button.png); }
.ribbon-left-button:hover { background-image: url(images/ribbon-left-button-hover.png); }
			
.ribbon-right {
	position: absolute;
	display: block;
	width: 319px;
	height: 174px;
	top: 32px;
	right: 42px;
}
.ribbon-right-button { background-image: url(images/ribbon-right-button.png); }
.ribbon-right-button:hover { background-image: url(images/ribbon-right-button-hover.png); }			

.icon-twitter, .icon-facebook, .icon-instagram {
	position: absolute;
	display: block;
	width: 29px;
	height: 29px;
}
.icon-twitter { top: 115px; left: 690px; }
.icon-twitter-button { background-image: url(images/icon-twitter.png); }
.icon-twitter-button:hover { background-image: url(images/icon-twitter-hover.png); }
.icon-facebook { top: 115px; left: 725px; }
.icon-facebook-button { background-image: url(images/icon-facebook.png); }
.icon-facebook-button:hover { background-image: url(images/icon-facebook-hover.png); }
.icon-instagram { top: 115px; left: 760px; }
.icon-instagram-button { background-image: url(images/icon-instagram.png); }
.icon-instagram-button:hover { background-image: url(images/icon-instagram-hover.png); }

.menu-container {
	position: absolute;
	display: block;
	top: 152px;
	left: 128px;
	z-index: 9999;
}
#menu-menu { left: 0; }
#menu-bar { left: 25px; }
#menu-locations { left: 45px; }
#menu-contact { left: 138px; }
#menu-employment { left: 155px; }
#menu-giftcards { left: 175px; }
#menu a {
	color: #ffffff;
	font-weight: bold;
}
#menu img:hover {
	opacity: 0.5;
}
#menu ul {
  	display: inline;
  	margin: 0;
  	padding: 0;
  	list-style: none;
}
#menu ul li {
  	display: inline-block;
  	position: relative;
  	padding: 0;
  	cursor: pointer;
  	-webkit-transition: all 0.2s;
  	-moz-transition: all 0.2s;
  	-ms-transition: all 0.2s;
  	-o-transition: all 0.2s;
  	transition: all 0.2s;
}   
#menu ul li ul {
  	padding: 0;
  	position: absolute;
  	top: 45px;
  	left: -10px;
  	width: 260px;
	text-align: left;
  	-webkit-box-shadow: none;
  	-moz-box-shadow: none;
  	box-shadow: none;
  	display: none;
  	opacity: 0;
  	visibility: hidden;
  	-webkit-transiton: opacity 0.2s;
  	-moz-transition: opacity 0.2s;
  	-ms-transition: opacity 0.2s;
  	-o-transition: opacity 0.2s;
  	-transition: opacity 0.2s;
}
#menu ul li ul li {  
  	display: block;
	background: #000000;
	padding: 15px;
}
#menu ul li ul li:hover, #menu ul li ul li:active { 
	background: #ff9933;
}
#menu ul li:hover ul {
  	display: block;
  	opacity: 1.0;
	transition: opacity 100ms linear 2000ms;
  	visibility: visible;
}
			
#body {
	margin: auto;
	width: 940px;
	background-image: url('images/main-bg-alt.jpg');
	background-repeat: repeat-y;
	background-position: center top;
	min-height: 550px;
}

#bar-container {
	margin: 0 auto;
	width: 920px;
}

.locations-container {
	margin: 0 auto;
	width: 813px;
}

.bar-table {
	padding: 5px 15px 15px 15px;
}

.bar-highlight {
	padding-top: 10px;
	color: #ff9933;	
}
		
#footer {
	margin: auto;
	width: 100%;
	height: 210px;
	background-image: url('images/footer.jpg');
	background-repeat: no-repeat;
	background-position: center top;
}

p {
	margin: 5px 0 0 0;
}

td {
	text-align: left;
}

a, a:visited {
	text-decoration: none;
	color: #ff9933;
	background-color: transparent;
}

a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: transparent;
}

a.footer, a.footer:visited, a.footer:hover {
	text-decoration: underline;
	color: #ffffff;
	background-color: transparent;
}

span.price {
	float: right;
	font-weight: bold;
	font-style: italic;
	color: #990000;
}

p.footer
{
	margin: 0px;
	text-align: center;
	text-shadow: 1px 1px 1px #000000; 
	font: 100 13px Arial;
	color: #FFFFFF;
	background-color: transparent;
}

p.specials-day {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #cc3300;
	text-shadow: 1px 1px 1px #000000;
}

p.specials-title {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	line-height: 1.5em;
	color: #ff9933;
}

p.specials-description {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	color: #ffffff;
}

p.managerspecial {
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	color: #990000;
}

.locations {
	padding: 0 10px;
	color: #ffffff;
	text-align: left;
	font-size: 14px;
}

.locations-highlights {
	padding-top: 20px;
	color: #ff9933;	
}

.locations td {
	font-size: 12px;
}

.locations a {
	color: #ff9933;
}

.locations a:hover, {
	color: #ffffff;
	text-decoration: none;
}

.locations-headers {
	text-align: left;
	padding-bottom: 20px;
}

.comment-label {
	color: #ff9933; 
	font-size: 14px;
}
	
.special-outer {
	background-image: url('images/background-special.jpg');
	width: 940px;
	height: 126px;
	background-position: center top;
	margin: -10px 0 0 0;
	padding: 0;
}

.special-inner {
	width: 800px;
	margin: auto;
}

.special-inner span {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #ff9933;
}

.special-inner img {
	vertical-align: middle; 
	width: 360px; 
	height: 120px;
	padding: 0 20px;
	float: left;
}

h1 {
	text-align: left;
	font-size: 30px;
	font-weight: bold;
	color: #ff9933;
}

h2 {
	margin: 0px;
	text-align: left;
	font-size: 20px;
	font-weight: bold;
	color: #ff9933;
}

.body-text {
	width: 890px;
	padding: 0 30px;
}

.body-text h2 {
	font-size: 16px;
	font-weight: bold;
	color: #ff9933;	
	padding: 20px 0;
}

.body-text p {
	color: #ffffff;
}

.body-text img {
	padding: 0 10px;
}

.body-text img:hover {
	opacity:0.5;
}

.normal-content img:hover {
	opacity:0.5;
}

.social {
	background-image: url(images/social_starburst.png);
	height: 137px;
	text-align: center;
}

.social img {
	padding: 25px 10px 0 10px;
}

.social img:hover {
    opacity:0.5;
}

.hours-table td {
	text-align: center;
}

/* Order Online Nav */

#order_nav {
	position: absolute;
    top: 29px;
    left: 103px;
    width: 209px;
    z-index: 999;
    padding: 0;
}

#order_nav li {
	list-style: none;
}

#order_nav li a {
    font-family: "Bree serif", serif;
    color: #24251f;
    font-size: 30px;
    display: block;
    line-height: 1.1em;
}

#order_nav li ul {
	display: none;
	padding: 0;
}

#order_nav li:hover ul {
	display: inline-block;
}

#order_nav li ul li {
	list-style: none;
	background: black;
}

#order_nav li:hover ul li a {
	font-size: 20px;
	color: white;
	text-align: center;
	padding: 20px;
}

#order_nav li:hover ul li a:hover {
	text-decoration: underline;
}

/* Order Online Buttons */

.order-online:link, .order-online:visited {
	background: #c1951d;
	border-radius: 20px;
	padding: 4px 20px;
	display: block;	
	font-size: 18px;
	font-family: "Bree serif", serif;
	color: black;
	text-align: center;
	width: 215px;
	margin-bottom: 20px;
}

.order-online:hover, .order-online:active {
	opacity: 0.7;
}
