/* SVN FILE: $Id: print.css 206 2009-10-04 16:45:32Z Chris $ */
/**
 * Print CSS file
 *
 * @copyright    Copyright 2008 PBM Web Development - All Rights Reserved
 * @package      css
 * @since        V1.0.0
 * @version      $Revision: 206 $
 * @modifiedby   $LastChangedBy: Chris $
 * @lastmodified $Date: 2009-10-04 17:45:32 +0100 (Sun, 04 Oct 2009) $
 */

body {
  background: #fff;
}
.print {
  display: block;
}
.vcard.organizer.print h3 {
  display: none;
}
/* Header */
#header .container {
  padding: 0 10px;
}
/* /Header */
/* Main navigation */
#nav-main {display: none;}
/* end Main navigation */

#content {
  float: left;
  margin-right: 0;
  width: 100%;
}
#sidebar {display: none;}

/* Footer */
#footer {
  background: transparent;
  border-top-color: #000;
  color: #000;
}
#footer .container {
  padding: 0 10px;
}
#footer a {
  color: #000;
}
#nav-footer {display: none;}

#footer div.legal {
  margin-bottom: 1.5em;
}
#footer div.legal p.legal {display: none;}
#footer div.vcard,
#footer div.vcard .adr div,
#footer div.vcard .adr p {
  float: left;
  text-align: left;
}
#footer div.vcard .adr p {
  margin-right: 1em;
}
#footer div.vcard p.tel,
#footer div.vcard p.email {
  clear: both;
  text-align: left;
}

#site-attribution {display: none;}
/* /Footer */
.print {background-image: none;}
div.invoice {
  page-break-before: always;
}


.link-list li {
  list-style: none;
}
.number, .date {
  text-align: right;
}
.vcard div.adr {
  margin-bottom: 0.5em;
  white-space: nowrap;
}
.vcard p {
  margin: 0;
}
div.portlet .header {
  color:#111;
  font-size:1.5em;
  font-weight:normal;
  line-height: 1;
  margin-bottom:0.75em;
}

.show,.hide {
  display: none;
}
/* Tables */
table {
  width: auto;
}
tr.even td,
tbody tr.even th {
  background-color: transparent;
  background-image: url(/images/bg/opaque/808080_25.png);
}
td.actions {display: none;}
/* /Tables */

/* Buttons and link buttons */
a.button,
button {display: none;}
/* end Buttons */
#site-index #availabilityCheck {
  display: none;
}