/**
 * $Id: phpwiki-topbottombars.css,v 1.2 2003/02/26 22:27:13 dairiki Exp $
 *
 */
@import url("phpwiki.css");


/**
 * General settings
 */
body {
  padding-top: 5ex;
  padding-bottom: 7ex;
}


/**
 * Common toolbar settings
 * Note that div.toolbar is used for other toolbars besides
 * #navbar and #actionbar, such as in editpage and removepage
 */
#header div.toolbar, #footer div.toolbar {
  position: fixed;
  left:  0px;
  right: 0px;
  margin: 0px;
  padding: 0.7ex 0.7em;
}
hr.toolbar {
  display: none;
}


/**
 * Navbar
 */
#header div.toolbar {
  top: 0px;
  /*padding-top: 1.5ex; */
  border-top: none;
}
/*
div#navbuttons {
  padding-bottom: 1ex;
}
/*

/**
 * Actionbar
 */
#footer div.toolbar {
  border-bottom: none; /* FIXME: this needs to be on #footer > .toolbar ? */
  border-top: 1px solid #b2b2b2;
  /* kludge for Mozilla */
  bottom: -0ex;
  /*
    bottom: -1ex;
    padding-bottom: 0ex;
  */
}
div#actionbuttons {
  /* For IE5.1Mac, workaround the Mozilla kludge */
  /*
  padding-bottom: 1ex;
  */
}
/*
p.editdate { margin-bottom: 0.5ex; }
*/

div#disclaimer {
 clear: both;
 background-color: #eee;
 color: black;
 border: thin solid #222;
}


/* For emacs users
 *
 * Local Variables:
 * mode: c
 * c-file-style: cc-mode
 * End:
 */
