/* (c) David Buchmann, Andi Weibel, 2009 */
/* mediawiki style sheets */
@import "/wiki/skins/common/shared.css";
@import "/wiki/skins/monobook/main.css";

@import "/wiki/extensions/SemanticMediaWiki/skins/SMW_custom.css";
@import "/wiki/index.php?title=MediaWiki:Common.css&usemsgcache=yes&action=raw&ctype=text/css&smaxage=18000";
@import "/wiki/index.php?title=MediaWiki:Monobook.css&usemsgcache=yes&action=raw&ctype=text/css&smaxage=18000";
@import "/wiki/index.php?title=-&action=raw&gen=css&maxage=18000&smaxage=0&useskin=monobook";

/* our own definitions */
html {
  height: 100%;
  width: 100%;
}
body {
  font-family: Verdana,Helvetica,Geneva,sans-serif;
  font-size: 10pt;
  margin: 10px 10px 0px 0px;
  color: #eee;
  background-color: #000;
  background-image: url("/img/background.png");
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
}
div#head {
  position: absolute;
  margin-left: 220px;
  font-weight: bold;
  font-size:132%;
}
div#control {
  position: absolute;
  margin-top: 200px;
  width: 200px;
  padding-left: 5px;
}
#control h1, #control h2, #control h3, #control h4 {
    color: #EEEEEE;
    padding-bottom: 0pt;
}
div#map {
  width: 100%;
  height: 75%;
  margin-bottom: 12px;
}
div#hidemap {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  padding-top: 40px;
  z-index: 99999;
  background-color: black;
  color: #eee;
}

/* overwrite some mediawiki stuff */
div#content {
  position: absolute;
  margin-top: 24px;
  margin-left: 220px;

  background: none;
  border: none;
  padding: 0pt;
  line-height: normal;
  height: 100%;
  width: 75%;
}
#content h1 {
    border-bottom: none;
}

/* general style */
b.info{
  color: #000000;
}

p.info{
  color: #000000;
}

td.info{
  color: #000000;
}


/* map marker popup windows */
#map h1, #map h2, #map h3, #map h4, #map h5, #map h6, #map p, #map div {
  color: black;
}
#map .exporttable {
    background-color: #ddd;
    color: black;
    min-width: 135px;
    margin-right: 12pt;
}
#map a, #map a:visited, #map a:hover {
    color: #222;
    font-weight: bold;
}

img.illustration {
    width:120px;
    float:right;
}
div.desc {
    width: 400px;
}
/* other layout is defined in monobook main.css */

/* controls */
.category {
    margin-top: 8px;
}
.category .opened {
    background: url(/img/opened.png) center left no-repeat;
    padding-left: 20px;
}
.category .closed {
    background: url(/img/closed.png) bottom left no-repeat;
    padding-left: 20px;
}
.category .closed:hover {
    background: url(/img/opening.png) bottom left no-repeat;
}

.label {
    font-weight: bold;
    font-size: 12pt;
    margin-bottom: 2px;
    margin-left: 4px;
    cursor: pointer;
}

.select {
    border: solid #555555 1px;
    padding: 1px;
}
.option {
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
}
.active {
    background: #333333;
}
.default {
    font-weight: bold;
}

/* wiki information */
#wikiinfo {
    border: solid grey 1px;
    background-color: #333;
    color: #eee;
    margin: 0px;
    margin-bottom: 20px;
    width: 100%;
}
#wikiinfo a {
    color: #ddd;
    font-weight: bold;
}
#wikiinfo a:hover {
    color: #white;
}
#bodyContent {
    padding: 4px;
    margin: 0;
}

#bodyContent p {
    margin:0;
    padding-bottom: 4px;
}
#siteSub, #jump-to-nav, #visualClear, .printfooter, .smwfact, .catlinks, .wikiintro {
    display: none;
}

div.about {
    font-style: italic;
    background: #222;
    padding: 4px;
}

/* footer */
#pagefooter {
    border-top: solid grey 1px;
    width: 100%;
}
