.grid {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 130%;
	background: transparent url('/media/grid.gif') repeat-y;
	z-index: 100;
	opacity: 0.20;
	display: none;
}

/* ================ */
/* = reset global = */
/* ================ */

h1,h2,h3 {
	margin-bottom: 10px;
}
p {
	margin-bottom: 20px;
}
li {
	margin-left: 20px;
}
blockquote {
	margin: 0;
	padding: 0;
}
body { background: #fff; }


/* ============== */
/* = typography = */
/* ============== */

/* typefaces */

h2, h3, blockquote, .tagline { font-family: Georgia, serif; } /* "Arno Pro", "Adobe Jenson Pro", */
h1, body, .embedded_post .entry h2, .one .entry h2 { font-family: "Myriad Pro", "Helvetica Neue", Corbel, Arial, Helvetica, sans-serif; } /* "Myriad Pro", "Helvetica Neue",  */

/* type sizes and colors */

body, p, small {
	font-size: 13px;
	line-height: 20px;
	color: #4c4c4c;
}
blockquote {
	font-size: 25px;
	line-height: 40px;
	color: #9e9385;
	border-bottom: 1px solid #d9d7d2;
	padding-bottom: 10px;
	margin: -11px 0 20px 0;
}
	blockquote.small {
		font-family: "Myriad Pro", Helvetica;
		font-size: 12px;
		line-height: 15px;
		color: #9E9385;
		margin: 10px 40px 20px 40px;
		padding: 0;
		border-bottom: none;
	}
	xbody.partner blockquote { /* don't display the bottom border on the blockquote when proceeded by an h1, which occurs only on the partners pages */
		border-bottom: 0;
		padding-bottom: 0;
		margin: -10px 0;
	}
	blockquote span {
		font-size: 18px;
	}
	#home .content blockquote {
		margin: 9px 0 20px 0;
	}
	
h1 {
	font-size: 15px;
	line-height: 20px;
	font-weight: 700;
	color: #5c513c;
	margin: 30px 0 20px 0;
	padding: 0 0 9px 0;
	border-bottom: 1px solid #d9d7d2;
	text-transform: uppercase;
}
	/*.content h1:first-child { margin-top: 20px; }*/
	.mainbody div.clear + h1 { margin-top: 10px; }
	ul + h1 { margin-top: 50px; }
	h1#comments {
		padding-left: 0;
		background: none;
	}
	h1 a {
		text-decoration: none;
		color: #5c513c;
	}
		h1 a:hover { text-decoration: underline; }
h2 {
	font-size: 18px;
	line-height: 20px;
	font-weight: 500;
	margin: 0;
	padding: 0;
	color: #e96d20;
}
	h2 span.caption {
		font-size: 15px;
		color: #9E9385;
		line-height: 20px;
		display: inline;
		margin: 0;
	}
	blockquote + h2 {
		margin-top: 40px;
	}
	h2.updates, .singlepost .content h1 {
		padding-left: 18px;
		background: transparent url('/media/template/notebook.gif') no-repeat 0 4px;
	}
	h2 a {
		text-decoration: none;
	}
		h2 a:hover { text-decoration: underline; }
h3 {
	font-size: 16px;
	line-height: 20px;
	font-weight: 500;
	margin: 0;
	padding: 0;
	color: #e96d20;
}
div.category {
	font-size: 11px;
	color: #b8b0a2;
	line-height: 15px;
	margin: 3px 0 0 0;
}
div.author {
	font-size: 11px;
	color: #b8b0a2;
	line-height: 15px;
}
div.comments {
	font-size: 11px;
	color: #b8b0a2;
	line-height: 15px;
	margin: 0 0 12px 0;
}
	div.category a, div.comments a {
		color: #b8b0a2;
		text-decoration: none;
		font-style: italic;
	}
		div.category a:hover, div.comments a:hover { text-decoration: underline; }
