@charset "utf-8";
/* file: print.css
   styles print for http://www.ncurrent.com */

body, #contentWrapper {
background-color:#fff;
}
#contentWrapper {
	font-size:10pt;
	line-height:1.5;
	padding:0;
}
.sideBar {
	right:0;
}
.dontPrint {
display:none;
}
/***************************************************** Element Styles */
h1 {
	font-size:20pt;
	text-align:center;
	padding-top:0;
	border-bottom:0; 
	margin-bottom:0;
}
h1:before {
	content: "Nancy Current";
	display:block;
	font-size:30pt;
	text-align:center;
}
h2 {
	font-size:15pt;
	page-break-after:avoid;
	padding-top:1.5em;
	margin-top:1em;
	margin-bottom:.5em;
}
.contentRow h2 {
	border-top:0;
}
h3 {
	font-size:11pt;
}
h3 span.headingInfo, h3 span.email {
	font-size:10pt;
}
/***************************************************** Link Styles */
a {
	color:#222;
	font-size:10pt;
	text-decoration:none;
	text-transform:none;
	border-bottom:0;
}
a.external:after {
	content:" (" attr(href) ") ";
	color:#666;
	font-size:10pt;
	text-transform:lowercase;
	text-decoration:none;
	border-bottom:0;
}
#nav, #footer {
	display:none;
}
/***************************************************** Portfolio Styles */
.portfolioGallery {
	margin:3pt auto 3pt auto;
}
.portfolioGallery img {
	page-break-after:avoid;
}
/******************************************************* Gallery Styles */
#ddmenu, #instructions {
	display:none;
}
ul#thumbnails {
margin-top:25px;
}
ul#thumbnails li {
display:block;
float:left;
}
#thumbnails img {
margin:15px 30px;
border:1px solid #000;
}
#statement {
clear:both;
padding-top:25px;
}
