.layout_top {
	width: 100%;

	margin:0;
	padding:0;
}
.layout_left {
	position: absolute;
	top: 20px;
	bottom: 0px;
	left: 0px;
	width:320px;

	margin:0;
	padding:0;

	overflow-y: auto;
}

.layout_right {
	position: absolute;
	top: 20px;
	bottom: 0px;
	left: 320px;
	right: 0px;

	overflow-y: auto;

	padding: 5px;
}

ul.links {
	height: 20px;
}

ul.links li.title {
	position:absolute;
	left: 220px;
	top: 0px;
	right: 140px;
	text-align: center;
        text-overflow: ellipsis;
        overflow:hidden;
	white-space: nowrap;
}

ul.links li, ul.links li a span, ul.links li.title h1 {
	line-height:20px;
}

ul.links li.navigation {
	position: absolute;
	top: 0px;
	width: auto;
	height: 20px;
}

ul.links li.navigation.prev {
	left: 120px;
}

ul.links li.navigation.next {
	right: 0px;
}

ul.links li.navigation a {
	width: auto;
}

ul.links li.navigation a span {
	display: inline-block;
	max-width: 120px;
        text-overflow: ellipsis;
        overflow:hidden;
	white-space: nowrap;
}

div.post {
	position: relative;
}

div.date {
	float: right;
	font-size: initial;
	font-weight: initial;
}
