
/* WikiSite stylesheet
-------------------------------------------------------------- */

/* Layout
-------------------------------------------------------------- 
Positioning for header, footer, article and menu */

/* header */
.bit .header .wikibit-textbox {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 340px;
}

/* article */
.bit .article .wikibit-textbox {
  position: relative;
  top: 0px;
  left: 355px;
  width: 675px;
}

/* menu */
.bit .menubit {
  position: absolute;
  top: 150px;
  left: 76px;
  width: 220px;
  z-index: 2;
  background-image: url(../images/1x1.png); /* fixes ie hover issue when header overlaps menu */
}

/* footer */
.bit .footer .wikibit-textbox {
  position: relative;
  clear: both;
  height: 40px;
  top: 60px;
}

/* Menu 
-------------------------------------------------------------- */


/* Footer 
-------------------------------------------------------------- */

.bit #footer-container {
  border-top: 2px solid;
  height: 100%
}

.bit #configuration\/template\/footer\/footer\.txt #footer-text {
  margin-top: 8px;
  float: left;
}

.bit #configuration\/template\/footer\/footer\.txt #footer-links {
  margin-top: 8px;
  float: right;
}

.bit #configuration\/template\/footer\/footer\.txt #footer-links a {
  margin-left: 8px;
}

/* Help image formatting
-------------------------------------------------------------- */

.bit .wikibit .help-screen {
  max-width: 700px;
  margin:2px 0 6px 0;
}

/* Temporary fixes
-------------------------------------------------------------- */

/* Minimize effect of paragraph tags inserted by wikimarkup parser except in article  */
.bit #configuration\/template\/footer\/footer\.txt p, #configuration\/template\/header\/header\.txt p, .menubit p {
  margin: 0;
  padding: 0;
}

.bit .article li {
  margin-bottom:5px;
}
