/**
 * @file
 * Page Styling
 *
 * Style the markup found in page.tpl.php. Also includes some styling of
 * miscellaneous Drupal elements that appear in the $content variable, such as
 * ul.links, .pager, .more-link, etc.
 */


/*
 * Body
 */
body {
  margin: 0;
  padding: 0;
  background-color:#404041;
  color:#4D4D4D;
  position:absolute;
  width:100%;
  height:100%;
}

body.cke_show_borders {
	background-color:#ffffff;
}

#page-wrapper {
	background-color:#939598;
}

#page {
}

/*
 * The skip-link link will be completely hidden until a user tabs to the link.
 * See the element-focusable rule in system.base.css.
 */
#skip-link a,
#skip-link a:visited {
  display: block;
  width: 100%;
  padding: 2px 0 3px 0;
  text-align: center;
  background-color: #666;
  color: #fff;
}

/*
 * Header
 */
#header {
	height: 185px;
}

#header .section {
	height:185px;
}

#logo /* Wrapping link for logo */ {
  width:186px;
  float: left; /* LTR */
  margin: 0px 5px 0px 5px;
  padding: 0;
}

#logo img {
  vertical-align: bottom;
}

#name-and-slogan /* Wrapper for website name and slogan */ {
  float: left;
}

h1#site-name,
div#site-name /* The name of the website */ {
  margin: 0;
  font-size: 2em;
  line-height: 1.5em;
}

#site-name a:link,
#site-name a:visited {
  color: #000;
  text-decoration: none;
}

#site-name a:hover,
#site-name a:focus {
  text-decoration: underline;
}

#site-slogan /* The slogan (or tagline) of a website */ {
}

.region-header /* Wrapper for any blocks placed in the header region */ {
  /*clear: both; /* Clear the logo */
  height:185px;
  width:754px;
  float:left;
}

/*
 * Main (container for everything else)
 */
#main-wrapper {
}

#main {
	height:100%;
}

/*
 * Content
 */
#content {
	height:100%;
}

#content .section {
	top:12px;
	bottom:0px;
	width:691px;
	margin:0px 10px 0px 10px;
	background-color:#eceded;
	border:1px solid #E6E6E5;
	padding-left:12px;
	padding-right:28px;
}

.region-highlighted {
}

.breadcrumb /* The path to the current page in the form of a list of links */ {
  padding-bottom: 0; /* Undo system.css */
}

h1.title, /* The title of the page */
h2.node-title, /* Title of a piece of content when it is given in a list of content */
h2.block-title, /* Block title */
h2.title, /* Comment section heading */
h2.comment-form, /* Comment form heading */
h3.title /* Comment title */ {
  margin: 0;
  font-size:15pt;
  color:#987D52;
}
.node-title a:link {
	color:#987D52;
	text-decoration:none;
}

.node-title a:hover {
	color:#987D52;
	text-decoration:underline;
}

.node-title a:visited {
	color:#987D52;
	text-decoration:none;
}

tr.even /* Some tables have rows marked even or odd. */ {
  /* background-color: #eee; */ /* Drupal core uses a #eee background */
}

tr.odd {
  /* background-color: #eee; */ /* Drupal core uses a #eee background */
}

div.messages /* Important messages (status, warning, and error) for the user. See also the declarations in messages.css. */ {
  margin: 1.5em 0; /* Drupal core uses "6px 0" margin */
}

div.messages ul {
  margin-top: 0;
  margin-bottom: 0;
}

div.status /* Normal priority messages */ {
}

div.warning,
tr.warning /* Medium priority messages */ {
  /* border: 1px solid #f0c020; */ /* Drupal core uses: 1px solid #f0c020 */
}

div.error,
tr.error /* High priority messages. See also the .error declaration below. */ {
}

.error /* Errors that are separate from div.messages status messages. */ {
  /* color: #e55; */ /* Drupal core uses a #e55 background */
}

.warning /* Warnings that are separate from div.messages status messages. */ {
  /* color: #e09010; */ /* Drupal core uses a #e09010 background */
}

