﻿/*
 Theme Name:   Twenty Fourteen Child
 Description:  Twenty Fourteen Child Theme
 Template:     twentyfourteen
 Version:      1.0.0
 Text Domain:  twenty-fourteen-child
*/

/* =Theme customization starts here
-------------------------------------------------------------- */
/*PAUWES_CI
.site
{
	margin: 0 auto;
	border-left: 5px solid #7499C7;
	border-right: 5px solid #7499C7;
	max-width: 1024px;
	margin-top: 50px;
	border-top: 5px solid #7499C7;
}
*/
.site
{
	margin: 0 auto;
	border-left: 5px solid #93B9D6;
	border-right: 5px solid #93B9D6;
	max-width: 1024px;
	margin-top: 50px;
	border-top: 5px solid #93B9D6;
}



/*PAUWES_CI
body
{
	background: none repeat scroll 0% 0% #5EB0E5;
	font: 75%/150% Arial, Helvetica, sans-serif;
}
*/

body
{
	background: none repeat scroll 0% 0% #6090c0;
	font: 75%/150% 'Roboto', Helvetica, sans-serif;
	color: #565655;
}

/*PAUWES_CI*/
h1,
h2,
h3,
h4,
h5,
h6 {	
	color: rgb(0,87,153);
}

.site-info, .site-info a
{
	text-align: center;
	color: #868786;
}
/*PAUWES_CI
.site-header
{
	background-color: #5EB0E5;
	max-width: 1024px;
}	
*/
.site-header
{
	background-color: #74B841;
	max-width: 1024px;
}	

#site-header
{
	min-height: 75px;
}

	
#masthead
{
	position: relative;
	text-align: center;
}

.masthead-fixed .site-main {
    margin-top: 0px;
}

.site-main
{
	/*min-height: 900px;*/
	max-height: 100%;
	height: 100%;
}

.site-description
{
	//margin-top: 50px;
	color: black;
	display: block;
}

.widget
{
	color: black;
}

.content-area
{
	padding-top: 50px;
}

.admin-bar.masthead-fixed .site-header 
{
    top: 0px;
}

.hentry
{
	max-width: 1000px
	min-width: 200px;
	width: 1000px;

}

.site-content .entry-header,
.site-content .entry-content,	
.site-content .entry-summary,	
.site-content .entry-meta,
.page-content
{
	max-width: 1200px;
}

.site:before
{
	background-color: red;
	content: "";
	display: block;
	height: 100%;
	min-height: 5%;
	position: absolute;
	top: 0;
	left: 0;
	width: 182px;
	z-index: -2;
}

.widget a {
    color: black;
}

.widget a:hover {
    color: black;
}

a:hover 
{
	color: #0068B4;
}

.primary-sidebar .widget .widget-title {
	color: #000;
	border-bottom: 3px solid /*PAUWES_CI #5EB0E5*/ #0068B4;
}

.primary-sidebar .widget_nav_menu ul a
{
	display: block;
}

/*.primary-sidebar .widget_nav_menu ul a:hover
{
	//border: 2px solid black;
	background-color: #E7E7E7;
}*/

.primary-sidebar .widget_nav_menu ul li a:hover
{
	//border: 2px solid black;
	background-color: #CFDCFF;
}


.primary-sidebar .widget_nav_menu ul > li > ul > li:hover,
.primary-sidebar .widget_nav_menu ul > li > a:hover
{
//	background-color: #5EB0E5;
}


.primary-navigation li > a
{
	line-height: 28px;
	border-top: 1px solid #FFAB58;
	border-bottom: 1px solid #FFAB58;
	border-left: 0px dashed #D3D3D3;
	color: #fff;

}

#menu-item-708 > a
{
	border-right: 0px dashed #D3D3D3;
}

.primary-navigation li:hover > a,
.primary-navigation li.focus > a {
		background-color: #fff;
		color: #FFAB58;
}

#secondary
{
	background-color: transparent;
	margin-top: 0px;
	/*margin: 50px 0px 0px -100%;*/
	word-wrap: break-word;
	min-height: 0vh;
}



.site-navigation .current_page_item > a, .site-navigation .current_page_ancestor > a, .site-navigation .current-menu-item > a, .site-navigation .current-menu-ancestor > a {
    color: #FFAB58;
    font-weight: 900;
    /*border-top: 2px #0068b4 solid;*/
    background-color: #fff;	
}

.site-navigation a
{
	text-transform: bold;
	color: #868786;
	font-weight: bold;
}

.primary-navigation
{
	font-size: 12px;
	float: none;
	margin: 0px 0px 0px 0px;
	/*PAUWES_CI
	background-color: #5eb0e5;*/
	background-color: white;
	height: 48px;
	padding-top: 0px;
}


.primary-navigation ul ul {
		/*PAUWES_CI
			background-color: #5eb0e5;*/
			background-color: #74B841;
}

