/* CSS for Geology/~vollmerf
   Author: F.W. Vollmer, 2011
---------------------------------*/

/* links */
	
a:link /* unvisited link */
  {
  color: #000000;
  text-decoration: none;
  }    
a:visited { /* visited link */
  color: #000000;
  text-decoration: none;
  }  
a:hover /* mouse over link */
  {
  color: #0000FF;
  text-decoration: none;
  }   
a:active /* selected link */ 
  {
  color: #0000FF;
  text-decoration: none;
  }   
  
a.valid:link /* unvisited link */
  {
  color: #e3dfdc;
  text-decoration: none;
  }    
a.valid:visited { /* visited link */
  color: #e3dfdc;
  text-decoration: none;
  }  
	
a.valid:hover /* mouse over link */
  {
  color: #e3dfdc;
  text-decoration: none;
  }   
a.valid:active /* selected link */ 
  {
  color: #e3dfdc;
  text-decoration: none;
  }   
  	
p.homelink {
	font-size: small;
	text-align: center;
	}
	
p.quote {
	font-size: small;
	text-align: center;
	margin-right: 8px; 
	margin-left: 8px
	}
	
p.copyright {
	font-size: x-small;
	text-align: center;
	}
	
h1	
	{
	text-align: center;
	font-weight: bold; 
	font-size: 110%
	}
h2	
	{
	font-weight: bold; 
	font-size: 100%;
	}

h3	
	{
	font-weight: bold; 
	font-size: 100%;
	}
	
img {
	margin-top: 0in; 
	margin-bottom: 0in;
	margin-right: 0in; 
	margin-left: 0in
	}
	
img.left {
	float: left;
	clear: left;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	}
	
img.right {
	float: right;
	clear: right;
	margin-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	}
	
	
div.references p {
	text-indent: -2em;
	padding-left: 2em;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: smaller;
	}	
	
/* body.home styles */


body.home {
	font-family: verdana, sans-serif;
	/* background-image: url("images/bg-wg3m.png"); #e3dfdc - Pantone Warm Gray 3 M */
	background-color: #e3dfdc; /* Pantone Warm Gray 1 M */
	margin-left: 20px;
	margin-right: 20px;
	font-size: medium;
	}
	
body.home table {
	margin: auto;
	padding: 0px;
	border-spacing: 0px;
	background-image: url("images/bg-wg3m.png"); /* Pantone Warm Gray 3 M */
	}
	
body.home th {
	margin: 0px;
	padding: 10px;
	padding-left: 16px;
	background-image: url("images/bg-wg6m.png"); /* ada29b Pantone Warm Gray 6 M */
    text-align: left;
    vertical-align: top;
    font-weight: normal;
	}

body.home th h1 {
	text-align: left;
	font-weight: bold; 
	font-size: 110%
	}

body.home td.menu {
	padding-left: 20px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	background-image: url("images/bg-wg3m.png"); /* Pantone Warm Gray 3 M */
	vertical-align: top;
    font-size: small;
	}
			
body.home td.menu h1 {
	font-size: larger;
	font-variant: small-caps;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 8px;
	text-align: left;
	}

body.home td.menu h2 {
	font-size: small;
	font-weight: bold;
	margin-top: 8px;
	margin-bottom: 0px;
	text-align: left;
	}
	
body.home td.header {
	padding: 0px;
	padding-left: 20px;
	background-image: url("images/bg-wg6m40_wg3m260.png");
	}
		
body.home td.content {
	margin: 0px;
	padding: 10px;
	padding-left: 16px;
	background-image: url("images/bg-wg3m.png"); /* Pantone Warm Gray 3 M */
    text-align: left;
    vertical-align: top;
    font-size: medium;
	font-variant: normal;
	}
	
body.home td.content h1 {
	font-size: larger;
	font-variant: small-caps;
	font-weight: bold;
	margin-top: 16px;
	margin-bottom: 0px;
	text-align: left;
	}

td.list {
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 30px;
	background-image: url("../images/bg-wg3m.png"); /* Pantone Warm Gray 3 M */
	vertical-align: top;
	}
