/*
Theme Name: CWN 2013
Theme URI: http://www.commonwealthofnations.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: normal;
}
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 {
	clear: both;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    zoom: 1;
}

.break-word {
  word-wrap: break-word;
}

.wrap {
	white-space: pre;           /* CSS 2.0 */
	white-space: pre-wrap;      /* CSS 2.1 */
	white-space: pre-line;      /* CSS 3.0 */
	white-space: -pre-wrap;     /* Opera 4-6 */
	white-space: -o-pre-wrap;   /* Opera 7 */
	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: -hp-pre-wrap;  /* HP Printers */
	word-wrap: break-word;      /* IE 5+ */
}

pre, p.pre {
	margin: 5px 0 10px 0;
	background-color: #FFC;
	border: 1px solid #FC6;
	padding: 5px;
}

a.post-edit-link {
	background-color: #000;
	margin: 0 0 0 10px;
	color: #fff !important;
	font-size: 13px;
	font-weight: bold;	
	height: 24px;
	line-height: 24px;
	padding: 0 15px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

/* =Layout
-------------------------------------------------------------- */
body {
	background-color: #FFF;
}

#wrapper {
	width: 972px;
	background-color: #FFF;
	margin: 0 auto;
	padding: 0 10px 10px 10px;
}

#main {	
	margin-top: 20px;
}
#main.country {
	background-image: url(images/mainBgr.gif);
	background-position: top left;
	background-repeat: repeat-y;
}
#main.section {
	background-image: url(images/mainBgrSectionD.gif);
	background-position: top left;
	background-repeat: repeat-y;
}
#main.page {
	background-image: url(images/mainBgrLeft.gif);
	background-position: top left;
	background-repeat: repeat-y;	
}

#sidebarLeft {
	width: 201px; /* 250 */
}
#sidebarLeftOuter {
	width: 201px;
	float: left;
}
#sidebarLeftOuter #sidebarLeft {
	margin: 0 0 12px 0;	
}

#content {
	width: 720px; /* 675px; */
	float: right;
	padding: 0 0 0 20px;
	min-height: 550px;
}
#content.left {
	float: left;
	border: 0;
	padding: 0 20px 0 0;
	border-left: none;
}
#content.organisation, #content.people, #content.documents, #content.facts, #content.section {
	width: 650px;	
}
#content.centre, #main.country #content.centre {
	float: left;
	border: 0;
	width: 454px; /* 475 */
	padding: 0 26px 0 35px;
	border-left: none;
}

#content.centre p, #main.country #content.centre p {
	text-align: justify;
}

#main.country #content {
	width: 660px;
}

#sidebarRight {
	width: 230px;
}


/*
#sideMenu, #sideMenu ul {
	background-color: #eee;
	border: 1px solid #ccc;	
	padding: 5px;
	list-style: none;
}
*/



/* =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: #1A1A1A;
	margin: 10px 0 20px 0;
}
h1 {
	font-size: 23px;
	font-weight: bold;
}
h2 {
	font-size: 18px;	
	font-weight: bold;
}

h3 {
	font-size: 16px;	
}
h4,h5,h6 {
	font-size: 13px;
	font-weight: bold;
}

p {		
	margin: 5px 0 15px 0;		
}		

a:link, a:visited {
	color: #3B3B3B;
	text-decoration: none;
}
a:hover, a:active {
	color: #333;
}
a.back {
	border: 1px solid #0a0a0a;
	background: #404040;
	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: #444444;
	background-image: url(images/navBgrOn.jpg);
	background-repeat: repeat-x;
	background-position: 0 0;
}

#content a.back {
	width: 250px;
	margin: 0 0 15px 0;
}

/*= Header
-------------------------------------------------------------- */
#header {
	position: relative;
	border: 1px solid #000000;
	border-top: none;
	background-color: #444444;
	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/cwn-logo-network2.jpg);
	background-repeat: no-repeat;
	width: 596px;
	height: 143px;
	display: block;
	position: relative;
	float: left;
}
#site-title.country {
	background-image: url(images/cwn-logo-country2.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 148px;
	top: 71px;
	position: relative;
	width: 90px;
	height: 60px;
	display: block;
}
#site-title .countryname {
	display: block;
	margin: 18px 0 0 248px;
	color: #FFF;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	font-weight: normal;
	font-size: 21px;
}

#site-description {
	color: #0a0a0a;
	font-size: 16px;
	margin: 20px 0 0 0;
}

#header.buddypress {
	background-color: #444444;
	background-image: url(images/ww-header-2013.jpg);	
}

#header.buddypress #site-title {
	background-image: url(images/ww-logo-2013.png);
	background-repeat: no-repeat;
	width: 340px;
	height: 143px;
	display: block;
	position: relative;
	float: left;
}
#header.buddypress .inner {
	background-image: url(images/ww-header-bgr-2013.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}



#nexus_header_link {
	position: absolute;
	top: 110px;
	left: 50%;
	margin: 0 0 0 425px;	
}
body.buddypress #nexus_header_link {
	top: 147px;	
	margin: 0 0 0 410px;	
}
body.logged-in.buddypress #nexus_header_link {
	top: 175px;	
	margin: 0 0 0 410px;	
}

#nexus_header_link_country {
	position: absolute;
	top: 12px;
	left: 147px;
}
#nexus_header_link_country img {
	height: 22px;	
}




#toplinks {
	padding: 0;
	position: absolute;
	top: 0px;
	right: 5px;
}

#toplinks ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
}
#toplinks li {
	margin: 0 0 0 15px;
	line-height: 26px;	
	padding: 0;
	list-style: none;	
	color: #fff;
	float: left;
}
#toplinks a {
	line-height: 26px;	
	color: #ECECEC;
}
#toplinks a:hover {
	color: #FFF;
}

