@import url("../../xsvnwiki-css/editor");
@import url("../../xsvnwiki-css/progress");

h1 {
  border-bottom: 1px #FF4700 solid;
  font-size: 121%;
  font-weight: bold;
}

h2 {
  border-bottom: 1px #000000 solid;
  font-size: 110%;
  padding-top: 10px;
}

h1, h2, h3, h4, h5, h6, p, li, pre, blockquote {
  margin-left: 1em;
  margin-right: 1em;
}

#headline p, #last-update p, #credits p {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

#header {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 75%;
  text-align: left;
  font-weight: bold;
  padding-left: 50px;
  padding-right: 50px;
  background-color: #AA9F81;
  border-top: 1px #000000 solid;
  border-bottom: 1px #000000 solid;
  border-left: 10px #AA9F81 solid;
}

#toc-links {
  background-color: #A8A69A;
  border-left: 10px #AA9F81 solid;
}

#headline-title {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 300%;
  line-height: 1.5em;
  font-weight: bold;
  text-align: left;
}

#headline-image-left {
  float: left;
  clear: left;
  width: 162px;
}

#headline-image-right {
  float: right;
  clear: right;
  width: 200px;
  font-size: 250%;
  font-weight: bold;
  text-align: center;
}

#headline-end {
  float: none;
  clear: left;
}

#toc-menu {
  border-top: 2px #FF4700 solid;
  float: right;
  clear: right;
  width: 200px;
  margin-left: 5px;
  font-size: 75%;
  text-align: justify;
  background-color: #A8A69A;
  color: #000000;
  border-left: 1px #000000 solid;
}

#toc-menu-legal {
  float: right;
  clear: right;
  width: 200px;
  margin-left: 5px;
  font-size: 75%;
  text-align: justify;
  background-color: #A8A69A;
  color: #000000;
  border-left: 1px #000000 solid;
}

#toc-menu-vote {
  float: right;
  clear: right;
  width: 200px;
  margin-left: 5px;
  font-size: 75%;
  text-align: justify;
  background-color: #A8A69A;
  color: #000000;
  border-left: 1px #000000 solid;
}

#backlinks, #search {
  float: right;
  clear: right;
  width: 200px;
  text-align: justify;
  background-color: #A8A69A;
  color: #000000;
  border-left: 1px #000000 solid;
  border-bottom: 1px #000000 solid;
}

#toc-menu-trad {
  float: left;
  clear: left;
  width: 162px;
  margin-right: 5px;
  font-size: 75%;
  text-align: justify;
  background-color: #AA9F81;
  color: #000000;
  border-top: 2px #FF4700 solid;
  border-right: 1px #000000 solid;
  border-bottom: 1px #000000 solid;
}

#content-box {
  margin-top: 0;
  margin-bottom: 0;
  background-color: #ffffff;
  border-left: 10px #AA9F81 solid;
  text-align: center;
}

#content-box .content {
  text-align: justify;
  width: 100%;
  max-width: 50em;
  margin: 0 auto;
  border-top: 2px #FF4700 solid;
  border-left: 2px #FF4700 solid;
  border-right: 2px #FF4700 solid;
}

#info-box {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 150%;
  text-align: left;
  font-weight: bold;
  padding-left: 50px;
  padding-right: 50px;
  background-color: #AA9F81;
  color: #ffffff;
  border-top: 2px #FF4700 solid;
  border-bottom: 1px #000000 solid;
}

#last-update {
  clear: both;
  text-align: center;
  background-color: #A8A69A;
  border-top: 1px #000000 solid;
  border-bottom: 2px #FF4700 solid;
}  

#credits {
  clear: both;
  text-align: center;
  margin-bottom: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 50px;
  background-color: #AA9F81;
  border-bottom: 1px #000000 solid;
  border-left: 10px #AA9F81 solid;
}

span.info-box {
  padding-left: 1em;
  padding-right: 1em;
  background-color: #A8A69A;
  border-top: 1px #000000 solid;
  border-left: 1px #000000 solid;
  border-right: 1px #000000 solid;
  border-bottom: 1px #000000 solid;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: .75em;
  margin-right: .75em;
}

.float-box-left {
  float: left;
  clear: left;
  width: 15em;
  margin-right: 5px;
  font-size: 125%;
  text-align: justify;
  background-color: #A89F81;
  color: #000000;
  border-top: 1px #000000 solid;
  border-bottom: 1px #000000 solid;
  border-right: 1px #000000 solid;
}

.float-box-right {
  float: right;
  clear: right;
  width: 15em;
  margin-left: 5px;
  font-size: 75%;
  text-align: justify;
  background-color: #A8A69A;
  color: #000000;
  border-top: 1px #000000 solid;
  border-bottom: 1px #000000 solid;
  border-left: 1px #000000 solid;
}

blockquote, pre {
  background: #eef;
  border: 1px dashed gray;
  margin: 1em 0em;
  padding: 1em;
}

p.header-links {
  text-align: right;
  font-size: 75%;
  padding-top: 0;
  margin-top: 0;
  margin-bottom: -4ex;
}

a.header-links {
  color: #ccc;
}

a.header-links:hover,
a.header-links:focus
{
  color: #000000;
  text-decoration: underline;
}

a.unexistant {
  color: red;
}


div.image-right {
  float: right;
}

div.image-left {
  float: left;
}

div.image-left, div.image-center, div.image-right {
  margin: 1em;
  padding: 0.5em;
  border: 1px dashed gray;
  text-align: center;
}

p.image-left, p.image-center, p.image-right {
  margin: 0.5em;
  font-size: 75%;
  max-width: 320px;
}

div.warning {
  margin: 1.0cm;
  padding: 0.5cm;
  color: #000000;
  background-color: #ffffcc;
  border: 1px dashed gray;
}

div.related-pages {
  font-size: small;
  border: 1px dashed gray;
  padding: 0cm 0.5cm;
  background: #eef;
  margin-top: 1cm;
}

ul.related-pages {
  margin: 0;
  padding: 0;
  text-align: center;
}

li.related-pages {
  display: inline;
  background-image: url(http://wiki.freaks-unidos.net/img/page);
  background-repeat: no-repeat;
}

a.related-pages
{
  text-decoration: none;
  padding: .2em 1em .2em 18px;
}

a.related-pages:hover,
a.related-pages:focus
{
  text-decoration: underline;
}

ul.tags
{
  list-style-type: none;
  margin: 0;
  padding: 0;
}

p.related-pages-tag
{
  height: 16px;
  padding: 0;
}

a.related-pages-tag
{
  background-image: url(http://wiki.freaks-unidos.net/img/tag);
  background-repeat: no-repeat;
  background-position: center left;
  border-right: 1px solid #777;
  padding-left: 20px;
  padding-right: 0.4em;
  height: 16px;
  float: left;
}

ul.files-list
{
  list-style-image: url(http://wiki.freaks-unidos.net/img/page);
}

a.tag {
  display: inline;
  background-image: url(http://wiki.freaks-unidos.net/img/tag);
  background-repeat: no-repeat;
  background-position: center left;
  border-right: 1px solid #777;
  margin-top: 0;
  margin-bottom: 1em;
  padding-left: 20px;
  padding-right: 0.4em;
  height: 16px;
  float: left;
  font-size: small;
}

hr {
  clear: both;
  margin: 1em;
}

p.tags-list {
  float: left;
  height: 16px;
}

#search-field, #search-button {
  width: 100%
}

.search-keyword {
  font-weight: bold;
}