div.tabs /* See also the tabs.css file. */ {
	max-width:685px;
}

.region-help /* Help text on a page */ {
}

.more-help-link /* Link to more help */ {
}

.region-content /* Wrapper for the actual page content */ {
	max-width:685px;
}

ul.links /* List of links */ {
}

ul.links.inline {
  display: block; /* Let the links be inline, but the container be a block. */
}

ul.links li {
  padding: 0 1em 0 0; /* LTR */
}

.item-list .pager /* A list of page numbers when more than 1 page of content is available */ {
  padding: 0;
}

.item-list .pager li /* Each page number in the pager list */ {
  padding: 0 0.5em;
}

.feed-icon /* The link to the RSS or Atom feed for the current list of content */ {
}

.more-link /* Aggregator, blog, and forum more link */ {
}

/*
 * First sidebar (on left in LTR languages, on right in RTL)
 *
 * Remember to NOT add padding or margin to your .region-sidebar-first
 * (see the layout.css file.)
 */
.region-sidebar-first {
}

.region-sidebar-first .section {
}

/*
 * Second sidebar (on right in LTR languages, on left in RTL)
 *
 * Remember to NOT add padding or margin to your .region-sidebar-second
 * (see the layout.css file.)
 */
.region-sidebar-second {
}

.region-sidebar-second .section {
}

/*
 * Footer
 */
.region-footer {
}

/*
 * Page bottom
 */
.region-bottom /* Wrapper for any blocks placed in the page bottom region */ {
  height:0px;
}

/*regular body links */
a:link {
	color:#C59C6D;
	text-decoration:none;
}

a:hover {
	color:#C59C6D;
	text-decoration:underline;
}

a:visited {
	color:#C59C6D;
	text-decoration:none;
}

#block-jquerymenu-1 ul li{
	padding-left:5px;
	padding-right:15px;
	width:150px;
	line-height:20px;
	background-color:#404041;
	color:#ffffff;
	border: 2px solid #939598;
}

#block-jquerymenu-1 ul ul {
	width:175px;
	margin-left:-5px;
}



#block-jquerymenu-1 ul ul li{
	font-family: 'Abel';
	width:150px;
	background-color:#D9D9D9;
	border: none;
	line-height:20px;
	color:#1A1A1A;
}

#block-jquerymenu-1 ul ul li.last{
	background-color:#D9D9D9;
}

#block-jquerymenu-1 ul ul ul li{
	font-family: 'Abel';
	width:150px;
	background-color:#F1F2F2;
	border: none;
	line-height:20px;
	color:#1A1A1A;
}

#block-jquerymenu-1 ul ul ul li.last{
	background-color:#F1F2F2;
}

#block-jquerymenu-1 ul li open {
	color:#C49A6C;
}

#block-jquerymenu-1 ul ul ul li a:link{
	color:#1A1A1A;
}

#block-jquerymenu-1 ul ul ul li a:visited{
	color:#1A1A1A;
}

#block-jquerymenu-1 ul ul ul li a:hover{
	color:#1A1A1A;
}

#block-jquerymenu-1 ul ul li a:link{
	color:#1A1A1A;
}

#block-jquerymenu-1 ul ul li a:visited{
	color:#1A1A1A;
}

#block-jquerymenu-1 ul ul li a:hover{
	color:#1A1A1A;
}

#block-jquerymenu-1 ul li a:link{
	color:#ffffff;
}

#block-jquerymenu-1 ul li a:visited{
	color:#ffffff;
}

#block-jquerymenu-1 ul li a:hover{
	color:#ffffff;
}

#block-jquerymenu-1 ul {
	list-style-type:none;
}

#block-jquerymenu-1 ul {
margin-left: 0;
padding-left: 0;
}

#block-jquerymenu-1 {
  font-family:'Ubuntu Condensed';
  width:165px;
  margin-left:12px;
}

ul ul ul {
	list-style-type:none;
}

