.gray {
color:#b2b2b2;

}

img a   { 
border:0px;
border-left : 0pt none;
}

body.custom-background {
    background-color: #000;
}

#recent-posts-2 a {
   text-decoration: none;
   font-size:0.8em;
}
#icl_lang_sel_widget {
    text-transform: lowercase;
    border-bottom: 0px;
}
#icl_lang_sel_widget .widgettitle {
   display:none;
float: left; /* */
}



/*
Theme Name: SimplyBlackNew
Theme URI: 
Version: 3.9
Author: Guido van der Leest http://www.guidovanderleest.nl/simplyblack http://www.guidovanderleest.nl
Author URI:  
Description: SimplyBlack is a free, clean, minimalistic, responsive, mobile friendly WordPress theme. Features: sidebar, widget areas in footer, custom header image, custom background, custom logo to replace blogname and description, full width page template, dropdown navigation. Enjoy. 
Tags: one-column, two-columns, right-sidebar, fixed-layout, responsive-layout, full-width-template, custom-background, custom-header, custom-menu, featured-images, black, editor-style, translation-ready
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: simplyblack

SimplyBlack, Copyright 2013, Guido van der Leest
SimplyBlack is licensed under the GPL
*/


/* 
http://meyerweb.com/eric/tools/css/reset
http://meyerweb.com/ 
RESET STYLESHEET 
Source: 
Author: Eric Meyer
Author URI: 
License: none (public domain) 
*/

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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
/* float: left;*/
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* GENERAL */
body {background: #000; font-family: monospace, sans-serif; font-size:1em; line-height:2em;}
#container, #containerclone {

 
    background: none repeat scroll 0 0 #FFFFFF;
/*    margin: 10px auto; */
    margin: 0px;
    max-width: 1100px;
    word-wrap: break-word;
}
#containerclone {
    background: none repeat scroll 0 0 #000;
    text-align: right;
}

#containerclone li  {
	display: inline;
	margin: 0;
    
}

.lang-item a {
	font-family: monospace,sans-serif;
    font-size: 0.8em;
    text-decoration: none;

	background-color: transparent;
    color: white;
    margin: 0 4px;
    text-decoration: none;
    opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
}
.lang-item a:hover {
    color: white;
    opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}

.current-lang a {
    color: white;
    font-size:0.9em;
        opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}

#content {
    float: right;
    padding: 76px 12px 23px 0;
    width: 68%;
    word-wrap: break-word;
 

;/* float:left*/;}
#content-full {max-width: 920px; float:left; padding: 10px 0 20px; word-wrap: break-word;}

h1 {font-size:3.0em; line-height:1.2em;}
h2 {font-size:2.5em; line-height:1.2em;}
h3 {font-size:1.6em; line-height:1.2em;padding:20px 0px;}
h4 {font-size:1em; line-height:1.2em;text-transform:lowercase}
h5 {font-size:1.0em; line-height:1.5em;}
h6 {font-size:0.75em; line-height:1.5em;}

a {
    background-color: #ededed;
    color: black;
  /*  border-bottom: groove;
    text-decoration: none;*/
}
a:hover {background-color: black;text-decoration:none; color:window;}

