/* $Id: print.css,v 1.3 2007/09/06 21:23:32 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.
 */

body, input, textarea, select {
  color: #000;
  background: none;
  font-size:11pt;
}

p, ul, ol{
  font-size:11pt !important;
}

ul.primary-links, ul.secondary-links, #header-region, .sidebar, div#navigation, div#contentRight, div#contentLeft, div#header div#utilityNav, ul.tabs, div#footer, a.adminControls, div#homePageFeatures, a.readMore{
 display: none;
}

div#header div#logo{
display:block;
padding-bottom:40px;
}

div#header div#logo h1{
display:none;
}

div#header div#logo h1{
font-size:200%;
font-weight:normal;
margin-bottom:20px;
padding-bottom:20px;
border-bottom:1px solid #666;
}

div#contentMiddle{
margin:0;
width:100%;

}

div.internal{

height:auto;
}