<html>
<head>
<meta http-equiv="refresh" content="30" />
<title>[% config.get('castname') | html %]</title>
<style type="text/css">
body {
  color: #666;
  background: #fff;
  font-family: Arial, 'trebuchet MS', Verdana, Osaka, sans-serif;
  font-size: small;
}

a {
/*  font-weight: bold; */
  color: #444;
  text-decoration: none;
}

a:visited {
  color: #666;
}

a:hover {
/*        border-style: dashed; */
  color: #000;
/*        border-color: #000; */
/*        border-width: 0 0 1px 0; */
}

h1 { font-size: 1.5em; }
h2 { font-size: 1.4em; }
h3 { font-size: 1.2em; }
h4 { font-size: 1.1em; }
h5 { font-size: 1em; }
/* Who really needs more than 5 header sizes? */
p { font-size: 1em; }

.code {
  font-family: 'Courier New';
  font-size: small;
  line-height: 1.1em;
}

pre {
  font-family: 'Courier New';
}

blockquote {
  width: 100%;
  margin: 1.2em;
  color: #248;
  padding: 0 0 0 1em;
  border-width: 0 0 0 1px;
  border-style: solid;
  border-color: #248;
}

/*
ol {
  font-size: 11px;
  line-height:14px;
  }
*/

ul {
  margin: 0;
/*  font-size: 1.0em; */
  list-style: none;
  line-height: 1.3em;
/*  line-height:14px; */
}

li {
/*  line-height: 1.1em;*/
}

#banner {
  margin-bottom: 5px;
  width: 98%;
}

#banner h1 {
  font-family: 'trebuchet MS', Verdana;
  font-size: 2.5em;
  padding: 0 0 2px 0;
  border-style: solid;
  border-width: 0 0 1px 0;
}

#left {
  width: 45%;
  float: left;
}

#right {
  width: 52%;
  float: left;
  margin-left: 10px;
}

.boxhead {
  padding: 0 10px;
  font-weight: bold;
  background: #ddd;
  border-color: #ddd;
  border-width: 1px;
  border-style: solid;
}

.boxbody {
  padding: 2px 5px;
  font-size: 1.0em;
  border-style: solid;
  border-width: 1px;
  border-color: #ddd;
  margin-bottom: 5px;
}

.boxbody form {
  margin: 0;
}

.boxbody input.submit {
  border-width: 1px;
  background: #ddd;
  color: #444;
}

.dirname {
  color: #000;
  font-weight: bold;
  margin: 0 0 10px 0;
  border-style: solid;
  border-width: 0 0 1px 0;
  padding: 0 0 0 5px;
}

.dirlisting {
  font-size: 1em;
}

#footer {
  border-width: 1px 0 0 0;
  border-style: solid;
  text-align: right;
  margin-top: 10px;
  clear: left;
  width: 98%;
}

.date {
  font-size: small;
  font-weight: bold;
  padding: 0 0 0 10px;
  color: #fff;
  background: #888;
  width: 100%;
}

.error {
  font-family: 'Courier New';
  color: #a00;
  text-weight: bold;
}

</style>
</head>
<body>