
/*
+----------------------------------------------------------------+
|																							|
|	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																|
|																							|
+----------------------------------------------------------------+
*/
Body      {
	color: #000;
	font-size: 13px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 18px;
	text-align: left;
	direction: ltr         }
a:link, a:visited, a:active       {
	color: #2e7ac2;
	text-decoration: underline }
a:hover    {
	color: #66add5;
	text-decoration: underline }
h1      {
	font-size: 24px;
	font-family: Arial, sans-serif, Helvetica;
	font-weight: normal;
	line-height: 24px }
h2, h3    {
	font-size: 18px;
	font-family: Arial, sans-serif, Helvetica;
	font-weight: normal;
	line-height: 18px;
	text-transform: uppercase;
	letter-spacing: 0 }
.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 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 {
	display: block }
hr     {
	width: 100%;
	border-style: solid none none;
	border-width: 1px 0 0;
	border-color: #dedede }
#BlogContent .recipe   {
	line-height: 18px;
	margin: 0 }
#BlogContent .recipe em {
	color: #747370 }
#BlogContent  .recipe h2   {
	font-size: 21px;
	line-height: 18px;
	text-align: left;
	margin: 0 0 2px;
	padding: 0;
	text-shadow: 1px 1px 1px #fff              }
#BlogContent .recipe h3    {
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	line-height: 15px;
	text-align: left;
	display: block;
	margin: 15px 0 0;
	padding: 0 0 5px;
	clear: both;
	border-bottom: 1px solid #dedede }
#BlogContent .recipe p  {
	margin-top: 5px;
	margin-bottom: 10px;
	padding-top: 0;
	padding-bottom: 0 }
#BlogContent .recipemeta {
	color: #9fa1a2;
	font-size: 11px;
	margin-top: 1px;
	margin-bottom: 1px }
#BlogContent .recipe ul {
	line-height: 18px;
	list-style-type: none;
	margin-bottom: 18px;
	margin-left: 25px }
#BlogContent .recipe ol {
	line-height: 18px;
	list-style-type: none;
	margin-bottom: 18px;
	margin-left: 25px }
#BlogContent .recipe ol li {
	margin-bottom: 12px }
#BlogContent .source, #BlogContent .nutrition {
	font-size: 11px;
	line-height: 15px;
	margin-top: 1px;
	margin-bottom: 1px }
#BlogContent .recipe p.time {
	font-size: 11px;
	margin-right: 10px;
	float: left }
#BlogContent .recipe p.yield {
	font-size: 11px;
	margin-bottom: 0;
	padding-bottom: 0 }
p.hide {
	display: none }
.footer     {
	color: #6d6f71;
	font-size: 12px;
	font-style: italic;
	text-align: left;
	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 }
