body {
	margin: 0;
	padding: 0;
	color: #444;
	background: #330000 url("files/background.jpg") repeat-x top left;
}
img {
	border-style: none;
}
p {
	font-family: Tahoma, Geneva, sans-serif;
	line-height: 125%;
}
a {
	color: DarkCyan;
	text-decoration: none;
}
h1, h2, h3, h4, h5 {
	font-family: Georgia, "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: 400;
	padding: 0;
	margin: 0;
	line-height: 160%;
}

/* Top. */
.heading { 
}
.logo#los {
	position: absolute;
	width: 135px;
}
.links {
	height: 130px;
	margin-left: 135px;
	padding-left: 2.5em;
}
.links a {
	position: relative;
	top: 80px;
	padding: 0.2em;
	font-weight: bold;
}
.links a:hover {
	background-color: white;
}
#sf {
	position: absolute;
	right: 1em;
	top: 0.5em;
}

/* Page. */
.page {
	margin: 0 60px 2em 0;
}
.page h2 {
	background: transparent url("files/blot.png") no-repeat bottom left;
	padding-left: 10px;
}
.col {
	padding: 10px;
	background-color: white;
	margin-bottom: 10px;
}
.col:before {
	content: url(files/corn.png);
	background: transparent url(files/corn1.png) scroll no-repeat top right;
	margin: -10px -10px -20px -10px;
	height: 30px;
	display: block;
	border: none;
	padding: 0;
	line-height: 0.1;
	font-size: 1px;
}
.col:after {
	content: url(files/corn2.png);
	background: transparent url(files/corn3.png) scroll no-repeat top right;
	height: 30px;
	margin: -10px -10px -10px -10px;
	display: block;
	border: none;
	padding: 0;
	line-height: 0.1;
	font-size: 1px;
}
.col#latest {
	position: absolute;
	left: 20px;
	width: 100px;
}
.col#content {
	margin-left: 150px;
}
.footer {
}
.illust {
	float: right;
	margin-right: 20px;
}

/* Files. */
.files {
	display: block;
}
.files .version {
	display: block;
	margin-top: 1em;
	margin-bottom: 0;
	padding: 0;
}
.files .time {
	display: block;
	font-size: small;
	line-height: 100%;
	margin-top: 0;
	margin-bottom: 0.5em;
	padding: 0;
}
.files .release {
	display: block;
}
.files .release:hover {
	background-color: white;
}

/* Tasks. */
form#login, form#logout {
	float: right; 
	margin-top: 32px;
	margin-right: 8px;
}
#new .text {
	width: 79%;
}
#new .button {
	width: 19%;
}
.tasks {
	width: 100%;
}
.task {
	border: thin solid black;
	text-align: left;
}
.task:hover {
	background-color: yellow;
}
.task .input input.text {
	border: 0;
	width: 100%;
	background-color: transparent;
}
.task .input {
	width: 100%;
	text-align: left;
}
.task .buttons {
	white-space: nowrap;
}
#login .text {
	width: 80px;
}
