@font-face {
    font-family: 'proxima_nova';
    src: url('fonts/proximanova-light.eot');
    src: url('fonts/proximanova-light.eot?#iefix') format('embedded-opentype'),
         url('fonts/proximanova-light.woff2') format('woff2'),
         url('fonts/proximanova-light.woff') format('woff'),
         url('fonts/proximanova-light.ttf') format('truetype'),
         url('fonts/proximanova-light.svg#proxima_nova') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'proxima_nova';
    src: url('fonts/proximanova-regular.eot');
    src: url('fonts/proximanova-regular.eot?#iefix') format('embedded-opentype'),
         url('fonts/proximanova-regular.woff2') format('woff2'),
         url('fonts/proximanova-regular.woff') format('woff'),
         url('fonts/proximanova-regular.ttf') format('truetype'),
         url('fonts/proximanova-regular.svg#proxima_nova') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Roble';
    src: url('fonts/RobleAltBook-webfont.eot');
    src: url('fonts/RobleAltBook-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/RobleAltBook-webfont.woff2') format('woff2'),
         url('fonts/RobleAltBook-webfont.woff') format('woff'),
         url('fonts/RobleAltBook-webfont.ttf') format('truetype'),
         url('fonts/RobleAltBook-webfont.svg#roble_alt') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Roble';
    src: url('fonts/RobleAltBook-italic-webfont.eot');
    src: url('fonts/RobleAltBook-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/RobleAltBook-italic-webfont.woff2') format('woff2'),
         url('fonts/RobleAltBook-italic-webfont.woff') format('woff'),
         url('fonts/RobleAltBook-italic-webfont.ttf') format('truetype'),
         url('fonts/RobleAltBook-italic-webfont.svg#roble_alt') format('svg');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'Roble';
    src: url('fonts/RobleAltBold-webfont.eot');
    src: url('fonts/RobleAltBold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/RobleAltBold-webfont.woff2') format('woff2'),
         url('fonts/RobleAltBold-webfont.woff') format('woff'),
         url('fonts/RobleAltBold-webfont.ttf') format('truetype'),
         url('fonts/RobleAltBold-webfont.svg#roble_alt') format('svg');
    font-weight: bold;
    font-style: normal;
}

body {
    font-family: "Roble", Georgia, "Times New Roman", Times, serif;
    font-size: 14px;
    line-height: 1.7;
    color: #414141;
}

a {
    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: #151515;
    text-decoration: underline;
}

a:hover {
    color: #c86216;
    text-decoration: none;
}

p {
    margin-top: 8px;
    margin-bottom: 15px;
}

h1, h2, h3, h4, h5 {
    font-family: "proxima_nova", Arial, Helvetica, Geneva, sans-serif;
    font-weight: 300;
    line-height: 1.1;
    margin-top: 15px;
    margin-bottom: 15px;
}

h1 {
    color: #151515;
    font-size: 52px;
    text-transform: uppercase;
    letter-spacing: .01em;
}

h2 {
    color: #151515;
    font-size: 36px;
    text-transform: uppercase;
    letter-spacing: .01em;
}

h3 {
    color: #151515;
    font-size: 36px;
    text-transform: uppercase;
    letter-spacing: .01em;
}

h4 {
    color: #151515;
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: .05em;
}

h5 {
    color: #aeaeae;
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: .05em;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
.clear {
clear:both;
}
.ad, .adspace {
	color: #aba9a8;
	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 .ssbp-wrap {
	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 ul, #BlogContent 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 ol:last-of-type, .recipe li:last-of-type   {
	margin-bottom: 0;
	 }

#BlogContent .recipe h2 {
    margin: 0;
}

#BlogContent .recipe h3 {
	font-size: 24px;
    clear: left;
}
	#BlogContent .recipe h3#directions {
		margin-top: 30px;
	}
#BlogContent .recipe h4 {
	margin-bottom: 10px;
}

#BlogContent .recipe p, .recipe ol, .recipe ul {
    margin-top: 5px;
    margin-bottom: 12px;
}

#BlogContent .recipe ol li:last-of-type, .recipe ul li:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
}
#BlogContent .recipe ol li {
	
}
#BlogContent .recipe .instructions img {
	display: none;
}
#BlogContent .recipe .summary {
    margin-top: -10px;
    margin-bottom: 30px;
    clear: left;
    font-size: 110%;
    font-style: italic;
}

#BlogContent .recipe .time {
    color: #aeaeae;
    font-size: 11px;
    line-height: 18px;
    font-family: "proxima_nova", Arial, Helvetica, Geneva, sans-serif;
    text-transform: uppercase;
    letter-spacing: .08em;
    text-decoration: none;
    margin-bottom: 25px;
    margin: 5px 0 25px;
}
#BlogContent .recipe .time p {
    display: inline-block;
    margin: 0 15px 0 0;
    padding: 0;
}
#BlogContent .recipe .time strong {
	font-weight: normal;
}

#BlogContent .recipe .photo {
    display: block;
    width: 140px;
    height: auto;
    float: right;
    margin: 0 0 0 5px;
    font-size: 90%;
}

#BlogContent .recipe .notes {
    color: #727272;
    font-style: italic;
}

#BlogContent .recipe .source {
    color: #aeaeae;
    font-size: 11px;
    font-style: italic;
    margin-top: 15px;
    clear: left;
}

#BlogContent .printbutton {
	display: none !important;
}
p.hide {
	display: none }
.footer     {
	color: #5b5b5b;
	font-size: 13px;
	font-style: normal;
	text-align: center;
	padding: 15px 30px; }
.footer strong {
	text-transform: uppercase;
	letter-spacing: .03em;
}
.adspace {
	color: #5b5b5b;
	font-size: 11px;
	text-align: center;
	margin-top: 40px;
	margin-left: 20px;
	float: left }
.copyright   {
	color: #5b5b5b;
	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 }
p.printbutton .button {
	display: none }
p.printbutton img.photo {
	display: block }
