/**
 * This file contains print styles
 */

/*###############################################################################*/
/*#### DEFAULTS
/*###############################################################################*/

body {
	width:100% !important;
	margin:0 !important;
	padding:0 !important;
	background:none !important;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
	page-break-after:avoid;
}

p, h2, h3 {
	orphans:3;
	widows:3;
}

code {
	font:12pt Courier, monospace;
}

blockquote {
	margin:1.2em;
	padding:1em;
	font-size:12pt !important;
}

hr {
	background-color:#ccc;
}

/* Images */
a img {
	border:none;
}

/* Links */
a:link, a:visited {
	background:transparent !important;
	font-weight:700 !important;
	text-decoration:underline !important;
	color:#333 !important;
}

/* Don't show linked images  */
a[href^="http://"] {
	color:#000 !important;
}

/* Don't show links that are fragment identifiers, or use the `javascript:` pseudo protocol .. taken from html5boilerplate */
a[href^="#"]:after, a[href^="javascript:"]:after {
	content:"" !important;
}

/* Table */
table {
	margin:1px !important;
	text-align:left !important;
}

th {
	border-bottom:1px solid #333 !important;
	font-weight:bold !important;
}

td {
	border-bottom:1px solid #333 !important;
}

th, td {
	padding:4px 10px 4px 0 !important;
}

tfoot {
	font-style:italic !important;
}

caption {
	background:#fff !important;
	margin-bottom:2em !important;
	text-align:left !important;
}

thead {
	display:table-header-group !important;
}

img, tr {
	page-break-inside:avoid !important;
}

/*###############################################################################*/
/*#### SPECIFIC STYLES
/*###############################################################################*/

.fusion-header {
	position:relative; !important;
	border:0 !important;
	box-shadow:0 0 !important;
}

#main {
	padding-top:35pt !important;
}

.circle--pull-up,
#sliders-container,
.fusion-header-wrapper,
.fusion-main-menu,
.fusion-secondary-menu,
.single-navigation,
.fusion-page-title-bar,
.fusion-meta-info,
.fusion-button-wrapper,
.fusion-footer {
	display:none !important;
}
