@font-face {
    font-family: 'proximanova';
    src: url('fonts/proximanova-semibold-webfont.woff2') format('woff2'),
         url('fonts/proximanova-semibold-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'proximanova';
    src: url('fonts/proximanova-bold-webfont.woff2') format('woff2'),
         url('fonts/proximanova-bold-webfont.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	line-height: 1.7;
	color: #121212;
}
a, input[type=submit] {
	text-decoration: none;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
a:link, a:visited, a:active {
	color: #121212;
	text-decoration: underline;
}
a:hover {
	color: #a0a0a0;
	text-decoration: underline;
}
	.single-post-content p a, .search-post p a {
		border-bottom: 1px solid #cfcece;
		box-shadow: inset 0 -3px 0 #cfcece;
		text-decoration: none;
	}
	.single-post-content p a:hover, .search-post p a:hover {
		color: #121212;
		border-bottom: 1px solid #cfcece;
		box-shadow: inset 0 -20px 0 #cfcece;
		text-decoration: none;
	}
	a.pib-hover-btn-link {
		border-bottom: none !important;
		box-shadow: none !important;
	}
		

p {
	margin: 20px 0;
}
h1, h2, h3, h4, h5 {
	font-family: "proximanova", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .1em;
	line-height: 1.1;
	margin-top: 15px;
	margin-bottom: 15px;
	color: #121212;
}
h1 {
	font-size: 32px;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 16px;
	letter-spacing: .15em;
}
h4 {
	font-size: 16px;
	letter-spacing: .15em;
}
h5 {
	color: #595959;
	font-size: 14px;
	letter-spacing: .15em;
}

strong, b {
    font-weight: bold;
}

em, i {
    font-style: italic;
}
.clear {
clear:both;
}
.ad, .adspace {
	color: #595959;
	font-size: 11px;
	text-align: center;
	margin-top: 40px;
	margin-left: 20px;
	float: left }
.ad2 {
	text-align: left;
	margin-top: 10px;
	margin-left: 10px;
	float: none }
.outer   {
	width: auto }
.Center    {
	background-color: #fff;
	width: 8.5in;
	float: left }
#Outline      {
	text-align: left;
	border: dashed 2px #f3f3f4 }
#BlogTitle {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px }
#BlogDate {
	margin-top: 5px;
	margin-bottom: 10px }
#BlogContent       {
	padding: 30px 30px 10px;
	width: auto }
HR.Divider  {
	color: #d4cfc2;
	margin-right: 30px;
	margin-left: 30px;
	width: auto;
	height: 1px }
#CommentTitle {
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 10px }
.CommentDate {
	margin-top: 5px;
	margin-bottom: 10px }
.CommentContent {
	padding: 2px 10px 10px }
#print-link { }
.printbutton {
	display: none }
@media print {
	.adspace, #print-link, .left, .ad {
		display: none }
		
	#Outline  {
		padding: 0;
		border-style: none }
}
.pt_printbutton {
	display: none }
.alignleft, div.alignleft {
	margin: 10px 10px 5px 0;
	float: left }
.alignright, div.alignright {
	margin: 10px 0 5px 10px;
	float: right }
#BlogContent { }
#BlogContent p, #BlogContent h1, #BlogContent h2, #BlogContent h3, #BlogContent h4, #BlogContent p.hide, #BlogContent ul, #BlogContent ol, #BlogContent .ssba-wrap, #BlogContent .pin-it-btn-wrapper, #BlogContent .wp-nutrition-label, #BlogContent .jwplayer, #BlogContent .player-position, #BlogContent iframe {
	display: none }
#BlogContent .recipe, #BlogContent .colshadow  {
	visibility: visible;
	margin: 0;
	padding: 0 }
#BlogContent .recipe p, #BlogContent .recipe h1, #BlogContent .recipe h2, #BlogContent .recipe h3, #BlogContent .recipe h3, #BlogContent .recipe h4, #BlogContent .recipe div {
	display: block }
#BlogContent .recipe ul, #BlogContent .recipe ol {
	display: block;
	margin: 0;
	padding: 0;
	margin-bottom: 15px }
#BlogContent ul li  {
	list-style-type: none;
	margin: 0 0 3px 10px;
	padding: 0; }
