/*
Theme Name: UNEPFI NCD
Theme URI: http://www.candy-factory.ch
Description: Use restricted only to UNEPFI for NCD Website / April 2012
Version: 1.0
Author: Candy Factory S&agrave;rl
Author URI: http://www.candy-factory.ch
*/

@import "css/reset.css";
@import "css/typography.css";
@import "css/layout.css";

/* Main design */
body,html {
	font-family: helvetica, arial, sans-serif;
	background-color:#ffc000;
	background: #bdd63a;
	font-size:13px;
	padding:0;
	margin: 0;
}
#canvas {
	width:1000px;
	background-color:#ffffff;
	margin: 0 auto 45px;
}
#wrapper {
	width:950px;
	margin:0 auto;
}

/* Header */
#header {
	width:100%;
	height:66px;
	background: url('images/header_tilt.png') right top repeat-x;
}
#search {
	float: left;
	margin-top: 11px;
	margin-right:15px;
}
#title {
	height: 70px;
	width: 100%;
	clear:both;
}
#languages {
	padding-top:10px;
	font-size:10px;
	margin-bottom:-2px;
}
#languages a{ 
	color:#333333;
	border-bottom:1px dotted #333333;
	text-decoration:none;
}
#languages a:hover{ 
	border-bottom:1px solid #333333;
}
#searchform .field{
	background: url("images/search_box.png") no-repeat right top transparent;
	border:none;
    height: 20px;
    padding-left: 19px;
    width: 135px;
}
#searchform input::-webkit-input-placeholder {
    color:#b9d0f2;
}
#searchform input:-moz-placeholder {
    color:#b9d0f2;
}
#header_left {
	float:left;
	margin-top:7px;
}
#header_left img {
	margin-right: 10px;
}
#header_right{
	float:right;
}
#header_right img {
	margin-left: 10px;
}

/* Slider */
#slider {
	padding-top: 5px;
	width: 950px;
	height:300px;
	overflow:hidden;
}
#slider ul{
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}
#slider li {
	font-size: 40px;
	color: #999;
	width: 950px;
	height: 300px;
	padding: 0;
	display: block;
	float: left;
}

/* Sub Header (Menu + Slider control) */
#sub_header {
	width:100%;
	height:48px;
	background: url('images/subheader_tilt.png') right bottom repeat-x;
	margin-top:8px;
	margin-bottom:17px;
}
#slider_ctrl {
	float:right;
	width:150px;
	padding-top:5px;
}
#top_slider_pagination {
	text-align: center;
	float:left;
	width:100px;
	margin-top:3px;
}
#top_slider_pagination a {
	background: url('images/puce_slider.png') right top no-repeat transparent;
	width: 11px;
	height: 11px;
	margin: 0 5px 0 0;
	display: inline-block;
}
#top_slider_pagination a.selected {
	background-position: 0px -11px;
	cursor: default;
}
#top_slider_pagination a span {
	display: none;
}
#top_slider_prev, #top_slider_next {
	float:right;
	width: 11px;
	height: 16px;
	display: block;
	margin-left: 10px;
    margin-top: 3px;
}
#top_slider_prev {
	background: url('images/slider_left.png') right top no-repeat transparent;
}
#top_slider_next {
	background: url('images/slider_right.png') right top no-repeat transparent;
}
#top_slider_prev span, #top_slider_next span{
	display: none;
}
/* Menu */
div.menu-header {
	height: 50px;
	width: 800px;
	float:left;
}
#sub_header .menu {
   margin: 0;
   padding: 0;
   height:35px;
   padding-top:4px;
   width: 800px;
}
#sub_header .menu a {
	color:#333333;
	text-decoration:none;
	text-transform:uppercase;
	font-size:12px;
	padding:5px 5px 20px;
}
#sub_header .menu a:hover {
	color:#081f41;
}
#sub_header .menu > li {
	border-top: 2px solid #333333;
	margin-right:15px;
	list-style: none;
	float: left;
	padding:5px 4px;
	height:25px;
}
#sub_header .menu > li:hover {
	background: url('images/menu_tilt.png') right top repeat;
}
#sub_header .menu > li.current-menu-item, li.current-menu-parent {
	/*
		Current menu item 
	*/
}
/* Sub Menu */

