/* Print Style Sheet */

@media print {

body {
	background: white !important;
	color: #333 !important;
	margin: 0 !important;
	font-size: 10pt !important;
}

.site-header, .sharing-menu, .entry-meta, #site-navigation, .inside-right-sidebar, #left-sidebar, .site-footer, .n2-ss-align, #n2-ss-2-placeholder, .paging-navigation{
	display: none !important;
}

#main{
	margin-top: 0px !important;
}

a{
	color: #3093ba !important;
	text-decoration: underline !important;
}

a:after{
	content:" ( " attr(href) " ) ";
	font-size:0.8em;
	font-weight:normal;
}

.page-header{
	padding: 0px 0px !important;
}

p{
	margin-bottom: .9em !important;
}

.grid-75{
	width: 100% !important;
}


.inside-article{
	border-bottom: none !important;
}

.inside-article hr{
	border-bottom: 2px solid #efefef !important;
	margin: 15px 0px !important;
}

h1{
	font-size: 16pt !important;
}

h2{
	font-size: 14pt !important;
}

h3{
	font-size: 13pt !important;
}

h4{
	font-size: 12pt !important;
}

h5{
	font-size: 11pt !important;
}

img{
	display: block;
	max-width: 300px !important;
	max-height: 300px !important;
	width: auto;
	height: auto;
}


.tablet-push-25{
	left: 0 !important;
}

.site-main{
	margin-left: 0px !important;
}


/* ends @media print*/
}

