@page {
	size: 8.5in 11in;
	margin: 18mm;
}

body { 
	color: #111111;
	font-family: "Minion", Georgia, sans;
	width: 100%;
    margin: 0;
	padding: 0;
}

#header, 
#breadCrumbs, 
#globalSearch, 
.social, 
#sidebar, 
.imgbtm, 
.commentjump, 
#comments, 
#respond, 
#footer,
.comments,
.sub,
.wp-caption-text,
.post-meta { 
	display:none;
}

#content{ 
	margin-left:0; 
    float:none; 
    width:100%;
    color: #333; 
}

.post-content, p, 
.post-content p { 
	color: #333; 
	line-height: 1.4em;
	font-size: 10pt;
	font-weight: 100;
}

#content a { 
    text-decoration:none;
    color: #333;
}

/*
a:link:after, a:visited:after { 
	content:" [" attr(href) "] "; 
	font-size: 11px;
	font-family: Tahoma, Arial;
}
*/

#content { 
	margin-left:0; 
     	float:none; 
     	width:auto;
}

h1, h2, h3, h4, h5, h6 { 
	page-break-after:avoid; 
    page-break-inside:avoid;
    font-family: "Gotham Light", Helvetica, Arial, sans-serif;
    font-weight: 500;
    color: #111111;
}

h1 {
	background-color: #92b909;
	color: #ffffff;
	-webkit-print-color-adjust: exact;
    print-color-adjust: exact;
    padding: 14px;
    border-radius: 9px;
    font-weight: 300;
}

blockquote, table, pre { 
	page-break-inside:avoid;
}

ul, ol, dl  { page-break-before:avoid; list-style-type: inside; page-break-inside: avoid; }

.right { float: right; }

.left { float: left }

img { 
	page-break-inside: avoid;
	max-width: 100% !important;
	float: left;
	padding: 0 12px 12px 0;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px !important;
}

.author:before {
	content: "Written by: ";
}