@import url(common.css);

body {
  background-color: #e0e0e0;
  font-size: 0.82em;
  font-family: Verdana, sans-serif;
}

acronym {
  text-transform: lowercase;
  font-variant: small-caps;
  font-style: normal;
  letter-spacing: 0.1em;
  font-size: 1.1em;
}

#page {
  margin-top: 3em;
  width: 80%;
  max-width: 75em;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 3em;
  position:relative;
}

#body-header, #margin-header {
  background-color: #3b3f8f;
}

#body-header .inner, #margin-header .inner {
  height: 74px;
}

#body-header a, #margin a {
  text-decoration: none;
}

input[type=checkbox] {
  background-color: transparent;
}

#margin a.intext {
  text-decoration: underline;
}

a:hover {
  text-decoration: underline !important;
  color: black !important;
}

#body-header a:hover {
  color: white !important;
}

#body-header, #body-header *, #margin-header, #margin-header * {
  font-family: Verdana, sans-serif;
  color: white;
}

#body {
}

#margin {
  position: absolute;
  top: 0;
  left: 77%;
  border-left: solid 2px white;
}

#title {
  position: absolute;
  padding-left: 3em;
  margin-top: 2em;
}

#title h1 {
  font-weight: bold;
  font-family: Georgia, Times, serif;
  font-size: 3em;
}

#title img {
  padding: 0;
  padding-left: 3em;
  padding-right: 3em;
  border: none;
}

#banner {
  position: absolute;
  left: -104px;
}

#banner img {
  border: solid 2px white;
  border-top: none;
}

#banner img:hover {
  border: solid 2px white;
  border-top: none;
}

#menu, #content .section {
  padding: 1em 3em 1em 3em;
}

#menu, #misc {
  padding-top: 0;
  padding-bottom: 10px;
  height: 1em;
}

#menu .selected, #margin .selected {
  text-decoration: underline;
}

#menu {
  text-align: right;
  margin-right: 23%;
}

#menu, #misc {
  padding-left: 1em;
  padding-right: 1em;
}

#misc p {
  white-space: pre;
}

#content .section {
  padding-bottom: 1em;
  line-height: 1.8em;
}

#body {
  position: relative;
}

#content {
  padding-top: 1em;
  background-color: white;
  padding-bottom: 1em;
}

#footer {
  padding: 0.5em 1em 0.5em 1em;
  font-style: italic;
  font-size: 0.8em;
  color: #888888;
}

#copyright {
  float: right;
  color: #888888;
}

.margin-box {
  background-color: #909090;
  border-right: solid 2em white;
  border-top: solid 1em white;
}

.margin-box h3, .margin-box .spec {
  padding: 0.5em 1em 0.5em 1em;
  font-size: 1em;
}

.margin-box * {
  color: white;
}

.margin-box input {
  color: black;
}

.margin-box .content {
  padding: 0em 1em 1em 1em;
}

.margin-box .spec {
  float: right;
}

.margin-box a:hover {
  color: white !important;
}

#body a:hover {
  color: black;
}

.first {
  margin-top: 0 !important;
}

.button {
  font-weight: bold;
}

#toc {
  list-style: none;
}

.envvar, .directory, .command, .filename {
  font-family: monospace, monospace;

}

q {
  font-style: italic;
}

.http {
  text-transform: uppercase;
}

.author {
  font-style: italic;
  margin-bottom: 1em;
}

.with-author {
  margin-bottom: 0.2em !important;
}

.screenshots img {
  width: 20%;
  margin-right: 1em;
  margin-bottom: 1em;
  border: solid 1px #444444;
}

.helper-pb {
  margin-bottom: 1em;
}

table {
  border-top: solid 1px #3b3f8f;
  border-bottom: solid 1px #3b3f8f;
}

caption {
  font-size: 0.8em;
  margin-top: 1em;
  font-weight: bold;
  text-align: left;
  color: #3b3f8f;
}


code.block {
  background-color: white;
  font-family: monospace, monospace;
  overflow: auto !important;
  width: 100%;
  padding: 0;
}

textarea {
  background-color: white;
  border: none;
}

h4 code {
  color: #3b3f8f;
}

#faq .toc a {
  text-decoration: none;
}

#faq .toc a:hover {
  text-decoration: underline;
}

strong {
  color: black;
}

#earlier-versions p + p {
  text-indent: 0em;
}
