/* Make the skin frame 50 em large and centered:*/

#bodywrap { 
  max-width: 50em; 
  margin: 0 auto; 
}

html, body, #bodywrap, #wikimid, #wikibody {
  background-color: #000;
  color: #ddd;
}
#wikihead, #wikifoot, #wikisidebar {
  border-color: #555;
  border: none; 
}

#wikititle {
  margin-bottom: 6px;
}

a:link, a.wikilink {
  color: #0af;
}


#wikileft a, .tableTOC a, #wikihead a {
  color: #fff;
}

#wikicmds li a {
  color: #ccc;
}

a:visited  {
  color: #08d;
}
#wikileft a:visited, .tableTOC a:visited {
  color: #ccc;
}


#wikileft a:hover, .tableTOC a:hover, #wikihead a:hover, #wikileft a:hover, #wikicmds a:hover  {
  color: #0af;
}

#wikiupload ~ div.quickref {
  color: #ddd !important;
  background-color: #222 !important;
}

#wikileft {
  padding: 2px;
  max-width: 164px;
}
#wikisidebar {
/*   padding: 2px; */
}
.headtitle {
  font-size: 18px;
  padding: 4px;
}

#wikihead {
  line-height: 24px;
}
#wikicmds li {
  margin: 0px 3px;
}

@media screen and (min-width:38em) {
  .headtitle {
    padding-left: 178px;
  }
  
  #wikicmds li.login a {
    color: #222;
  }

  #wikicmds:hover li a {
    color: #fff;
  }

}

#wikileft, #wikihead-searchform, #wikicmds, #wikisidebar {background-color: #000;}

.dltab dt {
    float: left;
    clear: left;
    padding-right: .5em;
}
.dltab dd {
    margin-left: 6em;
    margin-bottom: .5em;
}

.frame {
    border: 1px solid #333;
    background-color: #111;
}

.tableTOC  {
  margin-top: 8px;
}


.tableTOC a {
  text-decoration: none;
}

.dropout {
    border: 2px solid #555 !important;
    background-color: #000 !important;
}

.mini { padding:0px; margin:0 2px 6px 0; border:1px solid #333; background-color:#000; }
.miniH, .miniF {display:block;}
.miniH { font-weight: bold;}

#uv_pop , #uv_pop div {
  overflow: visible !important;
  line-height: 12px;
}
#unav { float: none !important;}
#ub0 {float: right;}