.primary-navigation li:hover > a,
.primary-navigation li.focus > a {
		/*PAUWES_CI background-color: #6aabd4;*/
		/*background-color: #8DC662;
		color: #fff;*/
		/*border-top: 2px #0068B4 solid;*/
}


.primary-navigation li
{
	margin-left: -4px;
	height: 30px;
	line-height: 0px;
}

.site-info a:hover 
{
	color: #0068B4;
}

.primary-navigation ul ul a:hover,
.primary-navigation ul ul li.focus > a {
		/*PAUWES_CI background-color: #6aabd4;*/
		background-color: rgb(236,236,236);
}

.secondary-navigation a {
	color: #000;
}

.secondary-navigation ul ul {
		/*PAUWES_CI background-color: #5eb0e5;*/
		background-color: #74B841;
}

.secondary-navigation li:hover > a,
.secondary-navigation li.focus > a {
		/*PAUWES_CI background-color: #5eb0e5;*/
		background-color: #74B841;
		color: #fff;
}

.secondary-navigation ul ul a:hover,
.secondary-navigation ul ul li.focus > a {
		background-color: #6aabd4;
}
.menu-toggle {
	/*PAUWES_CI background-color: #648CA1;*/
	background-color: #0068B4;
	//margin-top: 28px;
	position:relative;
}

.menu-toggle:active,
.menu-toggle:focus,
.menu-toggle:hover {
	background-color: /*PAUWES_CI #648CA1*/ #0068B4;
}

.entry-title
{
	text-transform: none;
	display: none;
}


table
{
	table-layout: fixed;
}


table, th, td
{
	border:none;
}

tr:nth-child(even)
{
	//background-color: rgba(198, 198, 198, 1);
}

tr.top-row-border-bottom td
{
	border-bottom: 1pt solid black;
}

tr.topic-row-style td
{
	background-color: white;
}

tr.day-table-border td
{
	/*border-bottom: 2px solid black;*/
	border-bottom: 1px dashed lightgrey;
}

.entry-content table, .comment-content table 
{
    font-size: inherit;
}


.site-title 
{
    	width: 100%;
    	text-align: center;
	float: none;
	max-width: none;
	/*margin-top: -20px;*/
	background-color: #FFF;
}

/*
.site-title a
{
	color: black;
}

.site-title a:hover 
{
	color: black;
}
*/

.header-main {
   	padding: 0px 0px;
	background-color: #fff;
}

.site-title a, .site-title a:hover {
    	color: #000;
    	display: block;
    	overflow:  visible;
    	//text-overflow: ;
    	white-space:  normal;
}

::selection {
	/*PAUWES_CI
	background: #5EB0E5;*/
	background: #74B841;
}

::-moz-selection {
		/*PAUWES_CI
	background: #5EB0E5;*/
	background: #74B841;
}


.mejs-container {
  width: 100% !important;
  height: auto !important;
  padding-top: 57%;
}
.mejs-overlay, .mejs-poster {
  width: 100% !important;
  height: 100% !important;
}
.mejs-mediaelement video {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  width: 100% !important;
  height: 100% !important;
}

/*PAUWES_CI
.nav-menu
{
	background-color: rgb(94, 176, 229);
}
*/

.nav-menu
{
	background-color: #FFAB58;
}


.primary-navigation.toggled-on {
	padding: 0px 0 0px;
}


.td-cameroon
{
	vertical-align: middle;
}

.expertspresentations td {
	padding: 0px;
}

.expertspresentations h6 {
	margin-top: 30px !important;
}

.menu-side-menu-container
{
	/*PAUWES_CI background-color: #F5F5F5;*/
	background-color: #ECECEC;
}

#menu-side-menu > li > a
{
	font-weight: bold;
}

#menu-side-menu li a
{
	padding: 2px;
}

.footer-sidebar .widget {

	width: 100%;
}

.site-footer #supplementary
{
	background-color: white;
}

/*PAUWES_CI*/
.site-footer 
{
	background-color: white;
}

#footer-sidebar
{
	height: 100px !important ; 
	padding-top: 0px !important;
}

#secondary, #supplementary {
    padding: 0px 10px;
}

@media screen and (min-width: 1080px) {
	
	#secondary {
		width: 225px;
	}

}
/*PAUWES_CI*/
.textwidget img
{
	height: auto;
}
/*PAUWES_CI*/
.nav-links { display: none; } 

/*PAUWES_CI*/
a { color: rgb(0,104,180); } 


.atozmenu-off:hover
{
	background-color: white;
}

.main-content
{
	margin-top: -50px;
}

::-moz-selection { color: white;  background: #005799; }
::selection      { color: white;  background: #005799; } 



table#undac-documents tr:nth-child(odd) {
     background-color: #f2f2f2;
}