/**
 * @file
 * Node Styling
 *
 * Style anything that isn't in the $content variable.
 */


.node /* Node wrapper */ {
}

.preview .node /* Preview of the content before submitting new or updated content */ {
  /* background-color: #ffffea; */ /* Drupal core uses a #ffffea background */
}

.node-promoted /* A node that has been promoted to the front page */ {
}

.node-sticky /* A sticky node (displayed before others in a list) */ {
}

.node-unpublished /* Unpublished nodes */ {
  /* background-color: #fff4f4; */ /* Drupal core uses a #fff4f4 background */
}

.node-unpublished div.unpublished,
.comment-unpublished div.unpublished /* The word "Unpublished" displayed underneath the content. */ {
  height: 0;
  overflow: visible;
  color: #d8d8d8;
  font-size: 75px;
  line-height: 1;
  font-family: Impact, "Arial Narrow", Helvetica, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  word-wrap: break-word; /* A very nice CSS3 property */
}

.node-by-viewer /* A node created by the current user */ {
}

.view-mode-teaser /* A node displayed as teaser */ {
}

/* All nodes are given a node-FOO class that describes the type of content that
 * it is. If you create a new content type called "my-custom-type", it will
 * receive a "node-my-custom-type" class.
 */
.node-page /* Page content node */ {
}

.node-article /* Article content node */ {
}

h2.node-title /* Node title */ {
}

.node .user-picture /* The picture of the node author */ {
}

.node .submitted /* The "posted by" information */ {
}

.node .content /* Node's content wrapper */ {
}

.node ul.links /* Node links. See also the ul.links declaration in the pages.css. */ {
}

body.page-node h1#page-title {
  display: none;
}

/*** P�gina b�sica (page/basicpage) ***/
/** Teaser **/
.node-page.view-mode-teaser {
}
/** Full **/
.node-page.view-mode-full {
}

/*** Artigo (article) ***/
/** Teaser **/
.node-article.view-mode-teaser {
}
/** Full **/
.node-article.view-mode-full {
}

/*** Formul�rio (webform) ***/
/** Teaser **/
.node-webform.view-mode-teaser {
}
/** Full **/
.node-webform.view-mode-full {
}

/*** Apoio (apoio) ***/
/** Teaser **/
.node-apoio.view-mode-teaser {
}
/** Full **/
.node-apoio.view-mode-full {
}

/*** Pergunta frequente (faq) ***/
/** Teaser **/
.node-faq.view-mode-teaser {
}
/** Full **/
.node-faq.view-mode-full {
}

/*** Exposi��o (exposicao) ***/
.node-exposicao .panel-pane .field{ 

}
.node-exposicao .panel-pane .field img{ 
width: 170px;
height: 120px;
}

.node-exposicao .panel-pane .field-label{
    color: #999; 
    display: block;
  
    clear: right;
    float: none;
}
.node-exposicao .panel-pane span,.node-exposicao .panel-pane .field-name-field-exposicao-list-piso{
    font-family: 'Roboto'; font-size: 12px; letter-spacing: 0px; line-height: 14px; 
    margin-bottom: 15px;
  
   // clear: left;
    /* display: block; */
}
/** Teaser **/
.node-exposicao.view-mode-teaser {
}
/** Full **/
.node-exposicao.view-mode-full {
}

/*** Atividade (atividade) ***/
/** Teaser **/
.node-atividade.view-mode-teaser {
}
/** Full **/
.node-atividade.view-mode-full {
}

/*** Recurso (recurso) ***/
/** Teaser **/
.node-recurso.view-mode-teaser {
}
/** Full **/
.node-recurso.view-mode-full {
}

/*** Parceria (parceria) ***/
/** Teaser **/
.node-parceria.view-mode-teaser {
}
/** Full **/
.node-parceria.view-mode-full {
}

/*** Publica��o (publicacao) ***/
/** Teaser **/
.node-publicacao.view-mode-teaser {
}
/** Full **/
.node-publicacao.view-mode-full {
}

/*** Galeria (galeria) ***/
/** Teaser **/
.node-galeria.view-mode-teaser {
}
/** Full **/
.node-galeria.view-mode-full {
}

/*** Not�cia (noticia) ***/
/** Teaser **/
.node-noticia.view-mode-teaser {
}
/** Full **/
.node-noticia.view-mode-full {
}

/*** Comunicado de imprensa (comunicado) ***/
/** Teaser **/
.node-comunicado.view-mode-teaser {
}
/** Full **/
.node-comunicado.view-mode-full {
}

/*** Recorte de imprensa (recorte) ***/
/** Teaser **/
.node-recorte.view-mode-teaser {
}
/** Full **/
.node-recorte.view-mode-full {
}

