@charset "utf-8";
/* CSS Document */


	html, div, span, applet, object, iframe,
	h1, h2, h3, h4, h5, h6, blockquote, pre,
	a, abbr, acronym, address, big, cite, code,
	del, dfn, em, font, img, ins, kbd, q, s, samp,
	small, strike, sub, sup, tt, var,
	dl, dt, dd, ol, ul, li,
	fieldset, form, label, legend {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-family:inherit;
	vertical-align:baseline;
	}

body{
	margin:0;
	padding:0;
	background:url(../images/bg.jpg) repeat;
	}
	
/*****************************
Wrapper
******************************/	
#wrapper{
	margin:0 auto;
	width:1000px;
	overflow:hidden;
	}
	
	
/**************
Header
**************/	
#header{
	float:left;
	width:1000px;
	height:130px;
	background:url(../images/bg-header.jpg) no-repeat 434px 0;
	}
	
	#header .logo{
		float:left;
		width:393;
		height:70px;
		padding-top:31px;
		}
		
	#header .date-n-time{
		float:right;
		width:350px;
		height:40px;
		padding-top:43px;
		}
		
	.date-n-time .time{
		float:right;
		width:105px;
		height:40px;
		background:url(../images/bg-time.jpg) no-repeat top;
		font:35px/30px Georgia, "Times New Roman", Times, serif;
		color:#FFFFFF;
		text-align:left;
		padding-left:14px;
		}
		
	.date-n-time .time span #clock{
		float:right;
		width:105px;
		height:40px;
		background:url(../images/bg-time.jpg) no-repeat top;
		font:35px/30px Georgia, "Times New Roman", Times, serif;
		color:#FFFFFF;
		text-align:left;
		padding-left:14px;
		}
		
	.date-n-time .date{
		float:right;
		height:40px;
		width:230px;
		}		
		
	.date .english{
		float:right;
		width:255px;
		font:17px Arial, Helvetica, sans-serif;
		color:#996600;
		text-align:right;
		}	
		
	.date .nepali{
		float:right;
		width:230px;
		font:17px Arial, Helvetica, sans-serif;
		color:#996600;
		text-align:right;
		}	
		
/**********************
Body-Content
***********************/		
	.body-content{
		float:left;
		width:1000px;
		height:auto;}
		
	.body-content .add-section{
		float:right;
		width:250px;
		}
		
	.body-content h1{
		font-family:Arial, Helvetica, sans-serif;
		font-size:20px;
		color:#996600;
		
		}
		
	.body-content a.link{
		font-family:Arial, Helvetica, sans-serif;
		font-size:13px;
		color:#996600;
		border-bottom:1px dotted #996600;
		line-height:20px;
	
		}
	.body-content a.link:hover{
		text-decoration:none
	
		}
		
	
	.body-content .add-section .smallimage-left{
		float:left;
		width:120px;
		margin-right:5px;
		}	
		
	.body-content .add-section .smallimage-right{
		float:left;
		width:120px;
		margin-left:5px;
		}	
	
		
	.add-section img{
		margin-bottom:10px;}	
		
	.body-content .left-content{
		float:left;
		width:710px;
		height:auto;
		overflow:hidden;
		background:#fff;
		border-top:1px solid #CCC;
		padding:10px;
		}
		
	.body-content .left-content-iner{
		float:left;
		width:670px;
		height:auto;
		overflow:hidden;
		background:#fff;
		border-top:1px solid #CCC;
		padding:30px;
		}	
		
	.left-content-iner	h2{
		float:left;
		width:auto;
		font:20px Arial, Helvetica, sans-serif;
		color:#996600;
		margin:15px 0 5px;
		}
		
	.left-content-iner p{
		float:left;
		width:100%;
		height:auto;
		margin:0;
		padding:0;
		font:14px/23px Arial, Helvetica, sans-serif;
		color:#333333;
		}	
		
	.div-container{
		float:left;
		width:730px;}	
		
		