a {
	color: #e86c1f;
}
	a.more-link /*, .post .entry a*/ {
		text-decoration: none;
		font-size: 16px;
		line-height: 16px;
		vertical-align: baseline;
	}
	a.more-link:hover /*, .post .entry a:hover*/ {
		text-decoration: underline;
	}
	a.more-link span {
		font-size: 13px;
		line-height: 20px;
	}
	

/* lists */

.content ol, .content ul {
	margin: -3px 0 20px 0;
	padding: 0 0 2px 0;
	border-top: 1px solid #EDEDE9;
}
	.content h1 + ul {
		margin-top: -20px;
		border-top: none;
	} 
.content ul li {
	list-style-type: none;
	list-style-position: outside;
	background: transparent url('/media/template/bullet.gif') no-repeat 0 11px;
	padding: 10px 20px 9px 20px;
	border-bottom: 1px solid #EDEDE9;
}
	.content li {
		list-style-position: inside;
		margin: 0;
		font-weight: 500;
	}
.content ul.condensed {
	border: 0;
}	
	.content ul.condensed li {
		padding: 0 0 0 20px;
		border: 0;
		background: transparent url('/media/template/bullet.gif') no-repeat 0 1px;
	}
		*html .content ul.condensed li { background-position: 0 2px; }

.content h2 + ol, .content h2 + ul {
	margin-top: 17px;
}


/* breadcrumbs */
ol.breadcrumbs {
	position: relative;
	margin: 10px 0 -10px 0;
	padding: 0;
	border-top: none;
	height: 20px;
}
ol.breadcrumbs li {
	float: left;
	list-style-type: none;
	list-style-position: outside;
	font-size: 12px;
	color: #b8b0a2;
	padding: 0 8px 0 18px;
	background: transparent url('/media/template/arrow.gif') no-repeat 0 6px;
	text-transform: uppercase;
}
	ol.breadcrumbs li a {
		color: #b8b0a2;
		text-decoration: none;
	}
		ol.breadcrumbs li a:hover {
			text-decoration: underline;
		}
ol.breadcrumbs li.home {
	padding-left: 0;
	background: none;
}
ol.breadcrumbs li.last {

}

/* button */

span.button {
	display: inline-block;
	height: 34px;
	padding-left: 14px;
	margin: 13px 0;
	background: transparent url('/media/template/button_bg.png') left 68px;
}
	* html span.button {
		display: inline;
		padding-top: 4px;
		background: url('/media/template/button_bg_ie.png') left 72px;
	}
	span.button a {
		display: inline-block;
		height: 30px;
		line-height: 30px;
		padding: 0 14px 4px 0;
		background: transparent url('/media/template/button_bg.png') right bottom;
		font-size: 14px;
		font-weight: bold;
		color: #fff;
		text-decoration: none;
	}
		* html span.button a {
			background: url('/media/template/button_bg_ie.png') right bottom;
		}
span.button.selected {
	background: transparent url('/media/template/button_bg.png') left top;
}
span.button.selected a {
	background: transparent url('/media/template/button_bg.png') right -34px;
}

/* ============= */
/* = commoners = */
/* ============= */

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}
.hidden { display: none; }
.hr {
	clear: both;
	height: 0;
	margin: -1px 0 20px 0;
	border-top: 1px solid #d9d7d2;
}
	.hr hr { display: none; }
img.alignleft {
	float: left;
	padding: 0 20px 10px 0;
}
img.alignright {
	float: right;
	padding: 0 0 10px 20px;
}
.ml_xinha_img {
	float: right;
	padding: 0 0 10px 20px;
}

/* ========== */
/* = layout = */
/* ========== */

.center {
	position: relative;
	width: 940px;
	padding: 0 0;
	margin: 0 auto;
}


/* top layout */

.top {
	position: relative;
	height: 110px;
	background: #e86c1f url('/media/template/top_bg2.png') repeat-x;
}
	.top .center {
		width: 980px;
		height: 110px;
		background: transparent url('/media/template/top_bg.png') no-repeat;
	}
	.top .logo { 
		position: absolute;
		top: 18px;
		left: 80px;
	}
	.top .tagline {
		position: absolute;
		top: 73px;
		left: 340px;
		color: #fff;
		font-style: italic;
		font-size: 16px;
		line-height: 20px;
	}
		*html .top .tagline { font-size: 14px; top: 71px; }


