@charset "UTF-8";
/* CSS Document */

*{
	background:transparent none;
	color:#000;
	border:none;
}

head, title{
	display:block;
}
title{
	text-align:center;
	font-size:24pt;
	border-bottom:6px double #7f7f7f;
}

head, body{
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	width:100%;
	max-width:800px;
	margin:0 auto;
}

#header, #footer{
	display:none;
}

title, h1, h2, h3, h4, h5, h6, .client, .subhead, label, .button{
	font-family:GeosansLightRegular, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:200 !important;
}

h1,h2,h3,h4,h5,h6{
	font-weight:normal;
	margin:.75em 0;
	line-height:1.1em;
}

h1, h2{
	font-size:32pt;
	padding:0 .5em;
}

h2{
	border-bottom:3px double #999;
}

h3{font-size:18pt;}
#page-right h3,.piece-info h3{font-size:24pt;}
h4{font-size:16pt;}
h5{font-size:14pt;}
h6{font-size:12pt;}

p{
	font-size:10pt;
	line-height:1.5em;
	margin-bottom:1.5em;
}
p+p{
	text-indent:2em;
}
.client+p, form p{
	text-indent:0;
}

p.subhead{
	font-size:16pt;
	margin:.75em 0;
	line-height:1.1em;
}

#header, #footer{
	display:none;
}

#page-content, .piece{
	margin:0 auto;
}
div.piece{
	page-break-inside:avoid;
}

#page-left, #page-right, .piece-info, .piece-image{
	width:45%;
	display:inline;
	margin:0 2%;
}
#page-left, .piece-info{
	float:left;
}
#page-right, .piece-image{
	float:right;
}
.piece-image{
	text-align:center;
}

img{
	border:3px double #bbb;
	padding:1px;
}

.center{
	display:none;
}

.morelink{
	display:block;
	font-size:10pt;
	margin:10px 0 0;
}
.about .morelink{
	width:200px;
	margin:0 auto;
}

.permalink{
	display:none;
}

.client{
	font-size:14pt;
	margin:-.75em 0 .75em;
	line-height:1.1em;
}

.piece .client{
	padding-bottom:5px;
	border-bottom:3px double #ddd;
}

a:link:after, a:visited:after {
	content: " (" attr(href) ") ";
	font-size: 9pt;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	display:block;
	line-height:1.1em;
}

p a:link:after, p a:visited:after{
	display:inline;
}

.input{
	border:3px double #bbb;
	width:100%;
}
.button{
	display:none;
}

.legal img{
	display:none;
}

.clear{
	clear:both;
}

hr{
	height:3px;
	border-top:1px solid #7f7f7f;
	border-bottom:1px solid #7f7f7f;
	page:auto;
}

.center+hr{
	display:none;
}
