
/*
+----------------------------------------------------------------+
|																							|
|	WordPress 2.1 Plugin: WP-Print 2.20										|
|	Copyright (c) 2007 Lester "GaMerZ" Chan									|
|																							|
|	File Written By:																	|
|	- Lester "GaMerZ" Chan															|
|	- http://lesterchan.net															|
|																							|
|	File Information:																	|
|	- CSS Style For Printer Friendly Page										|
|	- wp-print-css.css																|
|																							|
+----------------------------------------------------------------+
*/
@font-face {
    font-family: 'brandon_grotesque';
    src: url('fonts/brandon_med-webfont.eot');
    src: url('fonts/brandon_med-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/brandon_med-webfont.woff2') format('woff2'),
         url('fonts/brandon_med-webfont.woff') format('woff'),
         url('fonts/brandon_med-webfont.ttf') format('truetype'),
         url('fonts/brandon_med-webfont.svg#brandon_grotesque') format('svg');
    font-weight: normal;
    font-style: normal;

}


body {
	background-color: #fff;
	color: #5e5e5e;
	font: 14px/23px Georgia, "Times New Roman", Times, serif;
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

a:link,
a:visited,
a:active {
	color: #9d96a8;
	text-decoration: underline;
}

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

p {
	margin-bottom: 16px;
	margin-top: 10px;
}

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

h1 {
	color: #bbb6c2;
	font-size: 25px;
	letter-spacing: 0.07em;
	text-transform: uppercase;
}

h2 {
	color: #bbb6c2;
	font-size: 17px;
	letter-spacing: 0.07em;
	text-transform: uppercase;
}

h3 {
	color: #bbb6c2;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 0.07em;
	text-transform: uppercase;
}

h4 {
	color: #5e5e5e;
	font: normal 14px/23px;
	letter-spacing: 0.07em;
	margin-bottom: 20px;
	text-transform: uppercase;
}

h5 {
	color: #aeaeae;
	font-family: "brandon_grotesque", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 0.05em;
	line-height: 13px;
	text-transform: uppercase;
}

.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 {
	.ad,
	.adspace {
	display: 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 {
	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 h4 {
	display: block }
hr     {
	width: 100%;
	border-style: solid none none;
	border-width: 1px 0 0;
	border-color: #dedede }
#BlogContent .recipe h2 {
	color: #bbb6c2;
	font-size: 26px;
	line-height: 26px;
	margin-bottom: 10px;
	margin-top: 0;
}

#BlogContent .recipe h3 {
	clear: left;
}

#BlogContent .recipe h4 {
	margin: 15px 0 5px;
}

#BlogContent .recipe ul, #BlogContent .recipe ol {
	margin: 0;
	padding: 0;
}

#BlogContent .recipe ul li {
	list-style-type: disc;
	margin: 0 0 2px 10px;
	padding: 0;
}

#BlogContent .recipe ol li {
	margin: 10px 0 15px 15px;
	padding: 0;
}

#BlogContent .recipe ul li:last-child,
#BlogContent .recipe ol li:last-child {
	margin-bottom: 0;
}

#BlogContent .recipe .recipemeta,
#BlogContent .recipe .summary {
	clear: left;
	margin-bottom: 1px;
	margin-top: 1px;
}

#BlogContent .recipe .notes {
	clear: left;
	color: #9a9a9a;
	margin-bottom: 0;
	margin-top: 20px;
	padding-bottom: 0;
	padding-top: 10px;
}

#BlogContent .recipe .source {
	clear: left;
	color: #9a9a9a;
	font-size: 12.5px;
}

#BlogContent .recipe .time {
	border-bottom: 1px dotted #dedede;
	border-top: 1px dotted #dedede;
	color: #9a9a9a;
	font-size: 12px;
	font-style: italic;
	line-height: 20px;
	margin: 0 0 25px;
	padding: 4px 0;
}

#BlogContent .recipe .time p {
	display: inline-block;
	margin: 0 19px 0 0;
	padding: 0;
}

#BlogContent .recipe .time strong {
	color: #5e5e5e;
	font-family: "brandon_grotesque", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
}

#BlogContent .recipe .ingredients {
	margin-bottom: 25px;
}

#BlogContent .recipe .photo {
	display: block;
	float: right;
	height: 141px;
	margin-left: 15px;
	width: 141px;
}
p.hide, #BlogContent p.printbutton, .pin-it-btn-wrapper {
	display: none }
.footer     {
	color: #9a9a9a;
	font-size: 12px;
	font-style: italic;
	text-align: center;
	margin-bottom: 25px;
	padding-right: 30px;
	padding-left: 30px }
.printlogo   {
	margin-top: -10px;
	margin-left: 15px;
	width: 200px;
	float: right }
.adspace {
	color: #aba9a8;
	font-size: 11px;
	text-align: center;
	margin-top: 40px;
	margin-left: 20px;
	float: left }
.copyright   {
	color: #6d6f71;
	font-size: 11px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	width: 7in }
.left  {
	display: inline }
#print-link    {
	color: #6d6f71;
	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 }