#toplinks li#menu-item-94869 { /* Change back to 94869 */
	margin: 0 0 0 3px;
}


#menu-item-94870 a, #menu-item-94869 a {
	border: 1px solid #141414;
	border-top: none;
	font-size: 11px;
	display: block;
	text-align: center;
	width: 80px;
	height: 26px;
	line-height: 26px;
	background: #ffdb00;
	background: -moz-linear-gradient(top,  #ffdb00 0%, #ffbd00 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffdb00), color-stop(100%,#ffbd00));
	background: -webkit-linear-gradient(top,  #ffdb00 0%,#ffbd00 100%);
	background: -o-linear-gradient(top,  #ffdb00 0%,#ffbd00 100%);
	background: -ms-linear-gradient(top,  #ffdb00 0%,#ffbd00 100%);
	background: linear-gradient(to bottom,  #ffdb00 0%,#ffbd00 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdb00', endColorstr='#ffbd00',GradientType=0 );
	border-bottom-left-radius: 6px;
	-webkit-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-right-radius: 6px;
	-webkit-border-radius-bottomright: 6px;
	-moz-border-radius-bottomright: 6px;
	color: #ffffff;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.5);
	-webkit-box-shadow: inset 0px 0px 2px #ffda03, 0px 0px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: inset 0px 0px 2px #ffda03, 0px 0px 2px rgba(0,0,0,0.2);
	box-shadow: inset 0px 0px 2px #ffda03, 0px 0px 2px rgba(0,0,0,0.2);
}
#menu-item-94870 a:hover, #menu-item-94869 a:hover {
	color: #ffbd00;
	background: #0a0a0a;
	background: -moz-linear-gradient(top,  #444444 0%, #0a0a0a 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#444444), color-stop(100%,#0a0a0a));
	background: -webkit-linear-gradient(top,  #444444 0%,#0a0a0a 100%);
	background: -o-linear-gradient(top,  #444444 0%,#0a0a0a 100%);
	background: -ms-linear-gradient(top,  #444444 0%,#0a0a0a 100%);
	background: linear-gradient(to bottom,  #444444 0%,#0a0a0a 100%);
	-webkit-box-shadow: inset 0px 0px 4px rgba(0,0,0,0.3), 0px 0px 2px rgba(0,0,0,0.6);
	-moz-box-shadow: inset 0px 0px 4px rgba(0,0,0,0.3), 0px 0px 2px rgba(0,0,0,0.6);
	box-shadow: inset 0px 0px 4px rgba(0,0,0,0.3), 0px 0px 2px rgba(0,0,0,0.6);
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}

#countryselect, #continentselect {
	float: right;
	margin: 38px 5px 0 10px;
}
#countryselect, #continentselect, .box select {
	border: 1px solid #cbc5c5;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 4px 3px 4px 3px;
	font-size: 10px;
	width: 150px;
	color: #444;
	line-height: 1;
	background-color: #FFF;
}

#search {
	float: right;
	margin: 38px 5px 0 0;
	width: 170px;
	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 {
	margin: 0 !important;	
	padding: 0 !important;	
}
.cse input.gsc-input, input.gsc-input {
	border: none !important;
	background: none;
	padding: 3px;
	font-size: 10px !important;	
	width: 120px;
	color: #444;
	line-height: 1;
}
.cse input.gsc-search-button, input.gsc-search-button {
	font-size: 10px !important;	
    color: #fff;
    font-weight: bold;
    padding: 0px 8px;
    height: 20px !important;	
    min-width: 54px;
    background-color: rgb(51, 51, 51);
    border: 1px solid rgb(0, 0, 0);
    border-radius: 2px 2px 2px 2px;
}

/*
#countryselect, #continentselect {
	float: right;
	margin: 38px 15px 0 0;
}
#countryselect, #continentselect, .box select {
	border: 1px solid #cbc5c5;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 3px;
	font-size: 10px;
	width: 150px;
	color: #444;
	line-height: 1;
	background-color: #FFF;
}

#search {
	float: right;
	margin: 38px 15px 0 0;
	width: 163px;
	border: 1px solid #cbc5c5;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background-color: #FFF;
}
#s {
	border: none;
	background: none;
	padding: 3px;
	font-size: 10px;
	width: 120px;
	float: left;
	color: #444;
	line-height: 1;
}
#search #searchsubmit {
	padding: 0;
	margin: 2px;
	background: none;
	background-image: url(images/iconSearch.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
	border: none;
	width: 17px;
	height: 17px;
	display: block;
	overflow: hidden;
	float: right;
	text-indent: -9999px;
	cursor: pointer;
}
*/

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 #666666;
	background-color: #1A1A1A;
	display: block;
	position: relative;
	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, #access .menu-header li,
div.menu ul {
	list-style: none;
	margin: 0;
}

#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
}

#access a {
	color: #FFF;
	float: left;
	display: block;
	line-height: 34px;
	padding: 0 8px;
	text-decoration: none;
	font-size: 12px;
	border-right: 1px solid #666666;
	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 #menu-home, #access #menu-item-85 {
	float: left;
	line-height: 34px;
	height: 34px;
	position: relative;	
}
#access #menu-home a, #access #menu-item-85 a {
	height: 34px;	
	line-height: 34px;
	width: 22px;
}
#access #menu-home a:hover, #access #menu-item-85 a:hover {
	background-color: #373738;
	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 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 img {
	vertical-align: middle;
}
/*
#access ul li:first-child a {
	border-left: none;
}*/
#accesa 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: #373738;
	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, #access li.current-menu-item a, #access li.current-page-ancestor a {
	background-color: #212121;
	background-image: url(images/navBgrOn.jpg);
	background-repeat: repeat-x;
	background-position: 0 0;
	color: #fff;
}


/*= Footer Links
-------------------------------------------------------------- */
#footerlinks {
	border: 1px solid #666666;
	background-color: #1A1A1A;
	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 #666666;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	font-weight: bold;
}
#footerlinks a:hover {
	background-color: #212121;
	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;
}


