@charset "utf-8";
/* style sheet for Botanical Art of the Sonoran Desert exhibit*/


/* -------- color guide ----------
#cdc194: tan  
#edeae6: chalk (wrapper background)/text in gallery links
#b37f05: ochre 
#4e6625: green (link hover)
#861316L red (link)

#994725: rust 
#c0d679: light green (header)
#363636:  85% gray (text body)
#252525: 90% gray (text headers)
#43413d: gallery background-dark gray
#d5d2c3: alternate background - tan
*/
/* --------------------------- HTML5  -------------------------*/
	
	article,aside,details,figcaption,figure,
	footer,header,hgroup,menu,nav,section {
			display:block;
}

/* --------------------------- CSS resets -------------------------*/
	html, body, h1, h2, h3, h4, h5, h6, div, img {
		margin: 0;
		padding: 0;
	}
	p {
		margin: 0;
		padding: 0;
	}
	a {
		outline: 0;
	}

/* --------------------------- global constants -------------------------*/
	
	body {
	font: 100% "Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-align: center;
	background-color: #d5d2c3;
	margin-top: 15px;
}
		
	#wrapper1 {
	margin: 5px auto 35px auto;
	/*padding: 20px;*/
	width: 980px;
	border: 1px solid #b7b7b7;
	position: relative;
	background-color: #f1efe3;
}
	hr {
	width: 50%;
	margin: 50px auto 0px auto;
	}
	
	hr.style1{
	border-top: 1px solid #8c8b8b;
}
	hr.style2 {
	width: 50%;
	margin: 20px auto 0px auto;
	}
	
	hr.style3 {
	width: 50%;
	margin: 20px auto 10px auto;
	}
		
	
/*micro-clearfix by Nicolas Gallagher http://nicolasgallagher.com/micro-clearfix-hack/*/
/* For modern browsers */
.cf:before, .cf:after {
	content:"";
	display:table;
}

.cf:after {
	clear:both;
}

/* For IE 6/7 (trigger hasLayout) */
.cf {
	zoom:1;
}	
/* --------------------------- main content -------------------------*/

	
	.multiline {
	/*margin: 0 auto 15px auto;*/
	margin: 15px auto 20px auto;
	font-family: 'Della Respira', serif;
	font-size: 0.9em;
	letter-spacing: 2px;
	color: #666;
	/* [disabled]margin-top: 35px; */
	}

/* --------------------------- browse page styles  -------------------------*/
	h1 {
	margin-top: 10px;
	padding: 0;
	font-family: 'Della Respira', serif;
	color: #999;
	font-size: 1.3em;
	letter-spacing: 2px;
	font-variant: small-caps;
	}
	h4 {
	margin-top: 0px;
	padding: 0;
	font-family: 'Della Respira', serif;
	/*color: #f1efe3;*/
	color: #666;
	font-size: 1em;
	letter-spacing: 2px;
	font-variant: small-caps;
	}
	
	p.enlarge {
	margin: 10px auto 20px auto;
	letter-spacing: 2px;
	color: #999;
	font-size: 0.8em;
	font-family: 'Della Respira', serif;
	font-variant: small-caps;}
	
	
	#thumbcontainer {
	margin: 35px 10px 55px 10px;
	
	}
	
	.thumbright {
	margin-right: 35px;
	float: right;
	padding-left: 25px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-top: 15px;
	border-width: 1px;
	border-style: solid;
	border-color: #CCC;
	border-top: 0;
	border-right: 0;
	border-left: 0;	
	}
	.thumbleft {
	float: right;
	padding-right: 25px;
	padding-left: 25px;
	padding-bottom: 15px;
	padding-top: 15px;
	border-width: 1px;
	border-style: solid;
	border-color: #CCC;
	border-top: 0;
	border-left: 0;
	}
	.thumbinner {
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 15px;
	padding-top: 15px;
	float: right;
	border-width: 1px;
	border-style: solid;
	border-color: #CCC;
	border-top: 0;
	border-left: 0;		
	}
	
	.thumbrightend {
	margin-right: 35px;
	float: right;
	padding-left: 25px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-top: 15px;
	
	}
	.thumbleftend {
	float: right;
	padding-right: 25px;
	padding-left: 25px;
	padding-bottom: 15px;
	padding-top: 15px;
	
	}
	.thumbinnerendR {
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 15px;
	padding-top: 15px;
	float: right;
	border-width: 1px;
	border-style: solid;
	border-color: #CCC;
	border-top: 0;
	border-bottom: 0;	
	}
	.thumbinnerendL {
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 15px;
	padding-top: 15px;
	float: right;
	border-width: 1px;
	border-style: solid;
	border-color: #CCC;
	border-top: 0;
	border-bottom: 0;
	border-right: 0;	
	}
	
	.browse {
	clear: both;
	background-color: #f1efe3;
	height: 80px;
	margin-top: 50px;
	}
	.browsecap {
	margin: 0 auto 0px auto;
	font-family: 'Della Respira', serif;
	font-size: 0.8em;
	letter-spacing: 2px;
	color: #666;
	padding-top: 5px;		
		}
		
