/*
	CSS - Cascating Style Sheet 2.0
	UNASP - Centro Universitário Adventista de São Paulo
	URL: http://www.unasp-ht.edu.br
	Autor: Rodrigo Matias
	E-mail: rodrigo.matias@unasp.edu.br

*/


/* ----------------------------------

				LINKS 

   ---------------------------------- */

#categorias ul li a:link
{
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
}

#categorias ul li a:visited
{
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
}

#categorias ul li a:hover
{
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: underline;
}

#todas-noticias a:link
{
    color: #FFFFFF;
    text-decoration: none;
}

#todas-noticias a:visited
{
    color: #FFFFFF;
    text-decoration: none;
}

#todas-noticias a:hover
{
    color: #FFFFFF;
    text-decoration: underline;
}

/* ----------------------------------

				TÍTULOS 

   ---------------------------------- */

h2.titulo_noticia
{
    color: #1c3f82;
    font-size: 29px;
    letter-spacing: -0.08em;
    float: left;
}

h3.box_interna
{
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: -0.04em;
    font-weight: bold;
    font-size: 20px;
    color: #5f93bd;
    margin-bottom: 10px;
}


/* ----------------------------------

				LISTAS 

   ---------------------------------- */

#topo_noticia ul
{
    list-style: none;
    margin: 0px 0px 0px 10px;
    padding: 0;
    color: #FFFFFF;
}

#topo_noticia ul li
{
    display: inline;
    margin: 0 0px 0 0;
}

#topo_noticia ul li.home
{
    display: inline;
    margin: 0 0px 0 0;
}

#opcoes-esq ul
{
    list-style: none;
    margin: 0;
    padding: 0;
    font-weight: bold;
}

#opcoes-esq ul li
{
    display: inline;
    margin: 0 15px 0 0;
    padding: 0;
    float: left;
}

#opcoes-dir ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}

#opcoes-dir ul li
{
    display: inline;
    margin: 0 15px 0 0;
    padding: 0;
    float: left;
}

.box_cinza ul
{
    margin: 10px 0 0 0;
    padding: 0 0 0 17px;
}

.box_cinza ul li
{
    list-style-image: url(../imagens/materia/bt_seta_laranja.gif);
    padding: 3px 0 3px 1px;
}


/* ----------------------------------

				DIVs 

   ---------------------------------- */

/* INTERNAS */


#DIVinterna
{
    width: 970px;
    height: auto;
    background-color: White;
    margin: auto;
}

#DIVinterna_esq
{
    float: left;
    margin-left: 20px;
}

#DIVinterna_dir
{
    padding: 0 20px 0 20px;
    margin: 0;
    width: 370px;
}

/* NOTÍCIAS */

#topo_noticia
{
    width: 970px;
    height: 30px;
    background: #8baec9;
    margin: auto;
    padding-top: 9px;
}

#categorias
{
}

#todas-noticias
{
    color: #FFFFFF;
    float: right;
    padding: 8px 10px 0 0;
}

#titulo_noticia
{
    background-color: white;
    height: 50px;
    margin: auto;
    border-bottom: 1px solid #f1f1f1;
    clear: both;
}

#cabecalho
{
    margin-left: 20px;
    padding: 15px 0 0 0;
    float: left;
}

#cabecalho .data
{
    margin: 15px 0 0 15px;
    float: left;
}

#busca
{
    width: 340px;
    height: auto;
    padding: 15px 0 0 0;
    float: right;
    margin-right: 20px;
}

#busca .texto
{
    font-size: 14px;
    font-weight: bold;
    color: #5f93bd;
}

#barra_impressao
{
    height: 25px;
    padding: 5px;
    border-bottom: 1px solid #eee;
}

#barra_impressao .categoria
{
    margin: 0;
    float: left;
}

.categoria-laranja
{
    font: 10px Arial, Helvetica, sans-serif;
    color: #ff9900;
    text-transform: uppercase;
}

.materia
{
    width: 504px;
    margin: auto;
}
.materia h4
{
    font-size: small;
    font-weight: normal;
}
.materia_conteudo
{
    font-size: small;
    font-weight: bold;
    color: #666666;
}
.materia_conteudo p:first-letter
{
    font-size: large;
    font-weight: bold;
}

#materia h2
{
    letter-spacing: -0.03em;
    font-size: 24px;
    font-weight: bold;
    color: #333;
}

#materia h3
{
    margin: 12px 0 0 0;
    letter-spacing: -0.02em;
    font-size: 14px;
    font-weight: normal;
    color: #333;
}

#materia h4
{
    margin: 30px 0 12px 0;
    font: 10px bold Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #333;
}

#materia p
{
    margin: 0 0 12px 0;
    letter-spacing: -0.02em;
    font: 14px Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #666;
}

#materia img
{
    margin: 0 0 0px 0;
    border: none;
}

#materia div
{
    background: #e3e3e3;
    margin: 0 30px 30px 0;
    padding: 0 0 0px 0;
    float: left;
}

#materia span
{
    width: 100%;
    height: auto;
    margin: 7px 7px 7px 15px;
    color: #696969;
}

#opcoes
{
    margin: 28px 0 10px 0;
    padding: 7px 0 5px 16px;
    background: #f1f1f1;
    height: 98px;
    font-size: 12px;
    color: #5f93bd;
    font-weight: bold;
}

#opcoes-esq
{
    padding: 0;
    float: left;
}

#opcoes-dir
{
    text-align: right;
    margin: 0;
    padding: 0;
    float: right;
}

#box_noticia
{
    margin: 15px 0 0 0;
    height: auto;
}

.ultimas
{
    margin: 0;
    padding: 0 0 0 0;
    height: auto;
}

.ultimas img
{
    border: none;
    margin: 0 10px 5px 0;
    float: left;
}

.ultimas-clear
{
    margin: 10px 0 7px 0;
    background: #CCCCCC;
    height: 1px;
    clear: both;
}

.box_cinza
{
    background: #f1f1f1;
    padding: 15px;
    margin: auto;
}


/* ----------------------------------

				FORMULÁRIOS 

   ---------------------------------- */


#busca form
{
    margin: 0;
    padding: 0;
}

#busca form input.campo
{
    width: 180px;
    height: 17px;
    margin: 0 5px 4px 10px;
    padding: 2px 0 0 4px;
    color: #B2B2B2;
    font-size: 14px;
    border: 1px solid #B2B2B2;
}

#busca form input.botao
{
    margin: 0;
    padding-top: 0;
}


/* ----------------------------------

				Enventos 

   ---------------------------------- */
.Busca .Botao imput
{
    height: 28px;
    width: 27px;
}
.Busca .TextBox imput
{
    height: 26px;
    width: 113px;
}