/*= Breadcrumb
-------------------------------------------------------------- */

#breadcrumb {
	padding: 5px 0;
	margin: 15px 0 0 0;
/*	border-bottom: 1px solid #CCC;*/
	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: #3B3B3B;
}
#breadcrumb a:hover {
	color: #333;
}

/*= Sidebar Left
-------------------------------------------------------------- */
#sidebarLeft {
	background-color: #fff;
	border: 1px solid #ddd;
	background-color: #fafafa;
	padding: 0 0 12px 0;
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;	
	float: left;
}
#sidebarLeft.blank {
	border: none;
	background: none;	
}

#sidebarLeft li {
	padding: 0;
	background-color: #fafafa;
	font-size: 11px;
}
#sidebarLeft li:last-child {
	border-bottom: 0px;
}
#sidebarLeft li a {
	padding: 10px 12px;
	color: #000;
	font-size: 11px;
	font-weight: bold;
	display: block;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #CCC;	
}
#sidebarLeft li li li a {
	border: none;
}

/* Remove auto-generated top link */
#sidebarLeft.pageList #sideMenu li a {
	display: none;
}
#sidebarLeft.pageList #sideMenu li ul a {
	display: block;
}

#sidebarLeft ul li a:hover, #sidebarLeft ul li a.on {
	color: #3B3B3B;
}

#sidebarLeft ul li a.on {
	background: none;
	background-color: #373738;
	color: #FFF;
}

#sidebarLeft h2 {
	background-color: #3B3B3B;
	border-bottom: 1px solid #666666;
	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 ul ul ul li a {
	font-size: 11px;	
	font-weight: normal;
}

#sidebarLeft ul ul ul {
	padding: 5px 0 0 40px;	
	background-color: #f3f3f3;
}
#sidebarLeft ul ul ul li {
	background-color: #f3f3f3;	
	padding: 0;
	background-image: none;
	list-style: square;
	list-style: url(images/bullet.png);
	border: none;
}

/*
#sidebarLeft ul ul li a {
    padding: 5px 10px 5px 0px;
}*/

#sidebarLeft ul.entity {
	padding: 10px 0 10px 30px;	
	border: 1px solid #c1c1c1;
	padding: 15px 10px;
	background-color: #f5f5f5;
	border: 1px solid #f1f1f1;
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;	
	/*
	background-color: #dcdcdc;
	background-image: url(images/boxLeftBgrTall.jpg);
	background-position: top left;
	background-repeat: repeat-x;		*/
}

#sidebarLeft ul.entity li {
	list-style: square;	
	border: none;
	margin: 0;
	padding: 0;
}
#sidebarLeft ul.entity li a {
	padding: 2px;
	margin: 2px 10px 2px 0;	
}


#sidebarLeft ul.child-of-child li a, #sidebarLeft ul.children ul li a {
	padding: 5px 10px 5px 0px;
}
#sidebarLeft ul.child-of-child li:last-child a, #sidebarLeft ul.children ul li:last-child a {
	padding-bottom: 10px;
}


#sidebarLeft ul.child-of-child li.on a, #sidebarLeft ul.children li.current_page_item a {
	background-color: #373738;
	color: #FFF;
}

#sidebarLeft ul.pullout, #sidebarLeft.section ul.entity ul.pullout {
	padding: 1px 0 6px 17px;
	margin: 0 12px 0 0;	
}
#sidebarLeft ul.pullout li, #sidebarLeft.section ul.entity ul.pullout li {
	padding: 1px 0;
}
#sidebarLeft.section ul.entity li.on ul.pullout li a {
	color: rgb(88, 100, 176);
	background-color: #fafafa;
	border: none;
}
#sidebarLeft.section ul.entity li.on ul.pullout span {
	list-style: url(images/bullet.png);
}

/* Adjust section pages */

#sidebarLeft.section  h2 {
	border-bottom: none;
	color: #1A1A1A;
	font-size: 18px;
	background: none;	
	padding: 7px 0 6px 0;
	margin: 0 0 15px 0;
	border-bottom: 1px solid #3B3B3B;
}


#sidebarLeft.section ul.entity {
	padding: 7px 0 7px 10px;	
	list-style: none;
}

#sidebarLeft.section ul.entity li {
	background: none;
	border: none;
	color: #787878;
	list-style: none;
	position: relative;
}
#sidebarLeft.section ul.entity li span {
	background-image: url(images/bullet.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	height: 12px;
	width: 9px;
	position: absolute;
	top: 2px;
	left: 4px;
}
#sidebarLeft.section ul.entity li:hover {
	color:#404040;	
	border: none;
}

#sidebarLeft.section ul.entity li a {
	font-weight: normal;
	padding: 2px 2px 2px 17px;
	margin: 2px 10px 2px 0;	
	font-size: 11px;
	display: block;	
	border: none;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;				
	border: 1px solid #f5f5f5;
}

#sidebarLeft.section ul.entity li a:hover {
	background: none;
	background-color: #fff;
	border: 1px solid #ececec;
	box-shadow: 0 0 6px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 0 6px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0 6px rgba(0,0,0,0.1);
}

#sidebarLeft.section ul.entity li a.on, #sidebarLeft.section ul.entity li.on a {
	background: none;	
	background-color: #373738;
	border: 1px solid #373738;
	color: #FFF;
	box-shadow: 0 0 6px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 0 6px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0 6px rgba(0,0,0,0.1);
}