/* --------------------------- bottom nav buttons  -------------------------*/
	
		
	#galleryOptions  {
	margin: 20px auto 5px auto;
	letter-spacing: 2px;
	color: #666;
	font-size: 1em;
	font-family: 'Della Respira', serif;
	font-variant: small-caps;
	font-weight: bold;
}
	#galleryOptions a:link {
	text-decoration: none;
	color: #666666;
}
	
	#galleryOptions a:hover {
	color: #333;
	text-decoration: underline;
	background-color: #CCC;
	}		
	.linkfontalt {
	font-size: .9em;
	font-family: 'Della Respira', serif;
	font-variant: small-caps;
	color: #666;
	letter-spacing: 2px;	
	}
	
	#galleryOptionsalt {
	 margin: 0px auto 5px auto;
	letter-spacing: 1px;
	color: #666;
	font-size: .9em;
	font-family: 'Della Respira', serif;
	font-variant: small-caps;
	}
		
	.linkfontalt a:hover {
	text-decoration: underline;
	background-color: #CCC;
	}
			

	 #navbuttonsBottom p{
	margin-top: 10px;
	margin-left: 60px;
	color: #666;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: .9em;
	letter-spacing: 2px;
	  }
	
	#navbuttonsBottom a:hover {
	text-decoration: underline;
	background-color: #CCC;
	color: #333;
	}
	 .nextBottom {
	float: right;
	margin-right: 5px;
	 }
	 .backBottom {
		float: left;
		/*margin-top: -19px;*/
	 }	 
	.backBottomEnd {
	float: none;
	margin-right: 100px;
	margin-top: -19px;
	 }
	 
	 #morelinks {
	margin-top: 15px;
	margin-bottom: 45px;
	color: #666;
	font-weight: bold;
}
		 
	#morelinks a:link {
	text-decoration: none;
	color:#666666;
}
	#morelinks a:hover {
	text-decoration: underline;
	color: #333;
	background-color: #CCC;
} 
	
	#morelinks a:visited {
	outline: 0;
} 
	
		 
	 .linkArtist {
	font-variant: small-caps;
	font-size: .9em;
	float: left;
	margin-left: 275px;
	font-family: 'Della Respira', serif;
	font-variant: small-caps;
}
	 
	 .linkPlant {
		font-variant: small-caps;
		font-size: .9em; 
		float: right;
		margin-right: 275px;
		font-family: 'Della Respira', serif;
		font-variant: small-caps;
		}
	 
	 
	
	
/* ---------------------------Footer Styles   -------------------------*/	
	footer {
	clear: both;
	background-color: #f1efe3;
	height: 45px;
	margin-top: 10px;
}
	.topnav {
	padding-top: 15px;
	margin: 0px auto 20px auto;
	letter-spacing: 2px;
	color: #666;
	font-size: 0.9em;
	font-family: 'Della Respira', serif;
	font-variant: small-caps;
	font-weight: bold;
		}
	
	
	#gallerynavFlorLeg  {
	margin: 10px auto 20px auto;
	letter-spacing: 2px;
	color: #666;
	font-size: .9em;
	font-family: 'Della Respira', serif;
	font-variant: small-caps;
}
	#gallerynavFlorLeg a:link {
	text-decoration: none;
	color: #666;
}
	#gallerynavFlorLeg a:hover {
	color: #333;
	text-decoration: underline;
	background-color: #CCCCCC;
	}
	
	
	
	
	
	
	
	
	#gallerynavFlor  {
	margin: 20px auto 10px auto;
	letter-spacing: 2px;
	color: #666;
	font-size: 0.7em;
	font-family: 'Della Respira', serif;
	font-variant: small-caps;
}
	#gallerynavFlor a:link {
	text-decoration: none;
	color: #666;
}
	#gallerynavFlor a:hover {
	color: #333;
	text-decoration: underline;
	background-color: #CCCCCC;
	}
	
	#gallerynavMain  {
	margin: 20px auto 5px auto;
	letter-spacing: 2px;
	color: #666;
	font-size: 0.8em;
	font-family: 'Della Respira', serif;
	font-variant: small-caps;
}
	#gallerynavMain a:link {
	text-decoration: none;
	color: #666666;
}
	
	#gallerynavMain a:hover {
	color: #333;
	text-decoration: underline;
	background-color: #CCC;
	}	
