/*
Print Stylesheet for Sunbear Blog Squad
Author: B.J. Christianson
Author URI: http://www.bchri.net
Version: 2.0
.
Theme design © 2009 The Sunbear Squad; All rights reserved
*/
body {
	width: 100%;
	font-family: Times New Roman, serif;
	color: #000;
	font-size: 12pt;
}

a[href]:after {
	content: " (" attr(href) ")";
	text-decoration: none;
}

a[href^="/"]:after {
	content: " (http://sunbearblogsquad.org" attr(href) ")";
}

a {
	color: #000;
	text-decoration: underline;
}

.sidebar, .postmetadata, .sociable, h2 a:after, #copyright a:after, a[rel~="attachment"]:after {
	display: none;
}

a img {
	border: none;
}

#copyright ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 80%;
	font-style: italic;
}

.postHeader {
	page-break-after: avoid;
}

.postHeader a {
	text-decoration: none;
}

.postHeader cite {
	font-style: italic;
	font-weight: normal;
}

img {
	max-width: 100%;
}

.alignleft {
	float: left;
}

img.alignleft {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

.alignright {
	float: right;
}

img.alignright {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

img.centered {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	margin: 0;
	font-size: 120%;
}

div.entry blockquote, ol.commentlist blockquote {
	margin: 1em 2em 1em 0;
	border-left: 0.5em solid #ccc;
	padding: 0 1em;
	font-size: 95%;
	font-family: Lucida Console, Monaco, monospace;
}

div.entry blockquote cite, ol.commentlist blockquote cite {
	display: block;
	position: relative;
	left: -1.5em;
	background-color: #fff;
	font-weight: bold;
	font-style: normal;
	padding: 0;
	padding-bottom: 0.1em;
	margin: 0;
}

div.entry cite:after, ol.commentlist cite:after {
	content: ":";
}

.post {
	margin-bottom: 3em;
	orphans: 4;
	widows: 2;
}

#respond {
	display: none;
}
