/*
Theme Name: Shangrila
Theme URI: http://wordpress.org/
Description: Shangrila Inst Dev Theme
Author: Adam Marshall
Version: 0.2
Tags: ngo
*/

/* ======================
 * LAYOUT
 * ====================== */
#logo {
	position: absolute;
	top: 0;
	left: 0;
	width: 150px;
}
#logo img {
	width: 150px;
}
#tagline {
	position: absolute;
	top: 30px;
	left: 166px;
	padding: 3px;
}
#tagline strong, #tagline h1.home {
	line-height: 24px;
	height: 24px;
	font-size: 1.5em;
	color: #333;
	font-weight: 500;
	margin: 0;
	padding: 0;
	font-family: "Georgia" serif;
	display: block;
}
#language {
	position: absolute;
	top: -26px;
	right: 8px;
}
#language a {
	color: #333;
	text-decoration: none;
}
#language .lang-box {
	float: left;
	padding: 0 0 0 6px;
	line-height: 28px;
	height: 30px;
}
#language .lang-choice {
	color: #666;
}
#language .lang-box a {
	padding-left: 4px;
}
#search {
	position: absolute;
	top: 24px;
	right: 0;
	padding: 3px 3px 3px 7px;
	line-height: 39px;
	height: 39px;
	width: 225px;
	z-index: 20;
	background-color: #9CC35C;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	box-shadow: #516530 0 0 8px;
	-webkit-box-shadow: #516530 0 0 8px;
	-moz-box-shadow: #516530 0 0 8px;	
}
#nav {
	position: absolute;
	top: 80px;
	left: 160px;
	display: inline;
	float: left;
	width: 735px;
	font-family: arial, helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	z-index: 99999;
}
#nav li {
	float: left;
	position: relative;
	list-style-type: none;
}
#nav a {
	display: block;
	line-height: 45px;
	padding: 0 10px;
	text-decoration: none;
	color: #333;
	z-index: 99999;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}	
/* DROPDOWN ITEMS */
#nav ul ul a {
	background-color: #484;
	color: #222;
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	/*border-top: 2px solid #2C4A2C;*/
}
/* SELECTED ITEM  */
#nav .menu > ul > li.current_page_ancestor > a,
#nav .menu > ul > li.current_page_item > a {
	background-color: #484;
	color: #ddd;
}
/* HOVERING ITEM  */
#nav li:hover > a, #nav .menu > ul > li.current_page_ancestor > a:hover {
	background-color: #2C4A2C;
	color: #eee;
}	
#nav ul ul :hover > a {
	text-decoration: underline;
	background-color: transparent;
	color: #222;
}

/* ======================
 * NAV BAR DROPDOWNS
 * ====================== */
#nav ul ul {
	display: none;
	margin-top: 0;
	position: absolute;
	top: 42px;
	left: 0;
	float: left;
	width: 200px;
	z-index: 99999;
	font-size: 12px;
	padding:  6px;
	background-color: #2C4A2C;
}
#nav ul ul li {
	background-color: #E9F7E9;
	width: 180px;
	padding: 0 10px;
}
#nav ul ul ul {
	left: 100%;
	top: 0;
}
#nav ul ul a {
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
	border-top: 1px solid #8A9;
	background-color: #E9F7E9;
}
#nav ul ul>li:first-child a {
	border-top: none;
}
#nav ul li:hover > ul {
	display: block;
}


/* ======================
 * FOOTER
 * ====================== */
#footer {
	margin: 0 11px;
	padding: 10px;
	background-color: #467f26;	
	width: 880px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	box-shadow: #516530 2px 0 8px;
	-webkit-box-shadow: #516530 2px 0 8px;
	-moz-box-shadow: #516530 2px 0 8px;		
}
#sub-footer {
	width: 900px;
	margin: 7px auto 0;
	color: #999;
}
#site-info {
	float: left;
	font-size: 18px;
	font-weight: 500;
	width: 650px;
	margin-top: 5px;
	padding-left: 10px;
	color: #ddd;
}
#site-info a {
	color: #fff;
	text-decoration: none;
}
#site-generator {
	float: right;
	width: 200px;
	text-align: right;
	color: #bbb;
	padding-right: 10px;
}
#site-generator a {
	color: #595;
	text-decoration: none;
}
#footer-social a {
	display: block;
	float: right;
	margin: 0 0 0 10px;
	width: 32px;
	height: 32px;
}