/*
+----------------------------------------------------------------+
|																							|
|	WordPress 2.6 Plugin: WP-Print 2.40										|
|	Copyright (c) 2008 Lester "GaMerZ" Chan									|
|																							|
|	File Written By:																	|
|	- Lester "GaMerZ" Chan															|
|	- http://lesterchan.net															|
|																							|
|	File Information:																	|
|	- CSS Style For Printer Friendly Page										|
|	- wp-content/plugins/wp-print/print-css.css								|
|																							|
+----------------------------------------------------------------+
*/

body {
	font-family: Tahoma, Arial, Geneva, sans-serif;
	font-size: 12px;
	color: #000000; }
#container {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
        overflow: hidden;  }
#top-ad { margin: 0 0 10px; }
#content {
	float: left;
	width: 660px;
	margin-left: auto; 
	margin-right: auto;
	padding: 10px;
	border: 1px solid #000000; }
#logo {
        float: right;
        background: url(http://backtothecuttingboard.com/wp-content/themes/tools/images/print-logo.gif) no-repeat top left;
        width: 286px;
        height: 82px; }
h2 {
	font-family: "Times New Roman", Times, Georgia, serif;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 5px; }
#BlogContent {
        float: left;
	padding: 10px; }
.tip { float: right; width: 250px; font-size: 90%; line-height: 130%; margin: 0 0 5px 8px; padding: 5px 5px 5px 10px; border: 1px dotted #000; }
ol.instructions li { padding: 0 0 10px; }
.page-break { display:none; }
.print { display: none; }
#side {
	float: right;
	width: 310px;
	text-align: center; }
.side1 {
	float:left;
	width: 170px; }
.side2 {
	float:right;
	width: 130px; }
.clearit { clear:both; }
#copyright {
	font-family: "Times New Roman", Times, Georgia, serif;
	font-size: 12px;
	width: 620px;
	margin: 0; 
	padding: 10px 0;
	text-align: center; }

@media print {

    #top-ad,
    #side,
    #print-link, 
    .print {
        display: none; }
    body { font-size: 9pt; }
    a:link, a:visited { text-decoration: none; color: #000; }
    #container { margin: 0; }
    #logo {
       float: right;
       width: 286px;
       height: 82px; }
    #content {
	width: 65%;
        padding: 0; 
        border: 0px solid #000000; }
    h2 {
	font-size: 16pt;
	margin-bottom: 2pt; }
    #BlogContent { padding: 0; }
   .tip { float: right; width: 250px; font-size: 90%; line-height: 130%; margin: 0 0 5px 8px; padding: 5px 5px 5px 10px; border: 1px dotted #000; }
   ol.instructions li { padding: 0 0 5px; }
    .page-break{ display:block; page-break-before:always; }
    #copyright {
	font-size: 9pt;
	width: 70%;
	padding: 0; }
}