  /* ecodiversity.org CSS file */
  
  body
  {
    background-color: #000050;
  }
  
  #intro
  {
    color: rgba(255, 255, 255, 0.7);
    background-color: #000030;
    /* background-image: url("../images/BlueGreen.jpg"); */
  }
  
  header
  {
    background: none;
    box-shadow: none;
    background-image: url("../images/BlueGreen.jpg");
  }
  
  header h1
  {
    font-family: "Times New Roman", Helvetica, Arial, sans-serif;
    font-size: 50px;
    color: rgba(255, 255, 255, 1.00);;
    padding-top: 17px;
    text-shadow: 2px 2px 2px purple;
    
    /* set animation */
    -webkit-transition: all 0.1s ease;
    transition: all 0.1s ease;
  }
  
  header p
  {
    font-size: 27px;
    font-family: "Times New Roman",Times,serif;
    text-shadow: 2px 2px 1px green;
    padding-top: 14px;
    
    /* set animation */
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  
  header p em
  {
    color: rgba(255, 255, 255, 1.00);
    font-family: "Times New Roman",Times,serif;
    font-size-adjust: 0.55;
  }
  
  .titlebar h1
  {
    text-align: left;
    padding-top: 50px;
    padding-bottom: 30px;
    padding-right: 30px;
    
  }
  
  .titlebar p
  {
    float: right;
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 30px;
  }
  /*
  .sticky h1
  {
    padding-top: 20px;
    padding-bottom: 0px;
  }
  
  .sticky p
  {
    padding-top: 5px;
  }
  */
  #sitenav
  {
    background: none repeat scroll 0 0 #000080;
  }
  
  nav
  {
    background: none repeat scroll 0 0 rgba(0, 0, 127, 1.0);
    border: 0 none;
    
    /* set animation */
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  
  .sticky nav
  {
    background: none repeat scroll 0 0 rgba(0, 0, 127, 1.0);
  }
  
  .mnav li strong, .mnav li a
  {
    background: none repeat scroll 0 0 #000080;
    border-left: 1px solid rgba(0, 255, 255, 0.2);
    border-right: 1px solid rgba(0, 255, 255, 0.2);
    /* border-top: 1px solid rgba(0, 255, 255, 0.2); */
  }
  
  .mnav li strong
  {
    box-shadow: 0 -24px 30px rgba(255, 255, 255, 0.8) inset;
    color: #fff;
  }
  
  .mnav li a:hover, .mnav li a:focus
  {
    color: white;
    background-color: rgba(127, 0, 255, 1.00);
    box-shadow: 0 -24px 30px rgba(0, 0, 0, 0.8) inset;
    border-left: 1px solid rgba(0, 255, 255, 0.3);
    border-right: 1px solid rgba(0, 255, 255, 0.3);
  }
  
  header h2
  {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 43px;
    color: white;
    padding-top: 37px;
    text-shadow: 2px 2px 2px purple;
  }
  
  .subtitle
  {
    /* padding: 10px; */
  }
  
  h3
  {
    margin-top: 0.1em;
  }
  
  h4, h5, h6, h7
  {
    margin-top: 1.25em;
  }
  
  .lead
  {
    /* font-weight: bold; */
    font-size: 125%;
    color: #008;
  }
  
  .phd
  {
    font-size: 25px;
    text-shadow: 2px 2px 1px purple;
    padding-top: 17px;
  }
  
  .phd span
  {
    padding-left: 0.6em;
  }
  
  .phd a
  {
    color: white;
  }
  
  .centered
  {
    text-align: center;
    margin-top: 2em;
    margin-bottom: 2em;
  }
  
  .right
  {
    text-align: right;
  }
  
  .dictionary
  {
    color: blue;
    font-size: 22px;
  }
  
  .ym-hlist ul li a, .ym-hlist ul li strong
  {
    /*
    color: #00f;
    text-shadow: 0 1px 1px rgba(255, 0, 255, 0.5);
    */
  }
  
  .ym-button.ym-primary,
  .ym-button.ym-success
  {
    background-color: blue;
    background-image: linear-gradient(to bottom, #aaaaff, #0000cc);
    border: 1px solid #007;
    box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0.3) inset, 0 1px 0 rgba(0, 0, 0, 0.15);
    color: #fff !important;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.8);
  }
  
  .ym-button.ym-primary a:hover
  {
    background-color: blue;
  }
  
  p
  {
    text-align: justify;
    margin-top: 0em;
    margin-bottom: 1em;
  }
  
  header p
  {
    text-align: center;
  }
  
  h3
  {
    font-size: 220%;
    padding-top: 17px;
  }
  
  .vlist
  {
    margin-left: 1.6em;
    text-indent: 0.1em;
  }
  
  p a
  {
    /* display:block; */
    /* font-size: 110%; */
    /* font-weight: bold; */
    
    color: blue;
    text-decoration: none;
  }
  
  p a:hover, p a:focus
  {
    color: cyan;
    background-color: transparent;
    text-decoration: none;
  }
  
  footer a
  {
    /* display:block; */
    /* color: blue; */
    color: #ccaaff;
    font-size: 110%;
    font-weight: bold;
    text-decoration: none;
  }
  
  footer a:hover, footer a:focus
  {
    color: #55ff77;
    text-decoration: none;
  }
  
  footer
  {
    background: none repeat scroll 0 0 #000080;
  }
  
  /* EOF */