﻿/*-----------------------------------------------------------------------------
Print CSS stylesheet for JISC

version:   1.0
author:    Paul Boag
email:     paul.boag@headscape.co.uk
website:   http://www.headscape.co.uk
-----------------------------------------------------------------------------*/

/* =Hidden Elements
-----------------------------------------------------------------------------*/

div
{
 padding:0;
  margin:0;
}



#accessibility, body #pageDescription, body #secondaryContent, body #search, body #tools, #pNavigation, #sOptions, body #footer ul, h1, body .recordsetNav, #mServices, #mLatest, .tOptions, select, input, textarea, .button,body form #primary-nav,body form #main-nav, body #breadcrumb, body #home-buttons, body #widgetCustomiseLink, #body .indentHeader, #body .indentFooter, #body .rssFeedLink, #body .gradRightBottom, #body .gradRightTop, #body .gradLeftBottom, #body .gradLeftTop, #body .homepageStraplineImage, .minimiseButton, .widgetFooter, #body .indentBottomRight, #body .indentBottomLeft, #body .indentTopRight, #body .indentTopLeft, #body #activityFinderContainer, #body .filterOptions, body #footer p, #body .addThis  {
  display:none;  
}



/* =Header of print styles
-----------------------------------------------------------------------------*/

#wrapper-bg, #header, #wrapper,#branding, .module, mText, #secondary-content, #main-content, .sub-section, .sub-section div, #home-secondary-content, #home-main-nav, #home-main-content, homepageBoxOut, .homepageBoxOut, .indentContainer, .nonWidget, .widget, .widget .handle img, .handle, .widgetColumnContainer, .widgetColumn, .widgetColumnLeft, .widgetColumnMiddle, .widgetColumnRight, .contents, .Column50, .blockquoteBg, .Column27, .Column71, .blockquoteBg {
  padding:0;
  margin:0;
}

#branding
{
  position:absolute;
  top:0px;
  left:0px;
}

#wrapper
{
  position:relative;
  top:0px;
  left:0px;
}




/* =For printing urls
-----------------------------------------------------------------------------*/

a:link:after,
a:visited:after {
  content: " (" attr(href) ") ";
  font-size: 90%;
}
html.noted a:link:after,
html.noted a:visited:after {
  content: "";
}

/* =Typography
-----------------------------------------------------------------------------*/

#container {
  font-size:10pt;
  font-family: Trebuchet, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  line-height:1.6em;
}

a {
  text-decoration:none;
  color:#F47B20;
}

td, th {
  padding:10px;
  border:1px solid #CCCED5;
  text-align:left;
}

table {
  border:1px solid #CCCED5;  
}



