@charset "UTF-8";
@import url(reset.css);
@import url(http://fonts.googleapis.com/css?family=Gilda+Display|Alegreya+SC:400,700|Alegreya:400italic,400,700|Sorts+Mill+Goudy:400italic);


/* ====CSS for print */
/* Primary elements */	

body { 
	width: 8.5in; 
	height:11in;
	color: #000;
	background-color: #fff;
	font-size: 12pt;
	font-family: 'Alegreya', Georgia, Times, serif;
	font-weight: 400; 
	font-style: normal;
	}

p, li, td {
	line-height: 15pt;
	margin: 0 0 10pt 0;
	}

i, cite {
	font-family: 'Sorts Mill Goudy', serif;
	font-style: italic;
	}

a {
	color: inherit;
	}

sup, sub {
	font-size: .9em;
	vertical-align: baseline;
	position: relative;
	top: -0.15em;
	}

sub { 
	top: 0; 
	}

.roman {
	font-family: 'Alegreya', serif;
	font-style: normal;
	}

.wrapper {
	width: 6.5in;
	height: 10in;
	position: relative;
	}

aside:before {
	content: "A recipe from Pazomatic Pantry";
	font-family: 'Alegreya SC', serif;
	font-size: 11pt;
	text-align: left;
	border-bottom: .5px solid #666666;
	}

aside p {
	display: none;
	}
	
aside p.credit {
	display: block;
	font-family: 'Sorts Mill Goudy', serif;
	font-size: 11pt;
	text-align: left;
	margin: 12pt 0 24pt 0;	
	}

.ingredients h1 {
	font-family: 'Gilda Display', serif;
	font-size:54pt;
	margin: 36pt 0 18pt 0;
	}
/*
	h1.long {
		font-size: 42pt;
		}
*/

.ui-tabs-nav {
	display: none;
	}

.ingredients table {
	width: 2in;
	margin-right: .25in;
	padding: 0 0 2em 0;
	float: left;
	}
	.ingredients tr {
		border-bottom: dashed 1px  #b2ac83; /* wheat */
		}
	.ingredients tr:last-child {
		border-bottom: none;
		}
		.ingredients td {
			vertical-align: middle;
			padding: .25em;
			}
			.ingredients td:first-child {
				text-align: right;	
				padding-left: 0;		
				width: 35%;
				border-right: dashed 1px  #b2ac83; /* wheat */
				}
			.ingredients td:last-child {
				width: 65%;
				}
		
			 .ingredients td.sub {
				font-family: 'Sorts Mill Goudy', serif;
				font-style: italic;
				text-align: left;
				padding: .5em .25em 0 .5em;
				border-right: none;
				}
	

			.ingredients td p.weight {/* for ingredient weight measurement*/
				font-family: 'Alegreya SC', serif;
				text-transform: lowercase;
				font-size: 10.5pt;
				line-height: 1em;
				text-align: right;
				margin: 0;
				}


.directions header {
	display: none;
	}
.directions h1 {
	display: none;
	}

.note {
	margin: 24pt 0 0 0;
	text-indent: -6pt;
	padding-left: 6pt;
	line-height: 1.1em;
	}
	
	 p.note:before {
		content:"*";
		font-size: .7em;
		}

.smallCaps, .subhead, li {
	font-family: 'Alegreya SC', serif;
	text-transform: lowercase;
	}


footer.primary {
	display: none;
	}
	