/* -------------------------------------------------------------- 
   
   typography.css
   * Sets up some sensible default typography.
      
-------------------------------------------------------------- */

/* Default font settings. 
   The font-size percentage is of 16px. (0.75 * 16px = 12px) */
body { 
  font-size: 75%;
  color: #222; 
  background: #fff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}


/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: bold; }

h1 { font-size: 3em; line-height: 1; margin-bottom: 0.5em; }
h2 { text-indent:-9999em; display:block; height:19px; margin:8px 0; }
h3 { font-size: 1em; line-height: normal;  }
h4 { font-size: 1em; line-height: 1.25; margin-bottom: 1.25em; height: 1.25em; }
h5 { font-size: 1em;  margin-bottom: 1.5em; }
h6 { font-size: 1em; }

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
  margin: 0;
}

.tdestaques{ background:url(../../../img/t-destaques.gif) no-repeat left; }
.tmuseumovel{ background:url(../../../img/t-museumovel.gif) no-repeat left; }
.tpeca{ background:url(../../../img/t-peca.gif) no-repeat left; }
.tacessibilidade{ background:url(../../../img/t-acessibilidade.gif) no-repeat left; }
.tcontactos{ background:url(../../../img/t-contactos.gif) no-repeat left; }
.tmapa{ background:url(../../../img/t-mapa.gif) no-repeat left; }
.tlocalizacao{ background:url(../../../img/t-localizacao.gif) no-repeat left; }
.tinformacoes{ background:url(../../../img/t-informacoes.gif) no-repeat left; }
.tficha{ background:url(../../../img/t-ficha.gif) no-repeat left; }
.trecomendar{ background:url(../../../img/t-recomendar.gif) no-repeat left; }
.teditorial{ background:url(../../../img/t-editorial.gif) no-repeat left; }
.tmissao{ background:url(../../../img/t-missao.gif) no-repeat left; }
.tconvento{ background:url(../../../img/t-convento.gif) no-repeat left; }
.tigreja{ background:url(../../../img/t-igreja.gif) no-repeat left; }
.tcoleccoes{ background:url(../../../img/t-coleccoes.gif) no-repeat left; }
.teventos{ background:url(../../../img/t-eventos.gif) no-repeat left; }
.tmuseucasa{ background:url(../../../img/t-museucasa.gif) no-repeat left; }
.tmuseumovel{ background:url(../../../img/t-museumovel.gif) no-repeat left; }
.tservicos{ background:url(../../../img/t-servicoseducativos.gif) no-repeat left; }
.tamigos{ background:url(../../../img/t-amigos.gif) no-repeat left; }
.texposicoes{ background:url(../../../img/t-exposicoes.gif) no-repeat left; }
.tenglish{ background:url(../../../img/t-english.gif) no-repeat left; }
.tnucleo{ background:url(../../../img/t-nucleo.gif) no-repeat left; }
.thistoria{ background:url(../../../img/thistoria.gif) no-repeat left; }
.tdownloads{ background:url(../../../img/tdownloads.gif) no-repeat left; }
.tcentdoc{ background:url(../../../img/tcentrodocumentacao.gif) no-repeat left; }
.tdocumentos{ background:url(../../../img/tcentrodocumentacao.gif) no-repeat left; }
.tnewsletter{ background:url(../../../img/tnewsletter.gif) no-repeat left; }




/* Text elements
-------------------------------------------------------------- */

p           { margin: 0 0 1.5em; }
.p img       { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }

a:focus, 
a:hover     { color: #000; text-decoration: underline; }
a           { color: #009; text-decoration:none; }


blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre,code    { margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; } 


/* Lists
-------------------------------------------------------------- */

li ul, 
li ol       { margin:0 1.5em; }
ul, ol      { margin: 0 1.5em 1.5em 1.5em; }

ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }

dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}


/* Tables
-------------------------------------------------------------- */

table       { margin-bottom: 0; width:100%; }
th          { font-weight: bold; background: #C3D9FF; }
th,td       { padding: 0; }
tr.even td  { background: #E5ECF9; }
tfoot       { font-style: italic; }
caption     { background: #eee; }


/* Misc classes
-------------------------------------------------------------- */

.small      { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large      { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.hide       { display: none; }
.rosa       { color:#9e0146; }

.quiet      { color: #666; }
.loud       { color: #000; }
.highlight  { background:#ff0; }
.added      { background:#060; color: #fff; }
.removed    { background:#900; color: #fff; }

.first      { margin-left:0; padding-left:0; }
.last       { margin-right:0; padding-right:0; }
.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }
