.list-link {
	width:50%;
	max-width:300px;
	float:left;
	box-sizing:border-box;
}
.searchform {
	width:50%;
	text-align:right;
	float:right;
	box-sizing:border-box;
}
.list-link a {
	padding:5px 10px;
	background-color:#eee;
	text-decoration:none;
	font-weight:bold;
	color:#000;
	border:1px solid #ccc;
	border-radius:4px;
	margin-right:10px;
}
.list-link a:hover {
	background-color:#00A352;
	color:#fff;
}
.searchform input[type="txt"] {
	width: 200px;
	display: inline;
	padding: 2px;
	text-align:center;
	color:#ccc;
}
.searchform input[type="submit"] {
	width: 80px;
	text-align: center;
	display: inline;
	padding: 4px;	
}
.author { display:none !important; }