
/** =print.css
************************************************************
@project		Portage District Library (PDL)
************************************************************/
body {
  background-color: #fff;
  color: #000;
}

.footer,
.content-side,
.search-box,
.content-main-left,
.quick-links,
#quick-links-toggle,
.hnav, 
.vnav,
.print-page,
.header .logo-header {
  display: none;
}
.print-only {
  display: block;
}
.content-main {
  display: block;
  width: 100%;
}

h1, h2, h3, h4, h5, h6, .btn, .tabs a strong, .i-want .help strong {
  font-family: GillSansCE-Bold,"Gill Sans CE Bold","Gill Sans","Trebuchet MS",Calibri,Helvetica,Arial,sans-serif;
}

a { color: #000;}


img { max-width: 100%; }

a img {
  border-width: 0;
}

/* book list - linear */

ul.books,
ul.books li {
  margin-left: 0;
  padding-left: 0;
  list-style-type: none;
}
.book {
  clear: left;
}
.cover {
  float: left;
  width: 100px;
  margin-right: 20px;
}

.more-info a {
  padding-right: 10px;
}

