/* www.tcd.ie styles for print */

/* ========================================== */
/* Import screen styles */
/* ========================================== */

@import url(screen.css);

/* ========================================== */
/* suppress printing of standard banners, 
   page banner, main navigation, 
   sub-navigation, side-of-page content, 
   base-of-page content and back-to-top links */
/* ========================================== */

#topbanner, #bottombanner, #top, #nav, #subnav, #side, #base, p.toplink {display: none !important;}

/* ========================================== */
/* general typography and page layout */
/* ========================================== */

#main {margin: 0;}
#main h1, #main h2, #main h3 {border: 1pt solid #999;}

/* ========================================== */
/* un-float floated areas */
/* ========================================== */

.leftfloat {float: none; width: 100%;}
.rightfloat {float: none; width: 100%;}

/* ========================================== */
/* font-sizing */
/* ========================================== */

#main h1 {font-size: 12pt; padding: 8pt;}
#main h2 {font-size: 10pt; padding: 6pt;}
#main h3 {font-size: 9pt; padding: 4pt;}
#main p, #main ul li {font-size: 9pt;}
#main a {background: none; padding: 0;}

/* ========================================== */
/* url display */
/* ========================================== */

#main a.emaillink:link:after, 
#main a.emaillink:visited:after, 
#main a.externallink:link:after, 
#main a.externallink:visited:after, 
#main a.tcdlink:link:after, 
#main a.tcdlink:visited:after {
		content: " (" attr(href) ") "; 
		font-size: 7pt;
}

/* ========================================== */
/* other rules */
/* ========================================== */

table#layout {border-top: none;}

/* end */