/* $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;
  width: auto !important;
}

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,
#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;
}

.table_150,
.table_200,
.table_250,
.table_300,
.table_350,
.table_485 {
	float: right;
	clear: right;
	}
	
	
	
/* Editorial / Article */
	
	/* Names */
	h3.print-title span.name {
		display: block;
		margin-bottom: 10px;
		}
	
	/* Author Images */
	h3.print-title img {
		vertical-align: middle;
		}
		
	.author-credit .avatar img {
		width: auto;
		}
		
.print-content table img {
	width:100%;	
	height:	auto;
}

.print-content iframe {
	width:100%;	
}
		
/* Kicker */
.print-kicker {
	font-size: 24px;
	line-height: 32px;
	}
	
	}