/**
 * 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;
}

/**
 * Design
 */

#background {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}

#header {
	background: url(header.png);
	height: 240px;
}

#headtitle {
	display: none;
}

#nav {
	background: url(menu.png);
	height: 34px;
	padding-left: 215px;
	color: #c9c9c9;
}

#nav span {
	margin: 0 20px;
	line-height: 34px;
}

#signal {
	margin-left: 250px;
	margin-right: 100px;
}

#signal ul {
	margin: 0;
}

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

#content {
	background: url(background.png);
	padding: 10px 70px 30px 70px;
}

#index {
	float: left;
	width: 140px;
	padding-top: 30px;
}

#index-widget img {
	border: 0;
}

#text {
	margin-left: 170px;
}

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

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

#now {
	margin-left: 3em;
	margin-right: 6em;
}

#now dt {
	color: #98837b;
	font-style: italic;
}

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

#now dd {
	margin-left: 2em;
	border-left: 1px solid #27282c;
	padding-left: 1em;
}

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

#footer {
	background: url(footer.png);
	height: 90px;
}

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