#sidebarLeft.section ul.entity li span.on, #sidebarLeft.section ul.entity li.on span {
	background-image: url(images/bulletG.png);
}

/*
#sidebarLeft.section ul.entity li a:hover, #sidebarLeft.section ul.entity li a.on:hover {
	padding: 1px 2px 1px 17px;	
	background-color: #dcdcdc;
	border: 1px solid #DDD;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	background-image: url(images/videoBgr.jpg);
	background-position: center left;
	background-repeat: repeat-x;
	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);	
	
}*/
/*
#sidebarLeft.section ul.entity li a:visited {
	color: #595959;	
}

#sidebarLeft.section ul.entity li a:visited span {
	background-image: url(images/bulletVisited.png);
}*/



/*= Sidebar Right
-------------------------------------------------------------- */
#sidebarRight {
	background-color: #fff;
	padding: 7px 10px 10px 10px;
/*	border-left: 1px solid #666666;	*/
	float: right;
}

#sidebarRight h2.mainTitle {
	padding: 0 0 6px 0;
	margin: 0 0 15px 0;
	border-bottom: 1px solid #3B3B3B;
}

#sidebarRight li {
	list-style: none;
	padding: 5px 10px;
}
#content #sidebarRight li {
	list-style: none;	
}
#sidebarRight li a {
	color: #000;
}

#sidebarRight h3 {
	font-size: 14px;
}

#content.entity {
/*	border-right: 1px solid #666666;	*/
}
#sidebarRight.entity {
	border: none;
}
#sidebarRight.entity  .spacer {
	height: 20px;
}

/*
#sidebarRight.section {
	padding-top: 15px;	
}*/

/*= Content
-------------------------------------------------------------- */

#content h1.pageTitle {
	padding: 0 0 6px 0;
	margin: 0 0 15px 0;
	border-bottom: 1px solid #3B3B3B;
}

#content h3 {
	margin: 20px 0 5px 0;	
}

#content h4, #content h5, #content h6 {
	margin: 20px 0 15px 0;	
}

#content ul, #content ol {
	padding: 2px 0 5px 30px;
	list-style: square;
}

#content ul li {
	list-style-image: url(images/bulletSmall.png);		
	line-height: 1.4;
	padding: 5px 0;
}
#content ol li {
	list-style: decimal;
}

.tabcontent li {
	line-height: 1.4;
	padding: 5px 0;
}

#content a {
	font-weight: bold;	
}

#content ol {
	list-style: decimal;
}

#content table, #content table tr, #content table tr td {
	vertical-align: top;
	margin: 0;
	padding: 0;
	text-align: left;
}
#content table tr td a, #content table tr td img {
	margin: 0;
	padding: 0;
}
#content table tr td img {
	margin: 0 0 15px 0;
}

#content .sitemap h2 {
	margin: 15px 0 5px 0;	
}
#content .sitemap ul ul {
	padding: 2px 0 0 30px;
}

/*= 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 #d1d1d1;
	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: #0a0a0a;
	border: 1px solid #444444;
	color: #FFF;
	font-weight: bold;
	background-image: url(images/tabOn.jpg);
}

body.page-id-1827 ul#tabNavigation li {
	font-size: 11px;	
}

.tabcontent {
	min-height: 240px;	
}

.scrolling {
	margin: 0 0 5px 0;
	position:relative;
}
.tall .tabcontentouter {
	height: 240px;
	overflow: hidden;
	margin-bottom: 5px;
	padding-bottom: 10px;
}

#content.centre.withparent .tall .tabcontentouter {
	height: 190px;	
}

.scrolling 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;	
}
.scrolling a.readmore:hover {
	background-image: url(images/read-more-bgr-on.jpg);
}

#content.centre .scrolling a.readmore {
	background-image: url(images/read-more-bgr-c.jpg);
}
#content.centre .scrolling a.readmore:hover {
	background-image: url(images/read-more-bgr-on-c.jpg);
}

.scrolling 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;
}
.scrolling a.readmore:hover span {
	background-color: #404040;
	border: 1px solid #333333;
	border-top: none;
	color: #FFF;
	/*font-weight: bold;*/
	background-image: url(images/tabOn.jpg);
}


.menu-items {
	padding: 10px 0 20px 0;	
}
.menu-items h2 {
	margin: 0 0 10px 0;	
}
.menu-items a.tab, .menu-items a.innertab {
	background-color: #bfbfbf;
	border: 1px solid #444444;
	background-image: url(images/tabOff.jpg);
	background-position: 0 0;
	background-repeat: repeat-x;
	display: block;
	padding: 5px 10px;
	width: auto;
	margin: 0 auto 3px auto;
	text-align: left;
	font-size: 11px;
	border-radius: 9px;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;	
	color: #444;
}
.menu-items a.tab span, .menu-items a.innertab span {
	float: right;	
	color: #999;
	font-size: 11px;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.7);
}

.menu-items a.tab.on, .menu-items a.innertab.on {
	background-color: #404040;
	border: 1px solid #0a0a0a;
	color: #FFF;
	font-weight: bold;
	background-image: url(images/tabOn.jpg);
}
.menu-items a.hasContent {
	font-weight: bold;	
}


.menu-items .block_content, .menu-items .block_innercontent {
	border-radius: 9px;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;	
	border: 1px solid #cbc5c5;
	padding: 5px 10px;
	font-size: 11px;
	line-height: 1.3;
	margin-bottom: 3px;
}
.menu-items .block_content p {
	font-size: 11px;
	line-height: 13px;
}
.menu-items .block_content p:first-child {
	margin-top: 0;	
}