#sub_header .menu li ul {
	display: none; 
	background-color:#333333 ;
}
#sub_header .menu li ul li {
	padding:5px 15px;
}
#sub_header .menu li ul a{
	color:#fff;
	font-size:12px;
	padding:5px;
}
#sub_header .menu li ul li:hover{
	background-color:#fff;
}
#sub_header .menu li ul li:hover a{
	color:#333333 ;
}
#sub_header .menu li ul a:hover{
	color:#333333 ;
}
#sub_header .menu li:hover ul, #sub_header .menu li.hover ul {
	display: block;
	position: absolute;
	margin-left:-5px;
	margin-top:15px;
}
#sub_header .menu li:hover li, #sub_header .menu li.hover li {
	float: none;
}

#sub_header .menu li ul li:first-child {
	border-top:2px solid #fff;
}
/* Main content */
#main_content {
	float:left;
	width:590px;
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	margin-right:24px;
	padding: 10px 0px;
	color:#333333;
	font-size:12px;
	line-height:125%;
}
div.line_separator {
	width:615px;
	border-right:1px solid #cccccc;
	float:left;
}
#main_content h1, #main_content h2{
	font-size: 20px;
    font-weight: bold;
    padding: 10px 0;
	color:#5f4922;
	line-height:125%;
}

#inside_content {
	margin-top:10px;
}
#column1, .news_left {
	width:285px;
	float:left;
}
#column2, .news_right {
	width:285px;
	float:right;
}
#column1, #column2 {
	margin-bottom:10px;
}

.readmore {
	text-decoration:none;
	font-style:italic;
	color:#333333;
}
.readmore:hover {
	border-bottom:1px dotted #333333;
}

/* Sidebar */
#sidebar {
	width:310px;
	float:right;
	color:#333333;
	text-align:center;
}
#sidebar ul > li {
	margin-bottom:10px;
	padding:20px;
}
#sidebar .widget-title, #sidebar .widget-title a {
	padding-bottom:15px;
	font-size:18px;
	color:#ffffff;
	font-weight:normal;
	text-decoration:none;
}
/* Read the declaration widget */
#text_icl-7, #text_icl-4{
	background: transparent url('images/readbox_bg.png') top left no-repeat;
	height:125px;
}
#text_icl-7 .text-3_text, #text_icl-4 .text-3_text{
	color:#5e4924;
	margin:10px 0;
	font-style:italic;
}
#text_icl-7 .widget_link, #text_icl-7 .widget_link a, #text_icl-4 .widget_link,#text_icl-4 .widget_link a{
	line-height:200%;
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
}
#text_icl-7 .widget_link a:hover, #text_icl-4 .widget_link a:hover{
	border-bottom:1px solid;
}
/* Sign the declaration widget */
#logo_widget_right {
	margin:0 auto;
	width:214px;
	height:87px;
}
#logo_widget_right img {
	max-width:85px;
	max-height:85px;
	margin-top: -1px;
	vertical-align: middle;
}
#logo_widget_right .logo_div{
	width:85px;
	height:85px;
	border:1px solid #2e6882;
	float:left;
	text-align:center;
	background-color:#ffffff;
	line-height: 85px;
	overflow:hidden;
}
#logo_widget_right .logo_div_1 {
	margin-right:40px;
}
#logo_widget_right .logo_div:hover{
	border-style:dotted;
}

/* Sign the declaration widget  */
#text_icl-6, #text_icl-5{
	background: transparent url('images/signbox_bg.png') top left no-repeat;
	height:215px;
}
#text_icl-6 .image, #text_icl-5  .image{
	height:140px;
}
#text_icl-6 .subtitle, #text_icl-5 .subtitle{
	color:#bfae70;
	font-style:italic;
	padding-bottom:15px;
	height:16px;
}

#text_icl-6 .widget-title, #text_icl-5 .widget-title {
	padding-bottom:5px;
}
#text_icl-6 .logo_subtitle, #text_icl-5 .logo_subtitle{
	color:#5E4924;
	font-size: 17px;
    margin: 5px 0 18px;
}

