@charset "UTF-8";
/* General styles 
----------------------------------------------------------------- */

	
/* Remove padding and margin */

* {
	margin: 0;
	padding: 0;
	}	
	
/* Put it back on certain elements */
h2, h4, h5, h6, pre, p, blockquote, iframe, #main ul {
	margin: 1em 0 0 0;
	}	
h3 {
	margin: 1em 0 0 0;
	}
	
/* Removes styling from all list items */
ul, li {
	list-style:none;
	}

/* Put it back for certain lists */
#main li {
	list-style:disc;
	margin: .5em 1em;
	}	
	
/* General link styles */
a:link { color: #86743b; font-weight: bold; }
a:visited { color: #86743b; font-weight: bold;}	
a:hover { background: #86743b; color: #FFF; font-weight: bold;}  /*background: #86743b;*/

/* Images */
.framed  {
	padding: 5px;
	border: 1px solid #9e9e9e;
	background: #fff;
	}

.right {
	margin: 0 0 32px 32px;
	float:right;
	}

.imageBlock {
	float:right; 
	margin: 0 0 0 32px;
}

.imageBlock p {
	margin: 0 0 10px 0;	
}


/* General styles */
body {
	font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 150%;
	color: #363636;
	background-color: #fff;
	text-align: center /* IE5/Win workaround */
	}
h2 {
	font-size: 20pt;
	font-weight: bold;	}
	
h3 {
	font-size: 16pt;
	font-weight: bold;
	text-transform: uppercase;}	
	
h4 {
	font-size: 13pt;
	font-weight: bold;	}		
	
h5 {
	font-size: 11pt;
	font-weight: bold;
	text-transform: uppercase; }		

h6 {
	font-size: 10pt;
	font-weight: bold;
	}		
	
#breadcrumb, #breadcrumb a {
	font-weight: normal;
	}	

.news_story { border-top: 1px dashed #C4BBA1;  
}

/* Container for centering all out content */
#container {
	width : 772px;
	margin: 0px auto 0px auto;
	padding: 0 14px 0 14px; border: 0px solid #000;
	background: url(../images/body_bg.gif) repeat-y;
	text-align: left;
	}
	
/* Spacer for clearing floats */
#spacer { clear:left;}	

/* Masthead
----------------------------------------------------------------- */
#masthead {
	width: 772px;
	height: auto !important; /* for modern browsers */
	height: 114px; /* for IE5.x and IE6 */
	min-height: 114px; /* for modern browsers */
	background: url(../images/masthead.jpg) no-repeat bottom left; 	
	border-bottom: 1px solid #4b473b;
}
	
#masthead h1 {text-indent:-5000px; 	height: 75px; width: 772px;}

/* Tools */	
#masthead #tools p {
	font-weight: normal;
	margin: 0 0 0 127px;
	}

#tools a {
	font-weight: normal;
	}

/* Horizontal navigation bar
----------------------------------------------------------------- */
#navigation {
float: left;
width: 742px;
padding: 0 0 0 30px;
background: #a49151 url(../images/nav_bg.gif) repeat-x bottom left;
}

#navigation li {
	float: left;
	}
	
#navigation a {
	float:left;
	display: block;
	padding: 2px 10px;
	color: #fff;
	text-decoration: none;
	border-right: 1px solid #4b473b;
	font-weight: normal;
	}

#navigation a:hover {
	background: #86743b;
}
	
#navigation #t-home a {
	border-left: 1px solid #4b473b;
	}	
	
/* Highlight current tab */
body#home #t-home a {background: #f2ede1; color: #4b473b; }
body#about #t-about a {background: #f2ede1; color: #4b473b; }
body#projects #t-projects a {background: #f2ede1; color: #4b473b; }
body#events #t-events a {background: #f2ede1; color: #4b473b; }
body#partners #t-partners a {background: #f2ede1; color: #4b473b; }
body#donors #t-donors a {background: #f2ede1; color: #4b473b; }
body#pokhara #t-pokhara a {background: #f2ede1; color: #4b473b; }
body#nepal #t-nepal a {background: #f2ede1; color: #4b473b; }
body#gallery #t-gallery a {background: #f2ede1; color: #4b473b; }

/* Main content section
----------------------------------------------------------------- */

#main {
	float: left;
	width: 712px;
	padding: 10px 30px;
	background: #e4dcc5 url(../images/content_bg.gif) repeat-x top left;	
}

#content {
	width: 470px;
	float: right;
}

/* Sidebar
----------------------------------------------------------------- */

#sidebar {
	float: left;
	width: 220px;
	}

/* Box
----------------------------------------------------------------- */
.box {
	width: 218px;
	margin: 16px 0 16px 0;
	background: url(../images/folded_bg.gif) top right repeat-x;
	line-height: 120%;
	}

.box h4 {
	padding: 10px 5px 0px 5px;
	}
	
.box p {	
	padding: 0px 5px 0px 5px;
		font-size: 95%;
	}


/*.box h3 a:hover {
	background: #86743b;
	color: #fff;
	font-weight: normal;
}
	*/
.box ul {
	position top: -200px;
		font-size: 95%;
	}

.box ul li {
	padding: 10px 5px;
	border-top: 1px dashed #d6ccb0;
	}
	
.boxfooter {

	padding: 5px;
	text-align: left;
	}	

/* Photo montage
----------------------------------------------------------------- */
#montage { width: 100%; clear: both; }

/* Add spacing to left of each image... */	
#montage img { margin: 12px 0 0 12px;}	

/* ... except the first */	
#montage img#first { margin-left: 0px;}	

#montage a:hover {
	background: none;
}

#gallery_link {float: right; }

/* Bottom links
----------------------------------------------------------------- */
#bottom_links {
	clear: both;
	}

#bottom_links a {
	font-weight: normal;
	}
	

/* Footer
----------------------------------------------------------------- */
#footer {
	float: left;
	width: 712px;
	padding: 10px 30px;
	background: #837239 url(../images/footer_bg.gif) repeat-x top left;
	line-height: 110%;
	color: #fff;
	border-top: 1px solid #4b473b;
	}
	
#footer a { color: #fff;}	
#footer a:hover { background: none;}
#footer #contact_details { float: left; }
#footer #site_info { float: right; }
#footer #donate {padding-bottom: 2px; }

/* SLIMBOX image enlarge
----------------------------------------------------------------- */

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(closelabel.gif) no-repeat center;
	margin: 5px 0;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