.menu-items .featuredBlock {
	clear: both;
	border-radius: 9px;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;	
	margin: 0 0 6px 0;
	border: 1px solid #444444;
	padding: 0;
	background-color: #404040;
	background-image: url(../images/headerBgr.jpg);
	background-position: top left;
	background-repeat: repeat-x;
}
#sidebarLeft.section .menu-items .featuredBlock h2 {
	font-size: 13px;
	line-height: 1;
	margin: 0;	
	background-color: #373738;
	background-image: url(images/thBgr.jpg);
	background-position: 0 0;
	background-repeat: repeat-x;
	border-bottom: 1px solid #707070;	
	color: #FFF;
	font-weight: bold;
	padding: 10px;
	text-shadow: 1px 1px 1px rgba(52,99,204,0.3);
}
.menu-items .featuredBlock img {
}

/*  Beginning of Yearbook Box on country pages */

.testp{
	font-style: italic;
}

.ybboxwrap{
	margin: 0;
	margin-top: 20px;
	padding: 0;
	width: 640px;
	min-height: 240px;
	border: 5px solid #eee;
	border-radius: 15px;
	background-color: #eee;
}


.ybbox{
	width: 440px;
	min-height: 60px;
	padding: 10px;
	float: left;

}

.ybbox h2, h3{
	margin: 0;
	font-family: Verdana, sans-serif;
	color: #1A1A1A;
}

.ybbox h2{
	font-size: 18pt;
	font-weight: bold;
}

.ybbox h3{
	font-size: 13pt;
	font-weight: bold;
	margin: 0;
}

.ybbox p{
	font-size: 10pt;
	margin: 0;
}

.ybboxlist{
	padding: 10px;
}

.ybbox span{
	margin-top: 5px;
	float: left;
	
}

.ybbox span a{
	padding: 15px 20px 15px 20px;
	margin-right: 20px;
	display: block;
	font-size: 11pt;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	border-radius: 10px;
	background: #454545; /* For browsers that do not support gradients */
    	background: -webkit-linear-gradient(#454545, #1A1A1A); /* For Safari 5.1 to 6.0 */
    	background: -o-linear-gradient(#454545, #1A1A1A); /* For Opera 11.1 to 12.0 */
    	background: -moz-linear-gradient(#454545, #1A1A1A); /* For Firefox 3.6 to 15 */
    	background: linear-gradient(#454545, #1A1A1A); /* Standard syntax */;
}

.ybbox span a:hover{
	background: #666666; /* For browsers that do not support gradients */
    	background: -webkit-linear-gradient(#666666, #454545); /* For Safari 5.1 to 6.0 */
    	background: -o-linear-gradient(#666666, #454545); /* For Opera 11.1 to 12.0 */
    	background: -moz-linear-gradient(#666666, #454545); /* For Firefox 3.6 to 15 */
    	background: linear-gradient(#666666, #454545); /* Standard syntax */
}

.ybimage{
	width: 150px;
	float: right;
	padding: 10px;
}

.ybimage img{
	width: 100%;
}

.ybimage a{
	border: none;
}

/* End of Yearbook Box on Country Pages*/



/*= Footer
-------------------------------------------------------------- */
#footer {
	padding: 10px 0 0 0;
	font-size: 12px;
	color: #777;
	text-align: right;
}

#network {
	padding: 10px 0;
	width: 100%;
	clear: both;
	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;
	line-height: 16px;
}

#footer .copyright {
	text-align: left;
	width: 100%;
	display: block;	
	clear: both;
}

#site-info {
	padding: 10px 0;
	width: 275px;
	float: right;
}
#site-info p {
	font-size: 12px;
	margin: 0;	
}



/*= Home only
-------------------------------------------------------------- */

#tagline {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;	
	color: #1A1A1A;
	line-height: 1;
	margin: 15px 0 20px 0;
	padding: 0;	
}

#mapbox {
	width: 725px;
	float: left;
}
#mapbox h3 {
	background-color: #373738;
	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 #c1c1c1;
	border-bottom: none;
	margin: 0;
}
#mapimage {
	border: 1px solid #c1c1c1;
	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: #000000;	
}

/*


#mapbox {
	width: 725px;
	float: left;
}
#mapbox h3 {
	background-color: #373738;
	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 #666666;
	border-bottom: none;
	margin: 0;
}
#mapimage, #flashContent {
	border: 1px solid #666666;
	width: 723px;
	height: 380px;
	overflow: hidden;
	background-image: url(images/mapbgr.jpg);
	position: relative;
}
#flashContent {
	background-image: none;	
}
*/


#slider {
	width: 972px;
	height: 275px;
	display: block;
	/*
	overflow: hidden;*/
	margin: 0 0 20px 0;
	/*
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	*/
}
#captions {
	color: #444444;	
	/*
	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: 225px;
	float: left;
	padding: 10px;
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	postition: relative;
	background-color: #dcdcdc;
	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;
}

#boxes .box img {
	float: right;
	margin: 0 0 5px 5px;
}

#boxes .box p, #about p {
	font-size: 11px;	
}

#boxes .box .copy {
	padding: 0 0 20px 0;
	position: relative;
	min-height: 130px;
}
#boxes .box.full .copy {
	padding: 0 0 40px 0;
	min-height: 110px;
}

#boxes .box form {
	width: 206px;
	position: absolute;
	bottom: 0;
	left: 0;
}
#boxes .box select {
	width: 206px;
}

#about { 
	min-height: 393px;
	float: right;
}


/*= Flags table
-------------------------------------------------------------- */
table.flags {
	width: 100%;
	border: 1px solid #666666;	
	margin: 15px 0;
	background-color: #f7f7f7;
}

