/*
Theme Name: BNG Moaña
Theme URI: http://www.bngmoana.org/
Description: Tema por defecto de BNG Moaña
Version: 0.1
Author: Abel Pérez Guardado
Author URI: http://www.bngmoana.org/
*/


/******************************************************************************/
/*                            PAXINA EN XERAL                                 */
/******************************************************************************/

body {
  background: #bdd7e4;
  margin: 0pt;
  font-family:  Helvetica, Arial, sans-serif;
  font-size: 12px;
  color: #000;
}

img {
  border: 0;
}

a {
  text-decoration: none;
  font-weight: bold;
  color: #999;
}

a:hover {
  color: #000;
}

/**
 * Establecemos a páxina, cun máximo de 770px
 */
#paxina {
  width: 770px;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  background: #FFF url('imaxes/fondo_paxina.gif') repeat-y bottom;
}

/******************************************************************************/
/*                                  CABECEIRA                                 */
/******************************************************************************/

/**
 * Establecemos a imaxen superior, que é unha liña de 770px
 */
#cabeceira {
  height: 130px;
  background: url('imaxes/fondo_paxina_sup.gif') no-repeat top;
  position: relative;
}

/**
 * Esto crea un div pola páxina de cor azulado
 */
#linhaCabeceira {
  background: transparent url('imaxes/linha.png') no-repeat top;
  height: 1px;
  left: 5px;
  position: absolute;
  bottom: -1px;
  width: 761px;
}


/**
 * Logo que sae a esquerda da cabeceira
 */
#logoCabeceira {
  position: absolute;
  top: 15px;
  left: 15px;
  width: 93px;
  height: 102px;
  background: transparent url('imaxes/logos/logopeq.gif') no-repeat scroll center;
}

/**
 * Imaxen con www.bngmoana.org
 */
#imaxeURL {
  height: 22px;
  left: 587px;
  position: absolute;
  top: 40px;
  width: 151px;
}


/**
 * Buscador para a cabeceira
 */
#buscadorCabeceira {
  position: absolute;
  bottom: 20px;
  right: 20px;
}


/**
 * Menu con imaxes da cabeceira
 */
#menuCabeceira {
  position: absolute;
  bottom: 20px;
  left: 140px;
  font-size: 1.4em;
}


#menuCabeceira ul {
  display: inline;
  float:left;
  list-style: none;
  margin:0;
  padding: 0;
}

#menuCabeceira li {
  display: inline;
  float:left;
  list-style: outside none;
  text-align: right;
  padding-right: 30px;
}

#menuCabeceira li a {
  display: inline;
  width: auto;
}



/******************************************************************************/
/*                                  CONTIDOS                                  */
/******************************************************************************/


/**
 * Esto define o contido do blogue, conten todas as columnas do blogue e ponlle
 * un fondo
 */
#contido {
  position: relative;
  margin: 0 5px 0 5px;
}


/**
 * TITULO POR DEFECTO
 */
#titulo {
  text-align: left;
  font-size: 3.8em;
  font-weight: bold;
  color: rgb(155,0,52);
  padding: 190px 10px 0px 10px;
}

/**
 * Esto é un fondo con cadradiños
 */
.contidoBlogue {
  background: transparent url('imaxes/fondos/fondoBlogue.gif') no-repeat top;
}

.contidoBlogue #titulo{
  padding: 10px 10px 10px 0px;
  text-align: right;
}

/**
 * Esto é un fondo cos barcos de moaña
 */
.contidoPaxinaMoanha {
  background: transparent url('imaxes/fondos/fondoMoanha.jpg') no-repeat top;
}
.contidoPaxinaMoanha #titulo {
  text-align: right;
  padding: 240px 30px 0px 0px;
}

/**
 * Esto é un
 */
.contidoPaxinaAlzheimer {
  background: transparent url('imaxes/fondos/fondoAlzheimer.jpg') no-repeat top;
}

.contidoPaxinaCerradinha {
  background: transparent url('imaxes/fondos/fondoCerradinha.jpg') no-repeat top;
}
.contidoPaxinaOcon {
  background: transparent url('imaxes/fondos/fondoOcon.jpg') no-repeat top;
}

.contidoPaxinaPraza {
  background: transparent url('imaxes/fondos/fondoPraza.jpg') no-repeat top;
}

.contidoPaxinaViaRapida {
  background: transparent url('imaxes/fondos/fondoViaRapida.jpg') no-repeat top;
}


/**
 * Contido comun
 */
#contidoTexto {
  padding: 0 10px 0 10px;
  font-size: 1.2em;
}

/**
 * Contido da páxina
 */
#menuLateral {
  vertical-align: top;
  padding-right: 10px;
  width: 150px;
  text-align: right;
}


#menuLateral ul, #menuLateral ul ol {
  margin: 0;
  padding: 0;
}

#menuLateral ul li {
  list-style-type: none;
  list-style-image: none;
}


/* Begin Form Elements */
#searchform {
  text-align: center;
}

/******************************************************************************/
/**                              ENTRADAS DO BLOGUE                          **/
/******************************************************************************/

.post {
  margin: 0 0 40px;
  text-align: justify;
}

.post hr {
  display: block;
}

/**
 * Estes son os menus que aparecen debaixo de cada artigo en concreto, para ir
 * para adiante e para atrás
 */
.navigation {
  padding: 0 50px 0 50px;
}

.alignleft {
  float: left;
  text-align: left;
}

.alignright {
  float: right;
  text-align: right;
}

/**
 * Este é o ID do caixón de comentario
 */
#comment {
  width: 100%;
  height: 100px;
}



/******************************************************************************/

/**
 * Establecemos a imaxen inferior, que é unha liña de 770px
 */
#pe {
  background: url('imaxes/fondo_paxina_inf.gif') no-repeat bottom;
  padding: 10px 50px 10px 50px;
  text-align: center;
}


#erro404 {
  padding: 20px 20px 20px 20px;
  height: 400px;
}





