/* ../tintazul.css - folha de estilos para o meu site pessoal */

/*** Tags HTML ***/

body, table {
  font-family: Ubuntu, "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif; line-height:125%}

body {
	margin: 0; color: #2e3436 /* Aluminium 6 */; background-color: #F9FCFC;
}

a { color:black }
a:hover {
	color: #204a87 /* Sky Blue 3 */; }
a:visited {color: #5c3566 /* Plum 3 */;}
a:active {color: #a40000 /* Scarlet Red 3 */;}

h1, h2, h3, h4 {color: black; }

th {
	text-align: left;
	font-weight: bolder;
	vertical-align: top;
}
td {
	vertical-align: top;
}
dt {margin-top:2ex;margin-bottom:1ex; }
/*
dl.runindd dd { border-radius:4px; padding:2px; margin: 0 2em 0 0;
background-color:#eeeeee; line-height: 150%; display:inline }
*/
/*** Classes ***/

div.head {
  height:50px; background: url('bg-julio.png'); 
  font-weight: bold;
  }
ul.navigation {line-height:40px; font-size: 110%; margin: 0;
padding: 0}
ul.navigation li {display:inline; list-style-type:disc;}
ul.navigation a {display:inline-block; color: black; width: 120px; color:black; text-align: center; text-decoration: none}
ul.navigation a:hover {color:black; background: rgba(255,255,255,0.50); }
div.contents{padding:0 5px}

td.idem {
	padding-left:2em;
}
.fcf-initial{
	font-size:250%;position:relative; color:#babdb6 /* Aluminium 3 */; font-style:italic; font-weight:bolder; top:25px;}
.twtr-doc a {border-bottom:none}
.twtr-widget{float:right}
table.book{clear:both}

.sc { font-variant:small-caps; }

table#lifelist td {
	border-top: 1px dashed grey;
}
table#ebooks td {
	border-top: 1px dashed grey;
}

.ave-sem-registo, .obra-em-producao, .obra-em-producao a {
    font-style: italic; color: steelblue;
}
.ave-sem-registo em, .obra-em-producao em {
	font-style: normal;
}
.hidden {
	display: none;
}
