h1 {
  padding-top:15px;
  font-size: xx-large;
}

h2 {
  padding-top:10px;
  font-size: x-large;
  line-height:1.4;
}

h3 {
  padding-top:10px;
  font-size: large;
  line-height:1.4;
}

h4 {
  font-size: medium;
  line-height:1.4;
}

p {
  padding-bottom:10px;
  line-height:1.4;
  font-size:1em;
}

body {
}

a {
  text-decoration:none;
  margin:0px;
}

ul {
  padding-bottom:1em;
}

li {
  text-indent:1em;
  line-height:1.5em;
}

sub {
  font-size:0.5em;
  vertical-align:bottom;
}

sup {
  font-size:0.5em;
  vertical-align:top;
}

code {
  font-size:1.1em;
  font-family:monospace;
}

em {
  font:inherit;
  font-style:italic;
}

table.scientific {
  border-top:2px solid #000000;
  border-bottom:2px solid #000000;
}

table.scientific th {
  font:inherit;
  text-align:center;
  font-weight:bold;
  border-bottom:1px solid #000000;
  padding:10px;
}

table.scientific td {
  font:inherit;
  text-align:center;
  padding-top:2px;
  padding-bottom:2px;
}

table.books {
  border-top:2px solid #aaaaaa;
  border-bottom:2px solid #aaaaaa;
}

table.books tr {
  border-top:1px solid #aaaaaa;
}

table.books th {
}

table.books td {
  font:inherit;
  text-align:left;
  vertical-align:top;
  padding-top:5px;
  padding-bottom:20px;
  padding-left:5px;
  padding-right:5px;
}

table.books td.center {
  text-align:center;
  vertical-align:top;
}

table.books td img {
}

figure {
  padding:5px;
  background-color:#eee;
  border:1px solid #000000;
}

figcaption {
  font-size:0.75em;
}

.wrapper {
}

.sideBar h3 {
  font-size:small;
  padding-top:20px;
  font-weight:bold;
}

.sideBar {
  position:fixed;
  top:48px;
  left:0;
  width:12%;
  height:100%;
  padding-left:5px;
  z-index=-1;
  border-right:1px solid rgb(100,100,100);
  text-align:left;
  overflow:auto;
  font-size:smaller;
}

.main {
  top : 48px;
  left : 12%;
  right : 0;
  bottom : 0;
  position : absolute;
  overflow : auto;
  padding-left:15px;
  overflow:auto;
}

.instructions
{
  clear:both;
  padding:5px;
}

.about
{
  padding:5px;
}

.floatRight {
  float:right;
  padding-left:5px;
}

.floatLeft {
  float:left;
  padding-right:5px;
}

.clear {
  clear:both;
}

.mandelbrotGraphic
{
  float:left;
  width:400px;
  padding:5px;
}

.mandelbrotData
{
  float:left;
  width:auto;
  padding:5px;
}

.mainBody {
  padding:10px;
  padding-top:50px;
}

nav {
  position:fixed;
  z-index:1;
  width:100%;
  background:rgb(145,207,96);
  border-top:1px solid rgb(100,100,100);
  border-bottom:1px solid rgb(100,100,100);
}

nav ul {
  text-align: left;
  display: inline;
  margin: 0;
  padding: 15px 0px;
  list-style: none;
}

nav ul li {
  font: bold 12px/18px sans-serif;
  display: inline-block;
  position: relative;
  padding: 15px 20px 15px 15px;
  background:rgb(145,207,96);
  cursor: pointer;
}

nav ul li:hover {
  background:rgb(145,227,96);
}

nav ul li ul {
  padding: 0;
  position: absolute;
  top: 48px;
  left: 0;
  width: 200px;
  box-shadow: none;
  display: none;
  opacity: 0;
  visibility: hidden;
}

nav ul li ul li { 
  background:rgb(145,227,96);
  display: block; 
}

nav ul li ul li:hover {
  background: #ccc;
  background:rgb(145,255,96); 
}

nav ul li:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;

  -webkit-box-shadow:3px 3px 3px 1px rgba(0,0,0,0.3);
  box-shadow:3px 3px 3px 1px rgba(0,0,0,0.3);
}

nav a {
  text-decoration: none;
  color:black;
}

.envelope {
  padding:20px;
}

.spectrumPlot {
  float:left;
  text-align:left;
  width:400px;
  padding:8px;
  /*background:rgb(239,248,232);*/
  background:rgb(245,245,245);
  border:solid 2px white;
}

.meanEnergyMap {
  float:left;
  text-align:center;
  width:800px;
  padding:8px;
  /*background:rgb(239,248,232);*/
  background:rgb(245,245,245);
  border:solid 2px white;
}

p.narrow {
  float:left;
  width:630px;
  padding-right:20px;
  padding-top:20px;
}

.beamDiagram {
  float:right;
}

.controls {
  float:none;
  text-align:left;
  padding-bottom:5px;
}

.caption {
  text-align:justify;
  font-size:0.75em;
  line-height:1.3;
}

.introduction {
}

.smalltext {
  font-size:0.75em;
}

strong {
  font-weight:bold;
}
