@charset "utf-8";
/* CSS Document */

/* FOR PRINT Remove unwanted elements */
#header, #nav, #left_sidebar, #sidebar-1, #searchform, #searchbox, #searchtitle, #footer, .back_button
{
display: none;
}

body {
    font-family: Georgia, "Times New Roman",
    Times, serif;
	background: white;
	color: #000;
}

/* Ensure the content spans the full width */


#article .post {
background-color: white;
border: none;
clear:both;
margin:0;
width:100%;
float: none;
}


#article h2 {
background-color:white;
font-family: Helvetica, Arial, sans-serif
font-size:16px;
font-style:italic;
padding:3px 10px 5px;
}



/* Change text colour to black (useful for light text on a dark background) */
.lighttext
{
color: #000;
}

/* Improve colour contrast of links */
a:link, a:visited
{
color: #781351;
}


.print_only {
	display: inline;  
}

.contact_info {	
	display:none;
	}

