/*
*  print
*
*  Created by John Hunter on 2007-10-23.
*/

body { font-family: Helvetica, Arial, sans-serif; line-height: 125%; }
#nav-main, #nav-utility, #viewer-control, img.dynamic { display: none; }
#content { margin: 2em 0; }
#content.card-layout li.card { width: 40%; margin: 0 2em 2em 0; float: left; }
#content img { margin: 1em; margin-right: 2em; float: left; }
li.break, .col.info h4 { clear: both; }
.col.info { float: none; }
.col.info ul { list-style: none; clear: both; float: none; }
p.pagination { clear: both; margin: 0 1em; text-align: center; }
p.pagination a, p.pagination span, .control, .page-navigation { display: none; }

/* Show external links */
#content a[href^="http:"]:link:after, #content a[href^="http:"]:visited:after {content: " (" attr(href) ") "; font-size: 80%; }