#text_icl-6 .widgetmore, #text_icl-5  .widgetmore{
	text-decoration:none;
	font-size:14px;
	color:#ffffff;
	font-weight:bold;
}
#text_icl-6 .widgetmore:hover, #text_icl-5  .widgetmore:hover{
	border-bottom:1px dotted #ffffff;
}
/* Support the declaration widget */
#text-5 {
	background: transparent url('images/supportbox_bg.png') top left no-repeat;
	height:20px;
}
div.widget-countdown > div {
	background: transparent url('images/counter.png') top left no-repeat;
	color: #FFFFFF;
    font-size: 42px;
    letter-spacing: 27px;
    padding: 9px 127px 10px 0;
	text-align:right;
	font-family: arial, sans-serif;
}
/* Widget Countdown in BR */
#text_icl-3 > div {
	background: transparent url('images/counter_BR.png') top left no-repeat;
	padding-right: 145px;
	padding-top: 12px;
}
#counter_subtext  {
	font-size:12px;
	font-weight:normal;
	text-align:center;
	height:20px;
	width:310px;
	color:#296883;
	background:none;
	letter-spacing:normal;
	margin-top:10px;
	line-height:150%;
}
#counter_subtext  a{
	color:#296883;
	text-decoration:none;
	border-bottom:1px dotted #296883;
}
#counter_subtext  a:hover{
	border-bottom:1px solid #296883;
}


/* Footer */
#footer {
	width:100%;
	height:48px;
	margin-top:5px;
	background: url('images/footer_tilt.png') right top repeat-x;
}
/* Bottom Footer */
#footer_menu {
	float:left;
	margin:10px 0px 0px;
	width:400px;
	font-size:11px;
	line-height:200%;
	font-weight:bold;
}

#footer_menu a{
	color:#333333;
	text-decoration:none;
	background: url("images/menu_puce.png") no-repeat scroll right center transparent;
	padding-right:10px;
	padding-left:3px;
}
#footer_menu li:first-child a{
	padding-left:0;
}
#footer_menu li:last-child a{
	background:none;
}
#footer_menu li {
	list-style: none;
	display:inline;
}
#copyright {
	width:260px;
	text-align:right;
	float:right;
	margin-top:7px;
	font-size:10px;
}
#copyright a {
	text-decoration:none;
	color:#333333;
	border-bottom:1px dotted #333333;
}
#copyright a:hover {
	border-bottom:1px solid #333333;
}
#copyright a.light, #copyright a.light:hover {
	border:none;
	cursor:default;
	color:#000000;
}
#footer .fb-like {
	float:left;
	padding-top:10px;
}
/* Front Page */
#main_content .sub_title_link a {
	font-size:14px;
	color:#333333;
	text-decoration:none;
	font-style:italic;
}

#main_content a {
	text-decoration:none;
	color:#333333;
	border-bottom:1px dotted #333333;
}
#main_content a:hover {
	border-bottom:1px solid #333333;
}
#content_frontpage h3 {
	padding: 10px 0;
	height: 55px;
}
#content_frontpage h3 a{
	color: #333333;
    font-size: 15px;
    text-decoration: none;
	line-height:125%;
}

#content_frontpage .press_link{
	font-size:15px;
	color:#333333;
	text-decoration:none;
	border-bottom:1px solid #333333;
}
#content_frontpage .press_link:hover{
	border-bottom:1px dotted #333333;
}
#content_frontpage .home_press  .press_date{
	font-size:15px;
	font-weight:bold;
	line-height:200%;
}
#resources_content, #resources_content a {
	font-size:15px;
	font-weight:bold;
	line-height:200%;
	text-decoration:none;
	color:#333333
}
#resources_content a:hover{
	border-bottom:1px dotted #333333;
}
#main_content .home_sub_title {
	float:left;
	margin-left: 95px;
    margin-top: -22px;
}
/* Category */
.category_title a{
	color: #333333;
    font-size: 15px;
    line-height: 150%;
    text-decoration: none;
}
.category_title{
	padding: 10px 0;
}

/* FAQ */
.faq-question {
	margin:15px 0 5px;
}
.faq-question a {
    font-weight: bold;
}
.faq-question a:hover {
    color: #928676;
}
.faq-answer {
    font-style: italic;
    padding-left: 25px;
}
/* Page Sitemap */
#wp-realtime-sitemap-menu, #wp-realtime-sitemap-posts {
    line-height: 150%;
}
#wp-realtime-sitemap-menu ul > li a, #wp-realtime-sitemap-posts ul > li a{
    border-bottom: medium none;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}