table.flags th {
	background-color: #373738;
	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 #666666;	
	text-shadow: 1px 1px 1px rgba(52,99,204,0.3);
	/*
	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;*/
}
table.flags tr.spacer td {
	height: 20px;
}
#content table.flags td {
	width: 195px;
	padding: 1px 10px 1px 20px;
}
table.flags td.l {
}
table.flags td.r {
}
table.flags img {
	float: left;
	margin: 0;	
}
table.flags span {
	float: left;
	display: block;
	width: 150px;
	margin: 0 0 0 10px;
}


/*= Entities table
-------------------------------------------------------------- */
table.entities {
	width: 675px;
	border: 1px solid #dddddd;	
	margin: 15px 0;
}
#content.centre table.entities {
	width: 454px;	
}

#content table.entities th {
	background-color: #373738;
	background-image: url(images/thBgr.jpg);
	background-position: 0 0;
	background-repeat: repeat-x;
	border-bottom: 1px solid #707070;	
	color: #FFF;
	font-weight: bold;
	padding: 10px;
	/*
	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;*/
	text-shadow: 1px 1px 1px rgba(52,99,204,0.3);
}
#content table.entities tr td.l {
	/*
	border-left: 1px solid #666666;*/
}
#content table.entities tr td.r {
	/*border-right: 1px solid #666666;*/
	width: 100px;
}

#content table.entities tr td {
	padding: 10px 7px 10px 12px;
	background-color: #fafafa;
	font-size: 11px;
}
#content table.entities tr.alt td {
	background-color: #f4f4f4;
}
#content table.entities tr td a, #content #tableListings li a {
	color: #444;
	font-weight: bold;
	margin: 0;
	padding: 0;
	font-size: 11px;
}
#content table.entities a:hover {
	color: #3B3B3B;
}
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); }

/* Amend for sections */

#content #section-entities, #content #tableListings {
	border: 1px solid #1F1F1F;
	width: 454px;
}

#content #section-entities th, #content #tableListings h2 {
	background-color: #373738;
	background-image: url(images/thBgr.jpg);
	background-position: 0 0;
	background-repeat: repeat-x;
	border-bottom: 1px solid #1F1F1F;	
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	padding: 10px;
	text-shadow: 1px 1px 1px rgba(52,99,204,0.3);
}

#content #section-entities tr td, #content #tableListings li {
	background-color: #404040;
	border-bottom: 1px solid #6B6B6B;
	border-top: 1px solid #1C1C1C;
}
#content #section-entities tr.alt td {
	background-color: #373738;
}

#content #section-entities tr td a, #content #tableListings li a {
	color: #ececec;
	display: block;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}
#content #section-entities tr td a:hover, #content #tableListings li a:hover {
	color: #FFF;	
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);	
}

#content #section-entities tr:hover td, #content #tableListings li:hover {
	background-color: #303030;
}

#content #section-entities .iconweb { background-image: url(images/iconwebW.png); }

#content #tableListings h2 {
	margin: 0;	
}
#content #tableListings ul {
	list-style: none;
	padding: 0;
	margin: 0;	
}
#content #tableListings li {
	list-style: none;
	padding: 10px;
	margin: 0;	
}


div.entitybox {
	border: 1px solid #666666;
	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: #1A1A1A;
}

#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;
	/*
	background-image: url(images/videoBgr.jpg);
	background-position: top left;
	background-repeat: repeat-x;*/
	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.featured {
	background-image: url(images/videoBgr.jpg);
	background-position: bottom left;
	background-repeat: repeat-x;
}


div.partner:hover {
	/*
	background-image: url(images/videoBgrOn.jpg);*/
}

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.partnerCatprivate {
	color: #ff3333;
	border-bottom: 1px solid #ff3333;
}
#content.private h1 {
	color: #ff3333;
}

div.partner span.desc {
	font-size: 11px;
	/*
	border: 1px solid #dddddd;
	background-color: #fff;*/
	display: block;
	padding: 5px;
	/*
	box-shadow: inset 1px 1px 2px rgba(0,0,0,0.05);
	-moz-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.05);
	-webkit-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.05);	*/
}
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;
}
div.partner.featured span.desc .thumb {
	background-color: #fff;
	border: 1px solid #ececec;
}

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 h3 {
	font-size: 14px;
	margin: 0 0 4px 0;
}
div.organisationEntry .copy {
	float: right;
	width: 400px;
}

/* 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;
}


/* =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:#444444;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:8;
	font-weight: normal;
	font-size: 15px;
}
.nivo-caption p {
	color:#444444;
	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: #666666;
	font-weight: normal;
	font-size: 12px;
}

.contactForm .row {
	clear: both;
}
.contactForm .row label {
	width: 200px;
	float: left;
	display: block;
	margin: 0 20px 0 0;
	color: #000000;
}
.contactForm .row label.wide {
	width: auto;
	float: none;
}
.contactForm .row input[type=text], .contactForm .row input[type=email] {
	width: 200px;
	float: left;
	border: 1px solid #dcdcdc;
	background-color: #FAFAFA;
	padding: 3px;
	margin: 0 0 10px 0;
}
.contactForm .row input[type=checkbox], .row #optout {
	margin: 0 5px 0 0;
	padding: 0;
	float: left;
	width: 13px;
	height: 13px;
}
.contactForm .row select {
	width: 200px;
	float: left;
	border: 1px solid #dcdcdc;
	background-color: #FAFAFA;
	padding: 3px;
	margin: 0 0 10px 0;
}
.contactForm .row textarea {
	width: 200px;
	float: left;
	border: 1px solid #dcdcdc;
	background-color: #FAFAFA;
	padding: 3px;
	margin: 0 0 10px 0;
}


.contactForm .row input[type=submit], .contactForm .submit input {
	border: none;
	background: none;
	background-color: #474747;
	color: #FAFAFA;
	padding: 5px 10px;
	/*border: 1px solid #9d9c2b;*/
	border-radius: 9px;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;			
	font-size: 13px;
}
.contactForm .row input[type=submit].right {
	float: right;
}
.contactForm .row input[type=submit]:hover {
	background-color: #666666;
	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;
}

