/* @override 
	http://ictsd.dev/wp-content/themes/ictsd/styles/style.css
	http://ictsd.net/wp-content/themes/ictsd/styles/style.css
*/

/* @group Reset */

/*  28 July 2008                               */
/*  NB: Eric Meyer has updated the reset file  */
/*  http://meyerweb.com/eric/tools/css/reset/  */
/*  to remove quote control and default        */ 
/*  typographic inheritance                    */
/*  v1.0 | 20080212                            */


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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* remember to define focus styles! */

:focus
{
	outline: 0;
}

body
{
	line-height: 1;
	color: black;
	background: white;
}

ol, ul
{
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */

table
{
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td
{
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after
{
	content: "";
}

blockquote, q
{
	quotes: "" "";
}

/* @end */








/* @group Pane */

body
{
	background-color: #eee;
}

#pane, #pane_left, #pane_right, .columns
{
	width: 80em;
}

#pane
{
	background-color: #fff;
	overflow: hidden;
}

#pane_left
{
	margin-right: auto;
	margin-left: auto;
	padding-left: 1.4em;
	padding-right: 1.4em;
	background: url(../images/leftshadow.png) repeat-y;
}

#pane_left
{
	font-size: 0.75em;
}

#pane_right
{
	padding-right: 1em;
	background: url(../images/rightshadow.png) repeat-y 79.7em;
}

/* @end */

/* @group Colours and Shadows */

.one
{
	background-color: #fefefe;
}

.two
{
	background-color: #fafafa;
}

.columns th, #banner, #pane_container, #header_block, #content_title, #navigation
{
	background-image: url(../images/dropshadow.png);
	background-position: 0 -5px;
	background-repeat: repeat-x;
} 

.periodicals-list .columns th
{
	background-image: none;
}

#pane_container
{
	background-attachment: fixed;
}

#header_bar
{
	background-color: #ebebeb;
}

#banner
{
	background-color: #fff;
}

/* @end */

/* @group Links */

a, #navigation td li a:hover
{
	color: #003f83;
	font-weight: bold;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

#banner #homepage_tv a
{
	color: #ff7a00;
}

.listing h3 a, .listing label a
{
	font-weight: bold;
	text-decoration: none;
	color: #222;
}

h1 a
{
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

.rtl h1
{
	direction: rtl;
	width:  20em;
}

.rtl #content_inner p
{
	direction: rtl;font-size:125%;
}

.rtl #content_inner p.discussion_note, .rtl #content_inner p#discussion_prompt, .rtl #content_inner p#loggedin, .rtl #content_inner form p
{
	direction: ltr;
}

h1 a:hover
{
	text-decoration: underline;
}

h1 a, #series_nav a, h1
{
	color: #222;
}

.readmore
{
	margin-top: 0.7em;
}

.application_pdf
{
	background-image: url(/wp-content/themes/ictsd/images/icons/page_white_acrobat.png);
}

.text_html
{
	background-image: url(/wp-content/themes/ictsd/images/icons/world.png);
}

.application_vnd_ms-powerpoint
{
	background-image: url(/wp-content/themes/ictsd/images/icons/page_white_powerpoint.png);
}

.application_vnd_ms-excel
{
	background-image: url(/wp-content/themes/ictsd/images/icons/page_white_excel.png);
}

.application_vnd_ms-word, .application_msword
{
	background-image: url(/wp-content/themes/ictsd/images/icons/page_white_word.png);
}


.text_plain
{
	background-image: url(/wp-content/themes/ictsd/images/icons/page_white_text.png);
}

.document
{
	background-image: url(/wp-content/themes/ictsd/images/icons/page_white.png);
}


.application_pdf, .text_html, .application_vnd_ms-powerpoint, .application_vnd_ms-excel, .text_plain, .application_vnd_ms-word, .application_msword, .document
{
	background-repeat: no-repeat;
	padding-left: 24px;
	background-position: left center;
}

#content p#discussion_prompt, a.downloadlink
{
	border: 1px solid #ccc;
}

a.downloadlink
{
	background-position: 4px center;
	margin: 0;
	display: block;
	padding: 0.3em 0.5em 0.3em 24px;
	line-height: normal;
	text-decoration: none;
}

a.downloadlink:hover
{
	background-image: url(/wp-content/themes/ictsd/images/icons/arrow_down.png);
}

.downloadlink .label
{
	display: block;
}

.downloadlink .filetype, .downloadlink .filesize, .downloadlink .bullet
{
	color: #666;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
}

.pdfversion
{
	padding-left: 20px;
	background: url(/wp-content/themes/ictsd/images/icons/page_white_acrobat.png) no-repeat left center;
	padding-top: 2px;
	padding-bottom: 2px;
}

/* @end */

/* @group Typography */

body, .listing h3, .listing .excerpt
{
	font: 90% "Lucida Grande", Verdana, sans-serif;
}

em
{
	font-style: italic;
}

#homepage .columns td.column-1 li a, #header, h1, h2, #series_nav, #listing_magazine, #banner .youtube ul li a
{
	font-family: Helvetica, Arial;

}

#header p#ictsd
{
	float: left;
}

#header p#ictsd a, #header p#ictsd span
{
	display: block;
	text-indent: -1000em;
	width: 94px;
	padding-right: 1em;
	height: 50px;
	background: url(/wp-content/themes/ictsd/images/ICTSD.png) no-repeat left top;
}

#header p#ictsdname
{
	float: left;
	font-family: "Myriad Pro";
	padding-top: 0.5em;
	text-shadow: #292929 1px 1px 2px;
}

#header p#ictsdname span, #header p#ictsdname a
{
	font-size: 2em;
	background-color: transparent;
	color: #fff;
	text-decoration: none;
	line-height: 100%;
	font-weight: normal;
	font-style: normal;
}

#header p#ictsdname a.localised_ictsdname
{
	font-size: 1.5em;
	padding-top: 0;
	display: block;
	line-height: 150%;
	margin-top: -0.2em;
}

#header p#ictsdname a.localised_ictsdname span.sub_ictsdname
{
	font-size: 1.5em;
	display: block;
}


#content, #recommended_results
{
}

#content h1
{
	color: #222;
	font-size: 2.2em;
	background-color: transparent;
	padding: 0;
	margin-bottom: 0.8em;
}

#series_nav h2
{
	font-weight: bold;
	font-size: 1.6em;
	color: #222;
	margin-top: 0.3em;
	margin-bottom: 0.3em;
}

/*#content h1, #series_nav, .subscribe
{
	margin-left: 1px;
}*/


#header_block h1
{
	font-size: 2.5em;
}


#content p#metadata
{
	color: #666;
	margin-top: 0;
	margin-bottom: 1.6em;
}

h2
{
	font-size: 1.3em;
	font-weight: bold;
	margin-top: 1.4em;
	margin-bottom: 0.7em;
}

#content p, #recommended_results p, #content blockquote
{
	margin-bottom: 1.6em;
	margin-top: 0;
	line-height: 180%;
	text-align: justify;
}

#sidebar p
{
	text-align: left;
}

#content blockquote
{
	text-indent: 1em;
	color: #444;
	font: italic 1.2em Georgia, serif;
}

pre
{
	font: 0.8em Monaco, "Andale Mono";
}

strong
{
	font-weight: bold;
}

.warning, .stop, .note
{
	background-repeat: no-repeat;
	padding-left: 24px;
	background-position: left center;
}

.warning
{
	background-image: url(/wp-content/themes/ictsd/images/icons/error.png);
}

.stop
{
	background-image: url(/wp-content/themes/ictsd/images/icons/exclamation.png);
}

.note
{
	background-image: url(/wp-content/themes/ictsd/images/icons/information.png);
}

form input
{
	font-size: 1em;
}

#homepage .columns td.column-1 li a, #banner h2, .listing_title
{
	font-family: Georgia, "Times New Roman", Times, serif;
}

/* @end */

/* @group Lists */

#content ul, #content ol
{
	margin-bottom: 1.2em;
	line-height: normal;
	padding-left: 1.8em;
}

#content li
{
	list-style-position: outside;
	margin-top: 0.6em;
	margin-bottom: 0.6em;
}

#content ul li
{
	list-style-type: square;
}

#content ol li
{
	list-style-type: decimal;
}



/* @end */

/* @group Language */

#language_select
{
	background-color: #333;
	border-bottom: 1px solid #666;
}

#language_select_inner
{
	margin-left: 1em;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
	color: #fff;
	text-align: left;
}

#language_select span.lang_label
{
	padding-left: 1em;
	border-right: none;
}

#language_select span
{
	padding-right: 0.5em;
	padding-left: 0.5em;
	border-right: 1px solid #aaa;
}

#language_select span.lastone
{
	padding-right: 1em;
	border-right: none;
}

#language_select a
{
	color: #ccc;
}

/* @end */

/* @group Header */

#header
{
	color: #fff;
	background-color: #22426b;
}

#header_inner
{
	padding: 0.7em 1em;
	margin-right: auto;
	margin-left: auto;
	background: url(../images/fade.png) repeat-y right center;
}

#searchbox
{
	float: right;
	margin-top: 8px;
}

form#searchbox input#submit
{
	margin-left: 0.3em;
	font-size: 1em;
}

#searchbox p
{
	line-height: 100%;
	margin-bottom: 0.2em;
	text-shadow: #292929 1px 1px 1px;
}

#searchbox a
{
	color: #fff;
	text-decoration: none;
	margin-left: 0.3em;
	margin-right: 0.3em;
}

#searchbox a:hover
{
	background-color: transparent;
	text-decoration: underline;
}

body
{
	margin-bottom: 0;
}

#editlink a
{
	width: 25px;
	height: 25px;
	display: block;
	text-indent: -1000em;
	background: url(../images/dropshadow.png) repeat-x fixed 0 -50px;
}

#editlink
{
	float: right;
}

/* @end */

/* @group Clearfix */

.clearfix:after
{
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix
{
	display: inline-block;
}

/* Hides from IE-mac \*/

* html .clearfix
{
	height: 1%;
}

.clearfix
{
	display: block;
}

/* End hide from IE-mac */

/* @end */

/* @group Navigation */

#navigation
{
	line-height: normal;
	background-color: #ccc;
}

#navigation_inner
{
	margin-left: auto;
	margin-right: auto;
	/*border-left: 1px solid #999;
	border-right: 1px solid #999;*/
}

#navigation table
{
	border: none;
	padding: 0;
	border-collapse: collapse;
}

#navigation td
{
	margin: 0;
	padding: 0;
	border-right: 0.1em solid #999;
	height: 100%;
	vertical-align: middle;
}

#navigation td a.nav_head
{
	border-bottom: none;
	display: block;
	font-size: 1.1em;
	text-align: center;
	font-weight: bold;
	background: url(/wp-content/themes/ictsd/images/menu_arrow.png) no-repeat right center;
	padding: 0.5em 1.8em 0.5em 1em;
}

#navigation td a.nav_head#nav_home
{
	background-image: none;
	padding: 0.5em 1em 0.5em 1em;
}

#navigation td#indicators_link a.nav_head
{
	background-image: url(/wp-content/themes/ictsd/images/external_arrow.png);
}

#navigation td a.nav_head:hover
{
	background-color: #999;
	color: #fff;
	text-decoration: none;
	background-image: url(/wp-content/themes/ictsd/images/menu_arrow_white.png);
}

#navigation td#indicators_link a.nav_head:hover
{
	background-image: url(/wp-content/themes/ictsd/images/external_arrow_white.png);
}


#navigation .submenu
{
	width: 100%;
	position: relative;
	z-index: 99999;
}

/*#navigation .submenu_inner
{
	background-color: #e2ebf7;
	border: 1px solid #999;
	z-index: 99999999999999999999999999999999999999;
	margin-left: -1px;
	margin-right: -1px;
}*/

#navigation .submenu_inner
{
	/* background-color: #999; */
	background: url(../images/semi-dot.png) repeat;
	border: 1px solid #999;
	z-index: 99999999999999999999999999999999999999;
	margin-left: -1px;
	margin-right: -1px;
}

/*
*html #navigation .submenu_inner {
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='semi-dot.png', sizingMethod='scale');
}
*/


#navigation .submenu#tvmenu .submenu_inner
{
	background-color: #555;
}

#navigation .submenu#tvmenu .submenu_inner a:hover
{
	background-color: #777;
}

#navigation .submenu#tvmenu .submenu_inner img
{
	margin-bottom: 0.4em;
}

#navigation .submenu#tvmenu .submenu_inner a .menu_date
{
	color: #ccc;
	display: block;
	font-size: 0.9em;
	margin-bottom: 0.1em;
}
  
#navigation .submenu#tvmenu .nav_description
{
	color: #ddd;
}   


#navigation .submenu_shadow
{
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/dropshadow.png);
	background-position: 0 bottom;
	background-repeat: repeat-x;
	padding-bottom: 15px;
	width:  80em;
}

/*.nav_description
{
	font-weight: bold;
	color: #333;
	padding: 1em 0 0.2em;
	border-bottom: 1px solid #999;
	margin-left: 1em;
	margin-right: 1em;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}*/

.nav_description
{
	font-weight: bold;
	/* color: #fff; */
	padding: 1em 0 0.2em;
	border-bottom: 1px solid #bbb;
	margin-left: 1em;
	margin-right: 1em;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

#navigation td.lastone
{
	border-right-style: none;
}

#navigation td ul
{
	padding: 1em;
}

#navigation td .submenu
{
	left: -10000em;
	position: absolute;
}

#navigation td.sfhover .submenu, #navigation td.sfhover ul
{
	left: 0;
}

/*#navigation td li
{
	float: none;
	border-bottom: 1px solid #bbb;
}*/

#navigation td li
{
	float: none;
	border-bottom: 1px solid #bbb;
}

#navigation td li.lastone
{
	border-bottom-style: none;
}

#navigation td li a
{
	padding: 0.5em;
	font-size: 1.1em;
	display: block;
	/* color: #fff; */
}

/*#navigation td li a:hover
{
	background-color: #fff;
	text-decoration: none;
}*/

#navigation td li a:hover
{
	background-color: #fff;
	text-decoration: none;
}

#navigation td li a .nav_description
{
	font-weight: normal;
	font-style: normal;
	border-style: none;
	text-transform: none;
	letter-spacing: normal;
	display: block;
	font-size: 0.85em;
	margin: 0;
	padding-top: 0.2em;
}

#navigation td li a .nav_description
{
	color: #333;
	font-weight: bold;
}


.nav_left_column, .nav_right_column, .nav_middle_column
{
	width: 33%;
	float: left;
}

.nav_left_column, 
{
	float: left;
}

.nav_right_column
{
	float: right;
}

#chineselink
{
	float: right;
	z-index: 100;
}




/* @end */

/* @group Subnav */

ul#subnav
{
	border-bottom: 1px solid #999;
	padding-left: 2em;
	margin-top: 2em;
	margin-bottom: 2em;
}

ul#subnav li
{
	margin: 0;
	float: left;
	list-style-type: none;
	margin-right: 0.5em;
	margin-bottom: -1px;
	border: 1px solid #999;
	border-bottom-style: none;
}

ul#subnav li a, ul#subnav li span
{
	display: block;
	font-weight: bold;
	padding: 0.5em 1em;
	text-decoration: none;
	background-color: #fff;
}

ul#subnav li a:hover
{
	text-decoration: underline;
}

ul#subnav li span
{
	background-color: #fff;
	color: #000;
	border-bottom: 1px solid #fff;
}

ul#subnav li a
{
	border-bottom: 1px solid #999;
	background-color: #eee;
}

/* @end */

/* @group Content */

#content
{
	padding-bottom: 0.1em;
}

#content #content_inner
{
	width: 39.5em;
	margin-top: 2.5em;
	margin-bottom: 2.5em;
}

#content #content_inner, #content #wide_content_inner, #recommended_inner, #top_content_inner
{
	font-size: 1.1em;
}

#content_title, #content_inner, #wide_content_inner, #top_content_inner
{
	padding-left: 2em;
	padding-right: 2em;
}

#top_content_inner
{
	margin-top: 1em;
}

#content_title
{
	padding-top: 1.5em;
	padding-right: 1em;
}

#recommended_inner
{
	width: 64em;
}

#columns_container
{
	width: 56em;
}


/* @end */

/* @group Listings */

.listing li
{
	list-style-type: square;
	font-size: 1.1em;
	margin-left: 1.5em;
	margin-bottom: 0.3em;
	margin-top: 0.3em;
}

.listing li a
{
	font-weight: normal;
	font-style: normal;
}

.listing li span
{
	font-size: 0.8em;
}

.listing li.classificationlabel, .classificationlabel
{
	color: #333;
	padding-right: 0.5em;
	font-size: 0.9em;
	text-transform: uppercase;
	font-weight: bold;
}

#content .listing li.classificationlabel
{
	list-style-type: none;
	margin-left: 0;
	margin-top: 2em;
	border-bottom: 1px solid #bbb;
}

.listing#listing_magazine li.classificationlabel
{
	display: block;
	border-top-style: none;
	width: auto;
	float: none;
	margin-bottom: 2em;
	clear: left;
	padding-top: 3.5em;
}

.listing h3
{
	border-bottom: 1px solid #666;
	margin-bottom: 0.4em;
	font-size: 1.2em;
	font-weight: bold;
	clear:  left;
}

.listing h2
{
	border-bottom: 4px solid #069;
	margin-bottom: 0.8em;
	margin-top: 1.2em;
	padding-bottom: 0.3em;
}

#content .listing ul
{
	line-height: normal;
	padding: 0;
	margin: 0 0 1.5em;
}

.listingtime
{
	color: #999;
	border-left: 1px solid #999;
	padding-left: 0.4em;
	margin-left: 0.2em;
}

.listing#listing_magazine li
{
	list-style-type: none;
	margin-left: 0;
	width: 47%;
	border-top: 2px solid #666;
	padding-top: 0.7em;
	margin-top: 2em;
}

.listing#listing_magazine li.firstone
{
	border-top-style: none;
	padding-top: 0;
	margin-top: 0;
}

.listing#listing_magazine ul
{
	margin-bottom: 2em;
}

.listing#listing_magazine li a
{
	font-size: 1.2em;
	display: block;
}

.listing#listing_magazine li.magazine_left
{
	float: left;
	margin-right: 6%;
}

.listing#listing_magazine li.magazine_right
{
	float: right;
}

.listing#listing_magazine li.headline
{
	float: none;
	width: 100%;
	margin-right: 0;
	border-top: none;
	margin-top: 2em;
	padding-top: 0em;
}

.listing .excerpt
{
	font-size: 0.85em;
}

.listing#listing_magazine li.headline a
{
	font-size: 1.4em;
}

.listing#listing_magazine
{
	padding-top: 0;
}

/* @end */

/* @group Custom Headings */

#header_bar
{
	clear: both;
	border-bottom: 1px solid #999;
}

#super_title
{
	background-color: #cde;
	border-bottom: 1px solid #999;
	border-top: 1px solid #999;
}

#header_block
{
	padding: 1em 1em 1em 1.5em;
}

#series_nav a
{
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

#series_nav a:hover, .listing h3 a:hover, .listing label a:hover, h1 a:hover
{
	text-decoration: underline;
	background-color: transparent;
}

/* @end */

/* @group Subscriptions */

#sidebar .subscribe p.privacy, #sidebar .subscribe p.managemysubs
{
	margin-bottom: 0;
	margin-top: 0;
	padding-top: 0;
	padding-bottom: 0;
	line-height: normal;
}


#sidebar .subscribe p.privacy
{
	font-size: 0.85em;
	margin-top: 0.6em;
	margin-bottom: 0.6em;
}

#sidebar .subscribe p.managemysubs
{
	font-size: 0.9em;
	margin-top: 1em;
	clear: left;
}

.subscribe p.privacy a
{
	color: #666;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

.subscribe p.privacy a:hover
{
	background-color: transparent;
	text-decoration: underline;
}

#sidebar .subscribe p.hardcopy
{
	border-top: 1px solid #aaa;
	margin-top: 0.5em;
	padding-top: 0.4em;
	font-size: 0.9em;
	margin-bottom: 0;
	padding-bottom: 0.4em;
}

input#subscribeemail
{
	width: 25em;
	margin-right: 0.4em;
	font-size: 0.9em;
}

.blurred
{
	color: #444;
}

.focused
{
	color: #000;
}

#sidebar .subscribe p
{
	padding: 0.7em;
}

#sidebar .subscribe input#subscribeemail
{
	width: 14em;
}

#sidebar h5 span
{
	margin-bottom: 0.3em;
	display: block;
}

#sidebar .subscribefeed
{
	font-weight: bold;
	background-image: url(/wp-content/themes/ictsd/images/icons/feed.png);
	background-repeat: no-repeat;
	text-decoration: none;
	display: block;
	background-position: left center;
	font-size: 1em;
	border-top: 1px solid #999;
	text-transform: none;
	letter-spacing: normal;
	padding: 0.5em 0.5em 0.4em 22px;
}

#sidebar .subscribe p.radioparagraph
{
	padding-top: 0;
	margin-top: 0.2em;
}

#sidebar .subscribe p.radioparagraph label
{
	padding-left: 0.3em;
}

/* @end */

/* @group Publications */

#super_title h5
{
	margin-bottom: 1px;
	padding: 0.6em 1em;
}

h2#publication_subtitle
{
	margin-top: -0.7em;
	padding-bottom: 0.2em;
	margin-bottom: 0;
	border-bottom: 1px solid #aaa;
}

h2#publication_type, h2#publication_authors
{
	margin-top: 0.2em;
	margin-bottom: 1.2em;
}

#publication_details
{
	margin: 1em 2em 2em;
	border: 1px solid #999;
}

#publication_details td
{
	font-size: 0.85em;
	padding: 0.3em;
}

#publication_details td.publication_details_label
{
	font-weight: bold;
	width: 25%;
}

#embedded_doc
{
	width: 100%;
	margin-bottom: 2em;
	height: 60em;
}


/* @end */

/* @group Periodicals */

.page_description
{
	margin-top: 1em;
	border-top: 1px solid #999;
	clear: left;
}

a.issue_header, .issue_header
{
	font-weight: bold;
	text-transform: uppercase;
	font-size: 0.9em;
	letter-spacing: 0.2em;
	color: #222;
	margin-bottom: 0.3em;
	margin-right: 0.5em;
}

#content form p
{
	margin-top: 0;
	margin-bottom: 0;
}

form.view select
{
	margin: 0 0.3em; 
	width: 17em;
}  

form.view span.submit
{
	display: block;
	text-align: right;
} 

form.view input.button
{
	margin: 0.3em 1em;
	padding: 0.3em;   
	width: 6em;
}

.listing .issue_header
{
	display: block;
}

#content a.next, #content a.previous
{
	padding: 0.1em;
}

#content a.next
{
	margin-left: 0.1em;
}

#content a.previous
{
	margin-right: 0.1em;
}

#content #series_nav a.next:hover, #content #series_nav a.previous:hover
{
	text-decoration: none;
}

#content_inner a.downloadlink
{
	margin-bottom: 1em;
	font-size: 0.9em;
}


/* @end */

/* @group Cover Image */

.thumbnail_image
{
	display: block;
	float: left;
	padding-right: 2em;
	padding-bottom: 2em;
}

.cover_image_inner
{
	width: 150px;
	height: 219px;
	background-repeat: no-repeat;
}

.photo_thumbnail_image_inner
{
	width: 100px;
	height: 100px;
	background-repeat: no-repeat;
}


a.thumbnail_image:hover
{
	background-color: transparent;
}


/* @end */

/* @group Home */

#banner
{
	color: #222;
	border-top: 1px solid #fff;
	background-color: #253444;
}

#banner object, #banner embed, #banner img
{
	float: left;
	margin-right: 1em;
}

#banner td
{
	vertical-align: top;
	border-left: 1px solid #fff;
	width: 34;
}

#banner table
{
	border-collapse: collapse;
	height: 29em;
	width: 100%;
}

#banner td tr
{
}

#banner td td
{
	width: 34%;
}

#banner td table
{
}

#banner td#homepage_tv
{
	width: 255px;
}

#banner td.firstone
{
	border-left: none;
}

#banner p
{
	margin-top: 0.5em;
	margin-bottom: 0em;
	line-height: normal;
	font-size: 1em;
	color: #ccc;
}

#banner p.column_date
{
	padding-top: 0em;
	margin-top: 0;
	font-size: 1em;
}

.banner_inner
{
	padding: 1em;
}

#banner h2
{
	font-size: 1.5em;
	margin-top: 0;
	margin-bottom: 0;
}

#banner h2 a, #banner td#homepage_tv h2 a
{
	font-weight: normal;
	font-style: normal;
	color: #fff;
}

#banner p a:hover
{
	text-decoration: underline;
}

#banner .youtube
{
	width: auto;
	height: 0px;
	margin: 0;
	padding: 0;
}

#banner object, #banner embed
{
	margin: 0;
	z-index: -999999999;
}

#banner .thumbnail_image
{
	float: none;
	padding: 0;
}

.banner_image_inner
{
	height: 212px;
	background-position: center center;
}

#banner ul
{
	margin-top: 0.5em;
}

#banner li
{
	display: block;
}

/*#indicators_banner
{
	background-color: #6f6f6f;
}*/



/* @end */

/* @group About */

.rightcolumn
{
	width: 30%;
	float: right;
	margin-top: 1em;
	padding-top: 1em;
	border-left: 1px dotted #666;
	padding-left: 2%;
}

.leftcolumn
{
	width:  67%;
	float: left;
	margin-top: 2em;
}



/* @end */

/* @group Boxes */

.projectbox
{
	margin-top: 2em;
}

#periodical_boxes
{
	margin-left: 2em;
	margin-right: 2em;
}

.leftbox_inner, .rightbox_inner, .project_inner
{
	padding: 1em 1em 1px;
	margin-bottom: 1em;
	background-color: #efefef;
}

#content .leftbox h2, #content .rightbox h2, #content .projectbox h2
{
	margin-top: 0;
}

#content .leftbox p, #content .rightbox p, #content .projectbox p
{
	margin-top: 0;
	margin-bottom: 1em;
}

.leftbox_inner, .project_inner
{
	margin-right: 1em;
}

.leftbox
{
	float: left;
	width: 64%;
}

.rightbox
{
	float: right;
	width: 35%;
}

#content .leftbox ul li, #content .rightbox ul li
{
	font-size: 0.9em;
	font-weight: bold;
	float: left;
	text-align: center;
	margin-right: 1em;
	margin-bottom: 1em;
	list-style-type: none;
}


#content .leftbox ul li a, #content .rightbox ul li a
{
	display: block;
	background-image: url(/wp-content/themes/ictsd/images/covers/bridges-weekly.png);
	background-repeat: no-repeat;
	background-position: center 0.5em;
	width: 8em;
	padding-top: 90px;
	height: 2.5em;
	padding-bottom: 0.5em;
	border: 1px solid #f1ebe7;
	text-decoration: none;
}

#content .leftbox li a:hover, #content .rightbox li a:hover
{
	border: 1px solid #009;
}

.leftbox p, .rightbox p
{
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	font-size: 0.9em;
}

.projectbox
{
	float: left;
	width: 49.9%;
}


/* @end */

/* @group Maps */

#map_canvas
{
	width: 100%;
	height: 20em;
	overflow: hidden;
	background-color: #ccc;
}

#map_bubble
{
	font-size: 0.9em;
	width: 220px;
	font-weight: bold;
	line-height: 120%;
}

#map_bubble a
{
	display: block;
	margin-bottom: 0.4em;
}

#map_bubble_location
{
	font-weight: normal;
	font-style: normal;
}


/* @end */

/* @group Events */

table.listing_table
{
	margin-bottom: 2em;
	margin-top: 0;
	width: 100%;
}

table.listing_table td
{
	padding-top: 0.6em;
	padding-bottom: 0.6em;
}

table.listing_table th
{
	font-weight: bold;
	font-size: 1.2em;
	border-bottom: 1px solid #666;
	color: #333;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

.listing_date
{
	font-weight: bold;
	width: 12em;
}

.publication_description
{
	display: block;
	color: #333;
	font-size: 0.9em;
	margin-top: 0.5em;
}

#sidebar #map_canvas
{
	height: 15em;
	margin-top: 1em;
	background-color: #eee;
}

#event_sidebar h2
{
	font-size: 1.2em;
	border-bottom: 1px solid #999;
	padding-bottom: 0.3em;
	margin-top: 0;
}

#sidebar a.downloadlink
{
	width: 19.8em;
	background-color: #fff;
}

#event_documents a.downloadlink
{
	margin-bottom: 0.6em;
}


#event_sidebar p
{
	font-size: 0.9em;
	margin-top: 0.8em;
	margin-bottom: 0.8em;
}

.event_meta
{
	font-weight: bold;
	margin-top: -1.2em;
	font-size: 1.3em;
	border-top: 1px solid #999;
	padding-top: 0.3em;
	margin-bottom: 1.5em;
}
.event_subtitle
{
	font-weight: bold;
	margin-top: -1.2em;
	font-size: 1.3em;
	padding-top: 0.3em;
	margin-bottom: 1.5em;
}

.event_organiser
{
	color: #666;
}

.event_details
{
	width: 100%;
	font-size: 0.95em;
	margin-top: 1em;
	margin-bottom: 1em;
	padding-top: 0.6em;
	padding-left: 0.6em;
}

.event_details td
{
	padding: 0 0.6em 0.3em 0;
}

.detail_label
{
	font-weight: bold;
	text-align: right;
	padding-right: 0.5em;
}

#participants_list
{
	font-size: 0.95em;
	width: 100%;
	margin-top: 2em;
}

#participants_list td
{
	padding: 0.5em 1em 0.5em 0.5em;
	border-bottom: 1px solid #fff;
}


.participant_name
{
	font-weight: bold;
	width: 20%;
}

.participant_affiliation
{
	width: 20%;
}

.participant_biography
{
	width: 100%;
	font-size: 0.9em;
}

#media_library img
{
	max-width: 100%;
}


/* @end */

/* @group Footer */

#footer
{
	clear: both;
	border-top: 1px solid #999;
	padding: 0.6em 1em;
	background-color: #ddd;
	color: #333;
}

#footer .vcard
{
	padding-top: 0.5em;
}

#footer li
{
	float: left;
	padding-right: 1.5em;
}

#footer a
{
	font-weight: bold;
	color: #666;
	text-decoration: none;
}

#footer a:hover
{
	text-decoration: underline;
	background-color: transparent;
}

/* @end */

/* @group Search */

#search_results
{
	margin-top: 2em;
	margin-bottom: 2em;
}

#recommended_results
{
	background-color: #e6e6e6;
	margin-top: 1px;
	padding: 2em 2em 0.1em;
}

#recommended_results h4
{
	font-size: 0.9em;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: #666;
	border-bottom: 1px solid #999;
	margin-top: 0;
	margin-bottom: 1.2em;
	padding-bottom: 0.1em;
}

#search_results h5, #recommended_results h5
{
	font-size: 1.2em;
}

#search_results p.search_summary, #recommended_results p.search_summary
{
	line-height: normal;
	margin-top: 0.3em;
	margin-bottom: 0.1em;
}

#search_results p.search_url, #recommended_results p.search_url
{
	margin-top: 0.1em;
	margin-bottom: 2em;
	font-size: 0.8em;
	color: #148400;
}

#search_results p.search_url .search_date, #recommended_results p.search_url .search_date
{
	color: #999;
}

ul#results_filter
{
	background-color: #ccc;
	margin-top: 1px;
	padding-left: 2em;
	padding-top: 0.6em;
	padding-bottom: 0.6em;
	padding-right: 2em;
}

ul#results_filter li
{
	margin: 0;
	float: left;
	list-style-type: none;
	margin-right: 1em;
}

ul#results_filter li a, ul#results_filter li span
{
	text-decoration: none;
	font-weight: bold;
	padding: 0.25em;
}

ul#results_filter li span
{
	color: #333;
	border: 1px solid #999;
}

ul#results_filter li a
{
	border: 1px hidden;
}




/* @end */

/* @group Panel */

#panel_container
{
	margin-left: -200px;
	left: 50%;
	position: absolute;
	margin-top: 8em;
}

#subscribe_panel.yui-panel  p
{
	font-size: 0.85em;
}

#subscribe_panel.yui-panel form
{
	margin-top: 0.8em;
}

#subscribe_panel.yui-panel #panel_subscribeemail
{
	width: 250px;
}

#subscribe_panel.yui-panel #panel_subscribe
{
	padding-left: 0.5em;
}


/* @end */

/* @group Sidebar */

ul#subpages
{
	margin-bottom: 0;
	padding: 0;
}

ul#subpages li
{
	list-style-type: none;
}

ul#subpages li, .sidebar_inner, #sidebar .subscribe, .event_details, #sidebar form.view
{
	background-color: #efefef;
}

ul#subpages li, .sidebar_inner, #sidebar .subscribe
{
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #e0e0e0;
}


#sidebar .subscribe
{
	margin-bottom: 1em;
	padding-bottom: 0;
}

ul#subpages li a, .sidebar_inner
{
	margin: 0;
	display: block;
	padding: 0.7em;
}

#content .sidebar_inner p
{
	margin: 0;
}

#sidebar
{
	float: right;
	width: 24em;
	margin-left: 2em;
	margin-bottom: 2em;
	font-size: 1em;
	margin-right: 1em;
}

#subpages_container h5, #sidebar h5
{
	color: #333;
	font-weight: bold;
	font-size: 1em;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	background-color: #e0e0e0;
	margin-top: 1em;
	padding: 0.4em 0.7em;
}

#sidebar p
{
	margin-top: 0;
}

#subpages li a
{
	text-decoration: none;
}

#subpages li a span.subpages_excerpt
{
	color: #666;
	font-size: 0.9em;
	margin: 0;
	font-weight: normal;
	font-style: normal;
	margin-top: 0.5em;
	display: block;
}

#sidebar ul#sidebar_buttons
{
	padding: 0;
	height: auto;
	margin: -0.5em 0 0;
}

#sidebar ul#sidebar_buttons li
{
	list-style-type: none;
	float: left;
	padding-right: 0.5em;
	margin-top: 0.5em;
	margin-bottom: 0;
}

#sidebar ul#sidebar_buttons li a
{
	display: block;
	padding: 0.5em 0.5em 0.5em 24px;
	border: 1px solid #999;
	background: #fff no-repeat 4px center;
}

#sidebar ul#sidebar_buttons li#email_button a
{
	background-image: url(/wp-content/themes/ictsd/images/icons/email.png);
}

#sidebar ul#sidebar_buttons li#phone_button a
{
	background-image: url(/wp-content/themes/ictsd/images/icons/telephone.png);
}

#sidebar ul#sidebar_buttons li#print_button a
{
	background-image: url(/wp-content/themes/ictsd/images/icons/printer.png);
}

#sidebar ul#sidebar_buttons li#share_button
{
	background-color: #ffffff;
	margin-right: 5px;
	border: 1px solid #999;
	padding: 0.3em;
}


#sidebar ul#sidebar_buttons li#share_button a
{
	padding: 0 0 0 21px;
	border: none;
}

a.stico_rotate
{
}


/* @end */

/* @group Comments */

#content p#discussion_prompt
{
	margin-top: 0;
	padding-top: 0;
}


#content p#discussion_prompt a
{
	background: url(../images/icons/user_comment.png) no-repeat 4px center;
	display: block;
	text-decoration: none;
	line-height: normal;
	padding: 0.3em 0.3em 0.3em 26px;
}

#content p#discussion_prompt a #discussion_description
{
	display: block;
	font-size: 0.85em;
	color: #333;
}

h3#respond, h3#comments
{
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 1.5em;
	padding-top: 0.5em;
	border-top: 1px solid #666;
	padding-left: 26px;
	background-repeat: no-repeat;
	background-position: 4px 6px;
}

h3#respond
{
	background-image: url(../images/icons/user_comment.png);
}

h3#comments
{
	background-image: url(../images/icons/comments.png);
}

#content p.discussion_note
{
	font-size: 0.9em;
	margin-bottom: 2em;
	color: #333;
}

#commentform
{
	margin-top: 1em;
	padding-bottom: 2em;
}

#content .commentlist p
{
	margin-top: 1em;
	margin-bottom: 1em;
}

#commentform label, .cform label
{
	font-weight: bold;
	display: block;
	float: left;
	text-align: right;
	padding-right: 1em;
	width: 12em;
}

#commentform input
{
	width: 20em;
}

#commentform input#submit
{
	margin-left: 0.3em;
	font-size: 1em;
	width: auto;
	float: right;
}

#commentform textarea
{
	height: 10em;
	margin-bottom: 1em;
	width: 34em;
	margin-top: 0.3em;
}

.comment_note, .commentlist .commentmetadata, p#loggedin, .reqtxt, .emailreqtxt
{
	font-size: 0.9em;
	font-weight: bold;
	color: #666;
}

p#loggedin
{
	margin-top: 0.5em;
	padding-bottom: 2.5em;
}

.editlink
{
	text-transform: capitalize;
	letter-spacing: 0;
	padding-left: 1em;
}

.comment_note
{
	padding-left: 1em;
}

.commentlist .note
{
	margin-bottom: 0.3em;
	display: block;
	background-color: #e4e6ff;
	border: 1px solid #c0c5ff;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	padding-right: 0.3em;
	background-position: 3px center;
	margin-bottom: 1em;
}

#content ol.commentlist
{
	margin-top: 1.5em;
	border-bottom: 3px solid #999;
}

#content ol.commentlist li
{
	list-style-type: none;
	border-top: 3px solid #999;
	padding: 0.7em;
	margin: 0;
	background-color: #f0f0f0;
}

#content ol.commentlist li.alt
{
	background-color: #f6f6f6;
}

.commentlist cite
{
	font-size: 1.1em;
	font-weight: bold;
	display: block;
	clear: left;
	margin: 0;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

.commentlist .commentmetadata
{
	margin-top: 0.3em;
	display: block;
}

.comment_permalink
{
	width: 16px;
	height: 16px;
	background-image: url(../images/icons/comment.png);
	display: block;
	float: left;
	top: 2px;
	position: relative;
	margin-right: 0.5em;
}

/* @end */

/* @group Columns */

.columns
{
	clear: both;
	border: none;
	border-collapse: collapse;
	border-bottom: 1px solid #999;
	margin-bottom: -1px;
}

.columns a
{
	font-weight: normal;
	font-style: normal;
}

#homepage .columns
{
	border-bottom: none;
}

#homepage .columns .news
{
    width: 50%;
    padding: 0;
}

/*.columns .one, .columns .two
{
	border-right: 1px solid #999;
}

.columns .one.lastone, .columns .two.lastone
{
	border-right-style: none;
}*/

.columns th
{
	padding: 1em 1.5em 0;
	vertical-align: bottom;
}

.columns th span, .columns th a
{
	border-bottom: 1px solid #666;
	text-decoration: none;
	font-size: 1.2em;
	font-weight: bold;
	display: block;
}

.columns th a span.seeall, .columns th a span.columnlabel
{
	border-bottom-style: none;
	display: inline;
}

.columns th a span.seeall
{
	float: right;
	font-size: 0.8em;
	padding-top: 0.2em;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
}

.columns th a span.columnlabel
{
	float: left;
	font-size: 1em;
}

.columns td
{
	vertical-align: top;
	padding: 0 1.5em 1em;
}

.columns a img
{
	display: block;
	margin-bottom: 0.5em;
	margin-top: 0.5em;
}

.column_excerpt
{
	display: block;
	color: #666;
	margin-top: 0.3em;
	margin-bottom: 1.2em;
}

.columns ul li
{
	margin-top: 0.4em;
}

.column_date
{
	font-weight: bold;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #222;
	padding-bottom: 0.3em;
	padding-top: 1em;
	clear: both;
}

.columns td.column_description
{
	padding-top: 0;
	padding-bottom: 0;
}

#homepage .columns th a
{
	margin-top: 0.5em;
}

#homepage .columns td, #homepage .columns th
{
	width: auto;
}

#homepage .columns th .seeall
{
	display: none;
}

#homepage .columns th a
{
	background-color: #ddd;
	color: #444;
	padding: 0.4em 0.6em;
	border-bottom: none;
	width: auto;
	font-size: 1em;
	text-transform: uppercase;
}

/*#homepage .columns th.column-4 a
{
	color: #fff;
	background-color: #777;
}

#homepage .columns td.column-4 ul
{
	background-color: #ddd;
}*/


#homepage .columns td ul
{
	border-bottom: 1px solid #999;
	/*border-top: 1px solid #999;*/
	padding: 0.4em 0 0;
	margin-bottom: 1em;
}

#homepage .columns td ul.firstone
{
	border-top: none;
}

#homepage .columns td ul li
{
	padding-right: 0.6em;
	padding-left: 0.6em;
	width: auto;
}

#homepage .columns td ul li a
{
}

#homepage .column_date
{
	padding-top:  0;
}

#homepage .columns td.column-1, #homepage .columns th.column-1
{
	width: 40%;
}

#homepage .columns td.column-1 li a
{
	font-size: 1.2em;
}

#homepage .columns td.column-1 li span.column_excerpt
{
	margin-bottom: 1.6em;
}

#homepage .columns td.column-2, #homepage .columns th.column-2, #homepage .columns td.column-3, #homepage .columns th.column-3, #homepage .columns td.column-4, #homepage .columns th.column-4
{
	width: 20%;
	padding-left: 0;
}

#homepage .columns td.column-1, #homepage .columns th.column-1, #homepage .columns td.column-2, #homepage .columns th.column-2, #homepage .columns td.column-3, #homepage .columns th.column-3
{
	padding-right: 1em;
}

#homepage .columns td.column-1, #homepage .columns th.column-1
{
	padding-left: 1em;
}

#homepage .columns td.column-4, #homepage .columns th.column-4
{
	padding-right: 1em;
}

#homepage .columns td.one, #homepage .columns th.one, #homepage .columns td.two, #homepage .columns th.two
{
	background-color: transparent;
}

/* @end */

/* @group People */

#content ul.people
{
	padding-left: 0;
	margin-top: 2em;
}

#content .people li
{
	list-style-type: none;
	margin-top: 2em;
	margin-bottom: 1em;
	clear: left;
}

.people li a, .people li span
{
	padding-left: 120px;
	display: block;
}

.people a.thumbnail_image
{
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
}

.person_excerpt
{
	display: block;
	margin-top: 0.5em;
}

.person_name
{
	width: 30%;
}

/* @end */

/* @group TV */

#blog_youtube
{
	float: left;
	margin-right: 1em;
}

#tv #content a, #tv #super_title a, #navigation .submenu#tvmenu a
{
	color: #ff7a00;
}

#tv #content p
{
	color: #ddd;
}

#tv #pane, #banner td#homepage_tv
{
	background-color: #444;
}

#tv #header_bar, #tv #super_title
{
	background-color: #333;
}

#tv #super_title
{
	border-bottom: none;	
}

#tv #header_bar h1, #tv #content_title h1
{
	color: #fff;
}

#tv #content_title h1
{
	font-size: 2.5em;
}

#content_title p.blogstyle#metadata
{
	margin-bottom: 0;
}

#tv #content #content_inner
{
}

#tv #content h1 a
{
	color: #fff;
}

#tv #content h3.event_meta
{
	color: #bbb;
}

.tv_item
{
	margin-bottom: 2em;
	clear: left;
}

#tv #sidebar h5
{
	background-color: #333;
	color: #fff;
}

#tv #sidebar form.subscribe, #tv #sidebar .sidebar_inner
{
	background-color: #4b4b4b;
	border-bottom-color: #333;
}

#single_youtube
{
	margin-bottom: 2em;
}

.navigation
{
	margin-top: 1em;
	border-top: 1px solid #666;
	background-color: #eee;
	padding: 0.6em;
}

.alignleft
{
	float: left;
}

.alignright
{
	float: right;
}


/* @end */

/* @group Forms */

.cform li
{
	list-style-type: none;
	vertical-align: middle;
}

.cform label
{
	padding-top: 0.4em;
}

#content .cform ol
{
	margin: 0;
	padding: 0;
}

#content .cform ol li
{
	list-style-type: none;
}

.cform input
{
	margin-right: 1em;
}

.subscribe .cf_info
{
	padding: 0.3em 0.6em;
}

.cform input#sendbutton
{
	margin-right: 0;
}

.cform .cf-sb
{
	text-align: right;
}

#cformsform .cf-sb
{
	border-top: 1px solid #999;
	padding-top: 0.3em;
}

.cf_info.success
{
	padding: 0.3em;
	background-color: #00843c;
	color: #fff;
}

.subscribe .cf_info.success
{
	padding: 0.6em;
}

.cf_info.failure, .cf_li_err .reqtxt, .cf_li_err .emailreqtxt
{
	font-weight: bold;
	color: #af070c;
}

.cf_li_err input
{
	background-color: #f3b7b7;
}

.cf_hidden, .subscribe .emailreqtxt, .subscribe label
{
	display: none;
}

.subscribe p.cf-sb
{
	float: right;
}

.subscribe p.cf-sb input
{
	margin-right: 0;
}

.subscribe ol
{
	float: left;
}

.subscribe input.single.fldemail.fldrequired
{
	margin-left: 0.6em;
	margin-right: 0;
}

#cforms3form p.cf-sb
{
	border-top: 1px solid #666;
	background-color: #eee;
	padding: 0.3em;
	text-align: right;
	margin-top: 1em;
}

#cforms3form input
{
	width: 30em;
}

input#sendbutton3.sendbutton
{
	width: auto;
	margin-right: 36em;
}

/* @end */