#BlogContent ul li:before {
	font: 5px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	content: '\2022'; /* '' */
	margin: 0 6px 0 -10px;
	font-size: 15px;
}
#BlogContent ol li  {
	list-style-type: decimal;
	padding: 0 0 10px;
	margin: 0 0 0 20px }
hr     {
	width: 100%;
	border-style: solid none none;
	border-width: 1px 0 0;
	border-color: #dedede }
#BlogContent .recipe h2 {
	margin: 15px 0 10px;
	font-size: 30px;
	text-align: center;
}
#BlogContent .recipe h3 {
	margin: 0 0 10px;
	font-size: 18px;
}
#BlogContent .recipe h4 {
	font-size: 13px;
	margin-bottom: 10px;
	color: #595959;
}
#BlogContent .recipe p, #BlogContent .recipe ol, #BlogContent .recipe ul {
	margin-top: 5px;
	margin-bottom: 12px;
}
#BlogContent .recipe ol li:last-of-type, #BlogContent .recipe ul li:last-of-type {
	margin-bottom: 0;
	padding-bottom: 0;
}

#BlogContent .recipe .instructions img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 5px 0;
}
#BlogContent .recipe .summary {
	margin: -5px 0 25px;
	font-style: italic;
	font-size: 100%;
	text-align: center;
}

#BlogContent .recipe .time {
	color: #595959;
	font-size: 12px;
	font-family: "proximanova", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .1em;
	margin: 0 0 20px;
	overflow: hidden;
	text-align: center;
}
#BlogContent .recipe .time p {
	display: inline-block;
	margin: 0 15px 0 0;
}
#BlogContent .recipe .time strong {
	font-weight: normal;
	text-transform: lowercase;
	letter-spacing: normal;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#BlogContent .recipe .left {
	margin-bottom: 30px;
}
#BlogContent .recipe .notes {
	margin-top: 25px;
	border: 1px solid #ececec;
	padding: 20px 20px 5px;
	font-size: 92%;
}
#BlogContent .recipe .notes p {
	display: block;
}
#BlogContent .recipe .source {
	color: #595959;
	font-size: 11px;
	font-style: italic;
	margin-top: 15px;
	clear: left;
}
#BlogContent .recipe .source p {
	margin: 0;
}

#BlogContent .recipe-ps {
	margin: 0;
	background-color: #ececec;
	padding: 35px 25px;
	line-height: 1.5;
	font-size: 110%;
	display: none !important;
}
	#BlogContent .recipe-ps p {
		margin: 0;
	}
	#BlogContent .recipe-ps a {
		font-weight: bold;
	}
	#BlogContent .recipe-ps i {
		font-size: 80px;
		line-height: .6;
		float: left;
		vertical-align: middle;
		color: #ffffff;
		margin-right: 20px;
	}
	#BlogContent .recipe-ps h4 {
		color: #121212;
		margin: 3px 0 8px;
		font-size: 16px;
	}
	#BlogContent .recipe-ps strong {
		color: #404041;
		font-family: "proximanova", Arial, Helvetica, Geneva, sans-serif;
		text-transform: uppercase;
		letter-spacing: .08em;
		font-size: 14px;
	}
	#BlogContent .recipe-ps em {
		font-weight: bold;
		font-style: normal;
	}
#BlogContent .fork {
	display: none !important;
}
#BlogContent .printbutton {
	display: none !important;
}

#BlogContent .photo {
	display: none;
}

#BlogContent .photo2 .photo {
	display: block;
	float: right;
	width: 200px;
	height: auto;
}

p.hide {
	display: none }
.footer     {
	color: #595959;
	font-size: 13px;
	font-style: normal;
	text-align: center;
	padding: 5px 30px; }
.footer strong {
	text-transform: uppercase;
	letter-spacing: .03em;
}
.adspace {
	font-size: 11px;
	text-align: center;
	margin-top: 40px;
	margin-left: 20px;
	float: left }
.copyright   {
	font-size: 11px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	width: 7in }
.left  {
	display: inline }
#print-link    {
	color: #5b5b5b;
	font-size: 11px;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px }
#print-link em {
	display: none }
