@import url("editor");
@import url("progress");
 
body {
  font-family: sans;
  background-color: #eef9ff;
  z-index: 1;
}

a {
  color: #b55300;
  text-decoration: none;
  itext-shadow: -1px 1px 1px #777;
}

a:hover {
  color: #f47000;
  text-decoration: none;
}

h1 {
  color: #361900;
  font-size: 121%;
  font-weight: bold;
}

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

h1, h2, h3, h4, h5, h6, p, li, pre, blockquote {
  color: #361900;
  margin-left: 1em;
  margin-right: 1em;
}
 
ul { 
  padding-left: 5px; 
  margin-top: 0px;
  list-style: none;
 }

#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: 12px;
  text-align: left;
  font-weight: bold;
}

#toc-links {
}
  
#headline-title {
  color: #000033;
  font-family: sans;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  text-shadow: -5px 5px 5px #777;
}

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

#headline {
  margin-bottom: 0px;
}

#navcontainer {
  width: 100%;
  max-width: 50em;
  text-align: center;
  margin: 0 auto;
  margin-top: -40px;
}

#navcontainer ul {
  list-style-type: none;
  text-align: center;
  padding: 0px;
  margin-bottom: 20px;
}

#navcontainer li {
  font-size: 13px;
  display: inline;
  text-align: center;
  margin: 10px;
}

#navcontainer li:hover {
}

#navcontainer a {
  padding: 5px;
  font-size: 12px;;
  color: #000033;
  border: 1px solid #ccc;
  text-decoration: none;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow:    0px 0px 0px #444;
  -webkit-box-shadow: 0px 0px 0px #444;
  box-shadow:         0px 0px 0px #444;
  background: -moz-linear-gradient(top, white, #cccccc);  
}

#navcontainer a:hover {
  padding: 5px;
  color: #000011;
  font-size: 12px;;
  border: 1px solid #666;
  -moz-box-shadow:    0px 0px 10px #ffff84;
  -webkit-box-shadow: 0px 0px 10px #ffff84;
  box-shadow:         0px 0px 10px #ffff84;
  background: -moz-linear-gradient(top, white, #cccccc);  
}

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

span.info-box {
  padding-left: 1em;
  padding-right: 1em;
  color: #666;
  font-size: 10px;
  background-color: #fff;
  border: 1px solid #ccc;
  text-decoration: none;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: .75em;
  margin-right: .75em;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.float-box-left, #backlinks, #search {
  float: left;
  clear: left;
  width: 200px;
  padding: 5px;
  margin-top: 10px;
  margin-left: 10px;
  background: #cef1ff;
  font-size: 12px;
  text-align: justify;
  color: #000000;
  -moz-border-radius: 15px;
  border-radius: 15px;
  border: 1px solid #323300;
  -moz-box-shadow:    -4px 4px 4px #666;
  -webkit-box-shadow: -4px 4px 4px #666;
  box-shadow:         -4px 4px 4px #666;
  margin-bottom: 10px;
  
}

.float-box-right {
  float: right;
  clear: right;
  width: 200px;
  padding: 5px;
  margin-top: 10px;
  margin-right: 10px;
  background: #cef1ff;
  font-size: 12px;
  text-align: left;
  color: #000000;
  -moz-border-radius: 15px;
  border-radius: 15px;
  border: 1px solid #323300;
  -moz-box-shadow:    -2px 2px 2px #555;
  -webkit-box-shadow: -2px 2px 2px #555;
  box-shadow:         -2px 2px 2px #555;
  margin-bottom: 10px;
}

#content-box .content {
  padding: 20px;
  background: #fff url("../images/bg01.jpeg") repeat-x bottom left; 
  border: 1px solid #ccc; 
  text-align: justify;
  margin-top: 5px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  border: 1px solid #323300;
  -moz-box-shadow:    -3px 3px 3px #555;
  -webkit-box-shadow: -3px 3px 3px #555;
  box-shadow:         -3px 3px 3px #555;
}

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

#credits {
  text-align: center;
  color: #000000;
   margin: 20px;
}

#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: 8px;
  padding-top: 0;
  margin-top: 0;
  margin-bottom: -4ex;
  margin-right: 10px;
}

/*

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

a.header-links:hover {
  color: #eee;
}

*/

a.header-links {
  color: #000;
  padding: 2px;
  margin-left: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow:    1px 1px 2px #444;
  -webkit-box-shadow: 1px 1px 2px #444;
  box-shadow:         1px 1px 2px #444;
  background: -moz-linear-gradient(top, white, #cccccc);
}

a.header-links:hover {
  margin-top: 3px;
  color: #ccc;
  -moz-box-shadow:    0px 0px 0px #444;
  -webkit-box-shadow: 0px 0px 0px #444;
  box-shadow:         0px 0px 0px #444;
}

a.unexistant {
}

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: 0px;
  border: 0px;
}

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

#search, #search-field, #search-button {
  text-align: center;
}

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