/************************************************/
/* taqueria.css                                 */
/* Alonzo and Dos Arbilidos taqueria            */
/* style sheet for printing                     */
/************************************************/

/********************************************** */
/* HTML tag styles                              */
/************************************************/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

/************************************************/
/* DIV ids removed for printing                 */
/************************************************/

#header, #handheldMastHead, #navBar, #flash, #noflash, #noscript, #status, #footer, #foodNavBar, 
 #foodNavBar2 {
	display: none !important;
}

body {
	float: none !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	font-family: "Times New Roman", Times, serif;
	color: Black;
	line-height: normal;
	font-size: 13pt;
	background: #FFFFFF;
}

.oneCol #printMastHead {
	float: none !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	top: 0 !important;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 14pt;
	background: #FFFFFF;
	line-height:36pt;
}
.printFooter {
	float: none !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	font-size: 9pt;
	background: #FFFFFF;
	line-height:36pt;
}
/* print links function   //	
	a:link:after,
a:visited:after {
	content: " (" attr(href) ") ";
	font-size: 90%;
}
html.noted a:link:after,
html.noted a:visited:after {
	content: '';
}
*/

h1, h2, h3, h4, h5, h6 {
	background-color : white;
	color: black;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1 {
	font-size : 20pt;
}

h2 {
	font-size: 20pt;
}

h3 {
	font-size: 16pt;
}

h4 {
	font-size: 12pt;
}
/* printing for classes */

.oneCol .tableCaption, .thumb, .foodNavBar {
	display: none !important;
}
.printImg {
	padding:20px;
	width:300px;
	border:#000 solid thin;
	margin:0 0 20px 0;
}
.printPhotoCaption {
	font-family: cursive;
	width:260px;
	line-height:11pt;
	color:#000;
	text-align:center;
	background-color: #fff;
	font-size:9pt;
	margin:0px 0 20px 0;
}
#interiorImg a:link, #staffImg a:link, #caterImg a:link {
	text-decoration: none;
}
.oneCol #pageBottom {
	font-size:20pt;
	font-family: cursive;
	padding:0;
	color:#000;
	background-color:#fff;
}
h3 span {
	font-size:10pt;
	padding-left: 20px;
}
.taqueria {
	font-family:"Arial Black", Gadget, sans-serif;
	font-size: 1.2em;
	color:#000;
}
.limitedTimeOffer {
	text-align:center;
	width:100%;
	font-size:.7em;
	background-color:#FFFFFF;
}
