
/* ---------- General Layout ---------- */
@media print {
	.toolbar,
	.zoneAdmin,
	.actPrint,
	table thead,
	.views-exposed-form,
	header {
		display: none !important;
	}
}
.jDiaporama_status,
.jDiaporama_controls {
	display: none !important;
}
body,
input,
textarea,
select {
  color: #000;
  background: none;
	font-size:11px;
}
body.two-sidebars,
body.sidebar-first,
body.sidebar-second,
body {
  width: 100%;
}
#sidebar-first,
#sidebar-second,
.navigation,
#toolbar,
.site-footer,
.tabs,
.shortcut-action {
  display: none;
}
.f_field-introduction {
	font-weight: 600;
	font-size:1.1em;
}
.fade {
	opacity: 1 !important;
}
.para img {
	max-height:130px !important;
	width:auto;
}
.para .jDiaporama, 
.para .jDiaporama ul {
    width: auto !important;
    height:auto !important;
	max-height: none !important;
	min-height: none !important;
}
.para .jDiaporama li {
	display:inline-block !important;
	position: relative !important;
	height: auto !important;
	max-height: none !important;
	min-height: none !important;
}
.para .jDiaporama li img {
	height:120px !important;
	width:auto;
}
.tabImgOverlay {
	display: none !important;
}
/* ---------- Node Pages ---------- */

#comments .title,
#comments form,
.comment-forbidden {
  display: none;
}
@media print {
	.toolbar,
	.zoneAdmin,
	.actPrint,
	table thead,
	.views-exposed-form,
	header {
		display: none !important;
	}
	.pageTitle {
		height: auto !important;
		padding:0px !important;
	}
	h1 {
	margin:0px;
	font-size: 21px;
}
}