/* print styles */

html, body { height: auto; margin: 0; padding: 0; background: #fff none; }

#header { display:none; }
#logo { display:none; }
#headerad { display:none; }

#menubar { display:none; }
#searchform { display:none; }

#main { clear: both; margin-bottom: 0; overflow: visible; _overflow: visible; _height: auto; }

#sidebar-left { display:none; }
#sidebar-right { display:none; }
#footer { display:none; }
#copyright { display:none; }

.entry table { width: 90%; margin: auto; }
.entry td { border: 3px dashed #666666; }

.postmetadata  { display: none; }
#respond { display: none; }
.tools, .akst_link, .tt { display: none; }

.coupons .title, .coupons .entry, .coupons .coupon label, .coupons .printbutton { display: none; } 
.coupons .couponlist { margin: 0; padding: 0; }
.coupons .coupon { page-break-inside: avoid; *display: inline; }

/* commented these out to prevent regular posts from printing blank; 
   not sure what these were from, maybe they were old? - Mike 3/23/2010
.entry p, .entry ul, .entry ol, .entry blockquote { display: none; } 
.entry .coupon p, .entry .coupon ul, .entry .coupon ol, .entry .coupon blockquote { display: block; }
*/