/* menu layout */

.menu {
	position: relative;
	height: 40px;
	background: #695e4a url('/media/template/menu_bg.gif') repeat-x;
}
		.menu ul.left li {
			width: 80px;
			height: 26px;
			float: left;
			list-style: none;
			margin: 5px 20px 0 0;
			background: transparent url('/media/template/menu_bg2.gif') no-repeat 0 5px;
			line-height: 26px;
			padding-top: 9px;
			text-align: center;
			cursor:	pointer;
		}
			* html .menu ul.left li {
				line-height: 28px;
				height: 28px;
				padding-top: 7px;
			}
	.menu ul.right {
		width: 620px;
		height: 40px;
		background-color: #5c513c;
		float: right;
	}
		.menu ul.right li {
			width: 193px;
			height: 28px;
			float: left;
			list-style: none;
			margin: 5px 20px 0 0;
			line-height: 28px;
			padding-top: 7px;
			text-align: center;
			cursor:	pointer;
			font-size: 14px;
		}
			*html .menu ul.right li {
				font-weight: bold;
				font-size: 13px;
			}
			.menu ul.right li.middle { 
				width: 194px;
			}
			.menu ul.right li.last {
				margin-right: 0;
			}

		.menu li.selected a {
			color: #e5e1da;
		}
			.menu li a {
				color: #fff;
				text-decoration: none;
			}

	/* menu active staes */
	#otherpartners .menu li.otherpartners { background-color: #cfc8bc; }
	#richard .menu li.richard { background-color: #cfc8bc; }
	#ghuna .menu li.ghuna { background-color: #cfc8bc; }
	#about .menu li.about { background: none; background-color: #cfc8bc; }
	#india .menu li.india { background: none; background-color: #cfc8bc; }
	#donate .menu li.donate { background: none; background-color: #cfc8bc; }
	
	#otherpartners .menu li.otherpartners a, #richard .menu li.richard a, #ghuna .menu li.ghuna a, #about .menu li.about a, #india .menu li.india a, #donate .menu li.donate a { color:#fff; }

.submenu {
	height: 30px;
	background-color: #cfc8bc;
}
	.submenu ul {
		margin: 0 0 0 320px;
		padding: 4px 0 0 0;
	}
		.submenu ul li {
			display: inline;
			list-style: none;
			line-height: 26px;
			color: #5c513c;
			margin: 0 30px 0 0;
			padding: 0;
		}
			*html .submenu ul li { line-height: 22px; }
			.submenu ul li a {
				color: #5c513c;
				text-decoration: none;
			}
			.submenu ul li a:hover {
				text-decoration: underline;
			}
			.submenu ul li.parent {
				font-weight: bold;
			}

#home .submenu, #home .submenu .center {
	height: 240px;
}
	#home .submenu blockquote {
		margin: 0;
		padding: 30px 0 0 0;
		color: #5c513c;
		font-size: 25px;
		line-height: 40px;
		width: 280px;
		border-bottom: none;
	}
		#home .submenu blockquote span {
			line-height: 20px;
		}
	#home .photo {
		position: absolute;
		top: 20px;
		right: 0;
	}
	#home .home_donate {
		width: 280px;
		height: 50px;
		position: absolute;
		left: 0;
		bottom: 0;
		background-color: #c5bcaf;
		text-align: center;
	}
		#home .home_donate .button {
			margin-top: 10px;
		}

/* left submenu layout */

