/*----------------------------------------
copyright (c) 2008 nepdigital.com
This file is packaged for use with a single domain created by nepadigital.com. It
may only be used in conjuction with the files it was originally packaged with.
Redistribution to other domains is prohibited.

It may be edited by the site owner or third party for use with origianl packkage.

This copyright notice may not be removed, any edits made by a third must be commented.

---------------------------------------- */


/* Reset browser deafults and set some defaults */

* {
    margin: 0;
    padding: 0;
    border: 0;
}

html {  
    height: 100%;
}

body {
    height: 100%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: #800000;
	color: #000000;
    line-height: 1;
    padding: 5px;
}

a:link,a:active,a:visited {      
    color : #000000; 
    text-decoration: none; 
}

a:hover { 
    text-decoration:  none; 
    color : #0080FF;
}

img {
    border: 0;
    margin: 0;
}

h1 {
  text-align: center;
  padding: 10px;
  margin: 0 0 10px 0;
  font-size: 1.5em;
  border-bottom: 6px groove #808040;
}

h2 {
  font-size: 1.2em;
  border-bottom: 2px groove #000000;
  margin-bottom: .2em;
  margin-top: .2em;
}

hr {
   width: 100%;
   display: none;
   clear: both;
}

/* Main containers */

#header {
    height: 132px; 
    width: 960px;
    margin: auto;   
}

#nepawrap-outer {
    width: 960px;
    margin: auto;

}

#nepawrap-inner {
   width: 960px; 
   background: #DAC793;
}


#leftnav {
   width: 185px;
   height: 100%;
   overflow: hidden;
   border-right: 1px solid #000000;
}

#leftnav-inner {
   width: 180px;
   margin-left: 5px;
   background: #800000; 
   border-left: 1px solid #FFFFFF; 
}

#content {
   float: right;
   width: 774px;
}


#rightcolumn {
   float: right;
   width: 300px;
   margin: auto;
}


#leftcolumn {
   float: left;
   width: 300px;
   margin: auto;
}

#fullcolumn {
   width: 740px;
   margin: auto;
}

/* Content Lists */

dl {
   margin-bottom: 10px;
}

dt {
   font-size: 1.1em; 
   color: #808080;
}

dd {
   font-size: 1.0em; 
   margin-left: 5px;
}
     



/* Links */
ul.nepalinklist {
   padding: 8px;
   font-weight: bold;
   
}

li.maincat {   
   list-style-type: none;
}

li.subcat {
   font-size: .8em;
   margin-left: 20px;
   line-height: 1.3em;
}

a.leftnavlink {
   color: #FFFFFF;
}

a:hover.leftnavlink {
   color: #000000;
}

.activelink {
   background: #FFFFFF;
}


/* Common Containers */

.contbox {
   background: #FFFFFF;
   padding: 20px;
   margin-bottom: 10px;
   clear: both;
}




 






