/* 
	onnepal.com css - news.css 
	Author: yalamber subba
	Website: www.yalamber.com
*/

#left-block .topstories .stepcarousel{
position: relative; /*leave this value alone*/
overflow: hidden; /*leave this value alone*/
width: 650px; /*Width of Carousel Viewer itself*/
height: 200px; /*Height should enough to fit largest content's height*/
padding:5px;
background:#F9F9FB;
}

#left-block .topstories .stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
}

#left-block .topstories .stepcarousel .panel{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 3px; /*margin around each panel*/
padding: 3px;
width: 205px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
border-right:1px solid #F5FDFE;
}
#right-block .ads{
	
}	

#left-block .news-block-item {
	width:320px;
	background:#F7F7F7;
	margin-bottom:2px;
}

#left-block .news-block-item .image {
	float:left;
	padding:4px;
}

#left-block .news-block-item .left{
	float:left;
}

#left-block .news-block-item .right{
	float:right;
}
#left-block .entry{
	padding:4px;
	background:#F3FEF4;
	margin-bottom:5px;
}
#left-block .entry .title{
	font-weight:bold;
	font-size:14px;
	background:#FBFEFF;
	color:#000000;
	padding:2px;
	margin-bottom:2px;
}
#left-block .entry .title a{
	color:#0099FF;
}
#left-block .entry .title a:hover{
	color:#666666;
}
#left-block .entry .reference-date{
	font-size:9px;
}
#left-block .entry .description{
	padding:5px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}
#left-block .entry .metas{
	padding:2px;
}