.sidebar ul {
	margin: 0 0 20px 0;
	padding: 0;
}
.sidebar h1+ul {
	margin-top: -20px;
}
	*html .sidebar ul {
		margin-top: -20px;
	}
	.sidebar ul li {
		list-style-type: none;
		list-style-position: outside;
		border-bottom: 1px solid #EDEDE9;
		margin: 0;
		padding: 10px 0 9px 20px;
	}
		.sidebar ul li a { text-decoration: none; }
		.sidebar ul li a:hover { text-decoration: underline; }
	.sidebar ul li.active {
		background-color: #f7f8f6;
		padding-left: 20px;
		font-weight: bold;
	}
		.sidebar ul li.active a {
			color: #4c4c4c;
			text-decoration: none;
		}
			.sidebar ul li.active a:hover {
				text-decoration: underline;
			}

/* partners newsletter signup */

#ghuna_newsletter, #richard_newsletter, #anathi_newsletter {
	display: none;
}

#ghuna.partner #ghuna_newsletter, #richard.partner #richard_newsletter, #otherpartners.partner #anathi_newsletter {
	display: block;
	width: 240px;
	background-color: #F7F8F6;
	margin: 0 0 20px 0;
	padding: 20px;
}

	.subscribe h2 {
		font-size: 16px;
		color:#9E9385;
		margin: 3px 0 12px 0;
	}
	.subscribe form {
		margin: 0 0 5px 0;
	}
	.subscribe form img {
		vertical-align: bottom;
		padding: 0 0 0 5px;
	}
	
#otherpartners.partner #anathi_newsletter {
	margin-top: 20px;
}

/* body layout */

.mainbody {
	background-color: #fff;
	z-index: 40;
	padding-bottom: 10px;
}
	.mainbody .content {
		position: relative;
		float: left;
		width: 620px;
	}
		*html .mainbody .content { overflow: hidden; }
	
	.mainbody .sidebar {
		position: relative;
		float: left;
		width: 280px;
		margin: -10px 20px 20px 0;
		padding: 0 20px 0 0;
		background: transparent url('/media/template/sidebar_bg.gif') no-repeat 0 10px;
	}	
		.sidebar_photo {
			width: 280px;
			height: 240px;
			position: relative;
			overflow: hidden;
		}
		.photo_description {
			display: none;
			position: absolute;
			left: 0;
			bottom: 0;
			padding: 5px 10px;
			width: 260px;
			font-size: 12px;
			line-height: 15px;
			background: transparent url('/media/template/photo_desc_bg.png') repeat;
		}
			*html .photo_description { background: #f0efeb none; }
		.i {
			position: absolute;
			bottom: 0;
			right: 0;
		}
		.sidebar .donate_button {
			position: relative;
			margin: 20px 0 0 0;
			cursor: pointer;
			height: 70px;
			overflow: hidden;
		}
			*html .sidebar .donate_button { margin-top: 18px; } /* ie7 is still 2px off */

			.sidebar .donate_button .description {
				position: absolute;
				top: 7px;
				left: 100px;
				font-size: 14px;
				color: #d9b836;
			}
				.sidebar .donate_button a { text-decoration: none; }
				.sidebar .donate_button a:hover { text-decoration: underline; }
			.sidebar .donate_button .note {
				position: absolute;
				top: 40px;
				left: 0;
				width: 280px;
				color: #B8B0A2;
				font-size: 12px;
				line-height: 16px;
				font-style: italic;
			}
			
			.ghuna_button, .richard_button, .anathi_button {
				display: none;
			}
			#ghuna .ghuna_button, #richard .richard_button, #otherpartners .anathi_button {
				display: block;
			}
			#ghuna .fishhook_button, #richard .fishhook_button, #otherpartners .fishhook_button {
				display: none;
			}

/* footer */