.contactForm .country-rows, .contactForm .sector-rows {
	clear: both;
	padding: 10px 0;
}
.contactForm .section {
	width: auto;
	border: 1px solid #ececec;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 6px;
	color: #444;
	line-height: 1;
	background-color: #fafafa;
	margin: 0 0 10px 0;	
}
.contactForm .section select {
	margin: 0 5px 0 0;
}

body .contactForm .sector-rows span.wpcf7-list-item,
body .contactForm .country-rows span.wpcf7-list-item {
	display: block !important;
}

/*
body .contactForm .country-rows .block.hidden {
	display: none;	
}*/



/* BuddyPress */
#main.buddypress #content {
	/*
	background-image: url(images/ww-banner.png);
	background-position: top right;
	background-repeat: no-repeat;
	padding-top: 83px;
	*/
}


#sidebarLeftOuter .content {
	padding: 1px 10px;	
}

body.registration #main {
	background: none;	
}
body.registration #content {
	width: 900px;
	float: none;
}

body.bp-user #content #item-nav #object-nav ul li {
	list-style: none;
	padding: 0;
	margin: 0;
}

body.bp-user #content {
	position: relative;	
}

#content ul.button-nav {
	list-style: none;
	padding: 0;
	margin: 0;
}
#content ul.button-nav li {
	list-style: none;
	padding: 0;
	margin: 0;
	line-height: 32px;
}
#content ul.button-nav li a {
	line-height: 32px;
	display: block;
	width: 337px;
}

#content #profileTabs li.current a {
	background: none;
	background-color: #212121;
	color: #fff;	
}

#profileContent {
	clear: both;
	background-color: #fcfcfc;
	border: 1px solid #ddd;
	padding: 10px;
}

#subnav {
	/*
	position: absolute;
	top: 0;
	right: 0;*/
	margin: 0;
	background-color: #fafafa;
}
#content #subnav ul {
	list-style: none;
	padding: 0;
	margin: 0 0 0 0;
}
#content #subnav li {
	list-style: none;
	padding: 0;
	margin: 0;
}
#content div#subnav.item-list-tabs {
	margin: 0 0 20px 0;	
}
#content div#item-header div#item-header-content {
	float: left;
	margin: 0 0 0 0;
}
#content div#item-header h2 a {
	color: #141414;
}

/* List tabs */

#content div.item-list-tabs ul {
	list-style: none;
	padding: 0;
	margin: 0 0 0 0;
}
#content div.item-list-tabs ul li {
	list-style: none;
}

#content div.item-list-tabs ul li a span {
	background-color: #000;	
}

/* Item lists */
#content ul.item-list {
	list-style: none;
	padding: 0;
	margin: 0 0 0 0;
}
#content ul.item-list li {
	list-style: none;
	padding: 10px 0;
	margin: 0 0 10px 0;
}

/* Form missing submit */
#content #whats-new-form h5 {
	clear: none;	
}
#content #whats-new-content {
	width: auto;	
}
#content #whats-new-options {
	overflow: visible;
}
#content .activity-type-tabs {
	clear: both;	
}
#content #whats-new-submit {
	margin-bottom: 10px;	
}


/* Remove over extension on width */
#content div.item-list-tabs, #content .padder div.pagination {
	margin-left: 0;
	margin-right: 0;	
}
#content ul.item-list {
	width: auto;	
}

#content .profile {
	padding-top: 20px;	
}

/* Visibility */
.field-visibility-settings-notoggle {
	color: #AAA;
	font-size: 10px;	
}
#content .standard-form p.description {
	font-size: 13px;	
	color: #474747;
	line-height: 1.3;
	margin-bottom: 15px;
}


/* Admin bar */
html #wp-admin-bar-wp-logo, html #wp-admin-bar-search {
	display: none;	
}
html #wp-admin-bar-site-name a {
	display: none !important;
}
html #wp-admin-bar-site-name .ab-sub-wrapper {
	display: none;	
}

