@charset "UTF-8";
/**
* @version $Id: klatest.css 3305 2010-08-26 07:21:10Z fxstein $
* KunenaLatest Module
* @package Kunena latest
*
* @Copyright (C) 2010 Kunena Team All rights reserved
* @license http://www.gnu.org/copyleft/gpl.html GNU/GPL
* @link http://www.kunena.com
*
**/

div.klatest {}
div.klatest ul li {
	background: none !important;

}

.klatest-items {
	margin: 0;
	padding: 0;
}


.klatest-items li.klatest-item {
	list-style: none !important; 
	margin: 2px 0;
	padding: 0 0 1px;
	clear: both;
}

.wrap_klatest {

	padding-left: 0px;
	padding-bottom: 3px;
	margin-top: -2px;
}

.klatest-items ul.klatest-itemdetails {
	margin: 0;
	padding: 0;
}

.klatest-items .knewchar {
	color: #FCD34E;
	font-weight: bold;
	font-size: .75em;
	white-space:nowrap;
	float: left;
}
ul.klatest-itemdetails li {
	margin-bottom: 0 !important;
	display: block;
}
li.klatest-subject a {
	font-weight: bold;
	font-size: 13px;
	display: block;
	background: url(kunena_latest_bullet.png) left 6px no-repeat;
	padding-left: 13px;
	
}
li.klatest-subject a:hover {
	color: #b39800;
}

li.klatest-avatar {
	float:left;
	display: block;
	margin-right: 5px;
}
li.klatest-avatar img {
	margin: 2px 2px 2px 0;
	border: 1px solid #CCCCCC;
	padding: 1px;
}
li.klatest-topicicon {
	float:left;
	display: block;
	margin-right: 5px;
}
li.klatest-topicicon img {
	margin: 2px 2px 2px 0;
	padding: 1px;
}
.klatest-posttime,
.klatest-cat,
.klatest-author {
	font-size: 10px;
	padding-bottom: 5px;
	float: left;
	padding-right: 5px;
	
}

.klatest-cat {
	
}

.klatest-author {
	
}


#ie .klatest-posttime,
#ie .klatest-cat,
#ie .klatest-author {

	padding-bottom: 0px;

	
}



.klatest-posttime {


	float: left;

}

p.klatest-more {
	margin: 0;
	padding: 0;
	clear: both;
	text-align: right;
}

p.klatest-more a, p.klatest-more a:visited {
	color: #FCD34E;
	font-weight: bold;
}

p.klatest-more a:hover {
	color: #b39800;
}

ul.klatest-itemdetails li.klatest-author {
	display:inline;
}
ul.klatest-itemdetails li.klatest-posttime {
	display:block;
}
	
ul.klatest-preview-content li {
	margin-bottom: 0 !important;
	display: block;
}

.klatest-subject {
	clear: both;
	padding-bottom: 0px;
	overflow: hidden;
	width: 260px;
	
	height: 20px;
}



.klatest-itemdetails li.klatest-subject a, .klatest-itemdetails li.klatest-subject a:visited {
	color: #FCD34E;
}
.klatest-itemdetails li.klatest-subject a:hover {
	color: #b39800;
}


.klatest-itemdetails li {
	float: left;
	font-size: 11px;
	padding-right: 5px;
}

.klatest-itemdetails li a, .klatest-itemdetails li a:visited {
	color: #fff;
}

.klatest-itemdetails li a:hover {
	color: #B39800;
}

.klatest-items {
	list-style-type: disc;
}

.klatest-items .klatest-item {
	padding-left: 7px !important;

}

#ie .klatest-item {
	margin: 0;
	padding: 0;
	height: 40px;
}