/* 
 * xivilization directory listing stylesheet
 * 2009 by Marek Kubica <marek@xivilization.net>
 *
 * Modified from the one by Doc_McCoy
 *
 */

body {
  /*background-color: #313131;*/
  text-align: left;
  color: #FDF6DB;
}

pre {
  line-height: 1.4;
  margin-left: 2em;
}

a {
  font-family: monospace;
  text-decoration: none;
  color: #F3E2A4;
}

a:hover {
  text-decoration: underline;
  color: #F3E2A4;
}

a img {
  border: 0px none;
}

td {
  font-size: 10pt;
}

hr {
  border: solid #313131 1px;
  height: 1px;
  visibility: hidden;
}

h1 {
  font-family: Monospace;
  font-style: normal;
  font-size: 18pt;
  text-align: center;
}

address {
  font-size: 11pt;
  margin-left: 2em;
}

.box {
  /*background: #202020;*/
  background: #444455;
  margin-top: 30px;
  margin-bottom: 50px;
  margin-left: 15%;
  margin-right: 15%;
  opacity: 0.5;
}

.box .top, .box .bottom {
  display: block;
  /*background: #313131;*/
  background: white;
}

.box .top span, .box .bottom span {
  display:block;
  height: 1px;
  overflow: hidden;
  /*background: #202020;*/
  background: #444455;
}

.r1 {
  margin: 0 5px;
}

.r2 {
  margin: 0 3px;
}

.r3 {
  margin: 0 2px;
}

.r4 {
  margin: 0 1px;
  height: 2px;
}

.box .top .r4, .box .bottom .r4 {
  margin: 0 1px;
  height: 2px;
}

