/* ********************** */
/* G E N E R A L */
/* ********************** */

body {
  font-family: Verdana;
  font-size: 90%;
  color: #222;
  margin: 0px;
}

body {
  background: #fff;
}

a {
  color: #272;
  font-weight: bold;
  text-decoration: none;
}

a.selected {
  color: #628;
}

a:hover {
  color: #84a;
}

a img {
  border: 0px;
}


h1, h2, h3 {
  color: #628;
  font-style: italic;
  font-weight: bold;
}

h1 {
  font-size: 180%;
}

h2 {
  font-size: 140%;
}

h3 {
  font-size: 120%;
}

h4 {
  font-size: 110%;
}


p, hr {
  margin-top: 1em;
  margin-top: 1em;
}

pre {
  font-size: 120%;
  border: 1px solid black;
  background-color: #eef;
  padding: 1em;
}

textarea {
}

.hints {
  border-bottom: 1px solid black;
  border-right: 1px solid black;
  background-color: #ff6;
  padding: 1em;
}

.wiki_menu {
  text-align: center;
  line-height: 2em;
}
.wiki_menu a {
  display: block;
}

#aside .inner {
  background-color: #ddffde;
  border-bottom: 1px solid #080;
  border-left: 1px solid #080;
  border-right: 1px solid #080;
  padding: 2em 0;
}

#menu .inner {
  background-color: #ddffde;
  border-bottom: 1px solid #080;
  border-right: 1px solid #080;
  padding: 2em 0;
}

#menu a {
  display: block;
}

#menu a:hover {
  background-color: #484;
  color: #efe;
}

#mainTitle {
  padding-top: 10px;
  font-family: Serif;
  font-style: italic;
  text-align: center;
  font-size: 130%;
  color: #444;
}

#mainTitle p {
  margin: 0px;
}

#navigation {
  text-align: center;
}

#navigation, #menu .inner {
  font-family: verdana, arial;
  line-height: 2em;
  text-align: center;
}



.wiki_editSection {
  font-size: 90%;
}

.wiki_editWhole {
  margin: -3em 1em 0em 0em;
}
.wiki_editWhole a {
  font-weight: bold;
}

.wiki_editSection2 {
  padding: 0px;
  margin: -3em 1em 0em 0em;
}

.wiki_editSection3 {
  padding: 0px;
  margin: -3em 1em 0em 0em;
}

/******  LAYOUT  ******/

#menu {
  float:left;
  margin-left: -80em;
  width: 18em;
}

#mainWrapper {
  float: left;
  width: 80em;
}

#aside {
  float:left;
  width: 12em;
  margin-left: -12em;
}

#threeColumns {
  width: 46em;
  margin-left: 20em;
  margin-right: 14em;
}

#twoColumns {
  width: 60em;
  margin-left: 20em;
}

#footer {
  clear: both;
  margin: 2em;
}

#tools {
  text-align: center;
  margin: 2em;
  clear: both;
}

/* Other */

#links, #includes, #relatedPages, #backLinks, #attachments, #dependents {
  margin: 2em;
  padding: 0.2em;
  clear: both;
}

#links ul, #includes ul, #relatedPages ul, #backLinks ul, #attachments ul, #dependents ul {
  display: inline;
  margin: 0;
  padding: 0;
  float: left;
}

#links h4, #includes h4, #relatedPages h4, #backLinks h4, #attachments h4, #dependents h4 {
  float: left;
  width: 20em;
  margin: 0;
  padding: 0;
  width: 10em;
}

#links ul li, #includes ul li, #relatedPages ul li, #backLinks ul li, #attachments ul li, #dependents ul li {
  list-style-type: none;
  display: inline;
  margin: 0;
  padding: 0 1em;
}

#links ul li:before, #includes ul li:before, #relatedPages ul li:before, #backLinks ul li:before, #attachments ul li:before, #dependents ul li:before {
  content: '{ ';
}
#links ul li:after, #includes ul li:after, #relatedPages ul li:after, #backLinks ul li:after, #attachments ul li:after, #dependents ul li:after {
  content: ' }';
}


/* ****************** */
/* Print Media */
/* ****************** */

@media print {

  #aside, #menu, #navigation, #tools, #links, #inclueds, #relatedPages, #backLinks, #attachments, #dependents {
    display: none;
  }

  #mainWrapper {
    float: none;
    width: 100%;
  }

  #threeColumns, #twoColumns {
    width: 100%;
    margin-left: 0em;
    margin-right: 0em;
  }

  pre {
    overflow: inherit;
  }

}



