/* $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 {
  display: none;
}

body.sidebars, body.sideber-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 {
  position: static;
  left: 0;
  padding: 0;
  margin: 0;
  width: auto;
  float: none;
  clear: both;
  background: none;
}

#wrapper #container #center, #wrapper #container #footer {
  position: relative;
  top: 150px;
  left: 0;
  padding: 0;
  margin: 0;
  width: auto;
  float: none;
  clear: both;
  background: none;
}
#wrapper #container #footer {
	display: none;
	visibility: hidden;
}
body.sidebars .leftcolsqw {
	margin-right: 0;
	padding-right: 0;
}
.addthis_toolbox addthis_default_style addthis_32x32_style, .addthis_counter addthis_bubble_style, .addthis_button_expanded {
	display: none;
	visibility: hidden;
}
#wrapper #container #center .right-corner,
#wrapper #container #center .right-corner .left-corner,
#wrapper #container #center #squeeze {
  position: relative;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  width: auto;
  float: none;
  clear: both;
  background: none;
}
#wrapper #container #center .left-corner {
	padding-left: 0;
}
#wrapper #container #center .left-corner tr td {
	border-bottom: 1px dotted #500001;
	padding: 10px 0 20px;
}
.b-top-content {
	padding-bottom: 0;
}
.view-display-id-page_3 table.views-view-grid {
	margin-top: 0;
}
.b-top-content .content, .b-top-content .content table {
	margin-bottom: 0;
}
#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;
}
#header-region, .b-menu {
	display: none;
	visibility: hidden;
}

body.sidebar-right #wrapper #container #center .left-corner {
	padding-top: 30px;
}