/* $Id: print.css,v 1.1 2008/02/15 16:22:09 johnalbin Exp $ */

/* underline all links */
  a:link, a:visited
  {
    text-decoration: underline !important;
  }

  /* Don't underline header */
  #site-name a:link,
  #site-name a:visited
  {
    text-decoration: none !important;
  }

/* CSS2 selector to add visible href after links - MB 4/12/10: hidden due to problems in IE8 
  #content a:link:after,
  #content a:visited:after
  {
    content: " (" attr(href) ") ";
    font-size: 0.8em;
    font-weight: normal;
  }
*/

/* Un-float the content */
  #content,
  #content-inner
  {
    float: none;
    width: 80%;
    margin: 0 !important;
    padding: 0 !important;
  }

/* Turn off any background colors or images */
  body,
  #page, #page-inner,
  #main, #main-inner,
  #content, #content-inner
  {
    color: #000;
    background-color: transparent !important;
    background-image: none !important;
  }

/* Hide sidebars and nav elements */
  #skip-to-nav, #navbar, #sidebar-left, #sidebar-right, #footer,
  .breadcrumb, div.tabs, .links, .taxonomy,
  .book-navigation, .forum-topic-navigation, .pager, .feed-icons
  {
    display: none;
  }
  
/* MB 4/12/10 */
body {
	margin: 1in 1in 1in .5in;
	}

/* MB 4/7/10: hide additional elements */ 
#skip-to-content, #block-ccd_site-ccd_topnav, #block-ccd_site-ccd_language_link, #block-ccd_site-ccd_navigation_main, .related, #ccd-footer ul {
	display: none;
	}

/* MB 4/7/10: mainly to solve problem of printed pages cutting off at a single page */ 
* {
	color: #000 !important;
	float: none !important;
	font-size: 16px !important;
	overflow: visible !important;
	position: static !important;
	}
	
/* MB 4/7/10: font sizes for headers */ 
h3 { font-size: 19px !important; }

h2 { font-size: 22px !important; }

h1 { font-size: 26px !important; }

/* MB 4/7/10: make logo text visible */ 
#ccd-logo h1, #ccd-logo span {
	text-indent: 0;
	}
	
/* MB 4/7/10: size logo and removed underline */ 
#ccd-logo h1 a, #ccd-logo span a {
	font-size: 26px !important;
	text-decoration: none !important;
	}
	
/* MB 4/7/10: give logo text 100% width */ 
#block-ccd_site-ccd_logo, #ccd-logo.french, .node-type-ccd-welcome #ccd-logo a, #ccd-logo a, #ccd-logo.french a, #ccd-logo h1, #ccd-logo span {
	width: 90%;
	}
