/* NYPL Digital Gallery
2007-2008 jANDERSON
help from glish.com

COLORS:
red f50002\\ NEW NYPL RED! c02a2b:links d2232a:hedlines c62829:bg
green 99cc00
	darker 506a00
	lighter c6e173
greys darker to lighter
	333
	4a4a4a
	666
	999
	c7c7c7
	dfdfdf	

FONTS:
font-family:Arial, sans-serif;
font-family:Verdana, sans-serif;
 */


/*-----------------------------------------------------------------------------------------
                                GENERIC-PRINT STYLES 
------------------------------------------------------------------------------------------*/

body {
width:800px;
background:#fff;
color:#000;
text-align:left;
font-family:Arial, sans-serif;
/*font-size:62.5%; */
/*default size for 'medium' text in all modern browsers is 16px. This takes 16px down to 10px -- clagnut */
margin-left:0px;
margin-right:0px;
padding:0px;
/*margin-bottom:.2in;*/
}

#thumbs {     /* this is the box that contains all the thumbs */
padding: 0px;
text-align:left;
background: #fff;
width:800px;

}
#thumbs li {   /* this is what contains thumb content */
/*Is this doing anything? page-break-inside: avoid;*/
/*Test without: margin-right:20px;*/
float:left;
width:160px;
display:inline; /*hack for IE 6*/
/*height: 300px;*/
/*margin:3px;
padding:3px;
*/
/*text-align:center; only the select[on|off] box needs to be centered*/
/*background-color: #e8e8e8; only the select[on|off] box is grey*/
}



.newrow {
	clear:both;
/*	display:inline; *//*IE 6 hack*/
	overflow:auto;
	/*float:none!important;*/
/*border-style:solid;
	border-color:pink;*/
/*test without:	page-break-inside:avoid;*/
}

.clearrow{
	clear:left;
}



.prop {
  /*height:50px;*/
  float:right;
  width:1px;
/*for media:  height:9.27em;*/
	height:5.27em;
  background-color:#fff;
/*page-break-inside: avoid;*/

}

.clr {
  clear:both;
  height:1px;
  overflow:hidden;
  background-color:#fff;
}

	/* -------------------------------------------------------------------
	add a clearing break every 4 images that is only visible to print
	stylesheet, since CSS has a bug that cuts	off floated images across 
	some page-breaks otherwise
	-------------------------------------------------------------------*/

#frame{
width:760pt;
margin:0px;
padding:0px;
border:solid 1px blue;
}

/*
#ctr {
width:800px;
float:left;
}
*/

#contentheader {
display:none;
}

#botnav {
display:none;
}


.imagecontrols_test {
display:none;
}

#hideprint{
display:none;
}

#getimage{
text-align:left;
margin-left:auto;
margin-right:auto;
padding:0px;
}

#objimagepri {
float:left;
margin-left:0px;
margin-right:auto;
padding: 0px;
border: 0px solid #fff;
}

.captionprintbox {
padding-top:0px;
padding-left:0px;
}

/*
#objimage {
float:left;
margin-left:0px;
margin-right:auto;
padding: 0px;
border: 0px solid #fff;
}
*/
