/* BODY & CONTAINER ......................................................... */

body {
  background: none;
  background-color: #CFD6C0;
  color: #222;
  font: 76%/1.5 Verdana,Arial,Helvetica,sans-serif;
}
#container {
  background-color: #fff;
  width: 950px;
  margin: auto;
}
#container div {
}

/* HEADER ....................................................................*/

#header {
  height: 40px;
  background-color: #CFD6C0;
  font: 30px Georgia,Verdana,Arial,Helvetica,sans-serif;
  text-align: left;
  margin: 0 10px;
}

/* NAVIGATION .....................................................................*/

#navbar {
  margin: 0 10px;
  padding: 5px 0;
  background-color: #69884C;
  text-align: right;
  color: #fff;
  font: 1.5em trebuchet ms,verdana,bitstream vera sans,sans-serif;
  letter-spacing: 0.1em;
}
#navbar * {
  padding: 0 10px;
}
#navbar a {
  color: #fff;
  text-decoration: none;
}
#navbar a:hover {
  color: #fff;
  text-decoration: underline;
}
#navbar a.this_page:hover {
  color: #fff;
  text-decoration: none;
}
#databrowserTitle {
  float: left;
}
#navlist {
  display: inline;
  list-style-type: none;
}
#navlist li {
  display: inline;
  vertical-align: middle;
  padding: 0 5px;
}

/* INVITATION ................................................................*/

#invitation {
  margin: 10px;
  text-align: center;
}
#invitation h1 {
  font: normal bold 1.4em Verdana,Arial,Helvetica,sans-serif;
}

/* .... CONTROLS ..................................................................*/

#controls div.label_container {
  /* Needed to match blueprint spacing on selects. */
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

#controls label {
  color: #d93;
  font-weight: bold;
  letter-spacing: 0.1em;
}

/* .... .... TOOLTIPS .............................................................*/

#controls span.tooltip {
  color: #573;
  font: normal bold 1.4em Times,"Times New Roman",Georgia,Garamond,Baskerville,serif;
  font: normal bold 1.4em Verdana,Arial,Helvetica,sans-serif;
  padding-right: 5px;
}
#controls span.tooltip:hover {
  cursor: help;
}

.cluetip-default {
  /*background-color: #d9d9c2;*/
  background-color: #eee;
}
.cluetip-default #cluetip-outer {
  /*background-color: #d9d9c2;*/
  background-color: #eee;
}
.cluetip-default h3#cluetip-title {
  /*background-color: #87876a;*/
  background-color: #69884C;
}
.cluetip-default #cluetip-title a {
  /*color: #d9d9c2;*/
  color: #eee;
  font-size: 0.95em;
}



/* .... SPINNER ..................................................................*/

#controls div#spinner {
  margin: 200px 0 0 150px; /* position the spinner tastefully underneath the controls */
}

/* .... PLOTTYPE ......................................................................*/

#plottype {
  padding: 10px;
  padding: 20px; /* 20px when plottype tabs are NOT used; 10px otherwise */
}
#plottype ul.subsection_tabs {
  border-bottom: 2px solid #aaa;
  clear: both;
  height: 1.5em;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  margin: 0;
  padding: 0 0 1px 0;
}
#plottype ul.subsection_tabs li.tab {
  float: left;
  text-align: center;
  padding: 0;
  margin-left: 5px;
}
#plottype ul.subsection_tabs li.tab a {
  padding: 0 0 1px 0;
  border: 1px solid #aaa;
  border-bottom: 2px solid #aaa;
  background-color: #fff;
  display: block;
  height: 1.5em;
  padding: 0;
  width: 10em;
  color: #a62;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-decoration: none;
}
#plottype ul.subsection_tabs li.tab a:hover {
  color: #222; 
  cursor: pointer;
}
#plottype ul.subsection_tabs li.tab a.selected {
  border-bottom: 2px solid #fff;
  color: #222;
}
#plottype ul.subsection_tabs li.tab a.selected:hover {
  cursor: default;
}

/* .... PLOT ......................................................................*/

#plot_container {
  background-color: #FFF;
  padding: 0;
  border: 0;
  text-align: center
}
#pdf {
  padding: 5px;
}

/* FOOTER ...................................................................*/

#footer {
  margin: 10px 10px 0 10px;
  padding: 5px 0;
  background: #eee;
  text-align: left;
  font: 14px Verdana,Arial,Helvetica,sans-serif;
}
#footer * {
  padding: 0 10px;
}
#footer #slogan {
  float: right;
}
/* Mazama Science link */
#footer a.mazama-science {
  color: #684;
  font-variant: small-caps;
  text-decoration: none;
}
#footer a.mazama-science:hover {
  color: #d93;
  text-decoration: underline;
}


/* CONTENT ...................................................................*/

/* Styles associated with 'content' are used in the 'about.html' page. */
#content {
  font: 1em/1.2 Verdana,Arial,Helvetica,sans-serif;
  margin: 10px;
}
#content h1 {
  text-align: center;
}

