
/*
+----------------------------------------------------------------+
|																							|
|	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: #3d3329;
	font-size: 12px;
	font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Geneva, sans-serif;
	line-height: 17px;
	text-align: left;
	direction: ltr     }
a  {
	color: #3d3329;
	text-decoration: none }
h2    {
	font-size: 25px;
	font-family: Arial, sans-serif, Helvetica;
	font-weight: bold;
	letter-spacing: -0.05px }
h3  {
	font-size: 18px;
	font-family: Arial, sans-serif, Helvetica;
	font-weight: normal }
.Center {
	margin: 0 auto;
	width: 8.5in }
#Outline  {
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	border: dashed 2px #e5e3df;
	direction: ltr    }
#BlogTitle {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px }
#BlogDate {
	margin-top: 5px;
	margin-bottom: 10px }
#BlogContent {
	margin-right: auto;
	margin-left: auto;
	padding: 0.25in 0.5in 0.5in;
	width: 7.5in }
HR.Divider {
	color: #e7e8e9;
	width: 80%;
	height: 1px }
#CommentTitle {
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 10px }
.CommentDate {
	margin-top: 5px;
	margin-bottom: 10px }
.CommentContent {
	padding: 2px 10px 10px }
@media print {
	.adspace, #print-link, .left, .ad {
		display: none }
		
	#Outline  {
		padding: 0;
		border-style: none }
	}
.alignleft, div.alignleft {
	margin: 10px 10px 5px 0;
	float: left }
.alignright, div.alignright {
	margin: 10px 0 5px 10px;
	float: right }
#BlogContent { }
#BlogContent p {
	display: none }
#BlogContent blockquote {
	visibility: visible;
	margin: 0;
	padding: 0 }
#BlogContent blockquote p {
	display: block }
img {
	display: none }
hr  {
	border-style: solid none none;
	border-width: 1px 0 0;
	border-color: #e5e3df   }
#BlogContent blockquote { }
#BlogContent blockquote h2 {
	font-size: 22px;
	line-height: 22px;
	margin-bottom: -7px;
	margin-left: 0 }
#BlogContent blockquote h3  {
	font-size: 18px;
	font-weight: normal;
	text-transform: lowercase;
	margin-bottom: 0;
	margin-left: 0;
	padding-bottom: 3px;
	clear: both;
	border-bottom: 1px solid #e7e8e9 }
#BlogContent blockquote ul {
	line-height: 18px;
	list-style-type: none;
	margin-bottom: 18px;
	margin-left: 25px }
#BlogContent blockquote ol {
	line-height: 18px;
	list-style-type: none;
	margin-bottom: 18px;
	margin-left: 25px }
#BlogContent blockquote ol li {
	margin-bottom: 12px }
#BlogContent .recipemeta, #BlogContent .summary, #BlogContent .source {
	font-size: 11px;
	margin-top: 1px;
	margin-bottom: 1px }
#BlogContent  p.time {
	font-size: 11px;
	margin-right: 10px;
	float: left }
.footer  {
	font-size: 11px;
	font-style: italic;
	text-align: center }
.footer a  {
	color: #3d3329 }
.copyright  {
	color: #a19a91;
	font-size: 11px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	width: 7in }
.left {
	text-align: center }
#print-link {
	text-align: center }
#print-link a  {
	color: #a19a91;
	font-weight: bold;
	text-decoration: underline }
