/* Lauren's New CSS  Nov 2 */

body {
	margin: 0px 0;
	padding: 0;
	background: white;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 100%;
}

h1, h2, h3 {
	text-transform: none;
	color: darkslategray;
	margin: 0px;
}

h2 {
	font-size: 14px;
	text-decoration: none;
	}

h3 {
	font-size: 12px;
}

p, blockquote, ul, ol, li {
	line-height: 180%;
	font-size: 10px;
	text-align: justify;
	color: gray;
}

a {
	color: #A5CA2A;
  }

a:hover {
	text-decoration: none;
	color: green;
}

/* Header */

#header {
	width: 750px;
	margin: 10px auto 0 auto;
/*	border: 10px solid black; */
}

/* All the title headers */
.title-img1{
	background-image: url(headers/desert_cropped.jpg);
	height: 225px;
	}

.title-img2{
	background-image: url(headers/toad.jpg);
	height: 225px;
	}

.title-img3{
	background-image: url(headers/arenicolus.jpg);
	height: 225px;
	}

.title-img4{
	background-image: url(headers/lichen.jpg);
	height: 225px;
	}

.title-img5{
	background-image: url(headers/beefly.jpg);
	height: 225px;
	}

.title-img6{
	background-image: url(headers/yucca.jpg);
	height: 225px;
	}
	
.title-img7{
	background-image: url(headers/chameleon_cropped.jpg);
	height: 225px;
	}

/* Logo */

.logo {
	padding: 40 0 0 auto;
	margin: 0 auto 0 auto;
	}

.logo a {
	text-decoration: none;
	color: #E6E6FA;
}

.logo h1 {
	margin: 0;
	padding: 15px 15px 0 20px;
	text-transform: none;
	font-size: 24px;
	text-decoration: none;
	color: #FEFFF1;
}

.logo .h1sub:hover {
	text-decoration: none;
	font-size: 24px;
	color: #FFD700;
}

.h3sub {
	color: darkslategray;
	text-decoration: none;
	}

.h3sub:hover{
	color: #A5CA2A;
	text-decoration: none;
	}


/* Menu */

#menu {
	width: 700px;
	margin: 0px auto 0px auto;
	font-weight: bold;
	}

#menu ul {text-align: center}

#menu li {
	text-decoration: none;
	display: inline;
}

#menu a {
	text-decoration: none;
	text-align: center;
	padding: 8px 20px 0px 20px;
	margin: 0px 3px 0 3px;
	font-size: 14px;
	text-transform: lowercase;
	font-style: strong;
	color: darkslategray;
}

#menu a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #663366;
}

#menu .active a{
	background: none;
	text-decoration: none;
	font-weight: bold;
	color: #663366;
}

/* a line */
.borderline{width: 730px; margin: 0px auto; border-bottom: 1px dotted}


/* Page */

#page {
	width: 750px;
	height: auto;
	margin: 30px auto 30px auto;
	background-color: white;	
}



/* Content */

#content {
	float: left;
	width: 500px;
	height: auto;
	margin-left: 10px;
	margin-right:15px;
	margin-bottom: 20px;
}

#content h3 {
	line-height: 150%;
	margin-right: 50px;
	margin-left: 50px;
}

#content td, tr {
	font-size: 10px;
	line-height: 140%;
}

/* Etc Page */
#etc .link a, .active a{
	text-decoration: none;
	}
	
#etc ul {
	padding: 10px;
	list-style: none;
	line-height: 110%;
}

#etc ul, li, h2, li li, li ul {
	margin-bottom: 2px;
}


/* Sidebar */

#sidebar {
	float: right;
	width: 200px;
	height: auto;
	margin-bottom: 20px;
	margin-right: 15px;
	vertical-align: top;
}


#sidebar .link a{
	text-decoration: none;
	}
	
#sidebar .active a {
	text-decoration: none;
	}
	
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 10px;
}

#sidebar li ul {
}

#sidebar li li {
	margin: 0;
}

#sidebar h2 {
	margin-bottom: 10px;
	background: url(images/img03.gif) repeat-x left bottom;
	text-transform: lowercase;
}

/* Search */

#search {
}

#search fieldset{
	border: 0px;
	}
	
#s {
	width: 115px;
	margin-right: 5px;
	padding: 2px;
	border: 1px solid lightgray;
	font-size:10px;
}

#x {
	padding: 3px;
/*	background: #ECECEC url(images/img08.gif) repeat-x left bottom; */
	border: none;
	text-transform: lowercase;
	font-size: 10px;
	color: #4F4F4F;
}

/* Entries */

#entry {
	padding-bottom: 10px;
	width: 490px;
	font-size: 11px;
	}

#entry ul{
	line-height: 150%;
	margin-left: -20px;
	margin-bottom: 20px;
	}
	

#entry li{
	margin-bottom: 0px;
	line-height: 125%;
	text-align: left;
	margin-left: 10px;
	list-style: none;
	}


#entry a {
	color: gray;
	text-decoration: none;  
  }

#entry a:hover {
	text-decoration: none;
	color: green;
}


#listing {
	padding-bottom: 8px;
	text-align: left;
	}

#listing firstwords {
	font-weight: bold;
	font-size: 11px;
	color: black;
	}
	
#listing ul{
	line-height: 150%;
	}
	
#listing li{
	margin-bottom: 5px;
	margin-left: 10px;
	list-style: dot;
	text-align:left;
	}
	
#listing a {
	color: gray;
	text-decoration: none;  
  }

#listing a:hover {
	text-decoration: none;
	color: green;
}

.leftthumb {
	width: 74px;
	height: 74px;
	margin: 5px 5px 5px 5px;
	border: medium double slategray;
	}
	
/* Footer */

#footer {
	height: auto;
	padding-bottom: 0px;
	min-height: 50px;
	padding: 0 0 0 0;
}

html>body #footer {
	height: auto;
}

#footer .wrap {
	width: 750px;
	margin: 0 0;
}

#footword {
	margin-left: 0px;
	text-align: center;
	color: black;
}

#footword a {
	font-size: 9px;
	color: #476B77;
}
