/*
Theme Name: Commonwealth Good Governance
Theme URI: http://www.commongoodgovernance.org
Description: Custom
Author: Nexus
Version: 1
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: bold;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

/*= Global
-------------------------------------------------------------- */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}
.clr {
	clear: both;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    zoom: 1;
}

pre {
	margin: 5px 0 10px 0;
	background-color: #FFC;
	border: 1px solid #FC6;
	padding: 5px;
}

/* =Layout
-------------------------------------------------------------- */
body {
	background-color: #FFF;
}

#wrapper {
	width: 972px;
	background-color: #FFF;
	margin: 0 auto;
	padding: 0 10px 10px 10px;
}

#container {
	padding: 5px 0 0 0;
	background-color: #fafafa;
	background-image: url(images/cwgg-bgr-left.jpg);
	background-position: 0 0 ;
	background-repeat: repeat-y;	
}
body.parent-pageid-829 #container,
#container.single,
#container.countries,
#container.flags {
	background-image: url(images/cwgg-bgr-right.jpg);
}
#container.home {
	background: none;	
}

body.single-post #container.single {
	background-image: url(images/cwgg-bgr-left.jpg);
}

#sidebarLeft {
	width: 250px;
	float: left;
	margin-bottom: 15px;
}

#sidebarLeft.main,
#sidebarLeft.facts-figures,
#sidebarLeft.organisations {
	float: left;
}

#content {
	width: 665px;
	float: right;
	padding: 0 0 0 30px;
	min-height: 550px;	
}

#content.country,
#content.section,
#content.partners,
#content.sponsor {
	float: left;
	padding: 0 30px 0 0;	
}

#container.flags #content.main,
#content.main,
#content.facts-figures,
#content.organisations {
	padding: 0 0 0 30px;
	float: right;	
}

#sidebarRight {
	width: 250px;
	float: right;
}

#sidebarRight.main {
	float: left;	
}


/* =Fonts
-------------------------------------------------------------- */
body, p, li, table {
	font-family: Verdana, Geneva, sans-serif;
	/*font-family: Tahoma, Geneva, sans-serif;*/
	font-size: 13px;	
	color: #474747;
	line-height: 1.3;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 20px;
	color: #0a0a0a;
	margin: 10px 0 20px 0;
}
h1 {
	font-weight: bold;
}
h2 {
	font-size: 18px;	
}

h3 {
	font-size: 16px;	
}
h4 {
	font-size: 15px;	
}
h5 {
	font-size: 14px;	
}
h6 {
	font-size: 13px;	
}

p {
	margin: 5px 0 15px 0;
}

a:link, a:visited {
	color: #000;
	text-decoration: none;
}
a:hover, a:active {
	color: #333;
}
a.back {
	border: 1px solid #444444;
	background: #2a3f0c;
	margin: 0 0 15px 0;
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	padding: 6px 7px;
	display: block;
	background-image: url(images/navBgr.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	color: #FFF;
	text-decoration: none;
	font-size: 12px;
	text-shadow: 1px 1px 1px rgba(52,99,204,0.6);
	font-weight: bold;
}
a.back:hover {
	background-color: #597dda;
	background-image: url(images/navBgrOn.jpg);
	background-repeat: repeat-x;
	background-position: 0 0;
}

a.button {
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	font-size: 13px;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);	
	padding: 5px;
	background-color: #333;	
}
a.button:hover {
	text-shadow: 1px 1px 1px rgba(0,0,0,0.4);	
	background-color: #111;	
}

#content a.back {
	width: 250px;
	margin: 0 0 15px 0;
}

/*= Header
-------------------------------------------------------------- */
#header {
	position: relative;
	border: 1px solid #444444;
	border-top: none;
	background-color: #171717;
	background-image: url(images/headerBgr.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	border-bottom-left-radius: 12px;
	-webkit-border-radius-bottomleft: 12px;
	-moz-border-radius-bottomleft: 12px;
	border-bottom-right-radius: 12px;
	-webkit-border-radius-bottomright: 12px;
	-moz-border-radius-bottomright: 12px;
}

#site-title {
	background-image: url(images/cwg4d.jpg);
	/*background-image: url(images/cwgg-logo.jpg); This is the old one! */
	width: 556px;
	height: 143px;
	display: block;
	position: relative;
	float: left;
}
#site-title.country {
	background-image: url(images/cwgg-logo-country.jpg);
}
#site-title span {
	display: none;	
}

