html {
  background-color: #3a9bd1;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #3a9bd1), color-stop(1, #2466a5));
  min-height: 100%;
  margin: 0px;
  padding: 0px;
}
body {
  font-family: Palatino;
  margin: 0px;
  padding: 0px;
}
nav {
  display: block;
  height: 25px;
  padding: 0px;
  background-color: #fafafa;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fafafa), color-stop(0.495, #ffffff), color-stop(0.505, #f3f3f3), color-stop(1, #fafafa));
  border-bottom: 1px #cccccc solid;
  clear: both;
}
nav a {
  -webkit-transition-property: none;
  display: inline-block;
  height: 100%;
  border-radius: 0px;
  margin: 0px -32px 0px 15px;
  padding: 5px 15px 0px 20px;
  -webkit-box-sizing: border-box;
  background-color: transparent;
  font-family: "Lucida Grande";
  font-size: 8pt;
  text-decoration: none;
  color: black;
  text-shadow: #ffffff 0px 1px 1px;
  -webkit-mask-box-image: url('../images/pointer-mask.png') 0 13 0 13 stretch;
}
nav a:hover {
  color: black;
  background-color: rgba(0, 0, 0, 0.1);
}
nav a:active { background-color: rgba(0, 0, 0, 0.2); }
nav a:first-child {
  margin-left: 0px;
  padding-left: 20px;
  -webkit-mask-box-image: url('../images/pointer-mask-right.png') 0 13 0 13 stretch;
}
nav a:last-child {
  border-right: 1px #aaaaaa solid;
  -webkit-mask-box-image: url('../images/pointer-mask-left.png') 0 13 0 13 stretch;
}
nav a:not(:last-child) {
  background-image: url('../images/pointer.png');
  background-position: right;
  background-repeat: no-repeat;
}
nav a:only-child { -webkit-mask-box-image: none; }
section, footer {
  display: block;
  overflow: hidden;
  width: 900px;
  margin: 0px auto;
}
header {
  position: relative;
  width: 670px;
  margin: 0px auto;
  text-align: right;
}
footer {
  text-align: center;
  font-size: 10pt;
  color: white;
}
section h2 { margin: 0px 0px 1em 0px; }
h1 {
  font-size: 48pt;
  text-shadow: #bbbbbb 0px 1px 1px;
  margin: 5px 0px 0px;
}
hr {
  border-top: 1px #ffffff solid;
  border-bottom: 1px #888888 solid;
}
a {
  -webkit-transition-property: background-color, color;
  -webkit-transition-duration: 0.2s;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 3px;
  border-radius: 3px;
}
a img { border: none; }
a:hover { background-color: white; }
p { text-indent: 0.5em; }
ol.version-history { list-style-type: none; }
ol.version-history .version-number { font-weight: bold; }
ol.version-history .version-number::after {
  content: " — ";
  font-weight: normal;
}
.extension {
  display: block;
  float: left;
  width: 250px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 10px;
  border-radius: 5px;
  margin: 5px 15px 5px 5px;
  padding: 5px;
  overflow: hidden;
}
.extension h2 { margin: 10px 0px 10px 47px; }
.extension img {
  float: left;
  width: 42px;
  height: 42px;
}
#compass {
  position: absolute;
  z-index: -1;
  margin-top: -20px;
  margin-left: -50px;
}
#body {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 25px 0px;
  -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
  background-color: #eeeeee;
}
#justone {
  display: block;
  clear: both;
}
img.preview {
  float: left;
  width: 120px;
  margin: 0px 10px;
}
.enclosure {
  width: 650px;
  margin: 50px auto 10px auto;
  border-radius: 10px;
  padding: 20px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;
}
.enclosure h3 { margin: 0px 0px 20px 0px; }

