#header, #sidebar, #footer, #images, #menu, .breadcrumb, .print {
  display: none !important;
}
.dishes, #main_col, #content {
  float: none !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
}
 
 
 
 .price
{
	font-style: italic;
	color: #8F2721;
	font-size: 18px;
	font-weight: bold;
}

.dishes {
  width: 100%;
  list-style: none;
  margin: 0 0 2em;
  padding: 0;
}
.dishes li {
  clear: both;
  margin: 0;
  height: auto;
  padding: 0;

}

.dishes .dish {

  color: #8F2721;
  font-size: 18px;

}
	.dishes .dish a
	{
	  color: #8F2721;
	  font-size: 15px;
	  font-style: italic;
	  text-decoration: none;
	  font-weight: bold;
	}
	.dishes .dish a:hover
	{
	  text-decoration: underline;
	}
.dishes .price {

}

.dishes li.disc
{

}

/* Typography */
h1
{
	font-style: italic;
	color: #8F2721;
}

h2
{
	color: #FFF;
	font-size: 19px;
	background: #8F2721;
	text-transform: uppercase;
	padding: 4px 15px;
	line-height: 19px;
	margin-bottom: 12px;
	position: relative;
}
	h2 .fold
	{
		background: transparent url(../_images/fold.png) no-repeat;
		height: 38px;
		width: 10px;
		position: absolute;
		right: -10px;
		top: 0;
		z-index: 10;
	}

h3
{
	color: #8F2721;
	font-size: 15px;
	font-style: italic;
	font-weight: bold;
	margin-bottom: 5px;
}

h4
{
	color: #8F2721;
	font-size: 20px;
	margin: 0 15px;
	margin-top: 20px;
	margin-bottom: 10px;
}

p.ingress
{
	font-size: 16px;
	line-height: 23px;
	color: #606060;
	margin-bottom: 60px;
}

p.info
{
	margin: 0 15px;
	font-style: italic;
	font-size: 13px;
	margin-bottom: 5px;
}

p a
{
	color: #8F2721;
	text-decoration: none;
}

p a:hover
{
	text-decoration: underline;
}

.box p
{
	margin: 0 15px;
	margin-bottom: 10px;
}
.box em
{
	font-size: 14px;
}
.box a
{
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	color: #222;
	text-decoration: none;
}