#tabs {
	position:absolute;
	width:754px;
	height:41px;
	background:url(../images/tabs-bg.png) no-repeat;
	z-index: 200;
	margin-top: -41px;
	margin-left: 196px;
	text-align:center;
	line-height:47px;
	font-size:10px;
}

#tabs a {
	color:#ffffff;
}

.spacer {
	float:left;
	width:136px;
	height:41px;
}

#tab1-active {
	text-indent:-6px;
	float:left;
	width:158px;
	height:41px;
	background:url(../images/tab1-active.png) no-repeat;
}

#tab1-inactive {
	text-indent:-10px;
	float:left;
	width:158px;
	height:41px;
	background:url(../images/tab1-inactive.png) no-repeat;
}

#tab2-active {
	float:left;
	width:166px;
	height:41px;
	background:url(../images/tab2-active.png) no-repeat;
}

#tab2-inactive {
	float:left;
	width:166px;
	height:41px;
	background:url(../images/tab2-inactive.png) no-repeat;
}

#tab3-active {
	float:left;
	width:158px;
	height:41px;
	background:url(../images/tab3-active.png) no-repeat;
}

#tab3-inactive {
	float:left;
	width:158px;
	height:41px;
	background:url(../images/tab3-inactive.png) no-repeat;
}

ul.jquerymenu li.parent span.open {
background-image: url(../images/minus.png);
background-repeat: no-repeat;
background-position: right top;
}

ul.jquerymenu li.parent span.closed {
background-image: url(../images/plus.png);
background-repeat: no-repeat;
background-position: right top;
}

#block-jquerymenu-1 ul ul li span.open {
background-image: url(../images/sub/minus.png);
background-repeat: no-repeat;
background-position: right top;
}

#block-jquerymenu-1 ul ul li span.closed {
background-image: url(../images/sub/plus.png);
background-repeat: no-repeat;
background-position: right top;
}

ul.jquerymenu li.parent span {
	width:170px;
	height:21px;
	margin-left:-10px;
}

#block-jquerymenu-1 ul li.last{
	background-color:#C2B59B;
}

#footer {
	height:68px;
	font-family: 'PT Sans'; 
	font-style: normal; 
	font-weight: normal;
	font-size:11px;
	color:#F3F3F3;
	width:732px;
	margin-left:207px;
	margin-top:12px;
}

#footer-top {
	height:20px;
	border-top:1px solid #CDCCCC;
	border-bottom:1px solid #CDCCCC;
}

.footer-left {
	height:20px;
	width:50%;
	float:left;
	text-align:left;
}

.footer-right {
	height:20px;
	width:50%;
	float:left;
	text-align:right;
}

#footer-bottom {
	margin-top:10px;
	height:20px;
	color:#D1D3D4;
}

#footer a:link {
	color:#ffffff;
}

#footer a:hover {
	color:#ffffff;
}

#footer a:visited {
	color:#ffffff;
}

.scroll-pane {
	position:absolute;
	top:70px;
	bottom:10px;
	width:719px;
	outline:none;

}

/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */

.jspContainer
{
	overflow: hidden;
	position: relative;
}

.jspPane
{
	position: absolute;
}

.jspVerticalBar
{
	position: absolute;
	top: 0;
	right: 0;
	width: 31px;
	height: 100%;
	background-color:transparent;
	border-left: 1px solid #ffffff;
}

.jspHorizontalBar
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
}

.jspVerticalBar *,
.jspHorizontalBar *
{
	margin: 0;
	padding: 0;
}

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
	background-color:transparent;
	position: relative;
}

.jspDrag
{
	background-color:transparent;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}

.jspArrow
{
	background:transparent;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
}

.jspArrowUp {
	background: 5px url(../images/up-d.png) no-repeat;
}

.jspArrowDown {
	background: 5px url(../images/down-d.png) no-repeat;
}

.jspArrow.jspDisabled
{
	cursor: default;
	background: transparent;
}

.jspVerticalBar .jspArrow
{
	height: 21px;
}

.jspHorizontalBar .jspArrow
{
	width: 16px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
	outline: none;
}

