#container.restaurant-menu #content {
	margin: 0;
    overflow:hidden;
}
#container.restaurant-menu #primary {
    display: none;
}

#container.restaurant-menu #secondary {
   display: none;
}

#container.restaurant-menu .entry-header {
	background: url(images/long_header_top.png) no-repeat top left;
}

#container.restaurant-menu .entry-content {
    background: url(images/long_header_bottom.png) no-repeat top left;
}

#container.restaurant-menu .hentry, body.s-category-photos #comments-list, body.s-category-photos #respond {
	background: #1e1e1e url(images/long_footer.png) no-repeat bottom left;
}

#container.restaurant-menu #comments h3 {
    background: url(images/long_header_top.png) no-repeat top left;
}

#container.restaurant-menu #comments .formcontainer, body.s-category-photos #comments-list ol {
    background: url(images/long_header_bottom.png) no-repeat top left;
}

#container.restaurant-menu h1.entry-title {
	width: 40%;
	max-width: 40%;
	clear: none;
}

div.menu-menus-container {
	float: right;
	width: 50%;
	max-width: 50%;
}

ul#menu-menus {
	display: block;
	padding: 0;
	margin: 0 auto;
	
}

ul#menu-menus * {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul#menu-menus li {
	float: right;
	font: 14px HelveticaNeueCondensedBold;
	line-height: 24px;
	text-transform: uppercase;
	margin: 0;
	padding:0;
	position: relative;
}

ul#menu-menus li a {
	display: block;
	text-decoration: none;
	padding: 8px 15px 0;
	width: auto;
	line-height: 24px;
}

ul#menu-menus li.current-menu-item a {
	color: #fff;
}

#container.restaurant-menu .entry-content {
	/*padding: 18px 15px 18px 15px; */
}

#container.restaurant-menu h2 {
	margin: 20px 0 0 0;
	padding: 0;
	background: url(images/menu_header_bg.png) repeat-x center;
	font-size: 20px;
	line-height: 18px;
}

#container.restaurant-menu h2 span {
	padding-right: 20px;
	background: #1e1e1e;
}

#container.restaurant-menu h2 span.menu_section_description {
	color: #e3e100;
	font: normal normal normal 16px Georgia, 'Times New Roman', serif;
	line-height: 20px;
}

.restaurant_menu_item {
	width: 320px;
	height: 90px;
	float: left;
	margin: 20px 50px 20px 0;
	background: url(images/comment_separator.png) repeat-x bottom;
	position: relative;
}
.restaurant_menu_item.last-menu-item {
	margin-right: 0;
}
#container.restaurant-menu h3 {
	font-size: 14px;
	color: #e3e100;
}

.menu_item_price {
	float: right;
}

.menu_item_description {
	width: 90%;
}
.restaurant_menu_section {
	clear: both;
}



