/**
 * Loaded with media="print" attribute
 */
* {
	background: transparent;
	color: #000 !important; /* Black prints faster: h5bp.com/s */
	box-shadow: none !important;
	text-shadow: none !important;
}

.in-print-only {
	display:block;
}

body {
		background: none;
		color: #000;
		font-size: 10pt;
		font-family: OpenSans, 'Open Sans', sans-serif;
}

.logo {
	max-width: 50%;
	height: 44px;
	overflow: hidden;
	text-indent: -999px;
	background-repeat:no-repeat;
	display: block;
}

a.logo:after {
	content: none;
}

a,
a:visited {
		text-decoration: underline;
}

abbr[title]:after {
		content: " (" attr(title) ")";
}

.author a:after,
a:after,
a[href^="javascript:"]:after,
a[href^="#"]:after {
		content: none;
}

pre,
blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
}

thead {
		display: table-header-group;
}

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

img {
		max-width: 100% !important;
}

@page {
		margin: 1in auto 1.5in auto;
}

P {
	line-height: 1.5;
}

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

h2,
h3 {
		page-break-after: avoid;
}

.trulia-link li {
	list-style: none;
	float: right;
}

.logo {
	display: none;
}

.description {
	display: none;
}

.post-container, .header {
	max-width: 6in;
	margin: 0 auto;
}

.header {
	margin-bottom: .25in;
}

.header img {
	border: none;
}

.avatar,
.gravatar,
#respond,
#comments,
.comments-area .comment-edit-link,
.comments-area .reply,
a.comment,
.entry-meta .edit-link,
.page-links,
#menu-top-nav,
#pagination,
.sidebar,
.more-link,
.top{
	display: none;
}

.post h1 {
	font-size: 12pt;
}

h1 a {
	text-decoration: none;
}

h1 a:after {
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	vertical-align:middle;
	display: block;
}

.subhead {
	font-size: 10pt;
	line-height: 1.3;
	font-style: italic;
}

.two.columns {
	color: #444;
	font-size: 10pt;
	height: auto !important;
}

.two.columns .social {
	display: none;
}

.about-author {
	margin-bottom: 25px;
}
.about-author h5 {
	margin-bottom: 0;
}

.post img.alignleft,
.post .wp-caption.alignleft {
	margin-left: 0;
}

.post img.alignright,
.post .wp-caption.alignright {
	margin-right: 0;
}

/* Comments */
.comments-area > li.comment {
	background: none;
	position: relative;
	width: auto;
}

.comment-meta {
	float: none;
}

.comment-author .fn,
.comment-reply-link {
	color: #333;
}

.clear {
	clear: both;
}

.author a {
	text-decoration: none;
}

.author:before {
	content: 'Written by: '
}

.table-preview,
.close-table-modal {
	display: none;
}

table {
	border-collapse: collapse;
}

table,
tr {
	border: none;
	font-size: 10px;
}

tr strong {
	font-weight: normal;
	font-size: 14px;
}

td {
	padding: 2% 0 2% 0;
	border: 1px solid black;
	border-left: 0;
	border-right: 0;
}

.trulia-call-to-action {
	display: none;
}