/* 
This CSS file is used in the entire st earth site; /clay/ 
lastmod: Sept 21, 2009
*/

body  {
	background-color: #FFF;
	background-image: url(/clay/images/stearth-bg4.gif); 
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000;
	}

a {
	color: #000;
	text-decoration: none; 
	}

table {
	margin-top: 5px;
	margin-bottom: 5px;
}

ol, ul {
	list-style-type: none;
	margin-left: 5px;
	padding: 2px 0 10px 0;
	}

li {padding: 2px 0;}

.smalltext {font-size: x-small;}

.topnav a:hover { /* this class styles top navigation include: topnav.shtml -- added 9.21.09 */
	color: #3d362a;
	text-decoration: none;
	border-bottom: dashed 1px #B85C03;
	}

.footer {
	 /* using CSS for positioning; table removed from footer.shtml -- 2.24.09 */
	 /* this also styles item numbers in Gallery -- dumb, but that's how it is... */
	width: 731px; 
	text-align: center; 
	font-size: 75%; 
	color:#999;
	} 

.footer a {color:#666;}

.orangelink {color: #CC6600;} /* this class is on the links, so can't use a:visited or a:hover -- change this later! */

.strikeout {text-decoration: line-through;}

.center {text-align: center;} /*this is a terrible class name, but not going to spend time updating it now. it's on every <td> tag in the gallery pages */

.center img {border: none;} /* removes border from img with link on it */

.center a, a:hover {text-decoration: none; border: none;}	

/*the styles below are for forms or datatables (e.g. add to mailing list page) */

#view table {
	border-collapse: collapse;
	border: 1px solid #666;
	width: 99%;
	background-color: #C9A777;
	}

#view th {
	border-collapse: collapse;
	background-color: #DEDFCA;
	text-align: left;
	padding: 2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	border-top-style: dashed;
	border-right-style: dashed;
	border-left-style: dashed;
	}

#view td {
	margin: 0px;
	padding: 2px;
	border-top: 1px dashed #BFBFBF;
	border-right: 1px none #BFBFBF;
	border-bottom: 1px dashed #BFBFBF;
	border-left: 1px none #BFBFBF;
	}

#view form {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	}