/* 
	onnepal.com css - news.css 
	Author: yalamber subba
	Website: www.yalamber.com
*/
#left-block .topvideos .stepcarousel{
position: relative; /*leave this value alone*/
overflow: hidden; /*leave this value alone*/
width: 640px; /*Width of Carousel Viewer itself*/
height: 100px; /*Height should enough to fit largest content's height*/
padding:5px;
background:#F9F9FB;
}

#left-block .topvideos .stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
}

#left-block .topvideos .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: 125px; /*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 #comment-ads {

}
#left-block #comment-ads #comment{
	width:340px;
	float:left;
}
#left-block #comment-ads #ads{
	width:300px;
	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;
}
#left-block .cat-video{
	float:left;
	background:#CCCCCC;
	padding:3px;
}
#left-block #topvideos .stepcarousel{
position: relative; /*leave this value alone*/
overflow: hidden; /*leave this value alone*/
width: 640px; /*Width of Carousel Viewer itself*/
min-height: 200px; /*Height should enough to fit largest content's height*/
padding:5px;
background:#F7FEF5;
}

#left-block #topvideos .stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
}

#left-block #topvideos .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;
}
#video-add-form {
		border:solid 2px #b7ddf2;
		background:#ebf4fb;
	}
	#video-add-form h1 {
		font-size:14px;
		font-weight:bold;
		margin-bottom:8px;
	}
	#video-add-form p{
		clear:both;
	}
	#video-add-form p.subheader{
		font-size:11px;
		color:#666666;
		margin-bottom:20px;
		border-bottom:solid 1px #b7ddf2;
		padding-bottom:10px;
	}
	#video-add-form label{
		display:block;
		font-weight:bold;
	}
	#video-add-form .multi-uploader{
		padding:5px;
		background:#FFFFFF;
		font-weight:bold;
	}
	#video-add-form .multi-uploader a{
		font-size:14px;
	}