/* Import Custom Layout */

@import "layout.css";
/* @import "menu.css"; */

/* General Settings */

body {
  color: #000000;
  background-color: #4fa44e; /* was #559d55; */
  margin: 30px 0px 0px 0px; padding: 0;
  font-family: arial, helvetica, sans-serif;
  font-size: 0.6em;
}

/*/*/a{}
body {
  font-size: small;
  voice-family: "\"}\"";
  voice-family: inherit;
  font-size: small;

}
html>body {
  font-size: medium;
}

/**
 * Generic tag styles
 */
a {
  color: #013579;
  font-weight: bold;
  text-decoration: none;
}
p {
  margin: 0.2em 0 0.2em 0;
  padding: 0;
}

h1 {
  color: #000000;
  font-size: 1.4em;
}

h2 {
  margin-top: 10px;
  margin-bottom: 2px;
  font-size: 1.2em;
  color: #000000;
}

h3 {
  font-size: 1.1em;
  color: #000000;
}
pre {
  white-space: pre ;
  margin-top:1em; margin-bottom:0.4em;
}
code {
  white-space: pre;
}
img {
  border: 0px solid;
  margin: 0; padding: 0;
}

#nav {
    margin: 0; padding: 0; list-style: none;
}

/* for cypress.co.nz */

.bottom {
  font-size: 90%;
}

div.page {
  background:white;
}

a:hover {
  text-decoration: underline;
}

#nav li:hover {
  background: #99FF66;
}

#nav li a:hover {
  background: #99FF66;
}

.sciname {
  font-style: italic;
}

#contactUs {
  margin-top: 15px;
  margin-bottom: 10px;
}

#contactUs h2 {
  margin-bottom: 5px;
}

#contactUs p {
  margin: 1px;
}

/* try some different fonts for body text */
div.centerblock p {
 font-family: georgia, serif;
}

div.centerblock li {
 font-family: georgia, serif;
}

.inline {
  display:inline;
}

.inline li {
  display:inline;

}



.person {
  font-weight: bold;
}

p.qualifications {
  font-style: italic;
  padding-left: 2em;
}

p.comment {
  margin-bottom: 10px;
  padding-left: 2em;
}
