
body {
	background: none repeat scroll 0 0 white !important;
	color: black !important;
	margin: 0 !important;
	float: none !important;
	font-size: 12pt !important;
}

/*Don't show navigation, social icons, search, breadcrumbs, edit link or title area*/
#header, #nav, #nav-button, #sidebar, #footer, #core-inner-bg, .loop-nav, .entry-share-fb, .entry-share-twt, .hdr-social, #search-3, .sidebar, .breadcrumb, .post-edit-link, div.title-area, .entry-info {
	display: none !important;
}

#inner {
	width: auto !important;
	padding: 0 !important;
	margin: 0 !important;
}

#content {
	width: auto !important;
	padding: 1em 2em !important;
	box-shadow: none !important;
}

/*Underline links*/
body a {
	text-decoration: underline;
}

/*Reduce the space after each entry - particularly for Blog page*/
body .entry,
body .page.page-template-page_blog-php .entry {
	padding-bottom: 0;
	margin-bottom: 1rem;
}

h3 {
	font-size: 16pt;
}

/*Put link URL after the link text*/
article.entry a:after {
	content: " (" attr(href) ") ";
	font-size: .8em;
	font-weight: normal;
}

/*No link URLs here*/
span.entry-comments-link a:after, span.entry-categories a:after, span.entry-tags a:after {
	content: "";
}

a.entry-author-link:after {
	content: "" !important;
}

p.site-title a:after, a.comment-author-link:after, time.comment-time a:after {
	content: "";
}

.entry-comments, .entry-comments .comment, .entry-comments .comment-reply, .ping-list {
	margin-bottom: 1rem !important;
}

a.comment-reply-link {
	display: none;
}

#simple-social-icons-2 {
	display: none;
}

/*move the content up*/
.site-inner {
	margin-top: -17rem;
}

/*widen content out to 100%*/
main.content {
	width: 100%;
}

/*Hide the header widget area*/
aside.widget-area.header-widget-area {
	display: none;
}

/*Avoid page breaks within images*/
img {
	page-break-before: auto;
	page-break-after: auto;
	page-break-inside: avoid;
}

/*Hide simple share buttons and the Leave a reply box*/
div.ssba, div#respond {
	display: none;
}

/*Hide related posts*/
div#jp-relatedposts {
	display: none !important;
}

/*Hide footer widgets, go to top link & after footer areas*/
div.gototop, .footer-widgets, .after-footer-left, .after-footer-right {
	display: none;
}

div.creds {
	color: black;
}

/*No borders for footer*/
footer.site-footer {
	border-top: none;
	border-bottom: none;
}

/*Blue link for footer*/
footer.site-footer a {
	color: #0A5FAF;
}
