/*======================================================================*\
|| #################################################################### ||
|| Kh Lajvardi II  - Version 2.0 - Licence Owner kh890215
|| ------------------------------------------------------------------------
|| Copyright (C) 2007-2010 Khalilan Team , Ltd. All Rights Reserved.
|| @license - Copyrighted Commercial Software
|| Author: Khalilan Team, Ltd
|| Websites:  http://www.khalilan.com
|| khalilan Team teh best templat joomla
|| #################################################################### ||
\*======================================================================*/
.kh-slidenews-item {
	border-bottom: 1px dotted #ccc;
	padding: 8px 0;
}

.kh-slidenews-item .kh-title {
	display: block;
	font-weight: bold;
}

.kh-slidenews-item .kh-createdate {
	color: #666;
	font-size: 92%;
	font-weight: bold;
	padding: 2px 5px 2px 0;
}
.kh-sidenews-title{ font-weight:bold }
.kh-sidenews-postdate{ font-size:85%; }
/*****STYLE FOR SIDENEWS LAYOUT******/
.kh-sidenews{ 
		width: 100%; 
	/*	float:left; */
		overflow: hidden; 
		position: relative;
		padding:0;
		margin:0;
		cursor:pointer;
}
.kh-sidenews-display {
	position: absolute; 
	top: 0;
	z-index:1;
	height: 100%;
	width:100%
}
.kh-sidenews-desc{
	padding: 0px 3px 0px 3px;
}
.kh-slidenews-cover{
		float: left; 
		position: absolute; 
		width: 100%;
		z-index:3;
		overflow: hidden;
		left:0; 
		bottom:0;	
}