@charset "utf-8";
/* CSS Document */

/*-----------------------------------
 printHome.css
-------------------------------------*/
/*-----------------------------------
 CSS COMMON TO ALL PAGES
-------------------------------------*/
*  {		
	margin: 0;
	border: 0;
	padding: 0;
} 

html, body {
	background: #FFF;
}
	
body { 
	color: #000;
	text-align: center; /* part 1 of 2 centering hack */
}
/*-------------------------------------------------
Content Wrapper / Centers Layout
-------------------------------------------------*/ 

#wrap {
	background-color:#fff; /*fix for grey flash?*/
	margin-top: 1em;
	margin-bottom: 0.5em;
	margin-right: auto;
	margin-left: auto;
	text-align:left; /* part 2 of 2 centering hack */
	width: 7.5in;
} 

* html #wrap {
	width: 7.5in; /*fixes for IE5win*/
	w\idth: 7.5in; /*fixes for IE6win/IE5mac */
}
/* -------------------------
Top Gray Bar
--------------------------*/

#topGrayDiv {
	display:none;
	visibility:hidden;
}
/*-------------------------------------------------
Masthead / Logo / Search Form
-------------------------------------------------*/
#mastHead 	{
	/* width: 771px; */ /* masthead width also changed from 771 to 908 JAK */
	width: 7.5in;
	height: 57px;
	display: block;
	border: 1px solid #000;
	background: #000 url(../_img/nmnh_logo_small.jpg) no-repeat;
}
#mastHead h1 a {
	visibility: hidden;
	}
/*-------------------------------------------------
Search Form
-------------------------------------------------*/
#mastHead #searchForm {
	display:none;
	visibility:collapse;
	
}
/*-------------------------------------------------
Donate Button
-------------------------------------------------*/

#mastHead #donate_button {
	display:none;
	visibility:collapse;
	}
/*-------------------------------------------------
Global Navigation
-------------------------------------------------*/

#globalNav {
	display:none;
	visibility:collapse;
}
/*-------------------------------------------------
Side Content / Sub Content / Left & Right Columns
-------------------------------------------------*/
#sideContent {
	display:none;
	visibility:collapse;
}
#mainContent {
margin-top: 1em;
}
/*-------------------------------------------------
Breadcrumbs
-------------------------------------------------*/

#mainContent div#breadCrumb {
	display:none;
	visibility:collapse;
}
/*-------------------------------------------------
Main Content Footer
-------------------------------------------------*/
#mainContent div#mainFoot {
	display:none;
	visibility:collapse;
}
/*-------------------------------------------------
Footer
-------------------------------------------------*/

#footer {
	display:none;
	visibility:collapse;
}

/*-------------------------------------------------
Copied from default.css
-------------------------------------------------*/

/* generic text styles */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;   /* for compliant browsers*/
}

* html body {
	font-size: x-small; /* IE5 Win renders small one step larger*/
	fon\t-size: small;   /* for other IE versions*/
}

th, td, li, dl, dt, p {
	font-size: 1em;
	font-weight: 400;
}

p {
	line-height: 1.1em;
	margin: 0 10px 1.3em 0;
}

h6 {
	font-size: 1em;
	font-weight: 500;
}

h5 {
	font-size: 1em;
	font-weight: 500;
}

h4 {
	font-size: 1em;
	font-weight: 600;
}

h3 {
	font-size: 1em;
	font-weight: 600;
	line-height: 1em;
	margin-bottom: 0.2em;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.30em;
	font-weight: 700;
	padding-top: 0.4em;
	margin-bottom: 0.4em;
}

h1 {
	font-size: 1.30em;
	font-weight: 900;
}

a:link, a:visited {
	text-decoration: underline;
}

a:hover, a:active {
	text-decoration: underline;
}

ul, ol {
	margin-bottom: 1.5em;
}

ul {
	list-style-type: square;
}

ol {
	list-style-type: decimal;
}

ul li, ol li {
	line-height: 1.1em;
	margin-bottom: 0.4em;
}

ul li {
	margin-left: 28px;
}

ul li ul {
	list-style-image: url(../_img/bullet.gif);
}

ol li {
	margin-left: 28px;
}

address {
	font-style: normal;
	font-size: 0.85em;
	margin-top: 0.5em;
	margin-left: 13px;
	margin-bottom: 1em;
}

#sideContent {
}

#mainArticle {
}

#subContent, #floatbox {
	font-size: 90%;
}

#subContent h3, #floatbox h3 {
	line-height: 1.2em;
}

#subContent p, #floatbox p {
	line-height: 1.2em;
}

/*-------------------------------------------------
Copied from custom.css
-------------------------------------------------*/

/* generic classes */

.clear {
	clear: both; 
}

.floated-l {
	float: left;
	margin-top: 3px;
	padding: 0 15px 15px 0;
}

.floated-r {
	float: right;
	margin-top: 3px;
	padding: 0 0 15px 15px;
}

