body#splash div#header img#ACLogo {
	display:none;
}

a img {
	border:none;
}

div#contentwrap a[href]:after {
	content: ' [' attr(href) ']';
	text-decoration:none;
	color:#999999;
	font-size:8pt;
}

div#contentwrap a[href^="/"]:after {
	content: ' [http://www.activecanterbury.org.nz' attr(href) ']';
	text-decoration:none;
	color:#999999;
	font-size:8pt;
}

div#contentwrap a[href^="#"] {
	text-decoration:none;
	color:inherit;
}

div#contentwrap a[href^="#"]:after {
	content: '';
}

div#contentwrap h1 span {
	display:inline;
}

div#contentwrap h1 img {
	display:none;
}

div#contentwrap p.intro {
	font-size:120%;
}

div#contentwrap blockquote {
	margin:0;
	padding:1.1em 2em;
	border: 1px dotted #f5f5f5;
}


/* Navigation list item becomes "current page" indicator */
div#navwrap li {
	display:none;
}

ul#navlist{
	list-style:none;
	margin:1em 0;
	padding:0;
	font-size:120%;
	font-weight:bold;
}


ul#navlist li a {
	color:#999999;
	text-decoration:none;
}