.footer {
	position: relative;
	margin: 20px 0 0 0;
	background-color: #cfc8bc;
}
	.footer .center {
		width: 980px;
		position: relative;
		background: transparent url('/media/template/footer_bg.gif') repeat-y;
	}
	.footer .left {
		position: relative;
		width: 280px;
		height: 270px;
		padding: 0 20px 0 20px;
		xmargin: -20px 0 -20px 0;
		top: -20px;
		float: left;
		background-color: #c5bcaf;
	}
		.footer .left h1:first-child { margin-top: 50px; }
		*html .footer .left h1 { margin-top: 50px; }
		.footer .left .two { width: 130px; }
		.footer form { margin-top: 10px; }
		.footer form input {
			background-color: #9e9385;
			border: 0;
			height: 14px;
			width: 134px;
			padding: 3px;
			color: #f0eeeb;
			font-style: italic;
			font-size: 12px;
			margin-right: 10px;
		}
		.footer form img { vertical-align: bottom; }
	.footer .right {
		position: relative;
		width: 620px;
		margin: 0 0 0 20px;
		float: left;
	}
		.footer .logos {
			width: 407px;
			height: 60px;
			margin: -10px 0 0 0;
		}
			.footer .logos img {
				margin-right: 20px;
			}
		.logos {
		    overflow: hidden;
		}
		.logos a {
		    display: block;
		    float: left;
		    background-image: url('/media/template/footer-logos.png');
		    height: 50px;
		    width: 50px;
		}
		.logos a.ecfa { width: 54px; background-position: 0 0; }
		.logos a.orphans { width: 112px; background-position: -54px 0; }
		.logos a.facebook { width: 92px; background-position: -166px 0; }
		.logos a.twitter { width: 82px; background-position: -258px 0; }
		.logos a.youtube { width: 67px; background-position: -340px 0; }
		
		.footer .copyright {
			width: 193px;
			float: right;
			font-size: 11px;
			margin: -5px 0 -5px 0;
		}

	.footer, .footer h1, .footer p, .footer a {
		text-decoration: none; color: #fff;
	}
		.footer a:hover { text-decoration: underline; }
	.footer small { color: #f0eeeb; }


/* =========== */
/* = columns = */
/* =========== */

.three {
	float: left;
	width: 193px;
	margin-right: 20px;
}
	.sidebar .three {
		width: 80px;
	}
.two {
	float: left;
	width: 300px;
	margin-right: 20px;
}
	.last { margin-right: 0; }
.one, .center .content .one  {
	border-bottom: 1px solid #d9d7d2;
	margin-bottom: 20px;
}
	#home .sidebar .two { width: 130px; }	

.feature {
	margin: 0 0 20px 0;
	padding: 0;
}
	.feature img {
		float: left;
		margin: 0 20px 19px 0;
	}
	.feature_content {
		float: left;
		width: 406px;
	}
	.feature span {
		margin-bottom: 15px;
	}
	.feature p:last-child {
		margin-bottom: 19px;
	}


/* ========== */
/* = tables = */
/* ========== */

table td {
	border-bottom: 1px solid #edede9;
	padding: 10px 0 9px 5px;
}
	table tr.header td {
		background-color: #f7f8f6;
		font-family:"Arno Pro","Adobe Jenson Pro",Georgia;
		color: #9E9385;
		font-size: 16px;
		line-height: 16px;
		padding-top: 14px;
	}
	h2 + table {
		padding: 10px 0 30px 0;
	}
	*html .content table {
		margin: 10px 0 30px 0;
	}


/* ============= */
/* = biography = */
/* ============= */

.bio img {
	float: left;
	margin: 0px 20px 10px 0;
}
.bio h2 a {
	text-decoration: none;
}
	.bio h2 a:hover {
		text-decoration: underline;
	}


/* ========= */
/* = video = */
/* ========= */

.bio img {
	float: left;
	margin: 0px 20px 10px 0;
}
.bio h2 a {
	text-decoration: none;
}
	.bio h2 a:hover {
		text-decoration: underline;
	}
		

/* ============ */
/* = homepage = */
/* ============ */
	
	#home .content {
		margin: 70px 0 0 0;
	}
	#home .mainbody .sidebar {
		background: none;
		margin-top: 0;
	}
	#home .mainbody .sidebar h2 {
		font-size: 16px;
	}
		*html #home .mainbody .sidebar { margin-top: 0; }
		#home .sidebar .three p {
			font-size: 12px;
		}
		#home .sidebar .two img { padding: 5px 0 15px 0; }
	#home blockquote span {
		display: block;
		text-align: right;
	}
		

