/*
Theme Name: Gobal Fund
Theme URI: http://www.gnhc.gov.bt/
Description: This is the Offical Wordpress Theme of ABSD Project
Version: 1.6
Author: Ugyen 
Author URI: http://www.gnhc.gov.bt/
Tags: blue, custom header, fixed width, two columns, widgets



	This theme was designed and built by Ugyen,

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

body{
	margin:0px auto;
	background:#666666;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	}
	#container
{
	margin: 0 auto;
	width: 1000px;
	background: #fff;
}

#header
{
	background: #f5f5ec url(images/logo.jpg) no-repeat top;
	padding: 0px;
	text-align:center;
	height:110px;}
#resources{
	background:#f5f5ec url(images/bg-resources-l.gif) no-repeat right bottom;
	height:36px;
	text-align:right;
		
	}
#resources .forms{
	padding-left:10px;
	padding-bottom:5px;
	padding-top:0px;
	}
#header h1 { margin: 0; }


#navigation
{
	float: left;
	width: 980px;
	background:#ffffff url(images/bg-nav.png) no-repeat;
	height:42px;
	padding-top:5px;
	padding-left:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
}

#navigation ul
{
	margin: 0;
	padding: 0;
}

#navigation ul li
{
	list-style-type: none;
	display: inline;
}

#navigation li a
{
	display: block;
	float: left;
	padding: 5px 10px;
	color: #fff;
	text-decoration: none;
	border-right: 1px solid #d6e5c6;
	text-align:center;
}

#navigation li a:hover {
	background:#88f30d url(images/bg-nav-last-hover.gif);
	}

#content-container
{
	float: left;
	width: 1000px;
	background: #fff url(/wp-content/uploads/layout-two-fixed-background.gif) repeat-y 100% 0;
}

#content
{
	clear: left;
	float: left;
	width: 690px;
	padding: 20px 0;
	margin: 0 0 0 30px;
	display: inline;
}
#content h1 { margin: 0;
font-size:12px;
font-style:normal;}
#content h2 { margin: 0; font-size:12px;
font-style:normal;}

#aside
{
	float: right;
	width: 240px;
	padding: 20px 0;
	margin: 0 20px 0 0;
	display: inline;
}
#aside h1{
	background:url(images/bg-heading-green-short.jpg) no-repeat;
	font-size:14px;
	color:#FFFFFF;
	padding:10px;
	
	}


#aside h3 { margin: 0; }

#footer
{
	clear: left;
	background: #f5f5ec;
	text-align: center;
	padding: 20px;
	height: 1%;
}

 
table, th, td { border : 1px solid #666;
border-collapse : collapse; }
 
table {	border : none;
border-top : 1px solid #000;
border-bottom : 1px solid #000; }
 
th { padding : 0px;
 
font-size : 90%;
text-transform : uppercase;
text-align : left;
color : #333; }
 
td { padding : 0 0px; }