.clearfix:after, .floated-l:after, .floated-r:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix, .floated-l, .floated-r  {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix, .floated-l, .floated-r  {display:block;}
/* End hide from IE Mac */

.centered {
	text-align: center;
}
/* captioned images */

dl.captioned, dl.captioned-r, dl.captioned-l {
	margin-bottom: 10px;
	margin-top: 4px;
}

dl.captioned-r:after, dl.captioned-l:after, div.captioned-dual:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
dl.captioned-r, dl.captioned-l, div.captioned-dual {display:inline-block;}
/* Hide from IE Mac \*/
dl.captioned-r, dl.captioned-l, div.captioned-dual {display:block;}
/* End hide from IE Mac */

dl.captioned-r {
	float: right;
	margin-left: 12px;
}

dl.captioned-l {
	float: left;
	margin-right: 12px;
}

dl.captioned dt, dl.captioned-r dt, dl.captioned-l dt {
	display: block;
}

dl.captioned dt img, dl.captioned-r dt img, dl.captioned-l dt img {
}

dl.captioned dd, dl.captioned-r dd, dl.captioned-l dd {
	font-size: 85%;
	font-style: normal;
	color: #777777;
	margin-left: -1px;
}

span.credit {
	color: #999999;
	font-size: 90%;
}

div.captioned-dual {

}

div.captioned-dual dl.captioned {
	float: left;
	margin-right: 20px;
}


/* feature boxes */

div.feature {
	clear: both;
	padding-bottom: 2em;
}

div.feature img {
	margin-top: 3px;
	padding-bottom: 2em;
	width: 90px;
	height: 90px;
	float: left;
}

div.feature img:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
div.feature img:after {display:inline-block;}
/* Hide from IE Mac \*/
div.feature img:after {display:block;}
/* End hide from IE Mac */

div.feature h3 {
	margin: 0 0 0.4em 0;
	padding: 0 0 0 105px;
}

div.feature p {
	margin: 0 0 0 0;
	padding: 0 0 0 105px;
}

div.feature p.feature-tagline {
	color: #888888;
	margin: 0 0 0.4em 0;
	font-size: 0.85em;
}
/* schdules */

dl.schedule {
}

dl.schedule dt {
	clear: both;
	font-weight: 600;
}

dl.schedule dd {
	margin-bottom: 1em;
}

.schedule-what {
	display: block;
	font-weight: 600;
	font-style: italic;
}

.schedule-where {
	display: block;
	margin-bottom: 0.4em;
}

/* press releases */

dl.press-releases {
}

dl.press-releases dt {
	font-weight: 600;
}

dl.press-releases dd {
	margin-bottom: 1em;
}


/* list of links */

ul.link-list {
	list-style-type: none;
}

ul.link-list li {
	margin-left: 0;
	margin-bottom: 0.75em;
	line-height: 1.15em;
}

ul.link-list li ul {
	margin-top: 0.40em;
	margin-left: 36px;
	margin-bottom: 0;
	list-style-image: url(../_img/bullet-grey.gif);
}

ul.link-list li ul li {
	margin-bottom: 0.25em;
}

ul.list li ul li {
}

ul.quick-links {
}

ul.quick-links li {
}

/* chronological list */

dl.chrono-list {
	margin-bottom: 1em;
	margin-left: 20px;
}

dl.chrono-list dt {
	font-weight: 600;
	float: left;
}

dl.chrono-list dd {
	margin-left: 8em;
}

/* glosary */

dl.glossary {
	margin-bottom: 1em;
}

dl.glossary dt {
	font-weight: 600;
	float: left;
	padding-right: 0.5em;
}

dl.glossary dd {
	margin-bottom: 0.5em;
}

/* staff pages */

#staff-top {
}

#staff-top h2 span.staff-name {
	display: block;
}

#staff-top h2 span.staff-title {
	font-style: italic;
}

#staff-top ul {
	list-style-type: none;
}

#staff-top ul li{
	margin-left: 0;
}

#staff-top span.staff-label {
	font-weight: 700;
}

#staff-image {
	width: 220px;
	height: 250px;
}

#staff-bottom {
}

/* intra paragraph styles */

.latin {
	font-style: italic;
}

.exhibit-label {
	font-style: italic;
}

.caption-text {
	display: block;
	font-size: 85%;
	font-style: normal;
	margin-top: 2px;
	color: #777777;
}

.addressee {
	font-weight: 600;
}

.small-r {
	font-size: 90%;
}

form input {
	vertical-align: text-top;
	border: 1px solid #999999;
}
form select {
	vertical-align: text-top;
	border: 1px solid #999999;
}
form textarea {
	vertical-align: text-top;
	border: 1px solid #999999;
}
/*-------------------------------------------------
CSS FOR PRINTING HOME PAGE
-------------------------------------------------*/

/*-------------------------------------------------
Copied from layout_home.css leftColumn / Exhibitions + Reserch Projects
-------------------------------------------------*/

#leftColumn div#mainImage {
		margin-bottom: 20px;
		}
			
#leftColumn div#leftGutter  {
	padding:0 20px 0 20px;
	margin: 0 0 0 0;
	background:url(../_img/homeBorder.gif) repeat-y right;
		}
		
#leftColumn div#leftGutter h2	{
		text-transform:uppercase;
		font: 90% Georgia, "Times New Roman", Times, serif;
		font-weight: bold;
		border-bottom: 1px solid #CCC;
		margin: 0 0 .5em 0;
		}
		
#leftColumn div#leftGutter a:link, #leftColumn div#leftGutter a:visited {
		text-decoration: none;
		color: #013367;
		font-weight: bold;
		font-size: 95%;	
		}
		
#leftColumn div#leftGutter a:hover, #leftColumn div#leftGutter a:active {
		text-decoration:underline;	
		}
	   
#leftColumn div#leftGutter dl  {
		display:block;
		padding: 0 20px 1.5em 0;
		}
		

#leftColumn div#leftGutter dt img {		
		float:left;
		margin:0 10px 0 0;
		border:none;
		width: 79px;
		height: 79px;
		overflow:hidden;
		}
		
#leftColumn div#leftGutter dd {
	line-height:1.2em;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 3em;
	margin-left: 90px;
		}
#rightColumn  {
border-top:2px solid #000;
margin-top: 1em;
padding-top: 1em;
		}