/*
 * basic stylesheet for MCAS-S system
 *
*/
@import "menu.css"; 
/*@import url(http://fonts.googleapis.com/css?family=Noto+Sans:400italic,700,700italic,400);*/
/*@import url(http://fonts.googleapis.com/css?family=Droid+Sans:regular,bold); */
/*@import url(http://fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic);*/
/*@import url(http://fonts.googleapis.com/css?family=PT+Serif:400,700,400italic,700italic);*/


html {
  background-color: white;
}

body {
  /*background-color:#b0c4de;*/
  /*background-color:powderblue; /*#b0c4de*/
  font-size: 14px;
  line-height: 1.2em;
  color: #111;
  margin-left:0%;
  margin-right:0%;
  margin-top:0;
  margin-bottom:0;
  padding-top:0;
  /*font-family: 'Noto Sans', serif, arial;*/
  /*font-family: 'Droid Sans', serif, arial;*/
  /*font-family: 'Droid Serif', serif, arial;*/
  /*font-family: 'PT Serif', serif, arial;*/
  font-family: sans-serif, arial, serif;
}

code {
  font-family: 'Lucida Console', 'Courier New', serif, arial;
  font-size: 14px;
  font-weight: bold;
/*
  background: #d8d8d8;
  text-shadow: 1px 1px #fff;
  border: 1px solid #bbbbbb;
  display: block;
  padding: 7px;
  margin: 5px 0;
  border-radius: 7px;
*/
}

h1 {
  font-size: 22px;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 1%;
  padding-top: 1%;
  line-height: 1.2em;
  color: white;
}

h2 {
  font-size: 20px;
}

h3 {
  font-size: 18px;
  /*font-style: italic;*/
  color: #222;
}

h4 {
  font-size: 16px;
}

h2,
h3 {
  margin-top: 12px;
  margin-bottom: 8px;
}

h1 a,
h2 a,
h3 a,
h4 a {
  color: #000;
}

#header {
  /*background-color: white;*/
  /*display: inline-block;*/
  background-color: #FF7900;
  width:100%;
}

#logo {
  position: absolute;
  right: 0;
  top: 0;
  background: url('images/aclump-biosphere.png') no-repeat right top;
  float: right;
  width: 160px;
  height: 160px;
}

#footer { 
  /*background-color: lightgray;*/
  /*height:20px;*/
  /*width:100%;*/
  /*text-align:center;*/
  display: inline-block;
  width:100%;
  /*text-align: center;*/
  margin-top:0;
  font-size: 12px;
}

#footer img {
  padding: 0 5%;
}

#footer hr {
  margin: 0;
}

#footer div {
  background-color: #FF7900;
  color: white;
}
#footer div a {
  color: white;
}

#main { 
  background-color: lightgray;
  width:96%;
  margin:0px;
  padding: 1% 2%;
  /*text-align:center;*/
}

#tree1 {
  background-color: lightgray;
  /*float: left;
  width: 38%;*/
  border-style: solid;
  border-width: 1px;
}

#submit {
  /*float: left;
  width: 38%;*/
}

#layers {
  /*float: left;
  width: 38%;*/
}

#details {
  background-color: lightgray;
  /*float: left;
  width: 58%;*/
  border-style: solid;
  border-width: 1px;
  margin-left:1%;
  margin-right:1%;
  padding: 2px;
}

#preview {
  background-color: lightgray;
  /*float: left;
  width: 58%;*/
  border-style: solid;
  border-width: 1px;
  margin-left:1%;
  margin-top:1%;
  margin-right:1%;
  padding: 2px;
}

.clear { clear: both; }

