/* $Id: print.css,v 1.3 2008/01/06 15:50:31 johnalbin Exp $ */

/* White background, black text, arial font, decent font size */
  body, node.content
  {
    background-color: #fff;
    color: #000;
    font-family: Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
    font-size: 12pt;
	width:100%;
  }

/* Change the layout to remove columns */
  html body
  {
    background: transparent;
    width: auto;
  }

  #main, #container .sidebar
  {
    float: none; /* Don't float floating things */
  }

  #page
  {
    margin: 0;
  }

body.sidebar-right #squeeze, body.two-sidebars #squeeze{
	margin-right:10%;
}
  /* Hide sidebars and nav elements */
  #skip-nav, #secondary, #sidebar-left, #sidebar-right, #search, #tabs, #menu, #mission, #footer-wrapper,
  .book-navigation, .tabs, .breadcrumb, .taxonomy, .pager, .feed-icon, .forum-topic-navigation
  {
    visibility: hidden;
    display: none;
  }

/* Style links */
  a:link, a:visited
  {
    color: #520;
    background: transparent;
    text-decoration: underline !important;
  }

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

  /* CSS2 selector to add visible href after links */
  #main a:link:after, #main a:visited:after,
  .content a:link:after, .content a:visited:after
  {
   /* content: " (" attr(href) ") ";*/
    font-size: 80%;
    font-weight: normal;
	text-decoration:none;
  }

/* Additional style changes */
  #logo-title
  {
    margin: 20pt 20pt 0 20pt;
  }

  .submitted
  {
    color: #000;
    font-family: "Times New Roman", "Bitstream Vera Serif", Garamond, serif;
    font-size: 10pt;
  }

  #primary .active-trail a, #primary .active a {
	 display:block;
	 width:940px;
	 text-align:left;
	 background:none;
	 margin-top:-60px;
 } 
 #primary {
	 display:none;
 }

#header-top,
#primary a,
.form-submit node-add-to-cart{
	display:none;
}
#container, #header, #primary{
	border:none;
	background:none;
}
#logo-title img{
	margin-left:-40px;
	margin-top:-20px;
}
#google-link, 
#ads-bottom,
#face-like{
	display:none;
}
.node-type-tsha-handbook-article fieldset, #report-error{
	display:none;
}