/* --------------------------- General Styles  -------------------------*/
	h3 {
	/*margin-top: 10px;*/
	padding: 0;
	font-family: 'Della Respira', serif;
	color: #666666;
	font-size: .9em;
	letter-spacing: 2px;
	font-variant: small-caps;
	}
	
	.announcement {
		margin-top: 10px;
		margin-left: 50px;
		margin-right: 50px;
		padding: 0;
		font-family: 'Della Respira', serif;
		color: #e1e1e1;
		font-size: 1.1em;
		letter-spacing: 2px;
		font-variant: small-caps;
		
	}
	a {
	color: #666666;
	text-decoration: none;
	}
	a:link {
	color: #666666;
	}
	a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
		border: none;
		background: none;
	}
	.ital {
		font-style:italic;
	}
	
	.center {
		margin-left: auto;
   		margin-right: auto;
	}
	
	.boldul {
		font-weight: bold;
		text-decoration: underline;
	}
	.bold {
		font-weight: bold;
	}
	.zoomtop {
	margin-top: 7px;
	margin-bottom: 15px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 0.85em;
	font-variant: small-caps;
	color: #666;
	letter-spacing: 2px;
		}
	
	
	
	.zoom {
	/*background-image:url(Images/zoomicon.gif);*/
	width: 300px;
	height: 20px;
	background-repeat: no-repeat;
	margin-left: auto;
	margin-bottom: 0px;
	margin-right: auto;
	padding-top: 0px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 0.9em;
	font-variant: small-caps;
	color: #666;
	

		}
		.clearboth {
		clear: both;
		line-height: 1px;
	}
	.floatright {
		float: right;
		text-align: center;
		}
	
/* --------------------------- Gallery enlargement styles  -------------------------*/
	.xpos {
	/* [disabled]margin-top: 20px; */
		}
		
	.mouseover {
		font-variant: small-caps;
		font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
		font-size: .85em;
	}
		
	 #exitlinks {
	/* [disabled]margin-top: 5px; */
	font-variant: small-caps;
	font-size: 0.9em;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
		 
	#exitlinks a:link {
	text-align: center;
	text-decoration: none;
	color:#666;
			 
}
	#exitlinks a:hover {
		 text-decoration: underline;
} 
	
	#exitlinks a:visited {
	outline: 0;
} 

/* --------------------------- new navigation styles  -------------------------*/
/* ~~  start main navigation bar styles~~ */
#navcontainer ul, li {
	float: left;
	}


#navcontainer li {
	position: relative;
	background-color: #d5d2c3;
}
#navcontainer ul.topmenu {
	width: 920px;
	list-style: none;
	background: #f1efe3;
	/*border-top: 1px solid #2d4e47;
	border-bottom: 2px solid #2d4e47;*/
	
}

#navcontainer li a {
	display: block;
	font-size: 0.8em;
	line-height: 2em;
	font-family:'Della Respira', serif;
	text-decoration: none;
	/*font-weight: bold;*/
	padding: .25em 1.25em .25em 1.25em;
	color: #666;
}

li a:visited {
	color: #8b8078;/*make this a lighter color - for visited links, useful to use the opposite color of the active link and desaturate - options for visited links are basically limited to text color and background*/
}
	
li a:hover, .topmenu li:hover > a {
	background: #d5d2c3;
	height: 2em;
	position: relative;
}
	
.current, a:hover.current, .topmenu li:hover a.current, .footerlinks a:hover.current {
	background: #d5d2c3;
	color: #fff;
	cursor: default;
}
/*dropdown menu styles*/
#navcontainer ul.submenu {
	float: none;
	background: #d5d2c3;
	width: auto;
	height: auto;
	position: absolute;
	/* [disabled]top: 2em; */
	left: -9000em;
	list-style: none;
	text-align: left;
}
#navcontainer .topmenu li:hover ul {
	left: 0;
}
#navcontainer ul.submenu li {
	float: none;
}
#navcontainer ul.submenu li a {
	border-bottom: 1px solid white;
	/* [disabled]padding: .2em 1em; */
	white-space: nowrap;
}
#navcontainer ul.submenu li:last-child a {
	border-bottom: none;
}
#navcontainer ul.submenu li a:hover {
	background: #f6f4e8;
	height: 2em;	
}
/*these two from internet-may not work*/
#navcontainer.submenu {
  transition: all 0s ease; 
}
#navcontainer li:hover .submenu {
  transition-delay: .2s; 
}

#fixz {
	position:relative;
	z-index:1000;
}
/* --------------------------- annotation styles  -------------------------*/ 
	#annotation {
	float: left;
	width: 280px;
	margin-left: 25px;
	/*margin-top: 10px;*/
	
	
	/* [disabled]border-right: 1px solid; */
	 }
	 #annotation p {
		 /*font-family: 'Della Respira', serif;*/
		 font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
		 color: #666;
		 
	 }
	 #citeNoM {
		font-size: 1em;
		text-align: center;
		margin-top: 100px
	}
	 .figTitle{
		 text-align: center;
		 font-style: italic;
		font-weight: bold;
		color: #333;
		padding-top: 15px;
	 }
	 .attribution {
		 text-align: center;
		 color: #333;
		 padding-bottom: 25px;
		 }
	hr {
		width: 75%;
		margin: 10px auto 10px auto;
	}
	 
	 #figures {
	font-size: .95em;
	text-align: left;
	/*margin-top: 150px;*/
	margin-top: 30px;
	margin-left: 25px;
	margin-bottom: 45px;
	/*border-top: 1px solid #666;*/
	}
	 
	 #sidebar {
	float: right;
	width: 640px;
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 25px;
	 }
	.clear_both {
			clear: both;
			line-height: 1px;
		}