strong {font-weight: bold;}
small {font-size:0.75em;}
big {font-size: 1.5em;}
pre {margin: 0px 0; border: 0px solid #ccc; padding:0px; word-wrap: break-word;}
code, cite, em, abbr, acronym, q {font-style:italic;}
blockquote, address {padding:5px; font-size:0.7em; font-style:italic;color: #575757;}
p {margin:0 0 10px;}

table {margin:10px; border-collapse:collapse;}
table, th, td {border: 1px solid #ccc; padding:5px;}

ul {list-style: square; margin: 2px 0 15px 15px;}
li {margin: 0 0 0 10px;}
ol {list-style: decimal; margin: 2px 0 2px 15px;}
dl {margin: 10px;}
dt {margin: 0; font-size:1.25em; font-weight:bold;}
dd {margin: 0 0 0 10px;}

input, select, textarea {border:1px solid #ccc; padding: 2px; background: none;font-size:1em; font-family: 'Open Sans', sans-serif;}
input[type="submit"]{cursor:pointer;	border:0; -webkit-appearance:none; padding:2px 10px; background: #000; color:#fff;}
input[type="submit"]:hover {background: #555;}
select {max-width:100%;}


/* HEADER */
#header {margin:0; padding: 10px 0 0px; background:none; border-bottom:0px solid #ccc;}
#header:after {content:''; display:block; clear:both;}
#header .header-img {width: 100%; height: auto;}
#header .logo {width:100%; float:left; text-align:left; padding: 0 0 10px;display: none}
#header .logo h1 a {color:#000; text-decoration:none;}
#header .logo h1 a:hover {text-decoration:none; color:#555;}
#header .logo h4 {padding:10px 20px;}


/* HEADER MENU */
.nav-head {background:none; clear:both; margin:0; padding:0 0 10px; font-size:1em; border:0; text-align:left;}
.nav-head select {display:none;}
.nav-head ul {padding:0; margin:0;list-style-type: none;}
.nav-head ul li {list-style-type: none; /*display: inline-block */ ; position: relative; margin:11px; padding:0; float: left;}



.nav-head ul li a {text-decoration:none; color: black; background: antiqueWhite;padding: 5px 15px 5px 38px;display: inline-block; float : left;}


.nav-head ul li a:hover {
    background: none repeat scroll 0 0 white;
    color: black;
    display: inline-block;
    float: left;
    text-decoration: none;
};


/*border-left : 23pt groove black; */

.menu .current_page_item > a, .menu .current_page_parent > a { color: black;}


/* HEADER SUBMENU */

.nav-head ul ul {display:none; position: initial; top: 100%; padding: 0;z-index: 9999;}
.nav-head ul ul ul {display:none; position: initial; top: 30%;}
.nav-head ul ul a {width:12em; background: #333; color:#fff; z-index:999;}
.nav-head ul li:hover > ul {display:block;}
.nav-head ul li:hover > ul {display:block;}
.nav-head ul li {margin:10px 0 0 20px;}


/* PAGE */
.page-title {margin: 0; padding: 10px 0;}
.pagelink {clear:both; margin:20px 0 10px;}
.edit-link {display:block; clear:both; margin:10px 0; padding: 5px 10px; color:#000; background: #f2f2f2; border:1px solid #ccc;}


/* POST */
.entry-title {margin: 0; padding: 0;}
.entry-title a {color:#000; text-decoration:none;}
.entry-title a:hover {color:#555; text-decoration:none;}
.excerpt {margin: 0 0 20px; padding:0 0 60px; border-bottom:1px solid #ccc;}
.sticky {text-align:center; clear:both; color:#000; background: #f2f2f2; margin: 10px 0; padding:5px; border:1px solid #ccc;}
.postmetadata {display:none;margin:20px 0; padding:5px 10px; background: #000; color:#fff; border:0;}
.postmetadata a {color:#fff; text-decoration:underline;}
.postmetadata a:hover {color:#ccc; text-decoration:none;}
a.moretag {float:right; border:0; margin:25px 0 0; padding: 2px 5px; background: #000; color:#fff; text-decoration:none;}
a.moretag:hover {background: #555; text-decoration:none;}
.post-nav {padding: 5px 0;}
.post-nav:after {content:''; display:block; clear:both;}
.nav-prev a {float:left;}
.nav-next a {float:right;}


/* IMAGE AND VIDEO */
embed, iframe, object, video {max-width:100%;}
img {max-width:100%; height:auto;float: none;border:0px;border-left : 0pt none;}
/*
div#content p a {max-width:100%; height:auto;float: none;border:0px;border-left : 0pt none;background-color:white;}
div#content  p a:hover {max-width:100%; height:auto;float: none;border:0px;border-left : 0pt none;background-color: white;}

a img {max-width:100%; height:auto;float: none;border:0px;border-left : 0pt none;}


*/

div#sidebar p a {max-width:100%; height:auto;float: none;border:0px;border-left : 0pt none;background-color:white;}
div#sidebar p a {margin: 0 0 0;}
div#sidebar p {margin: 0 0 0;}

div#sidebar p a {max-width:100%; height:auto;float: none;border:0px;border-left : 0pt none;background-color:white;}



img.alignright {float:right; margin:0 0 1em 1em;}
img.alignleft {float:left; margin:0 1em 1em 0;}
img.aligncenter {display: block; margin-left: auto; margin-right: auto; margin-bottom:1em;}
.alignright {float:right; margin:0 0 1em 1em;}
.alignleft {float:left; margin:0 1em 1em 0;}
.aligncenter {display: block; margin-left: auto; margin-right: auto; margin-bottom:1em;}

.wp-caption {background:none; max-width: 100%;}
.wp-caption-text {text-align:center; word-wrap: break-word;}

.gallery dl, .gallery dt, .gallery dd {margin:0; padding:0;}
.gallery-caption {background:none; max-width: 100%;}
.gallery-caption-text {text-align:center; word-wrap: break-word;font-size:10px}


/* SEARCHFORM */
.search-form {padding:10px 0;}
.search-field {width:50%;}
.screen-reader-text {display:none;}


/* COMMENTS */
#comments {clear:both; word-wrap: break-word;}
#comments .comment-list {list-style:none; background:#f2f2f2; border:1px solid #ccc; font-weight:normal; margin: 20px 0; padding: 20px;}
#comments .children {list-style:none; background: #f8f8f8; padding: 20px;}
.no-comments {clear:both; margin:20px 0; padding:5px 10px; background: #f2f2f2; border:1px solid #ccc;}
.comment-notes, .form-allowed-tags {font-size:0.75em; padding:10px 0;}
.comments-title, .comment-reply-title {font-size: 1.5em;} 
.bypostauthor {color:#000;}

#respond {padding:10px 0; clear:both;}
#commentform label {margin: 0 0 10px; font-family: 'Open Sans', sans-serif; line-height:1.5em; font-size:1em; display:block;}
#commentform textarea, #commentform input {width: 90%; padding:5px;}
#commentform input[type="submit"]{width:9em; margin:10px 0 0;} 


/* SIDEBAR AND WIDGETS */
#sidebar {width: 27%; margin:0; padding:10px 0 0; word-wrap: break-word; float: left;}
.widget {padding:2px 20px 20px 20px; margin: 0 0 20px; border-bottom:0px solid #ccc;    float: left; /* */}
.widgettitle {background:#000; color:#fff; padding:5px 10px; margin:10px 0;font-size: 0.8em;}
#wp-calendar {width:90%;}


/* FOOTER */
#footer {
 background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-top: 0 solid #ccc;
    clear: both;
    color: #000;
    
    }
#footer a {color:#fff; text-decoration:underline;}
#footer a:hover {color:#ccc; text-decoration:none;}
#footer .site-info {display: none;text-align:center; clear:both; padding:0px; background: #FFF; color:#fff; border:0;}

.footer-left {float: left; width: 31%; margin:10px 0; padding:0; word-wrap: break-word;}
.footer-right {   
	background-color: white;
    float: right;
    margin: 10px 0 0;
    padding: 0;
    text-align: right;
    width: 100%;
    word-wrap: break-word;
    
}
.footer-middle {float: left; width: 31%; margin:10px 20px; padding:0; word-wrap: break-word;}


/* Mobile */
@media screen and (max-width: 767px) { 
	body {font-size:1em; line-height:1.2em;}
	#container {width: 94%; padding:90px;}
	#content, #content-full {width:100%;}
	#header .logo {width:100%; padding: 10px 0; text-align:center;}
	#header .header-img {width: 100%; padding: 10px 0 0; height: auto;}
	#sidebar {width:100%; border:0; float: left; tpadding:0; float:left;}
	#footer {width:100%; border:0;}
	.footer-right, .footer-middle, .footer-left {width:100%; border:0; padding:0; margin:0; float:left;} 
	.nav-head ul {display: none;} 
	.nav-head {padding:0; margin:0;}
	.nav-head select {display: block; width: 100%; height: 35px; margin: 0 auto 0; font-family: 'Open Sans', sans-serif; font-size: 1em; line-height: 1.2em; color: #fff; background:#000; border:0;}
}

#lightbox-container-image img { width:auto; max-height:550px; }
#jquery-lightbox div {max-height:620px; }

/*---.nav-head ul li.menu-item-home{width:100%;} --home al 100--*/

body.home .nav-head ul li ul.sub-menu{display:none;}

.nav-head ul li.current-menu-item ul.sub-menu{display:list-item; position:relative;list-style-type: none;}

.nav-head ul li.current-menu-item ul.sub-menu li ul.sub-menu{display:none;}

.nav-head ul li.current-menu-item ul.sub-menu li.menu-item-58:hover ul.sub-menu{display:list-item;}

.nav-head ul li.current-menu-item ul.sub-menu li.menu-item-1972:hover ul.sub-menu{display:list-item;}

.nav-head ul li.current-menu-item ul.sub-menu li.menu-item-1976:hover ul.sub-menu{display:list-item;}

.nav-head ul li.current-menu-item:hover ul.sub-menu li ul.sub-menu li ul.sub-menu{display:none;}

.nav-head ul li.current-menu-item:hover ul.sub-menu li ul.sub-menu li:hover ul.sub-menu{display:list-item;}

li.current-menu-ancestor ul.sub-menu{display: list-item; position:relative;list-style-type: none;}

li.current-menu-ancestor ul.sub-menu li ul.sub-menu{display: none; position:relative;list-style-type: none;}

li.current-menu-ancestor ul.sub-menu li.current-menu-ancestor ul.sub-menu{display: list-item; position:relative;list-style-type: none;}

li.current-menu-ancestor ul.sub-menu li.current-menu-item ul.sub-menu{display: list-item; position:relative;list-style-type: none;}

li.current-menu-ancestor ul.sub-menu li.menu-item-1976:hover ul.sub-menu{display: list-item; position:relative;list-style-type: none;}


li.current-menu-ancestor ul.sub-menu li.menu-item-1972:hover ul.sub-menu{display: list-item; position:relative;list-style-type: none;}


li.current-menu-ancestor ul.sub-menu li.menu-item-58:hover ul.sub-menu{display: list-item; position:relative;list-style-type: none;}


li.current-menu-ancestor ul.sub-menu li.menu-item-58:hover ul.sub-menu li ul.sub-menu{display:none; position:relative;list-style-type: none;}


<!- MENUS ->

<!-  laboratório em residência 2015 ->	
li.current-menu-ancestor ul.sub-menu li.menu-item-2669:hover {display: list-item; position:relative;list-style-type: none;}

<!-  mesas redondas li.current-menu-ancestor ul.sub-menu li.menu-item-58:hover ul.sub-menu li.menu-item-1972:hover ul.sub-menu{display: list-item; position:relative;list-style-type: none;}
  ->


<!-  residentes  ->
li.current-menu-ancestor ul.sub-menu li.menu-item-58:hover ul.sub-menu li.menu-item-2622:hover ul.sub-menu{color: red; display: list-item; position:relative;list-style-type: none;}

 


 


.nav-head ul li ul.sub-menu li ul.sub-menu li ul.sub-menu{display:none;}

.nav-head ul li.current-menu-ancestor ul.sub-menu li.current-menu-ancestor ul.sub-menu li.current-menu-ancestor ul.sub-menu{display:list-item;}

.nav-head ul li.current-menu-ancestor ul.sub-menu li.current-menu-ancestor ul.sub-menu li.current-menu-item ul.sub-menu{display:list-item;}

.menu .current_page_item > a, .menu .current_page_parent > a {
    background-color: white; 
    border: 3px solid; color: black;
}
