/*
Project: AIMS - African Institute for Mathematical Sciences
Release: 1.0 - December 2010 print adjustments to CSS
Author: Jan Groenewald
Author URL: http://www.aims.ac.za
*/

body {
	font-family: "Trebuchet MS", Arial, serif;
	font-size: 12pt;
}

/* Do not print the entire sitemap when printing to hardcopy! */
#header-menu {
	display: none;
}

/* not working yet. See http://www.alistapart.com/articles/goingtoprint/ 
 * working partly -- external links and ^Top link (first stanza below)
 * rewrite in second stanaza below not working at all (check ^Top link) */

#page-body-inner a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
}

#page-body-inner a[href^="/"]:after {
  /* content: " (http://www.aims.ac.za/" attr(href) ") "; */
  content: " (http://www.aims.ac.za" attr(href) ") ";
}

