/* Screen layout stylesheet for nullchar.net */
/* Copyright (c) 2007 Nullchar Networks */
/* Please encourage the author(s) to change to a less restrictive license */

html {
  margin: 0;
  padding: 0;
/*  height: 100%; */
  border: 10px solid #000;
}

/* body: should be global and simple */
body {
  background-color: #fff;
  /*   color: #eba448;*/
  color: #000;
  font-family: Palantino, Georgia, serif;
  margin: 0;
  padding: 0;
}

/* Links */
a:link {
  color:           #eba448;
  text-decoration: none;
}
a:link:hover {
  color:           #eba448;
  text-decoration: underline;
}
a:visited {
  color:           #c6863d;
  text-decoration: none;
}
a:visited:hover {
  color:           #c6863d;
  text-decoration: underline;
}

/* Main content */
div.content {
  background-image: url("/corner_solid2.gif");
  background-position: top left;
  background-repeat: no-repeat;
  background-color: #fff;
  margin: 0;
  padding: 0.2em;
}

#header {
  text-align: center;
  font-family: arial, sans-serif;
  padding: 1em;
}

#header .title {
  font-variant: small-caps;
  font-size: 0.7em;
  letter-spacing: 0.6em;
  color: #aaa;
}

h1 {
  margin: 0;
  padding: 0;
  font-size: 2.0em;
}

h2 {
  font-size: 1.5em;
}

h3 {
  font-size: 1.0em;
}

#tent {
  text-align: center;
  margin: 1em;
}

.video {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  padding: 0.5em;
  border: 1px solid #aaa;
  -moz-border-radius: 1em;
}

.light {
  color: #ddd;
}
.light2 {
  color: #bbb;
}

.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.game {
  text-align: center;
  margin: 1em auto 1em auto;
  padding: 0.5em 0.5em 0 0.5em;
  width: 680px;
  border: 1px solid #ddd;
  -moz-border-radius: 1em;
}

ul.largemenu li {
  padding-bottom: 0.4em;
}

dl dt {
  font-size: 110%;
}
dl dd {
  border-left: 0.2em solid #eba448;
  margin-left: 0.5em;
  padding: 0.2em 0.2em 0.2em 0.5em;
}
dl dd.shell {
  font-family: Fixed, monospace;
  font-size: 90%;
}

p.note, span.note {
  font-style: italic;
}

dd.shell .note {
  color: #999;
}
