@import url("editor");
@import url("progress");

h1 {
  border-bottom: 1px #eee 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;
}

#toc-links {
}

#headline-title {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 300%;
  font-weight: bold;
  text-align: center;
}

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

#headline {
  margin-bottom: 8px;
}

#navcontainer {
  clear: both;
  margin-bottom: 20px;
  border-top: 2px solid #eee;
}

#navcontainer ul {
  list-style-type: none;
  text-align: center;
  margin: -8px 0 0 15px;
  padding: 0;
  position: relative;
}

#navcontainer li {
  display: inline;
  text-align: center;
  margin: 0 5px;
}

#navcontainer li a {
  padding: 1px 7px;
  color: #666;
  background-color: #E7ECF2;
  border: 1px solid #ccc;
  text-decoration: none;
}

#navcontainer li a:hover {
  color: #000;
  border: 1px solid #666;
  border-top: 2px solid #666;
  border-bottom: 2px solid #666;
}

#navcontainer li a#current {
  color: #000;
  border: 1px solid #666;
  border-top: 2px solid #666;
  border-bottom: 2px solid #666;
}

#navcontainer li a span {
  display: none
}

#navcontainer li a:hover span {
  display: block;
  position: absolute;
  top: -160px; 
  left: 55%; 
  width: 105px;
  background-color: transparent; 
  color: #95A8B7;
  text-align: center;
  padding: 10px;
  text-decoration: none;
  font-weight: bold;
}

#content-box {
  width: 100%;
  max-width: 50em;
  text-align: center;
  margin: 0 auto;
}

#info-box {
  text-align: right;
  background: #f9f9f9;
  border: 2px solid #eee;
}

span.info-box {
  padding-left: 1em;
  padding-right: 1em;
  color: #666;
  background-color: #E7ECF2;
  border: 1px solid #ccc;
  text-decoration: none;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: .75em;
  margin-right: .75em;
}

.float-box-left, #backlinks, #search {
  float: left;
  clear: left;
  width: 200px;
  padding: 5px;
  background: #f9f9f9;
  font-size: 125%;
  text-align: justify;
  color: #000000;
  border: 2px solid #eee;
}

.float-box-right {
  float: right;
  clear: right;
  width: 15em;
  padding: 5px;
  background: #f9f9f9;
  font-size: 75%;
  text-align: left;
  color: #000000;
  border: 2px solid #eee;
}

#content-box .content {
  padding: 20px;
  background: #fff url("../images/bg01.jpeg") repeat-x bottom left; 
  border-left: 1px solid #ccc; 
  border-right: 1px solid #ccc;
  text-align: justify;
}

#last-update {
  clear: both;
  text-align: center;
}  

#credits {
  text-align: center;
  color: #000000;
  border-bottom: 20px solid #0A2A52;
}

#logo {
  font-size: 250%;
  font-weight: bold;
  text-align: center;
}

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;
}

