/* Sharehouse print stylesheet */

@media print
{
body {
  width: 95% !important;
}

body * {
  font-size: 11pt;
  font-family: Georgia, "Times New Roman", Times, serif;
}

/* --- layout elements not to print --- */
div#tree,
div#news,
div#currentuser,
ul#tabnav,
a.edit,
a.delete,
input.move-buttons-up,
input.move-buttons-down,
img.move-buttons-up,
img.move-buttons-down,
div.alignright-d,
div#subfolders,
div.alignright,
div#footer,
span.uplink {
   display: none;
}

/* additional formatting */
div.nopreviewimg {
   display: none;
}

div.csv_download {
   display: none;
}

img.filesort-disabled,
img.imgfilesort-disabled {
   display: none;
}

a.filesort img,
a.imgfilesort img {
   display: none;
}

div.modinst {
   border-top: 2pt solid #000;
   padding: 0 0 1em 0;
}

table.files,
table.imgfiles {
   width: 99%;
   border-collapse: collapse;
}

td, th {
   text-align: left;
   padding: 0.2em;
   margin: 0;
}

tbody {
   border-bottom: 1px solid #ccc;
   border-top: 1px solid #ccc;
}

td.files-user a,
td.files-size,
td.files-date,
td.description,
td.imgfiles-user a,
td.imgfiles-size,
td.imgfiles-date {
   font-size: 0.85em;
}

td.files-type a,
td.imgfiles-type a {
   text-transform: uppercase;
}

h3.legend-files,
h3.legend-imgfiles,
h3.legend-addresses,
h3.legend-text,
h3.legend-calendar {
   margin-bottom: 0.3em;
}


ul.addresses {
   list-style: none outside none;
   padding: 0;
   margin: 0;
}

ul.addresses li {
   padding: 0.3em 0;
   border-bottom: 1px solid #ccc;
}

ul.addresses li h4 {
   padding: 0;
   margin: 0;
}

div.description div {
   display: none;
}

div.description {
   margin-bottom: 1em;
}

p.description {
   font-size: 0.85em;
}

p.description a {
   margin: 0 1em;
}

div.showarchiveevents {
   display: none;
}


/* --- standard elements --- */
a {
   color: #000;
   text-decoration: none;
   display: inline-block;
}

img {
   border: none;
   margin: 0.3em;
}

h1 {
  font-size: 16pt;
  font-weight: bold;
  color: #000;
  background-color: inherit;
  margin: 0.7em 0 1.0em 0;
}

h2 {
  font-size: 14pt;
  font-weight: bold;
  color: #000;
  background-color: inherit;
}

h3 {
  font-size: 12pt;
  font-weight: bold;
  color: #000;
  background-color: inherit;
}

h4, h5, h6 {
  font-size: 12pt;
  font-weight: bold;
  color: #000;
  background-color: inherit;
}

h5 {
   margin-left: 1em;
}

h6 {
   margin-left: 2em;
}


h1,
h2,
h3,
h4 {
  page-break-after: avoid;
}

abbr[title]:after, 
acronym[title]:after {
  content: '(' attr(title) ')';
}

}