/* $Id: print.css,v 1.1.2.1 2007/04/18 03:38:59 drumm Exp $ */

/**
 * Themetastic, 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, #comments .box {
  display: none;
}

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

body #wrapper,
body #wrapper #container,
body #wrapper #container #main
{
  position: static;
  left: 0;
  padding: 0;
  margin: 0;
  width: 640px;
  float: none;
  clear: both;
  background: none;
  overflow:hidden;
}

#wrapper #container #header {
  width:640px;
  height: 178px;
  background:none;
}

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

#wrapper #container #header img {
  width:660px;
  height:178px;
}

#wrapper #container #topad, #wrapper #container #menu, #wrapper #container .footer, #wrapper #container #bottom {
display:none;
}
body.sidebars #wrapper #container #site, body.sidebar-left #wrapper #container #site, body.sidebar-right #wrapper #container #site, body #wrapper #container #site {
 width:640px;
 background:none;
}

#wrapper #container #site #main, #wrapper #container #site #main #the-slab, #wrapper #container #site #main #content {
  width:640px;
  float:none;
  margin:0;
  padding:0;
}

.node div.links {
  background-color:#FFF;
  border-color:#BBB;

}

body #wrapper #container #site #main #the-slab {
  padding-top:10px;
}

#search-wrapper {
 display:none;
}

#content h1.title {
  padding:5px 0;
}

.newsreel-pic, .review-still {
  background-color:#DDD;
}
