/* $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;
}


ul.primary-links, ul.secondary-links,
#header-region, .sidebar, ul#nice-menu-0, #search-theme-form {
  display: none;
}

body.sidebars, body.sidebar-left, body.sidebar-right, body {
  /*width: 640px;*/
}

body.sidebar-left #center, body.sidebar-right #center, body.sidebars #center,
body.sidebar-left #squeeze, body.sidebar-right #squeeze, body.sidebars #squeeze {
  margin: 0;
}

#wrapper,
#wrapper #container, 
#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;*/
  position:relative;
  left: 0;
  overflow:visible !important;
  border:none;
  padding: 0 !important;
  margin: 0 !important;
  width: auto;
  float: none !important;
  clear: both !important;
  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;
}

.front .sidebar, .node-type-project #wrapper #container #center, .node-type-project .sidebar {
display:block;
float:left;
clear:none;
padding:0;
}

.front #wrapper #container #center, .node-type-project .content {
float:left;
clear:none;
}

/*Ah, as much as we love FF (apart from it crashing a lot), its Print Preview is a bit buggy. Fixes are below*/
.node-type-project .content {
overflow: visible !important; /*FF 3.5 and below, fixes page not showing beyond the first page*/
float:none; /* ... and for FF 3.6 since the old way stopped working*/
}

#section-projects a.showdetail, #section-projects .flickr-gallery, h4#flickr, .flickr-ref, #tabs-wrapper, ul.custom-pager {
display:none;
}

#hero, #hero-image {
overflow:visible;
margin-bottom: 0;
}

.node-type-project #wrapper #footer {
display:none;
 }
 
#documents ul li a {
display: inline!important; height: auto!important; overflow: visible!important; margin-top: 0px!important; margin-bottom: 0px!important;
}
ul#accordion span.acc {
display:block;
clear:left !important;
}