/*
DC.Title       = Site Style Sheet for printing
DC.Subject     = Bob Barron Artist
DC.Description = style sheet for site printing
DC.Publisher   = Audrey Barron
DC.Creator     = David Neil
DC.Date        = 2006-11-24
DC.Identifier  = http://www.BobBarron.com/css/print.css
DC.Language    = en
DC.Relation    = common style for BB site and gallery pages
DC.Coverage    = 
DC.Rights      = All rights reserved
		 No license exists to permit others to use this software
Version 1-00-01 May 2009: update to BB domainNM
Version 1-00-00 Nov 2006: initial version
*/

html,body {
	color:black; 
	background:white;
	font-size:10pt;
	text-align:left;
	}
a { 
	text-decoration:none; 
	color:black; 
	background:white;
	}
h1 {
	font-size:2em; 
	font-weight:bold; 
	text-align:center;
	}

.finalBlock { 
	/*page-break-within:avoid; */
	widows:5; 
	}
#galleryContent {	
	position:relative; 
	}
.galleryPortraitImage { 
	position:relative; 
	}
.galleryPortraitLabel { 
	top:0.2cm; 
	text-align:center;
	/*page-break-within:avoid; */
	widows:5; 
	}
.galleryWork { 
	position:relative; 
	text-align:center;
	/*page-break-within:avoid; */
	widows:5; 
	}
.linksList { 
	font-weight:normal;
	}
#mainMenu { 
	display:none; 
	visibility:hidden; 
	}
.noPrint { 
	display:none; 
	visibility:hidden; 
	}
.pageBreak { 
	page-break-before:always; 
	}
#workContent {	
	/*position:relative;*/ 
	}
