/* ----------------------------------
   personal neocities stylesheet
   simple. quiet. old-web.
---------------------------------- */

body {
  background: url("stars.jpg") repeat;
  color: #ccffdd;
  font-family: "Courier New", monospace;
  margin: 0;
  padding: 0;
}

/* main page box */
.container {
  width: 620px;
  margin: 50px auto;
  padding: 20px;
  background-color: #000000;
  border: 1px solid #ccffdd;
}

/* headings */
h1, h2 {
  font-weight: normal;
  text-align: center;
  color: #ccffdd;
}

/* navigation */
.nav {
  text-align: center;
  margin: 10px 0;
}

.nav a {
  margin: 0 6px;
}

/* links */
a {
  color: #99ffff;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/* horizontal rule */
hr {
  border: 0;
  border-top: 1px solid #334444;
  width: 90%;
  margin: 20px auto;
}

/* diary / fanfic entries */
.entry {
  margin-bottom: 30px;
}

.date {
  font-size: 12px;
  color: #88aa99;
}

/* footer */
.footer {
  text-align: center;
  font-size: 12px;
  color: #668877;
  margin-top: 20px;
}

/* paragraphs */
p {
  line-height: 1.6;
}

/* lists */
ul {
  list-style-type: none;
  padding-left: 0;
}

li {
  margin: 5px 0;
}

/* small subtle italics */
em, i {
  color: #99ccbb;
}

/* optional "quiet text" class */
.quiet {
  color: #779988;
  font-size: 12px;
  text-align: center;
}