@charset "utf-8";
/* CSS Document */


body {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans";
	background-color: #F1E8CA;
	font-size: 100%;
	line-height: 1.3em;
	width: 100%;
	margin: 0;
	padding: 0;

}
.container {
	width:   960px;
	margin: 0 auto;
}
header {
	width:	954px;/* ~~ This comes out to 960px when you add the 6px(3px per/side)for the border-solid~~ */
	background-color: #BAA480;
	text-align: center;
	font-style: normal;
	font-weight: 200;
	height: 166px;
	border:	solid;
	border-top-color: #806A45;
	border-right-color: #806A45;
	border-left-color: #806A45;
	border-bottom-color:	#806A45;
	display: block;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.saguaro {
	width:	240px;
	margin-top:		0px;	
	margin-right:	0px;
	margin-bottom:	0px;
	margin-left:	0px;
	float:	right;
	
}

#topnav {
	background-color: #806A45;
	color: #FFFFFF;
	font-size:	14px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
    text-align: center; 
	}
.newplants  {
		color: yellow;
}

.tab { margin-left: 40px;
}
/*a:hover MUST come after a:link and a:visited
a:active MUST come after a:hover */
#topnav a:link {color: white; text-decoration: none;}
#topnav a:visited {color: white; text-decoration: none; }
#topnav a:hover {text-decoration: underline;}
#topnav a:active {text-decoration: underline;}

.center	{
	text-align: center;
}

.sidebar1 {
	font-size:	15px;
	float: left;
	width: 225px;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	margin-right: 0px;
	}
	
.sidebar1 a:link {color: black; text-decoration: none;}
.sidebar1 a:visited{color: black; text-decoration: none;}
.sidebar1 a:hover {color: black; text-decoration: underline;}
.sidebar1 a:active {color: black; text-decoration: underline;}

.sidebar1 h3 {
	padding: 5px;
	text-align:center;
}

.sidebar1 {
	background-image: -webkit-linear-gradient(270deg,rgba(186,164,128,1.00) 0%,rgba(241,239,202,1.00) 100%,rgba(241,232,202,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(186,164,128,1.00) 0%,rgba(241,239,202,1.00) 100%,rgba(241,232,202,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(186,164,128,1.00) 0%,rgba(241,239,202,1.00) 100%,rgba(241,232,202,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(186,164,128,1.00) 0%,rgba(241,239,202,1.00) 100%,rgba(241,232,202,1.00) 100%);
}
.plants		{
	text-align:		center;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans";
	line-height:	1.5em;
	margin: 0;
	padding: 0;

}
.plants h2 	{
	padding:	15px;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif
}
h2	{
	line-height:	1.3em;
	margin-top:		5px;
	margin-bottom:	0px;
	padding-top:	0px;
	padding-bottom:	0px;
}
h3	{
	line-height:	1.5em;
	margin-top:		0px;
	margin-bottom:	0px;
	padding-top:	0px;
	padding-bottom:	0px;
}
h4	{
	line-height:	1.5em;
	margin-top:		0px;
	padding-top:	0px;
}
.narrative	{
	line-height:	1.3em;
}

.content {
	width: 725px;
	float: right;
	line-height: 1.2em;
	text-align:	justify;
	padding-top: 5px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 5px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	background-color: #F1E8CA;
}
.familynames {
	text-align:		center;

}
.familylists	{
	margin-left:	10px;
	padding-left:	10px;
}
.ratany	{
	float:	left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;	
}
.mariposa	{
	float:	right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;	
}
.landscapepic	{
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left:  0px;	
}
.references	{
	text-align:	justify;
	font-size:	70%;
	background-color: #F1E8CA;
}


footer {
	padding: 10px 0;
	background-color: #CCB38B;
	text-align: center;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
}
/* the following 3 classes - div.img; div.img img; div.desc; - style the photo layout in the Thumbnails file.*/
div.img {
    margin: 5px;
    padding: 5px;
    border: 1px solid #BAA480;
    height: auto;
    width: auto;
    float: left;
    text-align: center;
}	
div.img img {
    display: inline;
    margin: 5px;
}
div.desc {
	height: 60px;
  text-align: center;
  font-weight: normal;
  width: 200px;
  margin: 5px;
}
u {    
    border-bottom: 1px dotted #000;
    text-decoration: none;
}
*	{
	-moz-box-sizing:	border-box;
	box-sizing:	border-box;
}

.glossary_link	{
	
}