#adminDash, #adminNexus {
	position: absolute;
	top: 28px;
	left: 10px;
	border: 1px solid #141414;
	border-top: none;
	font-size: 11px;
	display: block;
	text-align: center;
	width: 80px;
	height: 26px;
	line-height: 26px;
	background: #ffdb00;
	background: -moz-linear-gradient(top,  #ffdb00 0%, #ffbd00 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffdb00), color-stop(100%,#ffbd00));
	background: -webkit-linear-gradient(top,  #ffdb00 0%,#ffbd00 100%);
	background: -o-linear-gradient(top,  #ffdb00 0%,#ffbd00 100%);
	background: -ms-linear-gradient(top,  #ffdb00 0%,#ffbd00 100%);
	background: linear-gradient(to bottom,  #ffdb00 0%,#ffbd00 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdb00', endColorstr='#ffbd00',GradientType=0 );
	border-bottom-left-radius: 6px;
	-webkit-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-right-radius: 6px;
	-webkit-border-radius-bottomright: 6px;
	-moz-border-radius-bottomright: 6px;
	color: #0D0D0D;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.5);
	-webkit-box-shadow: inset 0px 0px 2px #ffda03, 0px 0px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: inset 0px 0px 2px #ffda03, 0px 0px 2px rgba(0,0,0,0.2);
	box-shadow: inset 0px 0px 2px #ffda03, 0px 0px 2px rgba(0,0,0,0.2);
}
#adminNexus {
	left: 93px;
}

#adminDash:hover, #adminNexus:hover {
	color: #ffbd00;
	background: #0a0a0a;
	background: -moz-linear-gradient(top,  #444444 0%, #0a0a0a 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#444444), color-stop(100%,#0a0a0a));
	background: -webkit-linear-gradient(top,  #444444 0%,#0a0a0a 100%);
	background: -o-linear-gradient(top,  #444444 0%,#0a0a0a 100%);
	background: -ms-linear-gradient(top,  #444444 0%,#0a0a0a 100%);
	background: linear-gradient(to bottom,  #444444 0%,#0a0a0a 100%);
	-webkit-box-shadow: inset 0px 0px 4px rgba(0,0,0,0.3), 0px 0px 2px rgba(0,0,0,0.6);
	-moz-box-shadow: inset 0px 0px 4px rgba(0,0,0,0.3), 0px 0px 2px rgba(0,0,0,0.6);
	box-shadow: inset 0px 0px 4px rgba(0,0,0,0.3), 0px 0px 2px rgba(0,0,0,0.6);
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}


#lookingFor {
	position: absolute;
	top: 74px;
	right: 5px;
	border: 1px solid #141414;
	font-size: 12px;
	display: inline-block;
	padding: 8px;
	text-align: left;
	max-width: 252px;
	line-height: 12px;
	font-weight: bold;
	background: #ffae00;
	background: -moz-linear-gradient(-45deg,  #ffae00 0%, #ff8e0b 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#ffae00), color-stop(100%,#ff8e0b));
	background: -webkit-linear-gradient(-45deg,  #ffae00 0%,#ff8e0b 100%);
	background: -o-linear-gradient(-45deg,  #ffae00 0%,#ff8e0b 100%);
	background: -ms-linear-gradient(-45deg,  #ffae00 0%,#ff8e0b 100%);
	background: linear-gradient(135deg,  #ffae00 0%,#ff8e0b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffae00', endColorstr='#ff8e0b',GradientType=1 );
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	color: #0D0D0D;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.5);
	-webkit-box-shadow: inset 0px 0px 2px #ffda03, 0px 0px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: inset 0px 0px 2px #ffda03, 0px 0px 2px rgba(0,0,0,0.2);
	box-shadow: inset 0px 0px 2px #ffda03, 0px 0px 2px rgba(0,0,0,0.2);
}

#lookingFor:hover {
	color: #ffbd00;
	background: #0a0a0a;
	background: -moz-linear-gradient(top,  #444444 0%, #0a0a0a 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#444444), color-stop(100%,#0a0a0a));
	background: -webkit-linear-gradient(top,  #444444 0%,#0a0a0a 100%);
	background: -o-linear-gradient(top,  #444444 0%,#0a0a0a 100%);
	background: -ms-linear-gradient(top,  #444444 0%,#0a0a0a 100%);
	background: linear-gradient(to bottom,  #444444 0%,#0a0a0a 100%);
	-webkit-box-shadow: inset 0px 0px 4px rgba(0,0,0,0.3), 0px 0px 2px rgba(0,0,0,0.6);
	-moz-box-shadow: inset 0px 0px 4px rgba(0,0,0,0.3), 0px 0px 2px rgba(0,0,0,0.6);
	box-shadow: inset 0px 0px 4px rgba(0,0,0,0.3), 0px 0px 2px rgba(0,0,0,0.6);
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}



/* =Ecommerce
-------------------------------------------------------------- */

#product_block {
	width: 100%;	
}

#product_block .product {
	width: 350px;
	float: left;
	padding: 15px 0;
}
#product_block .product.col1 {
	clear: both;
}
#product_block .product.col2 {
	float: right;
}

#product_block .thumb {
	width: 155px;
	float: left;	
}
#product_block .holder {
	width: 180px;
	float: right;
}

#product_block .product h3 {
	margin-top: 0;	
}
#product_block .product p.price {
	font-weight: bold;
}
#product_block .product p.qty input {
	padding: 5px;
	border: 1px solid #ececec;
}

#product_block .product p.info {
	font-size: 10px;
	color: #666;
}

#postage_block {
	margin: 0 0 15px 0;	
}

#checkout_block p.calc {
	width: 25%;
	float: left;	
}
#checkout_block p.checkout {
	text-align: right;
	width: 75%;
	float: right;	
}

#checkout_block p.address {
	font-size: 11px;
	width: 350px;
	float: left;
}
#checkout_block p.cards {
	text-align: right;
	font-size: 11px;
	width: 370px;
	float: right;
}
#checkout_block p.legal {
	font-size: 11px;
}

/*= Blog
-------------------------------------------------------------- */

#main.blog #sidebarLeft h2.title a:link,
#main.blog #sidebarLeft h2.title a:visited {
	color: #fff;
}
#main.blog #sidebarLeft h2.title a:hover,
#main.blog #sidebarLeft h2.title a:active {
	color: #fafafa;
}

#main.blog #sidebarLeft h3 {
	margin: 0;
	padding: 10px 12px 10px 12px;
	font-weight: bold;
	font-size: 13px;
	border-bottom: 2px solid #1A1A1A; /* #ccc */
}
#main.blog #sidebarLeft select {
	margin: 10px 12px;
	border-bottom: 1px solid #ccc;
	padding: 5px;
	border: 1px solid #ccc;
	width: auto;
	display: block; 
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


/*= 2020 patches
-------------------------------------------------------------- */
body a.addtoany_share img {
	width: 32px;
}