#site-title .emblem {
	width: 120px;
	height: 143px;
	position: absolute;
	display: block;
	top: 0;
	left: 0;
}
#site-title .site {
	width: 416px;
	height: 36px;
	position: absolute;
	display: block;
	top: 0px;
	margin: 54px 0 0 0;
	left: 125px;
}
#site-title .emblem span, #site-title .site span {
	display: none;
}

#site-title.country .site {
	top: 0px;
	margin: 30px 0 0 0;
}

#site-title .flag {
	display: block;
	margin: 0 0 0 128px;
	top: 71px;
	position: relative;
	width: 90px;
	height: 60px;
	display: block;
}
#site-title .countryname {
	display: block;
	margin: 22px 0 0 228px;
	font-size: 20px;
	color: #FFF;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	font-weight: normal;
	font-size: 16px;
}

#site-description {
	color: #0a0a0a;
	font-size: 16px;
	margin: 20px 0 0 0;
}

#toplinks {
	padding: 5px 0;
	position: absolute;
	top: 5px;
	right: 15px;
}

#toplinks ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
}
#toplinks li {
	margin: 0 0 0 15px;
	padding: 0;
	list-style: none;	
	color: #444;
	float: left;
}
#toplinks a {
	color: #ECECEC;
}
#toplinks a:hover {
	color: #FFF;
}

#countryselect, #continentselect {
	float: right;
	margin: 60px 10px 0 0;
}
#countryselect, #continentselect {
	border: 1px solid #cbc5c5;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 7px 3px 6px 3px;
	font-size: 10px;
	width: 150px;
	color: #444;
	line-height: 1;
	background-color: #FFF;
}

#search {
	float: right;
	margin: 60px 15px 0 0;
	width: 185px;
	border: 1px solid #cbc5c5;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background-color: #FFF;
}

/*
#search td.gsc-input {
	border: 1px solid #fff;	
}*/

