/* *********************************** *
 *  Menu CSS For http://esco.mine.nu/  *
 * *********************************** */

/* All Menus */
.menu-contents {
	background: #f9fafb;
  list-style-type: none;
}

.menu-contents a {
  color: #000000;
  text-decoration: none;
}

.menu-contents a:hover {
  color: #ffffff;
  text-decoration: none;
}

.menu-contents ul {
  padding: 0.1em 0 0 1em;
  list-style-type: none;
}

.menu-contents > li {
  padding-bottom: 1em;
}


/* Top Menu */
#global-menu {
  position: absolute;
  top: 90px;
  right: 0;
  font-size: small;
  text-align: right;
	z-index: 11;
}

#global-menu #this-page {
  color: #999999;
  background: none;
  font-weight: bold;
}

#global-menu li {
  display: inline;
  margin: 0;
}

#global-menu li a {
  padding: 2px 1em 2px 1em;
  vertical-align: middle;
}

#global-menu .menu-contents {
  margin: 0;
  padding: 0 1em 0 1em;
  border: none;
  border-left: 1px solid black;
  border-bottom: 1px solid black;
}

#global-menu input {
  padding: 1px;
  margin: 3px 1em 3px 1em;
  border-width: 1px;
  border-style: solid;
  border-color: #cccccc;
  vertical-align: middle;
}

#global-menu input[type='submit'] {
  border-style: outset;
  font-size: smaller;
}

#global-menu input:focus {
  padding: 0px;
  border-width: 2px;
  border-style: solid;
  border-color: #cc0000;
}


/* Side Menu */
#section-menu {
	position: absolute;
	right: 0;
	top: 90px;
	width: 16em;
	overflow: hidden;
	z-index: 0;
}

#section-menu ol {
  font-size: smaller;
  padding-left: 1.5em;
}

#section-menu > .menu-contents > li > ol {
  list-style-type: upper-roman;
  padding-left: 3em;
}

#section-menu > .menu-contents > li > ol > li > ol {
  list-style-type: upper-alpha;
}

#section-menu .menu-contents {
	margin: 0;
	padding: 4em 1em 1em 1em;

	border-left: 1px dashed #cccccc;
	border-bottom: 1px dashed #cccccc;

  color: #666666;
}

#section-menu li {
  margin-top: 0.2em;
  margin-bottom: 0.2em;
}

#archives li {
  text-indent: -0.75em;
}

#archives li:before {
  content: "- ";
}
