/* $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;
  font: 12px/170% Verdana;
}

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;
}

.field-field-featured{
display:none;
}

.field-label{
display:none;
}

.print-taxonomy{

margin-top: 30px;
margin-bottom: 40px;
}


a{
	color: #000000;
	text-decoration: none;
}
/**
* ###################################################
* LEGACY STYLES
*/


.imgCaption {
	font-size: x-small;
	font-style: normal;
}

.mainTitle{
	font-size: 16px;
}

.articleAuthors {
	font-size: x-small;
	font-style: italic;
}

.box1 {
	background-color: #EAF0FB;
	font-style: italic;
	border: 1px solid #DCE2EB;
	padding: 0px;
	margin-bottom: 10px;
}

.box2 {
	background-color: #FFEECC;
	font-style: italic;
	border: 1px solid #FFCC66;
	padding: 0px;
	margin-bottom: 10px;
}

.mainNormalText {
	/** font-family: Verdana, Arial, Helvetica, sans-serif; */
	font-size: small;
	font-weight: normal;
	color: #333333;
	line-height: 16px;
}

.mainSectionTitle{
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: medium;
	/** color: #DA8300; */
	font-weight: bold;
	line-height: 16px;
}

.mainSectionTitle1 {
	font-size: medium;
	font-style: italic;
	font-weight: bold;
	padding-left: 4px;
	text-transform: none;
	font-family: Arial, Helvetica, sans-serif;
}
.mainSectionTitle2 {
	font-size: medium;
	font-style: normal;
	padding-left: 4px;
	font-family: Arial, Helvetica, sans-serif;
}
.mainSectionTitle3 {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: medium;
	padding-left: 4px;
}

.print-taxonomy { display: none; }