.jspCorner
{
	background: #eeeef4;
	float: left;
	height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
	margin: 0 -3px 0 0;
}

.section h1 {
	text-transform:uppercase;
	margin-top:15px;
}

#block-system-navigation {
	background-color:#404041;
	width:170px;
	margin-left:15px;
}

#block-system-user-menu {
	background-color:#404041;
	width:170px;
	margin-left:15px;
}

#block-system-main {
	margin-top:-20px;
	max-width:685px;
}

.field-name-field-imagem-esquerda {
	width:420px;
	float:left;
}

.field-name-field-legenda-imagem-esquerda .field-item {
	font-family:'PT Sans 700';
	font-size:9pt;
	font-weight:bold;
	color:#816339;
	width:232px;
	float:left;
}

.field-slideshow-caption-text a{
	font-family:'PT Sans 700';
	font-size:9pt;
	font-weight:bold;
	color:#816339;
	width:232px;
	float:left;
}

.field-name-field-imagem-direita {
	width:232px;
	float:left;
}

.field-name-field-legenda-imagem-direita .field-item{
	font-family:'PT Sans 700';
	font-size:9pt;
	font-weight:bold;
	color:#816339;
	width:232px;
	float:left;
}

.field-name-field-legenda-imagem .field-item{
	width:190px;
	font-size:9pt;
	color:#816339;
	float:left;
}

.field-name-field-legenda-imagem-proj .field-item{
	width:220px;
	line-height:12px;
	font-size:9pt;
	color:#816339;
	float:left;
}

.field-name-field-legenda-imagem-proj .field-item strong{
	line-height:16px;
}

.field-name-field-legenda-imagem-proj .field-item br{
	line-height:12px;
}

.field-name-field-legenda-imagem-proj {
	margin-top:-15px;
}

.field-name-field-legenda-imagem-curso .field-item{
	width:220px;
	line-height:12px;
	font-size:9pt;
	color:#816339;
	float:left;
}

.field-name-field-legenda-imagem-curso .field-item strong{
	line-height:16px;
}

.field-name-field-legenda-imagem-curso .field-item br{
	line-height:12px;
}

.field-name-field-legenda-imagem-curso {
	margin-top:-15px;
}

.img-wrapper {
	width:100%;
}

.wrapper-left {
	float:left;
	width:420px;
}
.wrapper-right {
	float:left;
	width:232px;
	margin-left:30px;
}

.field-name-field-mostrar-btn {
	margin-top:-22px;
	float:left;
	width:30px;
}

.field-name-field-mostrar-btn2 {
	margin-top:-22px;
	float:left;
	width:30px;
}

.field-name-field-mostrar-btn3 {
	margin-top:-22px;
	float:left;
	width:30px;
}

#categorias {
	height:85px;
	width:100%;
	margin-bottom:20px;
}

.field-name-field-imagem-esquerda {
	width:100%;
}

.field-name-field-imagem-direita {
	width:100%;
}

.gallery-thumbs .wrapper, .gallery-slides {
	margin-top:20px;
	border-bottom: 1px solid #ffffff;
	height:90px;
	margin-bottom:5px;
}

#contactos ul li {
	list-style-image:url(../images/plus.png);
}

#contactos a {
	display:block;
}

#esboco-biografico ul li {
	list-style-image:url(../images/plus.png);
}

#projecto-livro ul li {
	list-style-image:url(../images/plus.png);
}


#esb-left {
	top:274px;
	width:190px;
	float:left;
}

#esb-right {
	padding-right:5px;
	margin-left:190px;
	width:489px;
	height:100%;

}

#proj-left {
	top:274px;
	width:230px;
	float:left;
}

#proj-right {
	padding-right:5px;
	margin-left:230px;
	width:449px;
	height:100%;

}

.field-name-field-legenda-imagem {
	margin-top:-15px;
}

.botao-cv {
	margin-top:70px;
	width:178px;
	height:17px;
	background-color:#C59C6D;
	border:1px solid #CDCCCC;
	line-height:14px;
	text-align:center;
}

