/* print
------------------------------------------------------------ */

/* reset
------------------------------------------------------------ */

html {
	margin: 0;
	padding: 20px;
	border: 0;
}
body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,code,del,dfn,img,q,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,dialog,figure,footer,header,hgroup,nav,section {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
article,aside,dialog,figure,footer,header,hgroup,nav,section {
	display: block;
}
body {
	line-height: 1.4;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption,th,td {
	text-align: left;
	font-weight: normal;
	float: none !important;
}
table,th,td {
	vertical-align: middle;
}
blockquote:before,blockquote:after,q:before,q:after {
	content: '';
}
blockquote,q {
	quotes: "" "";
}
a img {
	border: none;
}
:focus {
	outline: 0;
}

/* global
-------------------------------------------------------------*/

body {
	font-family: Georgia, Times, serif;
}
strong,b {
	font-weight: bold;
}
em,i {
	font-style: italic;
}
sup	{
	display:none;
}
/* headings */

h1,h2,h3,h4,h5 {
	font-family: Georgia, Times, serif;
	font-weight: normal;
}
h1 a,h2 a,h3 a,h4 a,h5 a {
	color: #000;
}
h1 {
	font-size: 28px;
	line-height: 1.1;
}
h2 {
	font-size: 28px;
	line-height: 1.1;
}
h3 {
	font-size: 18px;
	line-height: 1.1;
}
h4 {
	font-size: 14px;
	line-height: 1.1;
}

/* links */

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

/* positioning */

.first {
	margin-left: 0 !important;
}
.last {
	margin-right: 0 !important;
}
.left {
	float: left;
	clear: left;
}
.right {
	float: right;
	clear: right;
}

/* misc type styles
-------------------------------------------------------------*/

.pipe {
	color: #000;
	padding: 0 6px;
}
.caption {
	padding-top: 6px;
	color: #b4b4b4;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
}
.caption .credit {
	font-style: italic;
}

/* misc global
-------------------------------------------------------------*/

.no-border {
	border: 0 !important;
}

/* header
-------------------------------------------------------------*/

#header-print {
	margin: 0;
	padding: 0;
}
.print-tools {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #000;
}
.print-tools a {
	color: #e65a1e;
}

/* post content
-------------------------------------------------------------*/

#post-content-print {
	padding-top: 30px;
}
#post-content-print h1 {
	text-align: center;
	padding-bottom: 9px;
}
#post-content-print h3 {
	color: #000;
	text-align: center;
	padding-bottom: 5px;
}
#post-content-print .story-category {
	text-align: center;
	padding-bottom: 3px;
}
#post-content-print .story-category .category {
	font-family: Georgia, Times, serif;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #e65a1e;
}
#post-content-print .story-meta {
	font-size: 12px;
	color: #000;
	padding-top: 6px;
	text-align: center;
}
#post-content-print .story-meta .author {
	color: #e65a1e;
}
#post-content-print .story-text {
	padding-top: 24px;
}
#post-content-print .story-text p a {
	color: #e65a1e;
}
#post-content-print .story-text p {
	font-size: 15px;
	color: #000;
	margin-bottom: 15px;
}

/* hide images */

.img-container-620, .img-container-380, .img-container-100 {
	display: none;
}

/* post uri */

.story-uri {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #000;
}
.story-uri a {
	color: #e65a1e;
}

/* footer
-------------------------------------------------------------*/

#footer-print {
	padding-top: 30px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #000;
}
#footer-print a {
	color: #e65a1e;
}

.recipe p {
color: #343434;
margin-bottom: 15px;
    font-size: 13px !important;
	font-family:Georgia;
}
#post-content-print .story-text blockquote p{
	padding: 0 24px;
	color: #646464;
}

.nextPageLink	{
	display:none;
}
