  /* $Id: print.css,v 1.1.2.1 2009/02/13 06:40:02 johnalbin Exp $ */

/* underline all links */
  a:link, a:visited {
    color: #000;
    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 */
/*  
  #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;
    font-size: 1em;
    margin: 0 !important;
    padding: 0 !important;
    width: 100%;
  }

/* 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;
  }
  
  #content-wrap {
    border: 0;
    padding: 0;
  }
  
  h2.page-title {
  	color: #000 !important;
  	font-size: 1.5em;
  	padding-bottom: 0;
  }
  
  #logo-title {
  	background-image: none !important;
  	color: #000;
  	font-size: 1em;
  	height: inherit;
  	margin: 0;
  	padding: 0;	
  }
  
  #navigation {
    height: inherit;
  }
  
  #site-name {
  	border-bottom: 1px solid #ccc;
  	color: #666666;
  	font-size: 1em;
  }

/* Hide sidebars and nav elements */
  #header, #skip-to-nav, #navbar, #primary, #logo, #sidebar-left, #secondary-nav,
  #side-events, #sidebar-right, #footer, .breadcrumb, div.tabs, .links, .taxonomy, 
  .book-navigation, .forum-topic-navigation, .pager, .feed-icons,
  #floating-manager-menu, #admin-menu, .messages, .status, div.status
  {
    display: none;
    visibility: hidden;
  }

/* Otherwise, Firefox clips the content after the first page. */
  #page {
    overflow-y: visible;
  }
  
 /* #logo {
    background-image: url(/daycare/sites/uleth.ca.daycare/themes/flora/images/logo-print.png);
    height: 104px;
    width: 76px;
    top: 0;
  }*/
