/*
 == INFORMACION: =================================================
 * Nome do arquivo:             styles.css
 * Descripcion:                 Codigo Artabro CSS
 * Version:                     2.6.1 (2009-08-08)
 * Url do sitio:                http://codigoartabro.homelinux.org
 * Autor:                       Laegnur
 == ESTRUCTURA: ==================================================
 @body                          Estilos Xenerais
 @link                          Estilos dos Enlaces
 @cabeceiras                    Estilos dos Titulos
 @parrafo                       Estilos dos Parrafos
 @listas                        Estilos das Listas
 @varios                        Estilos Varios
 =================================================================
*/

/*
 @body
 =====
*/

body
{
  font-size: 12px;
  font-family: helvetica,arial,sans-serif;
  line-height: 18px;
  color: #000;

  background-color: #FFF;
}

/*
 @link
 =====
*/

a:link
{
  text-decoration: none;
  color: #060;

  background-color: transparent;
}

a:hover
{
  text-decoration: underline;
  color: #933;

  background-color: transparent;
}

a:visited
{
  text-decoration: none;
  color: #060;
  
  background-color: transparent;
}

a:visited:hover
{
  text-decoration: underline;
  color: #933;

  background-color: transparent;
}

a img
{
  border: 0px;
}

/*
 @cabeceiras
 ===========
*/

h1
{
  margin-bottom: 18px;

  font-size: 24px;
  font-weight: bold;
  line-height: 36px;
}

h2
{
  margin-bottom: 18px;

  font-size: 22px;
  font-weight: bold;
  line-height: 18px;
}

h3
{
  margin-top: 5px;
  margin-bottom: 12px;

  font-size: 20px;
  font-weight: bold;
  line-height: 18px;
}


h4
{
  margin-top: 5px;
  margin-bottom: 10px;

  font-size: 18px;
  font-weight: normal;
  text-decoration: underline;
  line-height: 18px;
}

h5
{
  margin-bottom: 18px;

  font-size: 16px;
  font-weight: normal;
  text-decoration: underline;
  line-height: 18px;
}

h6
{
  margin-bottom: 18px;

  font-size: 14px;
  font-weight: normal;
  text-decoration: underline;
  line-height: 18px;
}

/*
 @parrafo
 ========
*/

p
{
  margin-bottom: 18px;

  font-size: 14px;
}

/*
 @listas
 =======
*/

ul, ol
{ 
  margin-bottom: 18px;

  font-size: 14px;
}

/*
 @varios
 =======
*/

.clear
{
  display: block;
  visibility: hidden;
  clear: both;

  overflow: hidden;
  width: 0;
  height: 0;
}

.hr
{
  visibility: visible;
  width: 100%;

  margin-bottom: 15px;

  border-bottom: 1px solid #006600;
}
