.paginator {
	display: none;
	width: 100%;
	text-align: center;
	background-color: black;
	color: #d56602;
	height: 35px;
	line-height: 35px;
	padding-right: 5px;
	padding-left: 5px;
}

.paginator .prev {
	float: left;
}

.paginator .next {
	float: right;
}

.paginator .current-page {
	position: absolute;
	left: 48%;
}

.keywords {
	list-style: none;
}

.keywords li {
	display: inline-block;
}

.resultsarea p {
	font-size: 0.9em;
}

.resultsarea h3 {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 100%;
	color: #d56602;
}

.resultsarea .row {
	padding-bottom: 1em;
}


.resultsarea .row:nth-child(even) {
	background-color: #f3f3f3;
}

.resultsarea .date {

}

.resultsarea .filetype {
	text-transform: uppercase;
}

.resultsarea .tags {

}

.resultsarea .description {
	font-size: 100%;
}

.tagcloud {
	line-height: 25px;
}

.tagcloud span {
	cursor: pointer;
	position: relative;
}

.tagcloud span:nth-child(odd) {
	top: -5px;
}

.tagcloud span:nth-child(even) {
	top: 5px;
}

.tagcloud .size-1{
	font-size: 100%;
}

.tagcloud .size-1{
	font-size: 90%;
}

.tagcloud .size-2{
	font-size: 110%;
}

.tagcloud .size-3{
	font-size: 120%;
}

.tagcloud .size-4{
	font-size: 140%;
}

.tagcloud .size-5{
	font-size: 190%;
}

.tagcloud .size-huge{
	font-size: 200%;
}

.sorting {
	margin-bottom: 10px;
	background-color: black;
	color: white;
	height: 35px;
}

.sorting a {
	color: white;
}

.arrows {
	color: white;
	font-size: 14px;
	position: absolute;
	width: 20px;
	cursor: pointer;
}

.arrows.up {
	top: 8px;
	right: 20px;
}

.arrows.active {
	color: #d56602;
}

.arrows.down {
	bottom: 13px;
	right: 5px;
}

.sorter {
	padding: 8px;
	height: 100%;
	border-right: 1px solid white;
}

.sorter a {
	padding-right: 10px;
}

.sorter a.active {
	color: white;
}

.addnewfile {
	margin-top: 1em;
}

.louhoshead {
	margin-bottom: 1em;
}

.louhoshead p {
	font-size: 12px;
}

.louhoshead h1 {
	margin-bottom: 0;
}

.louhos-search {
	min-height: 150px;
}

.reset {
	font-size: 11px;
	color: #d56602;
	top: 10px;
	position: relative;
	cursor: pointer;
	display: none;
}

#hakuteksti {
	width: 100% !important;
	height: 40px;
}

.creator {
	font-weight: bold;
}

.bold {
	font-weight: bold;
}