/**
 * Main layout
 */

html {
	background-color: #e7e7cf;
}

dt {
	color: #f46c00;
	font-style: italic;
}

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

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

/**
 * General form layout
 */

input, textarea, select {
	color: #556074;
	border: 1px solid #c7c7bc;
	background-color: #f2f3ee;
}

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

/**
 * Fieldset form layout
 */

fieldset {
	border: 1px solid #c7c7bc;
}

fieldset legend {
	border: 1px solid #c7c7bc;
}

/**
 * Widgets
 */

.explore {
	text-align: center;
}

/**
 * Design
 */

#headtitle {
	display: none;
}

#background {
	width: 826px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	background: url(background.png) no-repeat;
}

#header {
	height: 65px;
	background: url(header.t.png) no-repeat;
	padding-top: 79px;
}

#menu {
	height: 27px;
	width: 553px;
	padding-left: 83px;
	padding-right: 190px;
	font-weight: bold;
	color: #f46c00;
	text-decoration: none;
}

#menu span {
	border-style: none;
	border-spacing: 0;
	text-align: center;
	line-height: 27px;
	vertical-align: middle;
}

#menu span.cell {
	padding-left: 10px;
	padding-right: 12px;
	padding-top: 5px;
}

#menu span.separator {
	background: url(separator.png) no-repeat;
	width: 4px;
	font-size: 22px;
}

#menu a:link,#menu a:visited {
	font-weight: normal;
	color: #5d5d4d;
	text-decoration: none;
}

#menu a:hover,#menu a:focus {
	color: #f46c00;
	text-decoration: none;
}

#content-back-box {
	background: repeat-y;
}

#content-top-box {
	background: no-repeat bottom;
	width: 100%;
	padding-top: 1px;
	padding-bottom: 1px;
	min-height: 250px;
}

#signal {
	padding-left: 140px;
	padding-right: 156px;
}

#signal ul {
	margin: 0;
}

#signal li.error {
	color: #f46c00;
}

#content {
	padding-left: 100px;
	padding-right: 162px;
}

#content h1 {
	font-size: 1.5em;
	color: #f46c00;
	font-weight: bold;
	background: url(title.t.png) no-repeat left;
	height: 28px;
	padding-left: 30px;
}

#tag-cloud span {
	margin-left: 1em;
	margin-right: 1em;
	white-space: nowrap;
}

#bottom {
	padding-top: 35px;
	padding-left: 100px;
	padding-right: 162px;
}

#footer {
	padding-left: 100px;
	padding-right: 156px;
	padding-top: 35px;
	background: url(footer.t.png) no-repeat;
	text-align: left;
	height: 202px;
	font-variant: small-caps;
}

#footer-copy p.first {
	margin-top: 0;
}

#footer-copy p {
	font-size: 0.9em;
	color: #6f6f6f;
}

