/**
 * ArquitetoNaNet
 *
 * Formatação do subsistema Fórum
 *
 * @version 1.0
 * @since 1.0
 *
 * @author Alessandro Gambin da Silva <alessandro.gambin@d2s.com.br>
 * @copyright Copyright (c) 2009, D2S - Desenvolvimento Social e Sistemas
 *
 * @link http://www.d2s.com.br
 */

/**
 *
 * Camadas
 *
 */

/**
 * Principal
 */

/* Conteúdo da camada Principal (dentro de Principal) */

#ann_principal_conteudo {
  height: 230px;  /* Altura fixa para exibição do fundo */
  background: url('../../../../imagens/modulos/forum/fundo_indice.jpg') no-repeat 100% 0;
  text-align: justify;
}


/**
 * Fórum
 */

/* Conteúdo do subsistema Fórum (dentro de Conteúdo da camada Principal) */

#ann_forum_modulo_perguntas {
  width: 300px;
  height: 50px;
  margin-top: 25px;
  margin-left: 10px;
  padding-left: 70px;
  background: url('../../../../imagens/modulos/forum/perguntas.png') no-repeat 0 0;
  text-align: justify;
}

#ann_forum_modulo_respostas {
  width: 300px;
  height: 50px;
  margin-top: 10px;
  margin-left: 100px;
  padding-left: 70px;
  background: url('../../../../imagens/modulos/forum/respostas.png') no-repeat 0 0;
  text-align: justify;
}

#ann_forum_modulo_comentarios {
  width: 300px;
  height: 50px;
  margin-top: 25px;
  margin-left: 10px;
  padding-left: 70px;
  background: url('../../../../imagens/modulos/forum/comentarios.png') no-repeat 0 0;
  text-align: justify;
}



/**
 *
 * Classes
 *
 */

/**
 * Fórum
 */

/* Identação do multi-modo de apresentação do índice de opções */

.ann_forum_modulo_respostas_identado { margin-left: 100px !important; }
