
body {
	background-image:url(gfx/pattern.gif);
	font-family: "Times CE", "Times", "Times New Roman", sans-serif;
	margin-top: 64px;
	min-width: 800px;
}

#content {
	width: 480px;
	height: 480px;
	margin: auto;
	margin-top: 64px;
	padding-left: 10px;
	padding-right: 150px;
	background-color: white;
	background-image:url(gfx/aleda_1.jpg);
	background-repeat:no-repeat;
	background-position: center right;

	font-size: 13px;
	color: #685A3D;
	line-height: 1.4em;
	letter-spacing: 0.01em;
	word-spacing: 0.03em;
}

#content em {
	color: #050102;
	font-size: 14px;
	letter-spacing: -0.04em;
	line-height: 1em;
}


#sharebar {
	position: fixed;
	left: 32px;
	top: 64px;
	/* line-height: 1.5em; */
}

#sharebar img {
	border: 1px solid #eee;
}

#sharebar img:hover {
	border: 1px solid black;
}


#copyright {
	width: 640px;
	margin: auto;
	margin-top: 16px;
	font-size: 12px;
	color:  #9a2420;
}


#made_with_vi {
	width: 80px;
	height: 80px;

	background-color:transparent;
	background-image:url(gfx/made_with_vi.gif);
	background-repeat:no-repeat;
	background-position: bottom right;

	position: fixed;
	right: 0;
	bottom: 0;
}

.hint {

	background: #D2E8FF;
	padding: 0.5em 1em;

}


.fieldbox {
	margin: 1em 0;
	background: #ccc;
	padding: 0.5em 1em;
}

.fieldbox-ro {
	margin: 1em 0;
	border: 1px solid #ccc;
	padding: 0.5em 1em;
}

.edit-link {
	font-size: 60%;
}

.fieldbox-ro .label, .fieldbox label {
	width: 10em;
	display: block;
	float: left;
}

input.text, input.text-half, input.text-quart, input.text-eight, .fieldbox textarea {
	width: 57em;
	border-width: 1px;
	margin-bottom:0.5em;
}

input.text {
	width: 55.5em;
}

input.text-half {
	width: 28em;
}

input.text-quart {
	width: 14em;
}

input.text-eight {
	width: 7em;
}

