body {
  font-family:sans-serif;
  font-size:10px;
}
#container {
  width:180px;
  border: 1px solid #c0c0c0;
  padding: 10px;
  background: #f8f8f8;
}
#badge {
  display:none;
}
h1 {
  text-align: center;
  font-size: 18px;
  margin:0px;
}
ul {
  padding-left: 0px;
  margin-left: 10px;
  margin-top:0px;
}
dd {
  margin-left: 10px;
  padding-left: 0px;
}
h2 {
  font-variant: small-caps;
  letter-spacing: 2px;
  margin-top:10px;
  border-bottom: 1px #e0e0e0 solid;
}
dt {
  font-style: italic;
}
a {
  color: #808080;
  border-bottom: 1px dotted #c0c0c0;
  text-decoration: none;
}
img {
  width:90%;
}
.release {
  font-weight: bold;
  color: red;
}

#menu ul {
  text-align:center;
  margin: 0px;
  padding: 0px;
  margin-top: 10px;
  margin-bottom: 10px;
  
}
#menu li {
  display: inline;
  padding-left: 5px;
  padding-bottom: 5px;
}

input[type="text"],select {
  width: 100px;
  font-size:9px;
}
textarea {
  width: 100px;
  height: 100px;
  font-size:9px;
}
#postlist td {
  border-top: #e0e0e0 2px solid;
}
#postlist .poster {
  text-align: center;
  vertical-align: top;
  background: #f0f0f0;
}
#postlist .post {
  vertical-align: top;
}

#topiclist {
  border-collapse: collapse;
}
#topiclist td {
  border: #f0f0f0 1px solid;
}
#topiclist th {
  background: #f0f0f0;
}
#footer {
  margin-top: 10px;
  border-top: 1px solid #c0c0c0;
  text-align: center;
  clear:both;
}
.quote {
  padding-bottom: 10px;
  font-style: italic;
}
.red {
  color: red;
  font-weight: bold;
}

.fixed {
  color: green;
  font-variant: small-caps;
  background: #88ff88;
}