/* ======== */
/* = blog = */
/* ======== */

.content .entry {
	margin-top: 0;
	border-top: none;
	padding-top: 0;
}
.content .post {
	margin-bottom: 0;
}
	.singlepost .content .entry {
		margin-top: 20px;
		border-top: 1px solid #d9d7d2;
		padding-top: 19px;
	}
	
/* embedded posts */
.embedded_post .entry h2, .one .entry h2 {
	font-size: 13px;
	color: #4c4c4c;
	font-weight: bold;
	line-height: 20px;
}

/* comments */
h1#comments {
	margin-top: 50px;
	margin-bottom: 0;
}
ol.commentlist {
	border-top: none;
	list-style-type: none;
	margin-top: 0;
}
.commentlist li {
	padding: 20px 20px 19px 20px;
	border-bottom: 1px solid #d9d7d2;
}
div.comment_meta {
	float: left;
	width: 193px;
}
.comment_text {
	position: relative;
	width: 301px;
	float: left;
	margin-bottom: -20px;
}
	.commentlist cite {
		font-size: 13px;
		line-height: 20px;
		font-weight: 700;
		color: #5c513c;
		font-style: normal;
	}
	.mainbody .commentmetadata span {
		display: block;
		margin: 0;
		margin-bottom: 0;
		font-size: 13px;
		line-height: 20px;
	}

/* author reply */
.commentlist li.author {
	background-color: #f7f8f6;
}

/* form */
h1#respond {
	display: none;
}
#commentform {
	margin-top: 20px;
}
#commentform p {
	position: relative;
	padding: 10px 0;
	margin: 0 0 0 213px;
}
#commentform .commentform_meta p {
	position: relative;
	height: 22px;
	padding: 9px 0;
	left: 0;
	margin: 0;
}
#commentform label {
	position: absolute;
	left: 107px;
}
	#commentform label small {
		font-size: 13px;
	}
	label small.required {
		font-weight: bold;
	}
#commentform .commentform_meta input {
	position: absolute;
	left: 213px;
	width: 194px;
}
#commentform small.describe {
	position: absolute;
	left: 427px;
	width: 193px;
	color: #B8B0A2;
}
#commentform textarea {
	position: relative;
	width: 300px;
	height: 138px;
}
#commentform input#submit {
	width: auto;
	position: relative;
}

.footer .right .three {
	cursor: pointer;
}


/* =============== */
/* = other pages = */
/* =============== */

/* richard */
#richard img.ml_xinha_img {
	float: left;
	padding: 0 20px 0 0;
}

/* ford philpot */

/*.philpot h1.philpot_videos {
	border-bottom: 0;
	margin-bottom: 0;
}*/

.colspan, .single_video {
	width: 320px;
	padding: 20px 20px 20px 20px;
	background-color: #cfc8bc;
	margin: 0 0 40px 0;
}
.single_video {
	float: right;
	margin: 0 0 20px 20px;
}
.video h2 {
	color: #fff;
}
	.video .description {	
		margin: 5px 0 12px 0;
		font-size: 12px;
		line-height: 15px;
		color: #fff;
	}
.video ul {
	margin-top: 0;
}
.video li.active, .video li.active a {
	background-color: #F7F8F6;
	font-weight: bold;
	background-image: none;
	color: #4C4C4C;
	text-decoration: none;
	cursor: default;
}

/* donate */
#donate_form {
	margin: -20px 0 20px 0;
	padding: 9px 0;
	border-bottom: 1px solid #D9D7D2;
}
	#donate_form label {
		width: 120px;
		height: 20px;
		float: left;
		color: #9E9385;
		font-family: Georgia;
		font-size: 16px;
		line-height: 16px;
	}
	#donate_form label, #donate_form select, #donate_form .amount, #donate_form .button {
		margin-top: 10px;
	}
	#donate_form .button {
		margin-left: 120px;
	}
	
.download_pdf img {
	float: left;
	padding-right: 10px;
	padding-top: 2px;
}