

/* increase overall font size */
body {
	font-size:200%;
	}

/* compensate font weights */
h1, h2, h3, .summaryIndent, .portfolioIndent, #column h2, form label, form input.button, dl dt {
	font-weight:normal;
	}


/* remove some elements which would otherwise be in the linearised layout */
#skip-links, hr {
	display:none;
	}

/* headings and page breaks */
h2, #strapline, #column {
	page-break-before:always;
	}
h2 {
	margin-top:0.2em;
	}
ul.sitemap h2, h2.subtitle {
	page-break-before:avoid;
	}


/* strapline styling */
#strapline strong {
	font-size:250%;
	display:block;
	font-weight:normal;
	}	
#strapline em {
	font-size:130%;
	}	
#strapline a, #strapline a:visited {
	text-decoration:none;
	}
	
/* subtitle headings */
h2.subtitle {
	font-size:0.7em;
	margin-top:-1.4em;
	margin-bottom:1.2em;
	padding:0;
	border:none;
	background:transparent;
	}


/* testimonial page quotes and website development skils */
#content p.testimonialQuotes, dl.development dt {
	page-break-before:always;
	font-size:150%;
	}
dl.development dd {
	font-size:130%;
	margin:1em 0 0 0;
	}
#content p.testimonialQuotes cite {
	display:block;
	}
	


