/* Cascading Style Sheet for RasterWeb!  */
/* http://rasterweb.net/raster/print.css */


body {
	color: #000;
	background: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
}


h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding-bottom: 2px;
	border-bottom: 1px solid #000;
}

h2.headday {
	margin: 8px 0 3px 0;
	padding: 2px 0 2px 0;
	border-bottom: 1px solid #666;
}

h2.headentry {
	margin: 3px 0 3px 0;
	padding: 2px 0 2px 0;
	border-bottom: 1px solid #aaa;
}



p {
	margin-left: 0;
}

ul, blockquote {
	margin-left: 20px;
}


#header {
	padding: 1px;
	border: 1px solid #333;
	color: #fff;	
	background-color: #ccc;	
}


#menu, #pstrip {
	display: none;
}




/* put url after link text instead of underlining */
a:link, a:visited {
	background-color: #fff; 
	color: #000; 
	text-decoration: none;
}

a[href]:after {
	content: " [" attr(href) "]";
}

/* except for individual entry headlines, where the url is overkill */
.headsitename a:after {
	content: "";
}

.headday a:after {
	content: "";
}

.headentry a:after {
	content: "";
}







/* instead of a dotted border, put title of acronym/abbreviation after text */
acronym, abbr {
	border: 0;
}

acronym:after {
	content: " (" attr(title) ")";
}

abbr:after {
	content: " (" attr(title) ")";
}

cite[title]:after {
	content: " @ " attr(title);
}

blockquote[title]:after {
	content: " @ " attr(title);
}


/* page break after each day's posts */
.day {
	page-break-before: always;
}


