/*
+----------------------------------------------------------+
| Print stylesheet for incirclepets.com
+----------------------------------------------------------+
*/

/* Hide elements that aren't important for printed copies */

#header, td.sidebar_column, div.sidebar, #footer, 
div.comment_form, div.addthis, div.print_this {
	display: none;
}

/* Change display of certain elements */

html, body, div.bg, div.left-bg, div.right-bg, div.bg-lt, div.bg-rt, div.bg-lb, div.bg-rb, #page {
	margin: 0px;
	padding: 0px;
	background: none !important;
}

table.content_area td.content_column {
	width: 90%;
	margin: auto;
}

#content {
	background: none;
}

div.single_entry img {
	display: block;
	clear: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

div.comment_display {
	border-bottom: solid 3px #c0d399;
}


/* Add some print-only elements */

#print_header {
	display: block;
	margin-bottom: 40px;
}

#print_header img, #print_header h2 {
	display: block;
	float: left;
}

#print_header h2 {
	color: #4a6a0a;
	font-size: 18px;
	margin-top: 55px;
	margin-left: 20px;
}

#print_header h2 span {
	color: #8bae7d;
	font-size: 16px;
}

#print_footer {
	font-size: 12px;
	text-align: center;
	display: block;
}