.cse form.gsc-search-box, form.gsc-search-box, table.gsc-search-box, table.gsc-search-box {
	border: none !important;
	margin: 0 !important;	
	padding: 0 !important;	
}
table.gsc-input-box, input.gsc-input {
	line-height: 1 !important;
	height: 16px !important;	
	font-size: 10px !important;
}
table.gsc-search-box {
	line-height: 1 !important;	
	height: 16px !important;	
}
.gsc-search-box-tools .gsc-search-box .gsc-input {
	padding-right: 0 !important;	
}
.cse .gsc-search-button input.gsc-search-button-v2, input.gsc-search-button-v2 {
	padding: 6px 15px !important;
	margin: 0 !important;
}
`

form.style select, form.style input {
	border: 1px solid #cbc5c5;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 3px;
	font-size: 10px;
	width: 100%;
	color: #444;
	line-height: 1;
	background-color: #FFF;	
	margin: 5px 0 5px 0;
}


/*= Access
-------------------------------------------------------------- */
#access {
	border-top: 1px solid #444444;
	background-color: #0a0a0a;
	display: block;
	clear: both;
	float: left;
	margin: 0 auto;
	border-bottom-left-radius: 12px;
	-webkit-border-radius-bottomleft: 12px;
	-moz-border-radius-bottomleft: 12px;
	border-bottom-right-radius: 12px;
	-webkit-border-radius-bottomright: 12px;
	-moz-border-radius-bottomright: 12px;
	width: 950px;
	padding: 0 10px;
	background-image: url(images/navBgr.jpg);
	background-position: top left;
	background-repeat: repeat-x;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
}
#access a {
	color: #FFF;
	display: block;
	line-height: 42px;
	padding: 0 10px;
	text-decoration: none;
	font-size: 12px;
	border-right: 1px solid #444444;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	font-weight: bold;
	background-image: url(images/navBgr.jpg);
	background-position: top left;
	background-repeat: repeat-x;
}
#access li:last-child a {
	border-right: none;	
}

#access li.main a {
	width: 164px;
	text-align: center;	
}

#access li.double a {
	line-height: 15px;
	height: 34px;
	padding: 4px 2px;
}
#access li.double.short a {
	line-height: 42px;
	height: 42px;
	padding: 0 10px;
}
#access li.double.long a {
	height: 34px;
	padding: 4px 2px;
	width: 140px;
	text-align: center;
}
#access li.double.medium a {
	height: 34px;
	padding: 4px 2px;
	width: 95px;
	text-align: center;
}

#access img {
	vertical-align: middle;
}
/*
#access ul li:first-child a {
	border-left: none;
}*/
#access ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 38px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 180px;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #333;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {
	background-color: #080808;
	background-image: url(images/navBgrOn.jpg);
	background-repeat: repeat-x;
	background-position: 0 0;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
}
#access ul li:hover > ul {
	display: block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #fff;
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #fff;
}
#access li.on a {
	background-color: #080808;
	background-image: url(images/navBgrOn.jpg);
	background-repeat: repeat-x;
	background-position: 0 0;
	color: #fff;
}


/*= Footer Links
-------------------------------------------------------------- */
#footerlinks {
	border: 1px solid #444444;
	background-color: #0a0a0a;
	display: block;
	float: left;
	margin: 20px auto 5px auto;
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	width: 950px;
	background-image: url(images/navBgr.jpg);
	background-position: top left;
	background-repeat: repeat-x;	
	padding: 0 10px;
}
#footerlinks ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#footerlinks ul li {
	float: left;
}

#footerlinks a {
	color: #FFF;
	display: block;
	line-height: 34px;
	padding: 0 10px;
	text-decoration: none;
	font-size: 12px;
	width: 169px;
	text-align: center;
	border-left: 1px solid #444444;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	font-weight: bold;
}
#footerlinks a:hover {
	background-color: #080808;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
	background-image: url(images/navBgrOn.jpg);
	background-repeat: repeat-x;
	background-position: 0 0;
	color: #fff;
}
#footerlinks ul li:first-child a {
	border-left: none;
}


#network {
	padding: 10px 0;
	clear: both;
	width: 100%;
	float: none;
	text-align: left;	
}
#network ul, #network ul li {
	margin: 0;
	padding: 0;
	list-style: none;	
}
#network ul li {
	float: left;
	margin-right: 10px;
	color: #444;
	font-size: 12px;
}

#site-info {
	padding: 0 0 10px 0;
	width: 100%;
	clear: both;
	float: none;
}
#site-info p {
	text-align: left;
	font-size: 12px;
	margin: 0;	
	color: #999;
}



/*= Breadcrumb
-------------------------------------------------------------- */

#breadcrumb {
	padding: 5px 0;
	margin: 15px 0 15px 0;
	color: #999;
		
	padding: 6px 12px;
	background-color: #f5f5f5;
	border: 1px solid #f1f1f1;
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
}
#breadcrumb p {
	color: #999;
}
#breadcrumb a {
	font-weight: bold;
	color: #999;
}
#breadcrumb a:last-child {
	color: #222;
}
#breadcrumb a:hover {
	color: #333;
}


/*= Sidebar Left
-------------------------------------------------------------- */
#sidebarLeft {
	background-color: #fff;
	border: 1px solid #444444;
	padding: 0 0 10px 0;
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;	
	float: left;
}
#sidebarLeft li {
/*	padding: 5px 15px;*/
	border-bottom: 1px solid #444444;
}
#sidebarLeft li:last-child {
	border-bottom: 0px;
}
#sidebarLeft li a {
	padding: 5px 15px;
	display: block;
	color: #474747;
	font-weight: bold;
}
#sidebarLeft li a:hover, #sidebarLeft li a.on {
	color: #404040;
}

#sidebarLeft li a.on {
	background-color: #404040;
	color: #FFF;
	background-image: url(images/sidebarBgr.jpg);
	background-position: bottom left;
	background-repeat: repeat-x;
}

#sidebarLeft h2 {
	background-color: #404040;
	border-bottom: 1px solid #444444;
	margin: 0 0 0 0;
	padding: 10px;
	color: #FFF;
	font-size: 15px;
	background-image: url(images/sidebarBgr.jpg);
	background-position: bottom left;
	background-repeat: repeat-x;
	border-top-right-radius: 9px;
	-webkit-border-radius-topright: 9px;
	-moz-border-radius-topright: 9px;	
	border-top-left-radius: 9px;
	-webkit-border-radius-topleft: 9px;
	-moz-border-radius-topleft: 9px;	
}
#sidebarLeft h2 a {
	color: #fafafa;	
}
#sidebarLeft h2 a:hover {
	color: #fff;	
}



/*= Sidebar Right
-------------------------------------------------------------- */
#sidebarRight {
	background-color: #fff;
	padding: 0 0 10px 0;
	float: right;
}

#sidebarRight li {
	padding: 5px 0px;
}

#sidebarRight h2 {
	margin: 5px 0;
    padding: 0px 0px 4px;
    border-bottom: 1px solid #000;	
}
#sidebarRight h2.mainTitle {
	margin: 22px 0 0 0;	
}

#sidebarRight h3 {
	font-size: 13px;
	font-weight: bold;
	color: #999;
	margin: 0 0 6px 0;	
}

#sidebarRight .spacer {
	height: 10px;	
}

/*= Content
-------------------------------------------------------------- */

#content h1.entry-title {
    padding: 0px 0px 6px;
    margin: 0px 0px 15px;
    border-bottom: 1px solid #000;
}

#content h3, #content h4, #content h5, #content h6 {
	margin: 20px 0 5px 0;	
}

#content ul, #content ol {
	padding: 5px 0 5px 30px;
	list-style: square;
}

#content ul li {
    list-style-image: url("images/bulletSmall.png");
    line-height: 1.4;
    padding: 4px 0px;
}

.tabcontent li {
	line-height: 1.4;
	padding: 3px 0;
}

#content ol {
	list-style: decimal;
}

/*= Tabbed Navigation
-------------------------------------------------------------- */
ul#tabNavigation {
	list-style: none;
	margin: 0;
	padding: 5px 0 10px 0;
}
ul#tabNavigation li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;	
}
ul#tabNavigation li a {
	display: block;
	width: 159px;
	height: 40px;
	line-height: 40px;
	background-color: #bfbfbf;
	text-align: center;
	border: 1px solid #cbc5c5;
	color: #444;
	border-top-right-radius: 9px;
	-webkit-border-radius-topright: 9px;
	-moz-border-radius-topright: 9px;	
	border-top-left-radius: 9px;
	-webkit-border-radius-topleft: 9px;
	-moz-border-radius-topleft: 9px;
	font-weight: bold;
	background-image: url(images/tabOff.jpg);
	background-position: 0 0;
	background-repeat: repeat-x;
	overflow: hidden;
}
	
ul#tabNavigation li a:hover, ul#tabNavigation li a.on {
	background-color: #121212;
	border: 1px solid #444;
	color: #FFF;
	font-weight: bold;
	background-image: url(images/navBgr.jpg);
}

div.tabcontent img {
	max-width: 100%;
	max-height: auto;	
	height: auto;	
}

/*= Footer
-------------------------------------------------------------- */
#footer {
	padding: 10px 0 0 0;
	font-size: 12px;
	color: #777;
	text-align: right;
}


/*= Home only
-------------------------------------------------------------- */

#mapbox {
	width: 725px;
	float: left;
}
#mapbox h3 {
	background-color: #0a0a0a;
	background-image: url(images/thBgr.jpg);
	background-position: 0 0;
	background-repeat: repeat-x;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	padding: 10px;
	display: block;
	border-top-right-radius: 9px;
	-webkit-border-radius-topright: 9px;
	-moz-border-radius-topright: 9px;	
	border-top-left-radius: 9px;
	-webkit-border-radius-topleft: 9px;
	-moz-border-radius-topleft: 9px;
	text-align: left;
	border: 1px solid #444444;
	border-bottom: none;
	margin: 0;
}
#mapimage {
	border: 1px solid #444444;
	width: 723px;
	height: 380px;
	overflow: hidden;
	background-image:
	url(images/mapbgr.jpg);
	position: relative;
}
#basemap {
	background-image: url(images/basemap-g.png);
	width: 622px;
	opacity: 1;
	height: 349px;
	display: block;
	position: absolute;
	top: 12px;
	right: 12px;
}
a.continent {
	position: absolute;
	display: block;
	/*background-color: rgba(255,255,255,0.4);*/
}
a.continent span {
	display: none;
}
#mapeurope {
	top: 98px;
	right: 281px;
	width: 77px;
	height: 63px;
	background-image: url(images/map-europe.png);
}
#mappacific {
	bottom: 37px;
	right: 22px;
	width: 126px;
	height: 109px;
	background-image: url(images/map-pacific.png);
}
#mapasia {
	top: 154px;
	right: 134px;
	width: 104px;
	height: 83px;
	background-image: url(images/map-asia.png);
}
#mapamericas {
	top: 15px;
	right: 432px;
	width: 146px;
	height: 222px;
	background-image: url(images/map-americas.png);
}
#mapafrica {
	top: 191px;
	right: 234px;
	width: 134px;
	height: 119px;
	background-image: url(images/map-africa.png);
}

#mapimage ul {
	position: absolute;
	bottom: 10px;
	left: 10px;
	padding: 10px;
	width: 105px;
	background-color: #fff;
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	box-shadow: 0 0 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.2);	
		
}
#mapimage ul li a {
	padding: 3px;
	display: block;
}
#mapimage ul li a.on {
	color: #222;	
}

#slider {
	width: 972px;
	height: 283px;
	display: block;
	margin: 0 0 20px 0;
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
}
.captions {
	color: #FFF;	
	text-shadow: 1px 1px 1px rgba(52,99,204,0.3);
}

#boxes {
	margin: 0 0 20px 0;
}

#boxes .box, #about {
	border: 1px solid #c1c1c1;
	width: 208px;
	min-height: 245px;
	float: left;
	padding: 10px;
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	
	background-color: #ededed;
	background-image: url(images/videoBgr.jpg);
	background-position: top left;
	background-repeat: repeat-x;	
}
#boxes .spacer {
	width: 17px;
	height: 200px;
	display: block;
	float: left;
}
#about h3, #boxes h3 {
	font-size: 18px;
	margin: 0 0 7px 0;
	padding: 0 0 7px 0;
	border-bottom: 1px solid #c1c1c1;
}
#boxes h3 {
	//min-height: 45px;
	font-weight: normal;	
}
#boxes h3 a {
	font-weight: normal;	
}

/*#boxes .box img {
	float: right;
	margin: 0 0 5px 5px;
}*/

#about { 
	min-height: 393px;
	float: right;
}
#about h3 {
	font-weight: normal;	
}

#boxes .box p, #about p {
    font-size: 11px;
}


/*= Flags table
-------------------------------------------------------------- */
table.flags {
	width: 665px;
	border: 1px solid #444444;	
	margin: 15px 0;
	background-color: #f7f7f7;
}

table.flags th {
	background-color: #0a0a0a;
	background-image: url(images/thBgr.jpg);
	background-position: 0 0;
	background-repeat: repeat-x;
	color: #FFF;
	font-weight: bold;
	padding: 10px;
	border-bottom: 1px solid #444444;	
	text-shadow: 1px 1px 1px rgba(52,99,204,0.3);
}
table.flags tr.spacer td {
	height: 20px;
}
table.flags td {
	width: 195px;
	padding: 5px 10px 5px 20px;
}
table.flags td.l {
}
table.flags td.r {
}


/*= Entities table
-------------------------------------------------------------- */
table.entities {
	width: 665px;
	border: 1px solid #444444;	
	margin: 15px 0;
}

table.entities th {
	background-color: #0a0a0a;
	background-image: url(images/thBgr.jpg);
	background-position: 0 0;
	background-repeat: repeat-x;
	border-bottom: 1px solid #444444;	
	color: #FFF;
	font-weight: bold;
	padding: 10px;
	text-shadow: 1px 1px 1px rgba(52,99,204,0.3);
}
table.entities td.l {
}
table.entities td.r {
	width: 200px;
}

table.entities td {
	padding: 10px;
	background-color: #f3f3f3;
}
table.entities tr.alt td {
	background-color: #dddddd;
}
table.entities a {
	color: #444;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
table.entities a:hover {
	color: #404040;
}
div.icons {
	margin: 0;
	padding: 0;
	float: right;
}
div.icons .icon {
	width: 16px;
	height: 16px;
	display: block;
	margin: 0 0 0 10px;
	padding: 0;
	float: left;
}
.iconweb { background-image: url(images/iconweb.png); }


/* Entity single */

div.entitybox {
	border: 1px solid #5b6fb8;
	padding: 15px;
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;	
	margin: 0 0 30px 0;
}


div.entitybox h1 {
	margin: 0 0 15px 0;
}

div.entitythumb {
	border: 1px solid #ddd;
	width: 150px;
	min-height: 60px;
	padding: 10px;
	vertical-align: middle;
	text-align: center;
	display: table-cell;
	margin: 0 15px 15px 0;
	float: left;
}
div.entitythumb img {
	max-width: 150px;	
}


table.entity {
	clear: both;
	width: 340px;
}
span.title {
	font-weight: bold;
	color: #0a0a0a;
}

#entitythumb {
	border: 1px solid #dddddd;
	width: 215px;
	padding: 10px;
	vertical-align: middle;
	text-align: center;
	display: table-cell;
}
#entitythumb img {
	max-width: 215px;	
}

div.partner {
	background-color: #fff;
	border: 1px solid #DDD;
	padding: 10px;
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	margin-bottom: 5px;
	box-shadow: 0 0 6px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0 6px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 0 6px rgba(0,0,0,0.2);	
}

div.partner span.title {
	padding: 1px 0 5px 5px;
	display: block;
	border-bottom: 1px solid #DDD;
	margin-bottom: 5px;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
}
div.partner span.title.upYes {
	color: #ff3333;
	border-bottom: 1px solid #ff3333;
}


div.partner span.desc {
	font-size: 11px;
	display: block;
	padding: 5px;
}
div.partner span.desc .thumb {
	width: 90px;
	float: right;
	margin: 0 0 6px 6px;
	display: inline;
	padding: 5px;
	vertical-align: middle;
	text-align: center;
	display: table-cell;
}

h2.partners, h2.cpartner, h2.catpartner {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #999;
	margin: 3px 0 3px 0;	
}

div.cpartner, div.catpartner {
	margin: 0 0 10px 0;	
}
div.cpartner .thumb a, div.catpartner .thumb a {
	display: block;
}
div.cpartner .thumb, div.catpartner .thumb {
	box-shadow: 0 0 6px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0 6px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 0 6px rgba(0,0,0,0.2);	
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border: 1px solid #dddddd;
	width: 198px;
	min-height: 90px;
	padding: 25px 5px;
	vertical-align: middle;
	text-align: center;
	display: table-cell;
	background-color: #FFF;
}


div.partner:hover, div.cpartner .thumb:hover, div.catpartner .thumb:hover {
	border: 1px solid #BBB;
	box-shadow: 0 0 6px rgba(0,0,0,0.4);
	-moz-box-shadow: 0 0 6px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0 0 6px rgba(0,0,0,0.4);
}

div.cpartner .thumb:hover, div.catpartner .thumb:hover {
	background-image: none;
}



/* Organisation */

#organisationList {
	margin: 25px 0 15px 0;
}

div.organisationEntry {
	border: 1px solid #DDD;
	padding: 10px;
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	margin-bottom: 15px;
	background-image: url(images/organisationBgr.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #e9e9e9;
	box-shadow: 0 0 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.2);	
}

div.organisationEntry:hover {
	border: 1px solid #BBB;
}

div.organisationEntry a.thumb {
	border: 1px solid #dddddd;
	width: 230px;
	height: 90px;
	padding: 5px;
	vertical-align: middle;
	text-align: center;
	display: table-cell;
	float: left;
	background-color: #FFF;
}
div.organisationEntry a.thumb img {
	vertical-align: middle;
	text-align: center;
	display: table-cell;
}
#content div.organisationEntry h3 {
	font-size: 14px;
	font-weight: normal;
	padding: 0;
	margin: 0 0 4px 0;
}
div.organisationEntry h3 a {
	padding: 0;	
	margin: 0;
}
div.organisationEntry .copy {
	float: right;
	width: 385px;
	vertical-align: top;
}
div.organisationEntry .copy p {
	margin: 0;	
}

/* Video */
table.videos {
	margin: 15px 0 0 0;
	
}
table.videos td.spacer {
	width: 15px;	
}

div.video {
	background-color: #dcdcdc;
	border: 1px solid #DDD;
	padding: 10px;
	width: 192px;
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	background-image: url(images/videoBgr.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	margin-bottom: 15px;
}

table.cols4 div.video {
	width: 135px;
}

div.video img {
	border: 1px solid #DDD;
}


/* Blog */
#content.blog_post.tall .inner {
	height: 500px;
	overflow: hidden;
	margin-bottom: 5px;
	padding-bottom: 10px;	
}

#content.blog_post a.readmore {
	display: block;
	padding: 4px 0 0 0;
	margin: 0 0 10px 0;
	background-image: url(images/read-more-bgr.jpg);
	background-position: 0 0;
	background-position: top center;
	background-repeat: repeat-x;	
}
#content.blog_post a.readmore:hover {
	background-image: url(images/read-more-bgr-on.jpg);
}

#content.blog_post a.readmore span {
	background-color: #bfbfbf;
	border: 1px solid #cbc5c5;
	border-top: none;
	background-image: url(images/tabOff.jpg);
	background-position: 0 0;
	background-repeat: repeat-x;
	display: block;
	padding: 5px;
	width: 170px;
	margin: 0 auto 0 auto;
	text-align: center;
	border-bottom-right-radius: 9px;
	-webkit-border-radius-bottomright: 9px;
	-moz-border-radius-bottomright: 9px;	
	border-bottom-left-radius: 9px;
	-webkit-border-radius-bottomleft: 9px;
	-moz-border-radius-bottomleft: 9px;
	color: #444;
}
#content.blog_post a.readmore:hover span {
	border: 1px solid #000;
	border-top: none;
	color: #FFF;
	background-color: #080808;
	background-image: url(images/navBgrOn.jpg);	
	/*font-weight: bold;*/
}


/* =Images
-------------------------------------------------------------- */

img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%;
	height: auto;
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
.wp-smiley {
	margin: 0;
}


/*
 * jQuery Nivo Slider v2.7.1
 * http://nivo.dev7studios.com
 *
 * Copyright 2011, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * March 2010
 */
 
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:8;
	font-weight: bold;
}
.nivo-caption p {
	color:#fff;
	padding:5px;
	margin:0;
}
.nivo-caption a {
	color:#fff;
	display:inline !important;
}
.nivo-html-caption {
 	color:#fff;
   display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	color:#fff;
	position:relative;
	z-index:9;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}


/* =Contact form
-------------------------------------------------------------- */

.contactForm {
	padding: 10px 0 25px 0;
}

.contactForm .required {
	color: #999;
}

.contactForm .row {
	clear: both;
}
.contactForm label {
	width: 200px;
	float: left;
	display: block;
	margin: 0 20px 0 0;
	color: #222;
}
.contactForm input[type=text], .contactForm input[type=email] {
	width: 200px;
	float: left;
	border: 1px solid #dcdcdc;
	background-color: #FAFAFA;
	padding: 3px;
	margin: 0 0 10px 0;
}
.contactForm input[type=checkbox], #optout {
	margin: 0 5px 0 0;
	padding: 0;
	float: left;
	width: 13px;
	height: 13px;
}
.contactForm select {
	width: 200px;
	float: left;
	border: 1px solid #dcdcdc;
	background-color: #FAFAFA;
	padding: 3px;
	margin: 0 0 10px 0;
}
.contactForm textarea {
	width: 200px;
	float: left;
	border: 1px solid #dcdcdc;
	background-color: #FAFAFA;
	padding: 3px;
	margin: 0 0 10px 0;
}


.contactForm input[type=submit] {
	border: none;
	background: none;
	background-color: #222222;
	color: #FAFAFA;
	padding: 5px 10px;
	/*border: 1px solid #9d9c2b;*/
	border-radius: 9px;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;			
	font-size: 13px;
}
.contactForm input[type=submit]:hover {
	background-color: #444;
	color: #fff;
}
.contactForm .row .block {
	width: 200px;
	float: left;
	padding: 3px 0;
	margin: 0 0 0 0;
}

.contactForm .spacer {
	height: 25px;	
}

.contactForm .row .block p {
	color: #000;
	font-size: 11px;
	margin: 0 0 10px 0;
}
.contactForm #optout .wpcf7-list-item-label, .contactForm #suppliers .wpcf7-list-item-label {
	display: none;
}

.contactForm .row.opt {	
	padding: 10px 0 15px 0;
	clear: both;
}
.contactForm .row.opt label {	
	width: 345px;
}
.contactForm .row.opt #optout {
	margin: 5px 0 0 0;
}

/* Begin style for new homepage boxes */

}

#boxes{
	width: 972px;
	/*height: 366px;*/
	margin-bottom: 20px;
}

#sdgbox{
	width: 741px;
	height: 366px;
	float: left;
}

.sdg{
	width: 112px;
	height: 112px;
	float: left;
	display: block;
	margin: 0 10px 10px 0;
	background-color: #eeeeee;
}

.sdg a{
	text-decoration: none;
}

.sdgtext{
	visibility: hidden;
	font: 7pt Arial, sans-serif;
	color:  #ffffff;
	padding: 5px;
}

.sdg a:hover .sdgtext{
	visibility: visible;
}

.goal0 p{
	margin: 8px 0 0 0;
	padding: 0;
	font: 12pt Arial, sans-serif;
	color: #222;
	font-weight: bold;
	text-align: center;	
}

.goal1 a{
	width: 112px;
	height: 112px;
	display: block;
	background: url('images/goal1.jpg') no-repeat;
	background-size: 112px 112px;
}

.goal1 a:hover{
	background: #e5243b;
}


.goal2 a{
	width: 112px;
	height: 112px;
	display: block;
	background: url('images/goal2.jpg') no-repeat;
	background-size: 112px 112px;
}

.goal2 a:hover{
	background: #e5b735;
}

.goal3 a{
	width: 112px;
	height: 112px;
	display: block;
	background: url('images/goal3.jpg') no-repeat;
	background-size: 112px 112px;
}

.goal3 a:hover{
	background: #4c9f38;
}

.goal4 a{
	width: 112px;
	height: 112px;
	display: block;
	background: url('images/goal4.jpg') no-repeat;
	background-size: 112px 112px;
}


.goal4 a:hover{
	background: #c52333;
}

.goal5 a{
	width: 112px;
	height: 112px;
	display: block;
	background: url('images/goal5.jpg') no-repeat;
	background-size: 112px 112px;
}

.goal5 a:hover{
	background: #ed4135;
}

.goal6 a{
	width: 112px;
	height: 112px;
	display: block;
	background: url('images/goal6.jpg') no-repeat;
	background-size: 112px 112px;
}

.goal6 a:hover{
	background: #26bde2;
}

.goal7 a{
	width: 112px;
	height: 112px;
	display: block;
	background: url('images/goal7.jpg') no-repeat;
	background-size: 112px 112px;
}

.goal7 a:hover{
	background: #fcc30b;
}

.goal8 a{
	width: 112px;
	height: 112px;
	display: block;
	background: url('images/goal8.jpg') no-repeat;
	background-size: 112px 112px;
}

.goal8 a:hover{
	background: #a21942;
}

.goal9 a{
	width: 112px;
	height: 112px;
	display: block;
	background: url('images/goal9.jpg') no-repeat;
	background-size: 112px 112px;
}

.goal9 a:hover{
	background: #f06a38;
}

.goal10 a{
	width: 112px;
	height: 112px;
	display: block;
	background: url('images/goal10.jpg') no-repeat;
	background-size: 112px 112px;
}

.goal10 a:hover{
	background: #dd1367;
}

.goal11 a{
	width: 112px;
	height: 112px;
	display: block;
	background: url('images/goal11.jpg') no-repeat;
	background-size: 112px 112px;
}

.goal11 a:hover{
	background: #f69c39;
}

.goal12 a{
	width: 112px;
	height: 112px;
	display: block;
	background: url('images/goal12.jpg') no-repeat;
	background-size: 112px 112px;
}

.goal12 a:hover{
	background: #bf8b2e;
}

.goal13 a{
	width: 112px;
	height: 112px;
	display: block;
	background: url('images/goal13.jpg') no-repeat;
	background-size: 112px 112px;
}

.goal13 a:hover{
	background: #3f7e44;
}

.goal14 a{
	width: 112px;
	height: 112px;
	display: block;
	background: url('images/goal14.jpg') no-repeat;
	background-size: 112px 112px;
}

.goal14 a:hover{
	background: #0a97d9;
}

.goal15 a{
	width: 112px;
	height: 112px;
	display: block;
	background: url('images/goal15.jpg') no-repeat;
	background-size: 112px 112px;
}

.goal15 a:hover{
	background: #5cb84d;
}

.goal16 a{
	width: 112px;
	height: 112px;
	display: block;
	background: url('images/goal16.jpg') no-repeat;
	background-size: 112px 112px;
}

.goal16 a:hover{
	background: #00689d;
}

.goal17 a{
	width: 112px;
	height: 112px;
	display: block;
	background: url('images/goal17.jpg') no-repeat;
	background-size: 112px 112px;
}

.goal17 a:hover{
	background: #19486a;
}

.spacer{
	/*width: 17px;
	height: 267px;
	float: left;
	background-color: #ffff00;*/
}

.box{
	width: 230px;
	height: 330px;
	float: left;
	background-color: #ff00ff;
}

/*end of sdg goal style

start of contributerscroll style*/

.contributerscroll{
	height: 290px;
	width: 208px;	
	overflow: hidden;
}

.contributerscroll img{
	width: 120px;
}

.contributerscroll p{
	//position: relative;
	//width: 200px;
	margin: 0;
 	padding: 0;
	text-align: center;
	line-height: 80px;
 /* Starting position */
 -moz-transform:translateY(100%);
 -webkit-transform:translateY(100%);	
 transform:translateY(100%);
 /* Apply animation to this element */	
 -moz-animation: contributerscroll 30s linear infinite;
 -webkit-animation: contributerscroll 30s linear infinite;
 animation: contributerscroll 30s linear infinite;
}
/* Move it (define the animation) */
@-moz-keyframes contributerscrol {
 0%   { -moz-transform: translateY(100%); }
 100% { -moz-transform: translateY(-100%); }
}
@-webkit-keyframes contributerscroll {
 0%   { -webkit-transform: translateY(100%); }
 100% { -webkit-transform: translateY(-100%); }
}
@keyframes contributerscroll {
 0%   { 
 -moz-transform: translateY(100%); /* Browser bug fix */
 -webkit-transform: translateY(100%); /* Browser bug fix */
 transform: translateY(20%); 		
 }
 100% { 
 -moz-transform: translateY(-100%); /* Browser bug fix */
 -webkit-transform: translateY(-100%); /* Browser bug fix */
 transform: translateY(-100%); 
 }
}