/**************************************************

print.css inspired by Andy Clarke "For a Beautiful Web"
http://forabeautifulweb.com/

***************************************************/

/**************

Clare Beckingham
Out Of Grey Ltd
Contact: cb@outofgrey.com
http://www.outofgrey.com

*************************/

body
{
	line-height: 1.5;
	background: none;
	margin: 2em;
	color: #555;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
h1, h2, h3, h4, h5, h6
{
	font-family: "Helvetica Neue", Arial, "Lucida Grande", sans-serif;
	color: #AFAFAF;
	font-weight: 500;
}
h1
{
	display: block;
	visibility: visible;
}
header h1 { font-size: 30pt; }
header h2 { font-size: 25pt; }
header h1 a, header h1 a:link, header h1 a:visited { text-decoration: none; }
blockquote
{
	margin: 1.5em;
	padding: 1em;
	font-style: italic;
	font-size: .9em;
}

code { font: .9em "Courier New", Monaco, Courier, monospace; }

a#skip-link
{
	display: none;
	visibility: hidden;
}
a:link,
a:visited,
a:after,
a:active
{
	background: transparent;
	font-weight: 700;
	text-decoration: underline;
	color: #1D4DA0;
}

a:link:after, a:visited:after
{
	content: " (" attr(href) ")";
	font-size: 90%;
}
section#gallery li
{
	width: 100%;
	clear: both;
}
img
{
	float: left;
	clear: both;
	margin: 1.5em 1.5em 1.5em 0;
}
a img { border: none; }
