
body {
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
  background-color: #ca5997;
  background-image: url('/images/background.jpg');
  background-attachment: fixed;
  background-position: center top;
  font-size: 80%;
}

.container {
  margin: 2em auto;
  background-color: #fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}


/* Navigator
 * --------------------------------------------------------------------- */

ul.navigator li {
  font-size: 1.1em;
  padding: 0.5em;
}

ul.navigator li a {
  padding: 5px 0;
}

ul.navigator li.current a, ul.navigator li.current a:hover {
  font-weight: bold;
  color: #000;
  text-decoration: none;
  cursor: default;
}

/* Headings
 * --------------------------------------------------------------------- */
h1,h2,h3,h4,h5,h6 { color: #000; }

#header, #header h1 { margin-top: 1em; }

/* Text Elements
 * --------------------------------------------------------------------- */
a                 { color: #b80a97; }
a:hover           { color: #ca5997; }
blockquote        { color: #666; }

pre {
  background: #f9d8f9;
  border:     1px solid #e194d9;
}

hr {
  background: #e194d9;
  color:      #e194d9;
}

/* Tables
 * --------------------------------------------------------------------- */
table {
  border-top:     1px solid #e194d9;
  border-left:    1px solid #e194d9;
}
th,td {
  border-bottom:  1px solid #e194d9;
  border-right:   1px solid #e194d9;
}

/* Default Classes
 * --------------------------------------------------------------------- */
p.quiet { color: #666; }
.alt    { color: #666; }

p.title {
  color: #111;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 2em;
  margin-bottom: 0.75em;
}

#header p.title { font-size: 3em; line-height: 1; margin-bottom: 0.5em; }

.screenshot { border: 1px solid #aaa; }

/* EOF */

