html, body {
	background: #ced5dd url(../img/background.png);
	font: 16px/1.4em "HelveticaNeue", Helvetica, Arial, sans-serif;
	margin: 0;
	padding-top: 10px;
}

h1 {
	text-align: center;
}
h2, h3, h4 { color: #2054DA }
input { border: none; }
#content, #navigation {
	background: #FAFAFA;
	border-radius: 4px;
	-webkit-box-shadow: 0 0 0 3px rgba(255,255,255,.6), 0 3px 6px rgba(0,0,0,.2);
	-moz-box-shadow: 0 0 0 3px rgba(255,255,255,.6), 0 3px 6px rgba(0,0,0,.2);
	box-shadow: 0 0 0 3px rgba(255,255,255,.6), 0 3px 6px rgba(0,0,0,.2);
	color: #555;
	margin: 4em auto;
	padding: 1em;
	text-shadow: 0 1px #FFF;
	width: 650px;
}
#navigation {
	position: fixed;
	left: 1em;
	list-style: none;
	top: 0;
	width: auto;
}
#navigation a {
	 color: #2054DA;
	 text-decoration: none;
}

#content dt {
	font-weight: bold;
	margin-top: .6em;
}
#content dd {
	margin-left: 1em;
}
#content pre {
	background: #212121;
	border-top: 1px solid #000;
	border-bottom: 1px solid #FFF;
	color: #BBB;
	padding: 1em;
	text-shadow: 0 1px #000;
	overflow: auto;
	overflow: -moz-scrollbars-horizontal;
	overflow-y: hidden;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#content form {
	margin: 0 2px;
}
#content label { font-weight: bold }
#content input, #content textarea {
	border: 1px solid #CCC;
	display: block;
	padding: 2px;
	margin: 2px 2px 2px -2px;
	max-width: 100%;
	width: 100%;
	-webkit-box-shadow: 0 1px #FFF;
	-moz-box-shadow: 0 1px #FFF;
	box-shadow: 0 1px #FFF;
}
#content input:focus, #content textarea:focus {
	border-color: #2054DA;
	outline: none;
}

.scrollNotifier {
	background: #212121;
	color: #FFF;
	padding: 10px 10px 10px 40px;
	position: fixed;
	text-shadow: 0 1px #000;
	left: -200px;
	top: 40%;
	width: 150px;
}

/* anchorMenu */
.jquery-scrollInMenu {
	background: #212121;
	overflow: hidden;
	margin: 0;
	padding: 10px;
	position: fixed;
	left:30px;
	list-style: none;
	margin: 0;
	top: 0;
	width: 150px;
}
.jquery-scrollInMenu:before {
	background: #212121;
	display: block;
	content: '';
	position: fixed;
	height: 10px;
	left: 0;
	top: 0;
	width: 100%;
}
.jquery-scrollInMenu-item {
	padding: 0;
	margin: 0;
}
.jquery-scrollInMenu-button {
	background: none;
	border: none;
	color: #FFF;
	cursor: pointer;
	text-shadow: 0 1px #000;
}
.jquery-scrollInMenu-button:hover {
	color: #2054DA;
}