/* Print Stylesheet for Tulsa Pets magazine - very basic */

#header #top_nav,
#header .ad,
#cat_nav,
#footer,
.sidebar,
.navigation,
.postmetadata,
#comments,
#top_info,
.wp-pagenavi{
	display: none;
}

#content, #wrapper {
	width: auto;
	border; 0;
	margin: 0 5%;
	padding: 0;
	float: none !important;
	color: black;
	background: transparent;
}

body {
	width: 100%;
	background-color: white;
	font-size: 10pt;
}

a:link, a:visited {
	color: black;
	background: transparent;
	text-decoration: none;
}

#print-logo {
	height: 155px;
	width: 675px;
	margin-left: -10px;
	margin-bottom: 25px;
	display: block;
	overflow: hidden;
	color: transparent;
}

#header h1 {
	display: none;
}

div.post {
	page-break-inside: avoid;
}

.entry {
	background-color: transparent;
}

.entry img{
	padding-bottom: 13px;
	border: none;
}


.category-in-memoriam .entry a[href]:after {
	content: attr(href);
	margin-top: 1em;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	border: 1px solid #CEC689;
	background-color: #FEF7CF;
	font-size: 80%;
	padding: 5px 10px;
	border: 0 none;
}

