/* $Id: print.css,v 1.2 2011/01/11 11:40:09 aya Exp $ *//* underline all links */  a:link, a:visited  {    text-decoration: underline !important;  }  /* Don't underline header */  #site-name a:link,  #site-name a:visited  {    text-decoration: none !important;  }#sidebar-left {display: block;float: left;margin: 0;width: 23%;}.sidebar-left #content {margin: 0;/*width: 100%;*/}/* CSS2 selector to add visible href after links */  #content a:link:after,  #content a:visited:after  {    content: " (" attr(href) ") ";    font-size: 0.8em;    font-weight: normal;  }/* Un-float the content */  #content /* #content-inner */  {    float: right;	margin: 0 !important;	width: 75% !important;	/*float: none;    width: 100%;    margin: 0 !important;    padding: 0 !important;*/  }/* Turn off any background colors or images */  body,  #page, #page-inner,  #main, #main-inner,  #content, #content-inner  {    color: #000;    background-color: transparent !important;    background-image: none !important;  }  #main, #main-inner { padding: 0; }/* Hide sidebars and nav elements */  #skip-to-nav, #navbar, #sidebar-right, #footer,  .breadcrumb, div.tabs, .links, .taxonomy,  .book-navigation, .forum-topic-navigation, .pager, .feed-icons  {    visibility: hidden;    display: none;  }/**========== Custom IPMU Print Styles ==========**/#admin-top, #header-blocks, #block-block-6, #block-locale-0, #block-search-0{display: none;}#header-top{background-image: none;}#block-block-7, #pf-header {display: block;height: 75px;border-bottom: 3px solid #000;}#pf-header div.pf-logo{float: left;width: 455px;height: 65px;}#pf-header div.pf-logo-03{float: right;width: 123px;height: 65px;}#pf-header div.pf-logo-02{float: right;width: 127px;height: 65px;margin: 0 2em 0 2em;}#pf-header div.pf-logo-01{float: right;width: 164px;height: 65px;}#footer, #footer-inner, #footer-message{display: block !important;}#footer{border-top: 1px solid #000;}#footer-inner{}#footer-message{color: #000;}body.front div#content-bottom div.block-panels_mini {width:100%;margin: 2em 0 0;position: static;}div.block-panels_mini .panel-col,div.block-panels_mini .panel-col-first,div.block-panels_mini .panel-col-last {width: 33%;margin: 0;border:none;}body.front div#content-bottom div.block-panels_mini div.view-header {border: none;}/**========== END: Custom IPMU Print Styles ==========**/