/* print.css */

body {
	font-family: "Helvetica", Arial, sans-serif;
	font-size: 75%;
}

a { font-weight: bold; color: #666; text-decoration: none; }
	
.no_screen {
	width: .65in;
	height: .55in;
	float: left;
	margin-right: .25in;
	display: block;
}

.no_screen img { width: 100%; }

#logo, #tagline, #global_nav,
#utility_nav, #footer, #secondary,
img.big_bg, #page_nav, #band,
#respond, .list_comment_count,
.navigation { display: none; }

img.big_bg { position: absolute; left: -8000pt; }

#primary { margin-right: .75in; }

.wp-caption { display: block; float: right; clear: right; margin: 0 0 .25in .25in; }

.wp-caption img, .list_image img { border: 1px solid #ddd; }

p.wp-caption-text { font-size: 7pt; font-style: italic; padding: 0 .125in; line-height: 1em; }

.list_image { display: block; float: left; clear: right; margin: 0 .25in .25in 0; }

p { line-height: 1.3em; }

ol { list-style-type: none; }

li { padding-bottom: .125in; }

h1 { padding-top: .125in; }

.post { padding-bottom: .0625in; margin-bottom: .0625in; border-bottom: 1px dotted #ccc; }

.post:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}


.single .post, #update_list .post { clear: both; }