#editbarcontainer
{
	position: fixed;
	top: 0; right: 0;
	width: 100%;
	background-color: ButtonFace;
	padding: 0.5em;
	padding-bottom: 3px;
	border-bottom: 1px solid ButtonShadow;
	display: block;
	z-index: 3;
	font-size: smaller;
	height: 1.3em;
	box-shadow: inset 1ex 0.1ex 1ex #bbbbbb, 1ex 0.1ex 1ex #999999;
}

#editbarcontainer ul
{
	position: absolute;
  display: block;
  margin: 0;
  padding: 0;
  text-align: right;
	bottom: 0;
	right: 0;
}

#editbarcontainer li,
#editbarcontainer div,
#editbarcontainer .actionsmenu
{
	display: inline;
}

#editbarcontainer li a,
#editbarcontainer li span.disabled
{
  display: inline;
  padding: 0.1em 0.3em 3px 0.3em;
  border: 1px outset #eeeeee;
  border-bottom: 1px solid ButtonShadow;
  text-decoration: none;
  color: MenuText;
	margin-right: 0.5ex;
}

#editbarcontainer li span.disabled
{
	border: none;
	color: grey;
}

#editbarcontainer div
{
	display: inline;
}

#searchform
{
	position: fixed;
	top: 0; left: 0;
	z-index: 4;
	width: 50%;
	margin: 0;
	padding: 0.2em;
}

#searchform input[type=text] {
	border: 1px solid silver;
	padding: 0.1ex;
}

#searchform input[type=submit] {
}

#page
{
	margin-left: 1.0em;
	margin-right: 1.0em;
}

body
{
	color: #000;
	line-height: 1em;
}

#header
{
	margin-top: 2.5em;
}

#locationline a { text-decoration: none; }

#page h1,
#page h2,
#page h3
{
	/*margin-left: -0.5em;*/
}

h2, h3
{
	text-shadow: 0 0 1px #666677;
}

h1, h2
{
	font-weight: normal;
}

h1 {
	border-bottom: 1px solid #888;
	text-shadow: 0 0 2px #666677;
	letter-spacing: -0.1ex;
	text-align: center;
}

h2 {
	border-bottom: 1px solid #bbb;
	letter-spacing: -0.1ex;
	padding-bottom: 0.26ex;
}

h1             { font-size: 2.2em; }
h2             { font-size: 1.4em; }
h3, h4, h5, h6 { font-size: 1.2em; margin-bottom: 0; }

.table-of-contents
{
	float: right;
	margin-right: -5%;
}

#recently-viewed
{
	padding: 1ex;
}

div#credits
{
	clear: both;
}

.block
{
	float: left;
	width: 30%;
	padding: 1ex;
}

@media screen and (max-width: 800px) {
	.block {
		float: none;
		width: auto;
		padding: 1ex;
	}
}

.block h2
{
	font-size: 1.1em;
}

.block ul
{
	padding-left: 1.5em;
}

ul#pagelocation
{
	margin: 0; padding: 0;
	display: inline;
}

ul#pagelocation li
{
	display: inline;
}

#interwiki { display: inline; }
#interwiki:after { content: ":"; }

ul#pagelocation li:after { content: "/"; }
ul#pagelocation li:last-child:after { content: ""; }

div#editor-help
{
	background-color: #eeeeec;
	border: 1px solid #babdb6;
	padding: 1ex;
}

#message
{
	padding: 1ex;
	background-color: #fff3bd;
	border: 1px solid #fff14f;
}

