/* $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 {margin:1em;background-color:#fff;font-family:sans-serif}
th {text-align: left;color: #006;border-bottom: 1px solid #ccc;}
tr.odd {background-color: #ddd;}
tr.even {background-color: #fff;}
td {padding: 5px;}
#menu {visibility: hidden;}
#main {margin: 1em;}

a:link {color: #000;}
a:visited {color: #000;}
a:hover {color: #00f}
a:link img, a:visited img {border:0}

.print-footnote {font-size:xx-small;}
.print-logo {border:0;}
.print-site_name {}
.print-breadcrumb {font-size:x-small}
.print-title {font-size:200%;font-weight: bold;margin:0.67em 0 0.22em 0}
.print-submitted {font-size:small}
.print-created {font-size:small}
.print-taxonomy ul {margin:0;padding:0px;}
.print-taxonomy li {display:inline;}
.print-content {}
.print-hr {clear:both;border:0;height:1px;width:100%;color:#9E9E9E;background-color:#9E9E9E;}
.print-source_url {font-size:small;}
.print-links {font-size:small;}
.print-footer {font-size:small;}

.print-object .images{
	margin:1em 0;
}
.print-object .images li{
	list-style:none;
	float:left;
	margin:0 1em 1em 0;
}
.print-object .field-label-inline-first{
	font-weight:bold;
}