/**************************** News List **********************************/
	.left-content .news-list{
		float:left;
		width:230px;
		height:auto;
		padding-right:10px;
		padding-bottom:30px;
		}
	.news-list ul{
		margin:0;
		padding:0;
		list-style:none;
		}
		
	.news-list ul li{
		float:left;
		width:230px;
		border-bottom:1px solid #F0F0F0;
		}
	.news-list ul li.img{
		float:left;
		height:35px}
				
	.news-list ul li.source{
		float:left;
		width:210px;
		padding-left:10px;
		}	
		
	.news-list ul li.source span{
		float:left;
		font:11px/25px Arial, Helvetica, sans-serif;
		color:#CC9966;
		}			
		
	.news-list ul li.source a.link{
		width:auto;
		display:inline;
		float:left;
		font:11px/25px Arial, Helvetica, sans-serif;
		color:#CC9966;
		text-decoration:underline;
		padding:0;
		
		}	
		
	.news-list ul li.source a.link:hover{
		background:none;
		text-decoration:none;}			
		
	.news-list ul li a{
		float:left;
		width:216px;
		font:12px/12px Arial, Helvetica, sans-serif;
		color:#666666;
		text-decoration:none;
		padding:7px;
		}	
		
	.news-list ul li a:hover{
		background:#F7F7F7;
		}
		
/************ Cartoon ************/
.cartoon{
	float:left;
	width:650px;
	height:auto;
	margin-top:25px;
	background:#ccc;
	padding:25px 40px;
	overflow:hidden;
	}
	
	.cartoon .cartoon-holder{
		float:left;
		width:730px;
		}
		
	.cartoon-holder .cartoon-post{
		float:left;
		width:200px;
		padding-right:25px;
		}	
		
	.cartoon-post img{
		float:left;
		border:1px solid #999999}	
		
	.cartoon-post p{
		float:left;
		padding:0;
		margin:0;
		font:12px Arial, Helvetica, sans-serif;
		color:#000000;
		padding:10px 0 0 0;
		}	
		
	.cartoon-post .source{
		float:left;
		width:200px;
		font:11px/25px Arial, Helvetica, sans-serif;
		color:#666666
		}	
		
	.cartoon-post .source a{
		display:inline;
		font:11px/25px Arial, Helvetica, sans-serif;
		color:#666666;
		text-decoration:none;		
		}
		
	.cartoon-post .source a:hover{
		text-decoration:underline;}	
		
		
/**********************
Footer
***********************/		
#footer{
	display:block;
	margin:40px 0 0 0;
	width:100%;
	height:100px;
	background:#A97F2A;
	border-top:1px solid #fff;
	}
	
#footer .footer{
	margin:0 auto;
	width:1000px;
	height:100px;}		
	
	.footer	img{
		float:left;
		padding-top:23px;}
		
	.footer .copyright{
		float:right;
		padding-top:45px;
		width:400px;
		font:11px/18 Arial, Helvetica, sans-serif;
		color:#FFFF99;
		}
		
	 .copyright .link{
	 	float:right;
		text-align:right;
	 	width:400px;
		font:bold 11px/18px Arial, Helvetica, sans-serif;
		color:#FFFF99;
		text-decoration:none;
	 	}
		
	.copyright .link a{
		font:bold 11px Arial, Helvetica, sans-serif;
		color:#FFFF99;
		text-decoration:none;
		padding:0 8px;
	 	}		
		
	.copyright .link a:hover{
		text-decoration:underline;}
		
	.copyright .link a.nopadding{
		padding-right:0;
		}	
		
	.copyright  span{
		float:right;
		width:250px;
		text-align:right;
		font:11px/18px Arial, Helvetica, sans-serif;
		color:#FFFF99;
		}	
		
	.copyright  span a{
		font:11px/18px Arial, Helvetica, sans-serif;
		color:#FFFF99;
		text-decoration:underline;}	
			
			
	.copyright  span a:hover{
		text-decoration:none;
		}	
		



/************ FM *************/
.fm{
	float:left;
	width:660px;
	height:auto;
	padding:10px 0;}
	
	.station{
		float:left;
		width:301px;
		height:auto;
		background:url(../images/bg-radio.jpg) no-repeat top;
		padding-top:126px;
		}
		
	.station img{
		padding-left:4px;
		float:left;
		}	
		
	.fm .link{
		float:right;
		width:235px;
		height:auto;
		}
		
	.link a.radio{
		float:left;
		width:205px;
		height:30px;
		border-bottom:1px solid #F0F0F0;
		font:14px/30px Arial, Helvetica, sans-serif;
		color:#333333;
		text-decoration:none;
		background:url(../images/bullet-radio.jpg) no-repeat left center;
		padding-left:30px;
		}	
		
	.link a:hover{
		text-decoration:underline;
		}		