/* 
	Theme Name: Shades of Blue

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

	Print Stylesheet by Casey McLaughlin
	
	Changelog:
		vCasey1.1 - 19 Jun 2009 - Modified by Casey McLaughlin
		v1.0 - 3/25/09
*/

* {
	color: #000;
}

.no_print {
	display: none;
}

.postcitation {
	display: block;
	padding: 5px 10px;
	border: 1px solid #999;
	background-color: #E4E4E4;
	font-size: 0.9em;
}

.postauthor {
	display: none;
}

#header .headerleft {
	width: 100%;
	border-bottom: 1px solid #999;
}

#header .headerleft a {
	text-decoration: none;
}

#header .headerleft h1 {
	font-size: 1.1em;
}

#header .headerright {
	display: none;
}

#sidebar {
	display: none;
}

#footer {
	display: none;
}

#copyright {
	margin-top: 0.5in;
}

.postcomments {
	width: 100%;
	margin-top: 0.2in;
	padding-top: 0.2em;
	border-top: 1px solid #999;
}

.postcomments ol.commentlist {
	list-style-type: none;
	font-size: 0.8em;
}

.postcomments ol.commentlist > li {
	display: block;
	float: left;
	width: 50%;
}

.postcomments ol.commentlist > li > div.comment-body {
	margin: 5px;
	padding: 1px;
	border: 1px solid #999;
}

.postcomments #respond {
	display: none;
}