/** dish menu block styling, not .block-ultimenu **/
:not(.block-ultimenu) .viewdishmenu {
    width: 94%;
    margin-bottom: 12px;
    margin-left: 2px;
    margin-right: auto;
    background-image: url('/sites/default/files/_theme/backgrounds/goldparchment.gif');
    border: 1px solid #D0D3A9;
    padding-left: 10px;
    padding-right: 12px;
    padding-bottom: 5px;
}

/** adjust padding around main menu now that we are using ultimenu next in vertical **/
.region-header #block-ultimenumenumarquee { 
	padding: 2px 0;
}
.region-header #block-ultimenumenumarquee #ultimenu-menumarquee {
  font-size: 110%;
  font-weight: 600;
  min-height: 18px;
}
.region-header #superfish-main {
	padding: 0; 
}

/** style extra reservation link **/
.upperthirdlayb {
	text-decoration: none; 
	color: #ffffff; 
	box-shadow: none; 
	background-color: #6d6755; 
	border-color: #6d6755; 
	text-align: center; 
	display: inline-block; 
	border-width: 1px; 
	border-style: solid; 
	border-radius: 50px; 
	font-size: 13px; 
	line-height: 1; 
	padding: 13px 35px; 
	font-weight: 400; 
	margin: 2px 13px;
	margin: 4px 10px 2px 2px;
}
.upperthirdlayb:active, .xresvonline:hover { 
  background-color: #948C75;
  border-color: #948C75;
}

/** style smaller upper third box with link **/
.uprightthirdlay {
	float: left;
	display: block;
	text-decoration: none; 
	color: #ffffff; 
	box-shadow: none; 
	background-color: #6d6755; 
	border-color: #6d6755; 
	text-align: center; 
	border-width: 1px; 
	border-style: solid; 
	border-radius: 50px; 
	font-size: 10px; 
	line-height: 1; 
	padding: 10px 25px; 
	font-weight: 400; 
	margin: 2px 10px 2px 2px;
}
.uprightthirdlay:active, .uprightthirdlay:hover { 
  background-color: #948C75;
  border-color: #948C75;
}


