@charset "ISO-8859-1";
/* PRINT CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #FFF;
	color: #000;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;	
}
a { color: #000; text-decoration: none; }

#logo h1 {
	font-size: 9pt;	
	color: #FC0;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: normal;
}
#logo a { 
	font-family: Georgia, "Times New Roman", Times, serif;	
	text-decoration: none;
	font-size: 18pt;
}
#logo a .colour { display: none; }

#hire-me { display: none; }

#content h2 {
	font-size: 14pt;
	font-weight: normal;
	color: #000;
}

.project .screenshot { display:  none; }

#content .project .visit a:link:after, #content .project .visit a:visited:after {
   content: " at " attr(href) "";
}

#footer .more-info p strong {
	font-size: 16pt;
}

#footer .copyright {
	text-align: right;
	font-size: 6pt;
}
.spacer { display: none; }