@charset 'utf-8';

@import url("init.css");
@import url("class.css");

html {
  background: #56564b;
}

body {
  font-family: "Trebuchet MS";
  margin: 0;
}

a:link          {text-decoration: none; color: #767c6b; }
a:visited       {text-decoration: none; color: #767c6b; }
a:link:hover    {text-decoration: underline; color: #56564b; }
a:visited:hover {text-decoration: underline; color: #56564b; }

#preheader {
  background: #333;
  color: #ccc;
  text-align: right;
  padding: 2px 10px;
}
#preheader a {
  color: #ccc;
  text-decoration: none;
}

#header {
  margin: 0;
  background: #fff;
  padding: 30px 5% 10px;
  border-bottom: solid 5px #333;
}

#header h1 {
  margin-bottom: 0.5em;
}
#header h1 a:hover { text-decoration: none; }
#header h1 a.caption {
  font-size: 0.6em;
}
#header h1 img {
  vertical-align: middle;
}
#header h1 .caption ,
#header h1 img.smalllogo {
  vertical-align: top;
}

#nav {
  float: right;
}
#nav li {
  float: left;
  list-style: none;
  margin-left: 10px;
}

#footer {
  margin-top: 30px;
  padding: 30px 5%;
  background: #56564b;
  color: #f0f0f0;
  text-align: right;
}

#footer a {
  color: #ccc;
}

#main {
  background: #fff;
  margin-bottom: 1em;
  padding: 20px 5% 50px;
  border: 1px solid #cee6e6;
  background-color: #ffffff;
}

h2 {
  color: #494a41;
  line-height: 1.5em;
}
h3 {
  color: #494a41;
}

ol,
ul {
  padding-left: 10px;
}

dl {
  padding-left: 10px;
}

span.ethna-error {
    color: #ff0000;
}

#index-wikis {
}

#index-wikis li {
  font-weight: bold;
  font-size: 1.8em;
}

.login-openid {
  border: solid 1px #ccc;
  padding: 2px;
  vertical-align: middle;
}

.wiki-meta {
  margin-top: 40px;
  border-top: dashed 1px #ccc;
}
.wiki-meta ul li {
  text-align: right;
  list-style: none;
  font-size: 90%;
}

#theme-sample {
  float: left;
  width: 50px;
  margin-right: 10px;
  border: solid 1px #999;
}

/** #wiki style
 */

#wiki-left {
  float: left;
  width: 220px;
  padding: 5px;
  padding-bottom: 50px;
}
#wiki-left ul {
  padding-left: 0;
  margin: 0;
}
#wiki-left ul.sitemap_depth_0 > li {
  margin-left: 0;
}
#wiki-left ul li {
  list-style: none;
  margin-left: 5px;
}
#wiki-left ul li .selected {
  font-weight: bold;
}
#wiki-left ul li a {
  display: block;
  border: solid 1px #fff;
}
#wiki-left ul li a.selected,
#wiki-left ul li a:hover {
  background: #56564B;
  color: #fff;
  border: solid 1px #56564B;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  padding-left: 3px;
  text-decoration: none;
}
.treeview li {
  padding-top: 0;
  padding-bottom: 0;
}

#wiki {
  margin-left: 240px;
}

#wiki .toc {
  float: right;
  border: solid 1px #ccc;
  background: #f0f0f0;
  padding: 5px;
  margin-left: 5px;
}
#wiki .toc ol {
  margin-left: 0;
}
#wiki .toc ol li {
  margin-left: 10px;
  list-style: disc;
  font-size: 0.9em;
}
#wiki .toc ol li li {
  list-style: circle;
}

#wiki h3 {
  font-size: 1.7em;
}

#wiki h4 {
  font-size: 1.5em;
}

#wiki h5 {
  font-size: 1.4em;
}

#wiki blockquote {
  border: solid 1px #ccc;
  padding: 10px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
#wiki blockquote p {
  margin: 0.5em 0 0.3em;
  line-height: 1.2em;
}
#wiki pre {
}

#wiki .footnote {
  padding-top: 10px;
}

#wiki table {
  border-collapse: collapse;
  border: solid 1px #ccc;
  width: 100%;
  margin: 20px 0;
}

#wiki td,
#wiki th {
  border-collapse: collapse;
  border: solid 1px #ccc;
  padding: 5px;
}
#wiki th {
  background: #f0f0f0;
}
