/* $Id: print.css,v 1.3.2.1 2010/08/06 11:37:38 goba Exp $ */

/**
 * Garland, for Drupal 5.0
 * Stefan Nagtegaal, iStyledThis [dot] nl
 * Steven Wittens, acko [dot] net`
 *
 * If you use a customized color scheme, you must regenerate it after
 * modifying this file.
 */

#header {display:none;}
#navmenu {display:none;}
#sidebar-right {display:none}
#left {width:100%;font-size:13pt;}
#print {display:none;}

#small {font-size:11pt !important;}
#normal {font-size:13pt !important;}
#large {font-size:16pt !important;}
.small-text #left  {font-size:11pt !important;}
.medium-text #left  {font-size:13pt !important;}
.large-text #left  {font-size:16pt !important;}
 
body, input, textarea, select {
  color: #000;
  background: none;
}

ul.primary-links, ul.secondary-links,
#header-region, .sidebar {
  display: none;
}


#wrapper,
#wrapper #container .breadcrumb,
#wrapper #container #center,
#wrapper #container #center .right-corner,
#wrapper #container #center .right-corner .left-corner,
#wrapper #container #footer,
#wrapper #container #center #squeeze {
  position: static;
  left: 0;
  padding: 0;
  margin: 0;
  width: auto;
  float: none;
  clear: both;
  background: none;
}

#wrapper #container #header {
  height: 130px;
}

#wrapper #container #header h1, #wrapper #container #header h1 a:link, #wrapper #container #header h1 a:visited {
  text-shadow: none;
  color: #000;
}

