/* print styles */

@media only print {
	@page {
		size: A4;   /* auto is the current printer page size */
		margin: 0;  /* this affects the margin in the printer settings */
    }

    body {
		background-color:#FFFFFF; 
		margin: 0px;  /* the margin on the content before printing */
		font-size: 11pt;
		letter-spacing: normal;
		text-transform: none;
		font-style: normal;
		color: #414141;
		font-weight: 300;
       }
	   
	.site-header,
	.site-footer,
	.primary-navigation,
	.footer-widgets,
	.primary-sidebar,
	.mmenu-nav,
	#mobile-reserve,
	.page-header,
	a.post-edit-link {
		display: none;
	}
	
	.site-inner {
		margin: 0;
		padding: 0.5in;
	}
	
	h3 {
		color: #972d22;
		line-height: 1;
	}
	
	h3.dinner-title {
		font-size: 28pt;
		text-transform: uppercase;
		margin: 0;
		color: #414141;
	}
	
	h3.current-date {
		font-size: 16pt;
		margin: 0;
		line-height: 1.1;
		padding: 0 0 32px;
	}
	
	#appetizers .mmenu-item br,
	#entrees .mmenu-item br {
		display: none;
	}
	
	#soups .mmenu-item:nth-of-type(1) {
		padding-bottom: 10px;
	}
	
	.mmenu h3.print-only {
		display: block;
	}
	
	#soups img.print-only {
		display: block;
		max-width: 154px;
		height: auto;
	}
	
	.mmenu-item p {
		line-height: 1.625;
	}
	
	#soups .mmenu-item p {
		line-height: 1.2;	
	}
	
	.mmenu-item .title,
	.mmenu-item .continued,
	p {
		font-size: 11pt;
		letter-spacing: normal;
		text-transform: none;
		font-style: normal;
		color: #414141;
		font-weight: 300;
	}
	
	.mmenu-item .title {
		margin-right: 4px;
	}
	
	.mmenu-item .continued.first-price {
		margin-right: 12px;
	}
	
	#soups .mmenu-item .continued.first-price:after {
		content: "||";
		padding-left: 12px;
		font-size: 10pt;
	}
	
	.mmenu-item .price {
		font-size: 11pt;
		letter-spacing: normal;
		color: #972d22;
	}
	
	.menu-section {
		border-bottom: none;
		margin-bottom: 0;
		padding-bottom: 20px;
	}
	
	.menu-section h3 {
		margin: 0 0 5px;	
	}
	
	.mmenu-item {
		margin: 0 0 4px;
	}
	
	.menu-footer {
		text-align: center;
		padding-top: 22px;
	}
	
	.menu-footer h5 {
		text-transform: uppercase;
		letter-spacing: .1em;
		font-size: 8pt;
		color: #414141;
		margin: 0 0 2px;
	}
	
	.menu-footer p {
		margin: 0;
		line-height: 1.1;
		font-size: 8.5pt;
	} 
	
}