

/* Begin Typography & Colors */

body {
	font-size: 12pt;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#000;
	background: #FFF;
	text-align: left;
	}
.do-not-print { 
	display: none; 
}
.print-only {
	display: block;	
}
#menu, .biglink, #sidebar, #header, #footer, .divider, #pageheader, .post-edit-link, #featured, #homebuttons, .postmetadata {
	display: none; 
		
}


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	clear: right;
	}

.alignleft {
	float: left;
	clear: left;
	}
/* End Images */


/* Begin Form Elements */

a:link, a:visited {
	color: #333;
	background: transparent;
	font-weight: normal;
	text-decoration: underline;
}
#content a[href^="/"]:after {
   content: " (http://www.graduatehouse.com.au" attr(href) ") ";
   }

p.archive_date { 
	margin-bottom: 0;
	font-weight: bold;
}