/*  
Theme Name: Currambena Original Print
Theme URI: http://www.anmari.com/
Description: Print Style Sheet
Version: 1.0
Author: Anna-marie Redpath
Author URI: http://anmari.com/  
*/
body {
	line-height: 1;
	color: black;
	background: white;
}
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/* set colours to black on white */
body { color : #000000; background : #ffffff; font-family : "Times New Roman", Times, serif; font-size : 12pt; }

/* underline all links */
a { text-decoration : underline; color : #0000ff; }

/* get rid of unnneccesary bits */

.sidebar, #access, #header, #footer, 
.navigation, .nocomments, .postmetadata, 
#comments, #respond, .commentlist, #commentform, 
.edit,  hr {display: none;}

/* avoid bad page breaks */
h1, h2, h3, h4, h5, h6 { page-break-after:avoid; 
     page-break-inside:avoid }
img { page-break-inside:avoid; 
     page-break-after:avoid; }
blockquote, table, pre { page-break-inside:avoid }
ul, ol, dl  { page-break-before:avoid }

/* reset the structure */

div#container{float:none;width:100%;margin:0;}
div#content{margin: 0; padding: 5px;}
div#primary{display:none;}
div#secondary{display:none;}
div#footer{display:none;}
/* create some print styling */

div.post h2.posttitle,
div.post h2.posttitle a {display: block; text-decoration : none; color : #000000; border-bottom: 8px solid #900000;}
.post {page-break-after:always;}
.entry hr, entrytext hr {display: block;}