.botao-cv a {
	color:#ffffff;
	font-size:10px;
}

#projecto-livro h3 {
	font-size:1em;
	color:#987D52;
}

#projecto-livro h4 {
	font-size:1em;
	color:#B88E6D;
}

#producao-cientifica h3 {
	font-size:1em;
	color:#987D52;
}

#producao-cientifica h4 {
	font-size:1em;
	color:#B88E6D;
}

#veja {
	width:220px;
	background-color:#d8d9d9;
}

#veja ul li {
	list-style-image:url(../images/vplus.png);
	font-size:9px;
	padding-right:10px;
}

#veja ul li a {
	color:#4D4D4D;
}

#veja ul {
	margin-top:5px;
}

#veja .field-label {
	line-height:25px;
	text-transform:uppercase;
	border:1px solid #cdcccc;
	height:25px;
	background-color:#c79c6e;
	color:#ffffff;
	font-size:10px;
	text-indent:5px;
}

#veja2 {
	width:220px;
	background-color:#d8d9d9;
	margin-top:-22px;
}

#veja2 ul li {
	list-style-image:url(../images/vplus.png);
	font-size:9px;
	padding-right:10px;
}

#veja2 ul li a {
	color:#4D4D4D;
}

#veja2 ul {
	margin-top:5px;
}

#veja2 .field-label {
	line-height:25px;
	text-transform:uppercase;
	border:1px solid #cdcccc;
	height:25px;
	background-color:#c79c6e;
	color:#ffffff;
	font-size:10px;
	text-indent:5px;
}

#veja-tsc {
	margin-left:220px;
	width:220px;
	background-color:#d8d9d9;
}

#veja-tsc ul li {
	list-style-image:url(../images/vplus.png);
	font-size:9px;
	padding-right:10px;
}

#veja-tsc ul li a {
	color:#4D4D4D;
}

#veja-tsc ul {
	margin-top:5px;
}

#veja-tsc .field-label {
	line-height:25px;
	text-transform:uppercase;
	border:1px solid #cdcccc;
	height:25px;
	background-color:#c79c6e;
	color:#ffffff;
	font-size:10px;
	text-indent:5px;
}

.fixed {
	position:fixed;
	margin-top:-25px;
	margin-bottom:10px;
	color:#987D52;
	font-size:14pt;
}

#producao-cientifica table {
	border-color:#eceded;
	max-width:684px;
}

#producao-cientifica td {
	padding:1px;
	vertical-align:top;
}

#producao-cientifica td img {
	margin-top:25px;
}

#producao-cientifica ul li {
	padding:0px;
	list-style-image:url(../images/plus.png);
}

#tsc td {
	padding:0px;
	vertical-align:top;
}

#tsc {
	height:100%;
}

#tsc td img {
	margin-right:10px;
}

#tsc tr {
	margin-bottom:10px;
}

#tsc ul li {
	padding:0px;
	list-style-image:url(../images/plus.png);
}

.node-tema-simples-ou-complexo {
	height:100%;
}

.view-producao-cientifica ul li {
	list-style-image:url(../images/plus.png);
}

.view-producao-cientifica h3 {
	margin-left:60px;
	font-size: 1em;
	color: #B88E6D;
}

.img-prod {
	width:55px;
	float:left;
}

.body-prod {
	width:629px;
	float:left;
}

.view-producao-cientifica .views-row {
	width:684px;
}

.view-producao-cientifica ul {
	margin-top:0px;
}

#block-block-3 {
	margin-left:14px;
}

.field-name-field-imagem-portfolio .field-item {
	width:113px;
	float:left;
	border:3px solid #ffffff;
	height:74px;
	margin:9px;
}

.node-portfolio {
	margin-top:30px;
}

a:link.btn-psic img {
	border:1px solid #939598;
}

a:visited.btn-psic img {
	border:1px solid #939598;
}

a:hover.btn-psic img {
	border:1px solid #939598;
}