#wp-realtime-sitemap-menu ul li, #wp-realtime-sitemap-posts ul li{
    line-height: 75%;
    margin-bottom: 10px;
}
#wp-realtime-sitemap-menu a:hover, #wp-realtime-sitemap-posts a:hover{
    border-bottom: 1px solid #646464;
}
#wp-realtime-sitemap-menu ul, #wp-realtime-sitemap-posts ul{
    margin: 5px 0;
    padding-left: 10px;
}
#wp-realtime-sitemap-menu ul ul a, #wp-realtime-sitemap-posts ul ul a {
    font-weight: normal;
    text-transform: none;
}
#wp-realtime-sitemap-menu ul ul , #wp-realtime-sitemap-posts ul ul {
    margin: 10px 0 0;
    padding-left: 20px;
}
#wp-realtime-sitemap-menu ul ul a, #wp-realtime-sitemap-posts ul ul a {
    font-style: normal;
    font-weight: normal;
}
#wp-realtime-sitemap-menu ul ul ul a, #wp-realtime-sitemap-posts ul ul ul a {
    font-style: italic;
    text-transform: none;
}
/* Form */
.wpcf7-form input, .wpcf7-form textarea, .wpcf7-form select {
	width:285px;
	padding:5px 20px;
	border:1px solid #5E4924;
	margin:5px 0;
}

.wpcf7-form select, .wpcf7-form .wpcf7-submit {
	width:328px;
}

/* Twitter Feed */
#twitter_feed > div {
	background: transparent url('images/twitter_box.png') top left no-repeat;
	height:345px;
    padding: 10px 0;
    font-size: 10px;
}
#twitter_feed  ul > li {
	margin: 0 8px;
    padding: 10px 20px 45px;
    border-bottom: 1px dotted #ffffff;
	height:70px;
}
#twitter_feed .twitterwidget-title {
	color:#5F4922;
	font-size:14px;
}
#twitter_feed .entry-content, #twitter_feed .entry-meta, #twitter_feed .intent-meta {
	color: #5E4924;
	line-height:135%;
	font-size:11px;
}

#twitter_feed a {
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
	border-bottom:1px dotted #ffffff;
}
#twitter_feed a:hover {
	border-bottom:1px solid #ffffff;
}
#twitter_feed .entry-content {
	float:left;
	text-align:left;
}
#twitter_feed .entry-meta, #twitter_feed .intent-meta {
	float:right;
	text-align:right;
	font-style:italic;	
}
#twitter_feed .intent-meta a:first-child {
	margin-left:0;
}
#twitter_feed .entry-meta {
	padding-top:10px;
}
#twitter_feed .intent-meta a{
	margin-left:10px;
}
#twitter_feed .follow-button{
	padding-top: 6px;
	padding-left:19px;
}

#twitter_title {
	margin:-10px 0 5px;
	color:#ffffff;
	font-size:18px;
}
#twitter_title a, #twitter_title a:hover{
	border-bottom: 1px solid #ffffff;
	color:#ffffff;
}
#sub_title_twitter {
	font-style:italic;
	margin-bottom:10px;
	color:#5E4924;
}

/* Page signatories */
h2.title_signatories {
	width:50%;
	float:left;
}
.sign_top {
	width:590px;
}
.sign_bottom {
	width:590px;
}
.sign_left {
	width:175px;
}
.sign_right {
	float:right;
	width:390px;
}
/* Signatories Lightbox */
#main_content .main_content_lb {
	display:none;
}
.main_content_lb h1{
	padding-bottom:10px;
}
.main_content_lb a img {
	cursor:default;
}
/* Misc */
div.clear {
	float:none;
	width:100%;
	clear:both;
}
.sub {
	border-bottom:1px solid;
}
.paddleft25 {
	padding-left:25px;
}
img.alignleft {
	padding: 0 15px 15px 0;
}
/* Reset */
#main_content a img {
	border: none;
    position: relative;
	bottom: -.4em;
	background:#ffffff;
}

/* RAH additions*/
/*9sep15*/
ul.toollist li {margin-left:10px; margin-bottom:5px; list-style:disc outside none;}
