/**
 * Main layout
 */

html {
	background-color: #27292c;
}

/**
 * General form layout
 */

input, textarea, select {
	color: #657782;
	border: 1px solid #27282c;
	background-color: #131115;
}

input[readonly],textarea[readonly] {
	color: #c7c7bc;
}

/**
 * Fieldset form layout
 */

fieldset {
	border: 1px solid #27282c;
}

fieldset legend {
	border: 1px solid #27282c;
}

fieldset li label.floated {
	float: none;
	width: auto;
	margin-right: 0;
	text-align: inherit;
}

/**
 * Design
 */

#header {
	display: none;
}

#nav {
	color: #c9c9c9;
}

#nav span {
	margin: 0 1em;
}

#signal {
	padding-left: 5em;
	padding-right: 5em;
}

#signal ul {
	margin: 0;
}

#signal li.error {
	color: #98837b;
}

#index {
	margin-left: 2em;
}

#index-widget {
	display: none;
}

#text h1 {
	color: #98837b;
	font-size: 1.7em;
}

#text h2 {
	color: #98837b;
	font-size: 1.2em;
}

#now dd + dt {
	margin-top: 1em;
}

#now dd {
	margin-left: 3em;
}

#links ul {
	margin-left: 3em;
}

#footer {
	padding-top: 3em;
}

#footer p {
	text-align: center;
	font-variant: small-caps;
	color: #5d6972;
	font-size: 0.9em;
}

