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

/*
   Colors from the Chicken 4 logo
   9C4320 : darker reddish brown
   B64926 : lighter reddish brown
   FFBA54 : creamy yellow [D59B4A]
   5D9879 : turquoise   [3A604E, 4F836B, F7FDF8]
   59443C : dark chocolate text
*/

body, html {
  color: #000;
  background-color: #fff;
  font: 9pt "Lucida Grande", "Verdana", sans-serif;
  line-height: 1.6;
  margin: 0;
  padding: 0;
}
html {
    background-color: #9c4320;
}

#header h1 {
    background-color: #9c4320;
    border-bottom: 2px solid #ffba54;
    color: #ffba54;
    padding: 0.25em 16px 0.25em 0.5em;
    margin: 0;
    font-size: 160%;
}

#header a, #header a:visited {
    color: #fff;
    border-bottom: none;
}
#header a:hover {
    text-decoration: underline;
}

a {
	text-decoration: none;
        border-bottom: 1px solid #9c4320;
}
a:link {
    color: #9C4320;
}
a.titlelink { border: none; }
/*a.header-links { border: none; }*/
#toc-links a, #toc-links a:visited { border: none; }
a:visited { color: #d59b4a; border-bottom: 1px solid #d59b4a;}
a:active  { color: #59443c; }
/*a:hover   { color: #558; border-width-bottom: 1px; } */

div#content-box {
  float: right;
  width: 78%;
  clear: right;
  background: #fff;
  padding: 0;
  margin: 0;
}

#toc-links {
  float: left;
  clear: left;
  margin-right: 2%;
  background: #fff;
  width: 16%;
  text-align: left;
  padding: 1em;
  font-size: 90%;
  border-bottom: 1px solid #ffba54;
  border-right: 1px solid #ffba54;
}

#toc-links ul {
  list-style-type: none;
  padding-left: 0.5em;
}

#toc-links ul li:before {
    content: "- ";
}

#search-field {
  width: 55%;
}
#search-field + br {
  display: none; /* Or just remove it from the HTML */
}
#search-field + br + input {
  width: 40%;
  margin-left: 5%;
}

#info-box {
    float: right;
    padding: 0;
    margin: 0 0 1em;
    border-left: 8px solid #ffba54;    
    border-right: 8px solid #ffba54;    
    border-bottom: 2px solid #ffba54;
}

/* No need to put so many classes on all these things :) */
#info-box a {
    padding: 0.1em 0.8em;
    display: block;
    text-decoration: none;
    border: none;
    border-left: 2px solid #ffba54;
    background: #9c4320;
    color: #fff;
}

#info-box span {
    display: block;
    float: left;
}

/* Make the line extend beyond the links to the left */
/*
#info-box span:first-child a {
    border: none;
}
#info-box span:first-child {
    padding-left: 5em;
    border-bottom: 3px solid #669;
}
*/
#info-box a:hover {
    background-color: #59443c;
    color: #fff;
}

div.content {
    margin-right: 1em;
    clear: both;
}

h2, h3, h4, h5, h6 {
   color: #4f836b;
   padding-top: 1em;
}

p.header-links {
  float: right;
  font-size: 90%;
}

dt {
  font-weight: bold;
}

/* Centered beneath the content box */
#credits {
  text-align: right;
  clear: both;
  border-top: 2px solid #ffba54;
  margin: 0;
}
#credits p {
  border-top: 2px solid #9c4320;
  background: #9c4320;
  color: #fff;
  margin: 0;
  padding: 0;
  padding-right: 1em;
}
#credits p a {
  color: #fff;
}
#credits p a:hover {
  text-decoration: underline;
}

blockquote, pre {
  background-color: #fdfaed;
  display: block;
  border: 1px dashed #59443c;
  margin: 1.0em 0em;
  padding: 0.5em 1.0em;
  overflow: auto;
}
pre {
  line-height: 1.3;
}

.unexistant {
  color: #f66;
}

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


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

/* XXX ??? Can all below be ditched, maybe?  Looks like cruft. */
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.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;
}

.tags, ul.render-bottom-div-tags, li.related-pages-tag
{
  list-style-type: none;
  margin: 0;
  padding: 0;
}

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

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

/* What's different between related-pages-tag and tag? */
a.tag, a.related-pages-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;
  border-bottom: none;
  margin-top: 0;
  margin-bottom: 1em;
  padding-left: 20px;
  padding-right: 0.4em;
  padding-bottom: 2px;
  height: 16px;
  float: left;
  font-size: 16px;
  font-size: small;
}

hr {
  clear: both;
  margin: 1em;
}
#toc hr {
  border: 0;
  border-bottom: 1px solid #ffba54;
  width: 100%;
  height: 0px;
  margin: 0;
  padding: 0;
}

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

/* table mods by zb */
table {
  background: #f7fdf8;
  padding: 0.2em;
  margin: 1.2em 2.0em;
  border: 1px solid #3a604e;
  border-collapse: collapse;
  font-size: 100%;
}
th {
  text-align: left;
  border-bottom: 1px solid #3a604e;
  border-left: 1px solid #3a604e; 
  padding: 0.25em 1.0em 0.25em 1.0em;
} 
td { 
  padding: 0.25em 1.0em 0.25em 1.0em; 
  border-left: 1px solid #3a604e; 
}

