@font-face {
  font-family: GoldenSun;
  src: url("Golden-Sun.ttf");
  }

body {
  font-family: GoldenSun, monospace;
  font-size: 0.75rem;
  letter-spacing: 0;
  text-shadow: 1px 2px #111;
  line-height: 1.55em;
  background-image: url(Jupiterlighthouseintro.png);
  background-size: cover;
	background-attachment: fixed;
  background-position:center;
  }

p { /* Golden Sun's dialogue is all rendered like this for some reason. */
  font-style: italic;
  }

h1, h2, h3, h4 {
  line-height: 1.45em;
  }

/* So we have an option to look normal. */
straight, n {
  font-style: normal;
  }
  
hr {
  border: 1px solid #003040;
  background: #111;
  height: 2px;
  box-shadow: 0px 3px rgba(255, 255, 255, 0.5);
  margin: 0.95em -10px 1em -12px; /* meet but don't overflow border */
  opacity: 0.3;
  border-radius: 30%;
  }
  
.wrapper {
  width: 800px;
  margin: 0 auto;
  min-height: 0px;
  margin-top: 5px;
  position: relative;
  }
  
.sidebar {
  width: 227px;
  float: left;
  position: fixed;
  }
  
.sidebar-link {
  font-size: 1em;
  font-weight: bold;
  }
  
.main {
  float: right;
  width: 570px;
  }

.box {
  border-radius: 6px;
  }
.border {
  border-radius: 5px;
  }
.border-2, .inner {
  border-radius: 4px;
  }
  
.box {
  border: #111 solid 2px;
  background: #a0a0a0;
  padding: 1px;
  margin-bottom: 3px;
  }

.border {
  background: #f8f8f8;
  padding: 2px;
  }

.border-2 {
  border: #505050 1px solid;
  border-top: #000 1px solid;
  background: #005060;
  padding: 1px;
  }
  
.inner {
  background: #006088;
  padding: 2px 7px 2px 10px;
  color: #fff;
  border: #087196 2px inset;
  }
  
.inner a {
  color: #dfdfdf;
  font-weight: bold;
  }
  
.inner a:hover {
  color: #eee;
  }
  
.inner p {
  margin: 0.7em 0;
  }

.footer {
  text-align: center;
  }
  
.footer {
  clear: both;
  }