/* ------------------------------------------------------

  FUN3D

  Stylesheet for http://fun3d.larc.nasa.gov

  1. General HTML elements
  2. General classes
  3. General structure
      Header
      Side navigation bar
      Content
  4. Sitewide elements
  5. Elements for specific areas


/* ------------------------------------------------------
      1. General HTML elements
------------------------------------------------------ */

body {
  background: #FFF;
  font-family: sans-serif;
  color: #000;
  margin: 0px;
}

a {
  color: #008;
  text-decoration: none;
}


/* ------------------------------------------------------
      2. General classes
------------------------------------------------------ */

.product-manual {
  text-align: center;
  font-size: x-large;
  font-variant: small-caps;
  font-weight: bold;
  color: #005;
}

.copyright {
  font-size: small;
  font-style: italic;
  color: #005;
  margin-top: 0.3in;
}


/* ------------------------------------------------------
      3. General structure
------------------------------------------------------ */

#header {
  color: #FFF;
  background: #005;
  border-bottom: 1px solid #000;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  padding-left: 1em;
  margin-bottom: 1em;
}

#header .title {
  font-size: x-large;
}

#header .title:first-letter {
  font-size: 250%;
  font-weight: normal;
  float: left;
  margin-top: -7px;
  margin-bottom: -7px;
}

#header .product {
  font-weight: bold;
  color: #FF7;
  letter-spacing: 0.5em;
}

#header .tagline {
  font-style: oblique;
  font-size: large;
  letter-spacing: 0.1em;
  color: #FFF;
}

#header .info {
  color: white;
  font-size: small;
  padding-right: 1em;
}

#navigation {
  color: black;
  background: #FFC;
  font-size: x-small;
  width: 21em;
  margin-right: 0;
  height: 100%;
  border-right: 2px groove black;
  border-top: 2px groove black;
}

#navigation a {
  color: #005;
}

#navigation h1 {
  margin: 0px;
  padding: 1em;
  color: #005;
  background: transparent;
  font-weight: bold;
  font-size: 150%;
  font-variant: small-caps;
  text-align: center;
}

#navigation h2 {
  margin: 0px;
  margin-bottom: 1em;
  padding: 0.5em;
  color: #005;
  background: transparent;
  font-weight: bold;
  font-size: 125%;
  font-variant: small-caps;
  text-align: center;
  border-top: 1px dashed #005;
  border-bottom: 1px dashed #005;
}

#navigation h3 {
  font-size: 100%;
  margin: 0.5em;
}

#navigation blockquote {
  margin-left: 1.5em;
  margin-right: 1em;
}

#navigation dl,dt {
  text-indent: 0.5em;
}

#navigation ul, #navigation ol {
  margin-left: 1.5em;
  padding-left: 1.5em;
}

#navigation .license {
  font-size: x-small;
  text-align: center;
  border-top: 1px dashed #005;
  margin-top: 2em;
  padding: 1em;
}

#content {
  margin-left: 1em;
  margin-right: 1em;
  max-width: 30em;
}

#content pre {
  background: #FFE;
  border: 1px dotted #AAA;
  padding: 1em;
  overflow:auto;
}

#content h1 {
  background: #005;
  color: #FFF;
  font-size: x-large;
  font-weight: bold;
  font-variant: small-caps;
  padding: 0.5em;
  border: 1px solid #000;
  margin-top: 0px;
  margin-bottom: 1em;
}

#content h2 {
  background: #005;
  color: #FFF;
  font-size: large;
  font-weight: bold;
  font-variant: small-caps;
  padding: 0.25em;
  padding-left: 0.5em;
  border: 1px solid #000;
  margin-bottom: 1em;
}

#content h3 {
  background: #FFD;
  color: #000;
  font-size: medium;
  font-weight: bold;
  font-variant: small-caps;
  padding: 0.25em;
  padding-left: 0.5em;
  border: 1px dotted #000;
  margin-bottom: 1em;
}

#content h4 {
  background: #FFE;
  color: #000;
  font-size: medium;
  font-weight: bold;
  font-variant: small-caps;
  padding: 0.25em;
  padding-left: 0.5em;
  border: 1px dotted #777;
  margin-bottom: 1em;
}


/* ------------------------------------------------------
      4. Sitewide elements
------------------------------------------------------ */

a:hover {
  text-decoration: underline;
}


/* ------------------------------------------------------
      5. Elements for specific areas
------------------------------------------------------ */

img {
  border: 0;
}

img.contentWidth {
  width: 30em;
}

table.list td {
  border-bottom: 1px dotted #005;
  padding-bottom: 5px;
}

.section {
  font-family: serif;
  margin-bottom: 2em;
}

.section h1,h2,h3,h4,h5,h6 {
  font-family: sans-serif;
}

.section p {
  text-align: left;
}

.prevnext {
  padding: 0.5em 1em 0.5em 1em;
  background: #557;
  color: #FFF;
  font-size: small;
  font-weight: bold;
  border: 1px solid #000;
}

.prevnext a {
  color: #FF0;
}

.top .prevnext {
  margin: 0 0 1em 0;
  text-align: left;
}

.bottom .prevnext {
  margin: 1em 0 0 0;
  text-align: right;
}

/* Add an external-link icon to absolute links */

a[href^="http:"] {
  background: url(external_link.png) right center no-repeat;
  padding-right: 12px;
}

a[href^="http:"]:hover {
  background: url(external_link.png) right center no-repeat;
}

/* ...but not to these... */

a[href*=".nasa.gov"] {
  background: transparent;
  padding-right: 0px;
}

a[href*=".nasa.gov"]:hover {
 background: transparent;
}

a[href^="http://www.google.com/search"] {
  background: transparent;
  padding-right: 0px;
}

a[href^="http://www.google.com/search"]:hover {
 background: transparent;
}
