/**
 * YUI Vanilla print styles
 *
 * Save a tree, don't display elements that are only of use on screen!
 * Type is specified in points for print, portions of the page that become 
 * irrelevent when printed are not displayed.
 *
 * @author Chad Kieffer, http: //2tbsp.com
 * @license 
 * @version 0.5
 *
 * @TODO Fix right margins on second page (text is cropped)
 */

body { font-size: 12pt; line-height: 14.5pt; padding: .3in; }

a { text-decoration: none; }

/* Don't show the following */
#primary-links, #secondary-links, #tabs-wrapper, .meta, .more-link, .node_read_more, .comment_add, 
.commment_comments, #sidebar-left, #sidebar-right, .breadcrumb, .pager, #user-login-form { display: none; }

#hd { display: none; }

/* Remove the sidebar, but not the content */
#bd .yui-b { display: none; }
#bd #yui-main .yui-b { display: block; }
 
pre { white-space: normal !important; width: 80%; }

ul, ol { margin-left: 1em; padding-left: 0; }

#doc, #doc2, #bd, .first, .yui, .yui-ge { margin: 0; padding: 0; }
.yui, .node { overflow: visible; }

#logo {}
#mission {}
#slogan {}

.links { display: none; }
